/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  /*border-collapse: collapse;*/
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.669rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.004rem;
  line-height: 1.5;
  color: #282729;
  background-color: white;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #1f6cdf;
  text-decoration: none;
}
a:hover, a:focus {
  color: #1f6cdf;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 2px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e9e9e9;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #282729;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1.2;
  color: #a6a8a9;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 2.509rem;
}

h2, .h2 {
  font-size: 2.07rem;
}

h3, .h3 {
  font-size: 1.631rem;
}

h4, .h4 {
  font-size: 1.255rem;
}

h5, .h5 {
  font-size: 1.004rem;
}

h6, .h6 {
  font-size: 0.92rem;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 1.171rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 801px) {
  .lead {
    font-size: 1.506rem;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left!important;
}

.text-right {
  text-align: right!important;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #a6a8a9;
}

.text-primary {
  color: #1f6cdf;
}

a.text-primary:hover {
  color: #166dba;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #1f6cdf;
}

a.bg-primary:hover {
  background-color: #166dba;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 801px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #757575;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 1.255rem;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #757575;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 1025px) {
  .container {
    width: 1008px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1244px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 801px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a6a8a9;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: whitesmoke;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 800px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 1.506rem;
  line-height: inherit;
  color: #282729;
  border: 0;
  border-bottom: 1px solid #555555;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 9px;
  font-size: 1.004rem;
  line-height: 1.5;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 8px 16px;
  font-size: 1.004rem;
  line-height: 1.5;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #6c6c6c;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c6c6c;
}
.form-control::-webkit-input-placeholder {
  color: #6c6c6c;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 43px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="date"].icon-tooltip, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn > input[type="time"].icon-tooltip, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].icon-tooltip, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="month"].icon-tooltip, .input-group-sm
  input[type="month"] {
    line-height: 35px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="date"].icon-tooltip, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn > input[type="time"].icon-tooltip, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].icon-tooltip, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="month"].icon-tooltip, .input-group-lg
  input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.icon-tooltip, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.icon-tooltip {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .icon-tooltip {
  height: 35px;
  padding: 6px 14px;
  font-size: 0.92rem;
  line-height: 1.5;
  border-radius: 2px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.icon-tooltip {
  height: 35px;
  line-height: 35px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.icon-tooltip,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].icon-tooltip {
  height: auto;
}

.form-group-sm .form-control {
  height: 35px;
  padding: 6px 14px;
  font-size: 0.92rem;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 35px;
  line-height: 35px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 35px;
  padding: 6px 14px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .icon-tooltip {
  height: 49px;
  padding: 10px 18px;
  font-size: 1.255rem;
  line-height: 1.33333;
  border-radius: 2px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.icon-tooltip {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.icon-tooltip,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].icon-tooltip {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 18px;
  font-size: 1.255rem;
  line-height: 1.33333;
  border-radius: 2px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 18px;
  font-size: 1.255rem;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 53.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .icon-tooltip + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .icon-tooltip + .form-control-feedback {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #767c84;
}

@media (min-width: 801px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 801px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 801px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}
@media (min-width: 801px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
  }
}

.btn, .icon-tooltip {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px 7px 16px;
  font-size: 1.004rem;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .icon-tooltip:focus, .btn.focus, .focus.icon-tooltip, .btn:active:focus, .icon-tooltip:active:focus, .btn:active.focus, .icon-tooltip:active.focus, .btn.active:focus, .active.icon-tooltip:focus, .btn.active.focus, .active.focus.icon-tooltip {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .icon-tooltip:hover, .btn:focus, .icon-tooltip:focus, .btn.focus, .focus.icon-tooltip {
  color: #282729;
  text-decoration: none;
}
.btn:active, .icon-tooltip:active, .btn.active, .active.icon-tooltip {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled.icon-tooltip, .btn[disabled], [disabled].icon-tooltip, fieldset[disabled] .btn, fieldset[disabled] .icon-tooltip {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #282729;
  background-color: #efefef;
  border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #282729;
  background-color: #dbdbdb;
  border-color: #b3b3b3;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #efefef;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #efefef;
  background-color: #282729;
}

.btn-primary {
  color: white;
  background-color: #1f6cdf;
  border-color: #1f6cdf;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #1773c4;
  border-color: #166dba;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #1f6cdf;
  border-color: #1f6cdf;
}
.btn-primary .badge {
  color: #1f6cdf;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #267e2a;
  border-color: #267e2a;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #1d5f20;
  border-color: #1a571d;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #267e2a;
  border-color: #267e2a;
}
.btn-success .badge {
  color: #267e2a;
  background-color: white;
}

.btn-info {
  color: white;
  background-color: #0094a1;
  border-color: #0094a1;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #006e78;
  border-color: #00656e;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #0094a1;
  border-color: #0094a1;
}
.btn-info .badge {
  color: #0094a1;
  background-color: white;
}

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #ec971f;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

.btn-danger {
  color: white;
  background-color: #d45854;
  border-color: #d45854;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #cc3833;
  border-color: #c43631;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d45854;
  border-color: #d45854;
}
.btn-danger .badge {
  color: #d45854;
  background-color: white;
}

.btn-link {
  color: #1f6cdf;
  font-weight: 700;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #1f6cdf;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #757575;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .icon-tooltip {
  padding: 10px 18px 9px 18px;
  font-size: 1.255rem;
  line-height: 1.33333;
  border-radius: 2px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .icon-tooltip {
  padding: 6px 14px 5px 14px;
  font-size: 0.92rem;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .icon-tooltip {
  padding: 2px 8px 1px 8px;
  font-size: 0.92rem;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1.004rem;
  text-align: left;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #282729;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #1f6cdf;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #1f6cdf;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #757575;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #757575;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 801px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .icon-tooltip,
.btn-group-vertical > .btn,
.btn-group-vertical > .icon-tooltip {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .icon-tooltip:hover, .btn-group > .btn:focus, .btn-group > .icon-tooltip:focus, .btn-group > .btn:active, .btn-group > .icon-tooltip:active, .btn-group > .btn.active, .btn-group > .active.icon-tooltip,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .icon-tooltip:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .icon-tooltip:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .icon-tooltip:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.icon-tooltip {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .icon-tooltip + .btn, .btn-group .btn + .icon-tooltip, .btn-group .icon-tooltip + .icon-tooltip,
.btn-group .btn + .btn-group,
.btn-group .icon-tooltip + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .icon-tooltip,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .icon-tooltip,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .icon-tooltip:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .btn-group > .icon-tooltip:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .icon-tooltip: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 > .icon-tooltip: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, .btn-group > .btn-group:not(:first-child):not(:last-child) > .icon-tooltip {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .icon-tooltip:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .icon-tooltip: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 > .btn + .dropdown-toggle, .btn-group > .icon-tooltip + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .icon-tooltip + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, .icon-tooltip .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .icon-tooltip .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .icon-tooltip .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .icon-tooltip,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .icon-tooltip {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .icon-tooltip {
  float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .icon-tooltip + .btn, .btn-group-vertical > .btn + .icon-tooltip, .btn-group-vertical > .icon-tooltip + .icon-tooltip,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .icon-tooltip + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .icon-tooltip,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .icon-tooltip:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .icon-tooltip: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), .btn-group-vertical > .icon-tooltip: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, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .icon-tooltip {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .icon-tooltip:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .icon-tooltip:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .icon-tooltip,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .icon-tooltip {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .icon-tooltip input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .icon-tooltip input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .icon-tooltip input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .icon-tooltip input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 8px 16px;
  font-size: 1.004rem;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.icon-tooltip {
  padding: 6px 14px;
  font-size: 0.92rem;
  border-radius: 2px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.icon-tooltip {
  padding: 10px 18px;
  font-size: 1.255rem;
  border-radius: 2px;
}
.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 > .icon-tooltip,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .icon-tooltip,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .icon-tooltip:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .icon-tooltip {
  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 > .icon-tooltip,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .icon-tooltip,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .icon-tooltip:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .icon-tooltip {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .input-group-btn > .icon-tooltip {
  position: relative;
}
.input-group-btn > .btn + .btn, .input-group-btn > .icon-tooltip + .btn, .input-group-btn > .btn + .icon-tooltip, .input-group-btn > .icon-tooltip + .icon-tooltip {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .icon-tooltip:hover, .input-group-btn > .btn:focus, .input-group-btn > .icon-tooltip:focus, .input-group-btn > .btn:active, .input-group-btn > .icon-tooltip:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .icon-tooltip,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .icon-tooltip,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #757575;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #757575;
  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: #1f6cdf;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.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: white;
  background-color: #1f6cdf;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 801px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 801px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.breadcrumb {
  padding: 8px 0;
  margin-bottom: 24px;
  list-style: none;
  background-color: white;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: � \00a0;
  padding: 0 5px;
  color: #282729;
}
.breadcrumb > .active {
  color: #282729;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 16px;
  line-height: 1.5;
  text-decoration: none;
  color: #1f6cdf;
  background-color: white;
  border: 1px solid #dddddd;
  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 > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #1f6cdf;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #1f6cdf;
  border-color: #1f6cdf;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #757575;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 18px;
  font-size: 1.255rem;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 14px;
  font-size: 0.92rem;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #757575;
  background-color: white;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label, .icon-tooltip .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #757575;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #1f6cdf;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #166dba;
}

.label-success {
  background-color: #267e2a;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #1a571d;
}

.label-info {
  background-color: #0094a1;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #00656e;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d45854;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c43631;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 0.92rem;
  font-weight: 600;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #757575;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, .icon-tooltip .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .icon-tooltip .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #1f6cdf;
  background-color: white;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: #424242;
  background-color: #f0f0f0;
}
.jumbotron h1,
.jumbotron .h1 {
  color: #424242;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 1.506rem;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d6d6d6;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 2px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 801px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 4.517rem;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #282729;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1f6cdf;
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.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: white;
  border: 1px solid #dddddd;
}
.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;
}

a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: whitesmoke;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #757575;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #757575;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #1f6cdf;
  border-color: #1f6cdf;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #d5e9fa;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 24px;
  background-color: whitesmoke;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #1f6cdf;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #1f6cdf;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #1f6cdf;
}

.panel-default {
  border-color: #e6e6e6;
}
.panel-default > .panel-heading {
  color: #282729;
  background-color: whitesmoke;
  border-color: #e6e6e6;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e6e6e6;
}
.panel-default > .panel-heading .badge {
  color: whitesmoke;
  background-color: #282729;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e6e6e6;
}

.panel-primary {
  border-color: #e6e6e6;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #1f6cdf;
  border-color: #e6e6e6;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e6e6e6;
}
.panel-primary > .panel-heading .badge {
  color: #1f6cdf;
  background-color: white;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e6e6e6;
}

.panel-success {
  border-color: #267e2a;
}
.panel-success > .panel-heading {
  color: white;
  background-color: #267e2a;
  border-color: #267e2a;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #267e2a;
}
.panel-success > .panel-heading .badge {
  color: #267e2a;
  background-color: white;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #267e2a;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 2px;
}

.well-sm {
  padding: 9px;
  border-radius: 2px;
}

.close {
  float: right;
  font-size: 1.506rem;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #f9f9f9;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: black;
}
.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.5px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .icon-tooltip + .btn, .modal-footer .btn + .icon-tooltip, .modal-footer .icon-tooltip + .icon-tooltip {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .icon-tooltip + .btn, .modal-footer .btn-group .btn + .icon-tooltip, .modal-footer .btn-group .icon-tooltip + .icon-tooltip {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 801px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg {
    width: 1020px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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: 355px;
  padding: 3px 8px;
  color: #e4e4e4;
  text-align: center;
  text-decoration: none;
  background-color: #35383c;
  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: #35383c;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #35383c;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #35383c;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #35383c;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #35383c;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #35383c;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #35383c;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #35383c;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 320px;
  padding: 1px;
  font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.004rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1.004rem;
  background-color: whitesmoke;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 1px 1px 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: #6c6c6c;
  border-top-color: #cccccc;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #6c6c6c;
  border-right-color: #cccccc;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #6c6c6c;
  border-bottom-color: #cccccc;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #6c6c6c;
  border-left-color: #cccccc;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

.card {
  position: relative;
  margin-bottom: 0.75rem;
  border: 1px solid #e4e4e4;
  border-radius: 0.25rem;
}

.card-block {
  padding: 1.25rem;
}

.card-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:focus, .card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: whitesmoke;
  border-bottom: 0.0625rem solid #e4e4e4;
}
.card-header:first-child {
  border-radius: 0.1875rem 0.1875rem 0 0;
}

.card-footer {
  padding: 1.25rem;
  background-color: whitesmoke;
  border-top: 0.0625rem solid #e4e4e4;
}
.card-footer:last-child {
  border-radius: 0 0 0.1875rem 0.1875rem;
}

.card-primary {
  background-color: #1f6cdf;
  border-color: #1f6cdf;
}

.card-success {
  background-color: #267e2a;
  border-color: #267e2a;
}

.card-info {
  background-color: #0094a1;
  border-color: #0094a1;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-danger {
  background-color: #d45854;
  border-color: #d45854;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 0.075rem solid rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: 0.25rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-img-bottom {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-deck {
  display: flex;
  flex-flow: row wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-deck .card {
  flex: 1 0 0;
  margin-right: .625rem;
  margin-left: .625rem;
}

.card-deck {
  display: table;
  table-layout: fixed;
  border-spacing: 1.25rem 0;
}
.card-deck .card {
  display: table-cell;
  width: 1%;
  vertical-align: top;
}

.card-deck-wrapper {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.card-group {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.card-group .card {
  display: table-cell;
  vertical-align: top;
}
.card-group .card + .card {
  margin-left: 0;
  border-left: 0;
}
.card-group .card:first-child .card-img-top {
  border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-bottom {
  border-bottom-right-radius: 0;
}
.card-group .card:last-child .card-img-top {
  border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-bottom {
  border-bottom-left-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
  border-radius: 0;
}

.card-columns {
  column-count: 3;
  column-gap: 1.25rem;
}
.card-columns .card {
  display: inline-block;
  width: 100%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 800px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 800px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 800px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 800px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 801px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 800px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 801px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  font-weight: 200;
  max-width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 0.92rem;
  }
}

@media screen and (max-width: 800px) {
  .container-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

.link-inverse {
  color: #282729 !important;
}
.link-inverse:hover, .link-inverse:focus {
  color: #1f6cdf !important;
}
.link-inverse:hover h3, .link-inverse:hover h4, .link-inverse:hover h5, .link-inverse:hover h6, .link-inverse:focus h3, .link-inverse:focus h4, .link-inverse:focus h5, .link-inverse:focus h6 {
  color: #1f6cdf !important;
}

a:hover {
  cursor: pointer;
}

strong {
  color: #18831D;
}

.legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 1.506rem;
  line-height: inherit;
  color: #282729;
  border: 0;
  border-bottom: 1px solid #555555;
}

@media screen and (max-width: 800px) {
  blockquote {
    font-size: 1.004rem;
  }
}

.input-group-rounded {
  border-radius: 4px;
  overflow: hidden;
}

.lead {
  font-size: 1.171rem;
  font-weight: 200;
}
@media (min-width: 801px) {
  .lead {
    font-size: 1.255rem;
  }
}

body.print > header, body.print #header, body.print #footer {
  display: none;
}

h3.alt, .panel-success .panel-title,
h4.alt {
  color: #fff;
  font-weight: 900;
  background-color: #267e2a;
  padding: 6px 10px 6px 10px;
  text-rendering: optimizeLegibility;
}
h3.alt.alt-primary, .panel-success .alt-primary.panel-title,
h4.alt.alt-primary {
  background-color: #1f6cdf;
}
@media screen and (max-width: 800px) {
  h3.alt, .panel-success .panel-title,
  h4.alt {
    display: block!important;
    padding: 8px 12px 8px 12px;
  }
}

h3.alt, .panel-success .panel-title {
  font-size: 1.422rem;
}

h1, .h1 {
  font-weight: 900;
}
@media screen and (max-width: 800px) {
  h1, .h1 {
    font-size: 2.008rem;
  }
}

h2, .h2 {
  font-weight: 900;
}
@media screen and (max-width: 800px) {
  h2, .h2 {
    font-size: 1.506rem;
  }
}

@media screen and (max-width: 800px) {
  h3, h3 {
    font-size: 1.255rem;
  }
}

@media screen and (max-width: 800px) {
  h3.alt, .panel-success .panel-title, .h3.alt {
    font-size: 1.171rem;
  }
}

h4, .h4, h5, .h5, h6, .h6 {
  font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.text-success {
  color: #267e2a;
}

.text-primary {
  color: #1f6cdf;
}

.text-warning {
  color: #f0ad4e;
}

.text-action {
  color: #7a5ecc;
}

.bg-action {
  color: #fff;
  background-color: #7a5ecc;
}

.input-xs,
.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn,
.input-group-xs > .input-group-btn > .icon-tooltip,
.input-group-xs > .input-group-btn > .icon-tooltip {
  height: 30px;
  padding: 4px 10px;
  font-size: 0.836rem;
}

.radio .input-group-xs,
.checkbox .input-group-xs {
  margin-top: 2px;
}

.dropdown-menu {
  font-size: 0.753rem;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 500px;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.dropdown-menu .divider {
  margin: 0;
}

.dropdown-menu-title {
  display: block;
  padding: 12px 20px;
  clear: both;
  text-transform: uppercase;
  font-size: 0.84em;
  text-align: center;
  color: #44474c;
  border-bottom: solid 1px #E5E5E5;
  font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  white-space: nowrap;
}

.dropdown-menu > li > a,
.dropdown-menu > li > form > a {
  display: block;
  padding: 5px 20px;
  margin: 10px;
  text-transform: uppercase;
  border: solid 1px transparent;
  -ms-border-radius: 0;
  border-radius: 0;
  clear: both;
  font-weight: 600;
  border: solid 1px transparent;
  line-height: 1.5;
  color: #282729;
  white-space: nowrap;
  -ms-border-radius: 2px;
  border-radius: 2px;
  transition: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-menu > li > form > a:hover,
.dropdown-menu > li > form > a:focus {
  text-decoration: none;
  color: white;
  background-color: #1f6cdf;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.dropdown-menu > .active > form > a,
.dropdown-menu > .active > form > a:hover,
.dropdown-menu > .active > form > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #1f6cdf;
}

.dropdown-menu-primary > li > form > a {
  color: #282729;
}
.dropdown-menu-primary > li > form > a:hover, .dropdown-menu-primary > li > form > a:focus {
  color: white;
  background-color: #1f6cdf;
}
.dropdown-menu-primary > .active > form > a, .dropdown-menu-primary > .active > form > a:hover, .dropdown-menu-primary > .active > form > a:focus {
  color: white;
  background-color: #1f6cdf;
}

.breadcrumb {
  font-size: 1.1em;
  font-weight: 600;
}
.breadcrumb > li + li:before {
  content: "\00bb\00a0";
  color: #282729;
  font-size: 1.2em;
  font-weight: 200;
}
.breadcrumb .bc-home {
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: 0.15em;
}
@media screen and (max-width: 519px) {
  .breadcrumb > li {
    display: block;
    margin: 4px 0;
  }
  .breadcrumb > li:before {
    content: "\00bb\00a0";
    color: #282729;
    font-size: 1.2em;
    padding: 0 5px;
    line-height: 1;
  }
}

.tooltip.info:hover,
.icon-tooltip.info:hover {
  cursor: help;
}

.icon-tooltip {
  vertical-align: inherit;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.tooltip {
  font-size: 0.84em;
}

.tooltip-inner {
  padding: 12px;
}

.popover {
  font-size: 0.9em;
}

.popover-title {
  color: #fff;
  background-color: #354B5E;
}

.popover-content {
  color: #747879;
}

.modal-open {
  overflow: auto;
}

.modal-header .close {
  margin: 0;
  position: absolute;
  right: 16px;
  z-index: 1;
}

.modal-header {
  background-color: #fff;
}

.modal-footer {
  background-color: #EDEDED;
}

.modal-primary .modal-header {
  background-color: #1f6cdf;
}
.modal-primary .modal-header .close {
  color: #fff;
  opacity: 1;
}
.modal-primary .modal-title {
  color: #fff;
}

.modal-info .modal-header {
  background-color: #0094a1;
}
.modal-info .modal-header .close {
  color: #fff;
  opacity: 1;
}
.modal-info .modal-title {
  color: #fff;
}

.modal-success .modal-header {
  background-color: #267e2a;
}
.modal-success .modal-header .close {
  color: #fff;
  opacity: 1;
}
.modal-success .modal-title {
  color: #fff;
}

.modal-warning .modal-header {
  background-color: #f0ad4e;
}
.modal-warning .modal-header .close {
  color: #fff;
  opacity: 1;
}
.modal-warning .modal-title {
  color: #fff;
}

.modal-danger .modal-header {
  background-color: #d45854;
}
.modal-danger .modal-header .close {
  color: #fff;
  opacity: 1;
}
.modal-danger .modal-title {
  color: #fff;
}

.modal-action .modal-header {
  background-color: #7a5ecc;
}
.modal-action .modal-header .close {
  color: #fff;
  opacity: 1;
}
.modal-action .modal-title {
  color: #fff;
}

body.modal-open {
  padding-right: 0!important;
}

.progress-bar {
  font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.02em;
}

.panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-body-condensed {
  font-size: 0.92em;
}

.panel-title {
  font-size: auto!important;
}
@media screen and (max-width: 519px) {
  .panel-title {
    font-size: 1.4em;
  }
}

.panel-heading {
  border: 0;
}

.panel-footer {
  background-color: #e8e8e8;
  border-top: solid 1px #e3e3e3;
}

.panel-default {
  border: 0;
}
.panel-default .panel-heading {
  border: 0;
}
.panel-default .panel-body {
  border: 0;
}

.panel-default.panel-icon .panel-heading {
  padding: 0;
}
.panel-default.panel-icon .panel-title span {
  padding: 0.5em;
  display: inline-block;
}
.panel-default.panel-icon .panel-title span.fa {
  text-align: center;
  width: 2.6em;
  line-height: 0.55;
  border-right: solid 2px;
}
.panel-default.panel-icon h2.panel-title img {
  vertical-align: -12px;
}
.panel-default.panel-icon h3.panel-title img {
  vertical-align: -16px;
}

.panel-icon-centered .panel-title {
  text-align: center;
}
.panel-icon-centered .panel-title span {
  padding: 0.5em;
  display: block;
}
.panel-icon-centered .panel-title span.fa {
  padding-top: 0;
  padding-bottom: 0;
}

.panel-success .panel-heading h3, .panel-success .panel-heading h4, .panel-success .panel-heading h5,
.panel-primary .panel-heading h3,
.panel-primary .panel-heading h4,
.panel-primary .panel-heading h5,
.panel-info .panel-heading h3,
.panel-info .panel-heading h4,
.panel-info .panel-heading h5 {
  color: #fff;
}

.panel-success {
  background-color: #f2f7f6;
}
.panel-success .panel-heading {
  position: relative;
  padding: 0 15px;
}
.panel-success .panel-title {
  position: absolute;
  top: -26px;
  font-size: 1.3em;
}
.panel-success .panel-body {
  font-size: 1.04em;
  padding-top: 32px;
}
.panel-success .panel-footer {
  background-color: #e8edec;
  border-top: solid 1px #e4e9e8;
}

.label {
  padding: 0.35em 0.6em 0.325em;
  border-radius: 0;
}

.media-heading {
  margin-top: -4px;
  margin-bottom: 2px;
}

.media-body p {
  margin-bottom: 4px;
  line-height: 1.26;
  font-size: .94em;
  font-weight: 200;
}

.jumbotron {
  position: relative;
  border: solid 1px #e1e1e1;
}
@media screen and (max-width: 800px) {
  .jumbotron {
    text-align: center;
  }
}

.nav-tabs > li > a,
.nav-pills > li > a {
  color: #282729;
  background: #F5F5F5;
  border-radius: 2px;
  padding: 12px 16px 10px 16px;
  font-weight: 700;
  font-size: 0.92rem;
}

.nav-pills > li > a {
  padding: 17px 16px 12px 16px;
  border-radius: 0;
  border-bottom: solid 2px #ddd;
}
.nav-pills > li > a:hover {
  background: #F2F2F2;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #282729;
  background: #F2F2F2;
  border-bottom: solid 2px #282729;
}

.nav-tabs.nav-stacked {
  border: 0;
}
.nav-tabs.nav-stacked > li.active > a,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li.active > a:hover,
.nav-tabs.nav-stacked > li.active > a:focus {
  border-color: transparent;
}

.nav-tabs-clean,
.nav-tabs-clean.nav-justified {
  font-size: 1.1em;
  border-bottom-width: 2px;
}
.nav-tabs-clean > li,
.nav-tabs-clean.nav-justified > li {
  margin-bottom: -2px;
  margin-right: -2px;
}
@media screen and (max-width: 800px) {
  .nav-tabs-clean > li,
  .nav-tabs-clean.nav-justified > li {
    margin-right: -3px;
  }
}
.nav-tabs-clean > li > a,
.nav-tabs-clean.nav-justified > li > a {
  background: none!important;
  color: #282729;
  font-size: 0.8em;
  font-weight: bold;
  border: none;
  border-bottom: solid 2px #dddddd;
  transition: all .15s ease-in;
}
.nav-tabs-clean > li > a:hover, .nav-tabs-clean > li > a:focus, .nav-tabs-clean > li > a:active,
.nav-tabs-clean.nav-justified > li > a:hover,
.nav-tabs-clean.nav-justified > li > a:focus,
.nav-tabs-clean.nav-justified > li > a:active {
  color: #282729;
  background: none;
}
.nav-tabs-clean > li.active > a,
.nav-tabs-clean > li.active > a:hover,
.nav-tabs-clean > li.active > a:focus,
.nav-tabs-clean.nav-justified > li.active > a,
.nav-tabs-clean.nav-justified > li.active > a:hover,
.nav-tabs-clean.nav-justified > li.active > a:focus {
  color: #1f6cdf;
  border: none;
  border-bottom: solid 2px #1f6cdf;
}

.nav-tabs-clean.nav-justified > li > a {
  padding-left: 0;
  padding-right: 0;
}

.nav-tabs-btn {
  border: none;
}
.nav-tabs-btn > li {
  margin: 0;
}
.nav-tabs-btn > li > a {
  border: none;
  padding: 8px 16px;
  font-size: 1.004rem;
  line-height: 1.5;
  color: #fff;
  background-color: #919191;
  transition: background-color .15s ease-in;
}
.nav-tabs-btn > li > a:hover, .nav-tabs-btn > li > a:focus {
  color: #fff;
  background-color: #757575;
  border: none;
}
.nav-tabs-btn > li > a.btn-xs, .nav-tabs-btn > li.btn-group-xs > a.btn, .nav-tabs-btn > li.btn-group-xs > a.icon-tooltip {
  padding: 2px 8px;
  font-size: 0.92rem;
  line-height: 1.5;
}
.nav-tabs-btn > li > a.btn-sm, .nav-tabs-btn > li.btn-group-sm > a.btn, .nav-tabs-btn > li.btn-group-sm > a.icon-tooltip {
  padding: 6px 14px;
  font-size: 0.836rem;
  line-height: 1.5;
}
.nav-tabs-btn > li > a.btn-lg, .nav-tabs-btn > li.btn-group-lg > a.btn, .nav-tabs-btn > li.btn-group-lg > a.icon-tooltip {
  padding: 10px 18px;
  font-size: 1.255rem;
  line-height: 1.33333;
}
.nav-tabs-btn > li.active > a,
.nav-tabs-btn > li.active > a:hover,
.nav-tabs-btn > li.active > a:focus {
  position: relative;
  color: #fff;
  background-color: #4e7caf;
  border: none;
}
.nav-tabs-btn > li.active > a:before, .nav-tabs-btn > li.active > a:after,
.nav-tabs-btn > li.active > a:hover:before,
.nav-tabs-btn > li.active > a:hover:after,
.nav-tabs-btn > li.active > a:focus:before,
.nav-tabs-btn > li.active > a:focus:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -1.05em;
  left: 50%;
  margin-left: -20px;
  border-width: 0 20px 10px;
  border-bottom-color: white;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .nav-tabs-btn > li.active > a:before, .nav-tabs-btn > li.active > a:after,
  .nav-tabs-btn > li.active > a:hover:before,
  .nav-tabs-btn > li.active > a:hover:after,
  .nav-tabs-btn > li.active > a:focus:before,
  .nav-tabs-btn > li.active > a:focus:after {
    bottom: -1.35em;
  }
}
.nav-tabs-btn > li.active > a:after,
.nav-tabs-btn > li.active > a:hover:after,
.nav-tabs-btn > li.active > a:focus:after {
  border-bottom-color: #dddddd;
  bottom: -0.97em;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .nav-tabs-btn > li.active > a:after,
  .nav-tabs-btn > li.active > a:hover:after,
  .nav-tabs-btn > li.active > a:focus:after {
    bottom: -1.3em;
  }
}
.nav-tabs-btn.nav-tabs.nav-justified > .active > a, .nav-tabs-btn.nav-tabs.nav-justified > .active > a:hover, .nav-tabs-btn.nav-tabs.nav-justified > .active > a:focus, .nav-tabs-btn.nav-tabs.nav-justified > li > a {
  border: 0!important;
  border-radius: 0;
}

.tab-content {
  padding: 0.2em 1em;
}

.tabpanel-title {
  padding-bottom: 6px;
  border-bottom: solid 1px #E0E0E0;
}
.tabpanel-title > .icon-tooltip {
  vertical-align: -2px;
  margin-bottom: -6px;
}

.tab-content-arrow {
  padding: 13px 0 0 0;
}
.tab-content-arrow .tab-pane {
  background-color: #fff;
  padding: 12px !important;
  border: solid 1px #E6E6E6;
}

li.list-style-bullet,
ul.list-style-bullet li {
  list-style: none;
  position: relative;
  margin: 10px 0;
  line-height: 1.24;
}
li.list-style-bullet:before,
ul.list-style-bullet li:before {
  content: "\f111";
  position: absolute;
  top: 8px;
  left: -11px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.251rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.list-group.list-group-minimal .list-group-minimal-title {
  position: relative;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 8px;
  line-height: 1.2;
  text-transform: uppercase;
}
.list-group.list-group-minimal .list-group-minimal-title-accordion {
  text-transform: none;
  padding-right: 38px;
  border-bottom: 0;
  border: solid 4px transparent;
  border-radius: 10px;
  transition: all .1s ease-out .1s;
}
.list-group.list-group-minimal .list-group-minimal-title-accordion:hover, .list-group.list-group-minimal .list-group-minimal-title-accordion:focus, .list-group.list-group-minimal .list-group-minimal-title-accordion:active {
  background-color: #F5F5F5;
  border-color: #ECECEC;
}
.list-group.list-group-minimal .list-group-minimal-title-accordion > a {
  color: inherit;
  display: block;
}
.list-group.list-group-minimal .list-group-minimal-title-accordion > a:hover, .list-group.list-group-minimal .list-group-minimal-title-accordion > a:focus, .list-group.list-group-minimal .list-group-minimal-title-accordion > a:active {
  text-decoration: none;
}
.list-group.list-group-minimal .list-group-minimal-title-accordion .toggle-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  height: 1em;
  margin: auto;
}
.list-group.list-group-minimal .list-group-item {
  border: 0;
  padding: 10px 14px;
  background: transparent;
}
.list-group.list-group-minimal .list-group-item:hover, .list-group.list-group-minimal .list-group-item:focus {
  background: none;
  border-color: transparent;
}
.list-group.list-group-minimal .list-group-item:hover .list-group-item-heading, .list-group.list-group-minimal .list-group-item:focus .list-group-item-heading {
  color: #1f6cdf;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .list-group.list-group-minimal .list-group-item {
    margin-top: 11px;
  }
}
.list-group.list-group-minimal .list-group-item-heading {
  margin: 0;
  line-height: 1.35;
}
@media screen and (max-width: 800px) {
  .list-group.list-group-minimal .list-group-item-heading > small {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.list-group.list-group-minimal .list-group-item-text {
  font-size: 0.9em;
  margin-top: 2px;
  font-weight: normal;
  margin-bottom: 0;
  color: #757575;
}
.list-group.list-group-minimal .list-group-footer .list-group-item {
  display: inline-block;
}
.list-group.list-group-minimal .list-group-footer .list-group-item .list-group-item-heading {
  text-decoration: underline;
}

.list-group-nav .list-group-item {
  position: relative;
  border-right: 0;
  border-left: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .list-group-nav .list-group-item .item-status-icon {
    line-height: 1;
    margin-right: 20px;
  }
}
.list-group-nav .list-group-item > a {
  display: block;
  font-weight: 600;
  padding: 7px 12px;
  transition: color .175s ease-in;
}
@media screen and (max-width: 1024px) {
  .list-group-nav .list-group-item > a {
    padding: 12px;
    background-color: #F9F9F9;
  }
}

.list-group-nav-success .list-group-item.active {
  background-color: #267e2a;
  border-color: #dddddd;
}
.list-group-nav-success .list-group-item.active > a {
  color: #fff;
  cursor: default;
}
.list-group-nav-success .list-group-item.active > a:hover, .list-group-nav-success .list-group-item.active > a:focus, .list-group-nav-success .list-group-item.active > a:active {
  text-decoration: none;
  color: #fff;
}
.list-group-nav-success .list-group-item > a {
  color: #282729;
}
.list-group-nav-success .list-group-item > a:hover, .list-group-nav-success .list-group-item > a:focus, .list-group-nav-success .list-group-item > a:active {
  text-decoration: none;
  color: #267e2a;
}

.list-group-nav-slick .list-group-item {
  margin: 0;
  padding: 0;
  border: 0;
  border-right: solid 2px #ddd;
  transition: border-color 0.025s ease;
}
.list-group-nav-slick .list-group-item > a,
.list-group-nav-slick .list-group-item > button {
  display: block;
  line-height: 1.4;
  padding-top: 7px;
  padding-bottom: 7px;
}
.list-group-nav-slick .list-group-item > a:hover, .list-group-nav-slick .list-group-item > a:focus, .list-group-nav-slick .list-group-item > a:active,
.list-group-nav-slick .list-group-item > button:hover,
.list-group-nav-slick .list-group-item > button:focus,
.list-group-nav-slick .list-group-item > button:active {
  text-decoration: none!important;
}
.list-group-nav-slick .list-group-item > a {
  color: #282729;
}
.list-group-nav-slick .list-group-item > button {
  color: #282729;
  text-align: left;
  white-space: normal;
  transition: color 0.025s ease, background-color 0.025s ease!important;
}
.list-group-nav-slick .list-group-item-heading:hover, .list-group-nav-slick .list-group-item-heading:focus {
  border-color: #ddd;
}
.list-group-nav-slick .list-group-title {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-group-nav-slick .list-group-item.active {
  background-color: #eee;
}
.list-group-nav-slick .list-group-item.active:hover {
  border-color: #ddd;
}
.list-group-nav-slick .list-group-item.active > a:hover, .list-group-nav-slick .list-group-item.active > a:focus, .list-group-nav-slick .list-group-item.active > a:active, .list-group-nav-slick .list-group-item.active > button:hover, .list-group-nav-slick .list-group-item.active > button:focus, .list-group-nav-slick .list-group-item.active > button:active {
  background-color: inherit;
}

.list-group-nav-slick-primary .list-group-item.active {
  border-color: #1f6cdf;
}
.list-group-nav-slick-primary .list-group-item.active:hover {
  border-color: #1f6cdf;
}
.list-group-nav-slick-primary .list-group-item.active > a, .list-group-nav-slick-primary .list-group-item.active > button {
  color: #1f6cdf;
}

.list-group-nav-slick-success .list-group-item.active {
  border-color: #267e2a;
}
.list-group-nav-slick-success .list-group-item.active:hover {
  border-color: #267e2a;
}
.list-group-nav-slick-success .list-group-item.active > a, .list-group-nav-slick-success .list-group-item.active > button {
  color: #267e2a;
}

.list-group-nav-slick-action .list-group-item.active {
  border-color: #7a5ecc;
}
.list-group-nav-slick-action .list-group-item.active:hover {
  border-color: #7a5ecc;
}
.list-group-nav-slick-action .list-group-item.active > a, .list-group-nav-slick-action .list-group-item.active > button {
  color: #7a5ecc;
}

.well .well,
.inner-well {
  background-color: #fff;
  border: solid 1px #eee;
}

.well-info {
  background-color: #d9edf7 !important;
}

.well-warning {
  background-color: #fcf8e3 !important;
}

.panel-collapse-plus-minus .panel-heading {
  padding: 0;
}
.panel-collapse-plus-minus [data-toggle="collapse"] {
  display: block;
  position: relative;
  padding: 10px 15px;
}
.panel-collapse-plus-minus [data-toggle="collapse"]:hover, .panel-collapse-plus-minus [data-toggle="collapse"]:focus {
  text-decoration: none;
}
.panel-collapse-plus-minus [data-toggle="collapse"]:after {
  content: "\f068";
  display: inline-block;
  float: right;
  line-height: 1.3;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel-collapse-plus-minus [data-toggle="collapse"].collapsed:after {
  content: "\f067";
}
.panel-collapse-plus-minus.panel-default {
  background-color: white;
  border: 0;
  margin-bottom: 17px;
}
.panel-collapse-plus-minus.panel-default > .panel-heading {
  background-color: white;
  border: none;
  border-bottom: solid 1px #ddd;
}
.panel-collapse-plus-minus.panel-default .panel-body {
  border: 0;
}
.panel-collapse-plus-minus.panel-default [data-toggle="collapse"] {
  display: block;
  position: relative;
  color: #267e2a;
  padding: 10px 4px;
}
.panel-collapse-plus-minus.panel-default [data-toggle="collapse"].collapsed {
  color: inherit;
}
.panel-collapse-plus-minus.panel-default [data-toggle="collapse"]:hover, .panel-collapse-plus-minus.panel-default [data-toggle="collapse"]:focus {
  color: #267e2a !important;
}

.user-alert {
  position: fixed;
  top: 26px;
  right: 26px;
  width: 320px;
  z-index: 1070;
}

.user-alert.alert-danger .well {
  background-color: #EDCECE;
  border-color: #E5C7CC;
}

.alert-default {
  background-color: #eeeeee;
  border-color: #757575;
  color: #282729;
}
.alert-default hr {
  border-top-color: #6a6a6a;
}
.alert-default .alert-link {
  color: #222426;
}

.affix.fixed-width-4 {
  top: 12px;
  width: 384px;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .affix.fixed-width-4 {
    width: 310px;
  }
}

.nav-scrollspy ul .nav-scrollspy-title {
  margin-top: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.nav-scrollspy ul .nav-scrollspy-title a {
  color: inherit;
}
.nav-scrollspy ul li > a {
  color: #282729;
  background: transparent;
  padding: 9px 10px;
  margin: 7px 0;
  font-size: 1.1em;
  border-left: solid 1px transparent;
  line-height: 1.2;
  transition: none;
  letter-spacing: 0.06em;
}
.nav-scrollspy ul li a:hover, .nav-scrollspy ul li a:focus, .nav-scrollspy ul li a:active {
  color: #7A5ECC;
  background: transparent;
  border-left-color: #7A5ECC;
}
.nav-scrollspy ul li.active a {
  color: #7A5ECC;
  background: transparent;
  border-left-color: #7A5ECC;
}

.nav-scrollspy.boxed ul {
  background-color: #DFDFDF;
  border: solid 1px #DFDFDF;
  border-bottom: 0;
}
.nav-scrollspy.boxed ul li {
  margin-bottom: 1px;
}
.nav-scrollspy.boxed ul li a {
  font-size: 1em;
  padding: 12px 15px;
  margin: 0;
  background-color: #f0f0f0;
  border-left: solid 4px transparent;
  border-right: solid 1px transparent;
  transition: all .175s ease-in .075s;
}
.nav-scrollspy.boxed ul li.active a, .nav-scrollspy.boxed ul li a:hover, .nav-scrollspy.boxed ul li a:focus, .nav-scrollspy.boxed ul li a:active {
  background-color: #e9e9e9;
  border-left-color: #1f6cdf;
}

a:focus, a:active, button:focus, button:active, .btn:focus, .icon-tooltip:focus, .btn:active, .icon-tooltip:active {
  outline: 0!important;
}

button, .btn, .icon-tooltip {
  transition: color 0.125s ease-out 0.125s, background-color 0.125s ease-out 0.125s, border-color 0.125s ease-out 0.125s;
}
button:focus, button:active, .active button, .btn:focus, .icon-tooltip:focus, .btn:active, .icon-tooltip:active, .active .btn, .active .icon-tooltip {
  outline: 0!important;
}

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .icon-tooltip,
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .icon-tooltip {
  font-size: 0.753rem;
}

.btn, .icon-tooltip {
  font-size: 0.92rem;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .icon-tooltip {
  font-size: 1.171rem;
}

.btn-xl {
  padding: 6px 30px;
  font-size: 1.12em;
}

@media screen and (max-width: 800px) {
  .btn-mobile-block {
    display: block;
    width: 100%;
  }
}

.btn-oval {
  border-radius: 50px;
}

.btn-default:focus, .btn-default:hover {
  color: #333333;
  background-color: #DCDCDC;
}

.btn-action {
  color: #fff;
  background-color: #7a5ecc;
  border-color: #7a5ecc;
}
.btn-action:focus, .btn-action:hover {
  color: #fff;
  background-color: #5c3bbc;
  border-color: #5839b4;
}

.btn-dark {
  background-color: #555555;
  border-color: #555555;
  color: #fff;
}
.btn-dark.btn-inverted {
  background-color: transparent;
  color: #282729;
  border-width: 2px;
}
.btn-dark:focus, .btn-dark:hover, .btn-dark:active {
  color: #fff;
  background-color: #282729;
  border-color: #282729;
}

.btn-light {
  background-color: #FDFDFD;
  border-color: #C7C7C7;
  color: #282729;
}
.btn-light:focus, .btn-light:hover, .btn-light:active {
  border-color: #282729;
}

.btn-link.btn-default {
  color: #282729;
  transition: all 0.15s ease-in-out .1s!important;
}
.btn-link.btn-default:hover, .btn-link.btn-default:focus {
  text-decoration: none;
  background-color: #D6D6D6;
  color: #282729;
  border-color: #D6D6D6;
}

.btn.inverted, .inverted.icon-tooltip {
  transition: all 0.125s ease-out 0.125s;
}

.btn-default:hover,
.btn-default:focus,
.focus.btn-default,
.btn-default:active,
.active.btn-default,
.open > .dropdown-toggle.btn-default {
  border-color: #cccccc;
}

.btn-default.btn-inverted:hover,
.btn-default.btn-inverted:focus,
.focus.btn-default.btn-inverted,
.btn-default.btn-inverted:active,
.active.btn-default.btn-inverted,
.open > .dropdown-toggle.btn-default.btn-inverted {
  color: #fff;
  background-color: #282729;
}

.btn-primary.btn-inverted {
  color: #1773c4;
  background-color: transparent;
}
.btn-primary.btn-inverted:hover, .btn-primary.btn-inverted:focus {
  color: #fff;
  background-color: #1f6cdf;
}

.btn-info.btn-inverted {
  color: #006e78;
  background-color: transparent;
}
.btn-info.btn-inverted:hover, .btn-info.btn-inverted:focus {
  color: #fff;
  background-color: #0094a1;
}

.btn-success.btn-inverted {
  color: #1d5f20;
  background-color: transparent;
}
.btn-success.btn-inverted:hover, .btn-success.btn-inverted:focus {
  color: #fff;
  background-color: #267e2a;
}

.btn-warning.btn-inverted {
  color: #ed9c28;
  background-color: transparent;
}
.btn-warning.btn-inverted:hover, .btn-warning.btn-inverted:focus {
  color: #fff;
  background-color: #f0ad4e;
}

.btn-danger.btn-inverted {
  color: #cc3833;
  background-color: transparent;
}
.btn-danger.btn-inverted:hover, .btn-danger.btn-inverted:focus {
  color: #fff;
  background-color: #d45854;
}

.btn-action.btn-inverted {
  color: #5638b0;
  background-color: transparent;
}
.btn-action.btn-inverted:hover, .btn-action.btn-inverted:focus {
  color: #fff;
  background-color: #7a5ecc;
}

.btn-jumbotron-extra {
  position: absolute;
  top: -1px;
  right: -1px;
  color: #333333;
  background-color: #f7f7f7 !important;
  border: solid 1px #e1e1e1;
}
.btn-jumbotron-extra:hover, .btn-jumbotron-extra:focus, .btn-jumbotron-extra:active {
  background-color: white!important;
  border-color: #d2d2d2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-tile {
  display: block;
  position: relative;
  padding: 2.25em 0 0 0;
  font-size: 1.1em;
  font-weight: 700;
  text-align: left;
  border: 0!important;
  border-radius: 6px;
  overflow: hidden;
  transition-delay: .025s;
}
.btn-tile:hover, .btn-tile:focus, .btn-tile:active {
  border: 0!important;
}
.btn-tile:hover .tile-title, .btn-tile:focus .tile-title, .btn-tile:active .tile-title {
  text-shadow: -1px -1px 26px rgba(150, 150, 150, 0.3);
}
.btn-tile:hover .tile-title .fa, .btn-tile:focus .tile-title .fa, .btn-tile:active .tile-title .fa {
  margin-right: -3px;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
}
.btn-tile:focus, .btn-tile:active {
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.25) !important;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .btn-tile {
    font-size: 0.86em;
  }
}

.btn-tile.tile-animate:hover .tile-info, .btn-tile.tile-animate:focus .tile-info, .btn-tile.tile-animate:active .tile-info {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.btn-tile .tile-title {
  position: relative;
  width: 100%;
  padding: 0.32em 1em 0.32em 1em;
}
.btn-tile .tile-title .fa {
  font-size: 1.3em;
  display: inline;
  float: right;
  margin-top: 1px;
  margin: 3px;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  transition: opacity .1s ease-in, margin-right .1s ease-in;
  transition-delay: .25s;
}

.btn-tile.tile-animate .tile-title {
  z-index: 999;
  transition-delay: .25s;
}

.btn-tile .tile-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 78%;
  padding: 0.75em 1.25em;
  line-height: 1.2;
  font-size: 0.82em;
  font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: normal;
}
.btn-tile .tile-info strong {
  color: #fff;
}

.btn-tile.tile-animate .tile-info {
  backface-visibility: hidden;
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  transition: all .1s ease-in;
  transition-delay: .25s;
}

.btn-tile .fa {
  font-size: 5em;
  display: block;
  text-align: center;
}

.btn-tile img {
  display: block;
  width: 128px;
  margin: auto;
  margin-bottom: 0px;
  margin-top: -4px;
}

.btn-tile {
  color: #282729;
}

.btn-tile.tile-animate.btn-primary .tile-title,
.btn-tile.tile-animate.btn-primary .tile-info {
  background-color: #1f6cdf;
}
.btn-tile.tile-animate.btn-primary:hover .tile-title {
  background-color: #166dba;
}

.btn-tile.tile-animate.btn-success .tile-title,
.btn-tile.tile-animate.btn-success .tile-info {
  background-color: #267e2a;
}
.btn-tile.tile-animate.btn-success:hover .tile-title {
  background-color: #1a571d;
}

.btn-tile.tile-animate.btn-info .tile-title,
.btn-tile.tile-animate.btn-info .tile-info {
  background-color: #0094a1;
}
.btn-tile.tile-animate.btn-info:hover .tile-title {
  background-color: #00656e;
}

.btn-tile.tile-animate.btn-default .tile-title,
.btn-tile.tile-animate.btn-default .tile-info {
  background-color: #efefef;
}
.btn-tile.tile-animate.btn-default:hover .tile-title {
  background-color: #d5d5d5;
}

.btn-tile.tile-animate.btn-warning .tile-title,
.btn-tile.tile-animate.btn-warning .tile-info {
  background-color: #f0ad4e;
}
.btn-tile.tile-animate.btn-warning:hover .tile-title {
  background-color: #ec971f;
}

.btn-tile.tile-animate.btn-danger .tile-title,
.btn-tile.tile-animate.btn-danger .tile-info {
  background-color: #d45854;
}
.btn-tile.tile-animate.btn-danger:hover .tile-title {
  background-color: #c43631;
}

.btn-floating {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -21px;
  z-index: 1070;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn-floating.btn-sm, .btn-group-sm > .btn-floating.btn, .btn-group-sm > .btn-floating.icon-tooltip {
  width: 32px;
  height: 32px;
  bottom: -16px;
}
.btn-floating.floating-right {
  top: 0;
  bottom: 0;
  right: 12px;
  left: auto;
}

@media screen and (max-width: 800px) {
  .btn-xs-mobile,
  .btn-sm-mobile,
  .btn-large-mobile {
    display: block;
    width: 100%;
    padding: 11px 5px;
  }
}

@media screen and (max-width: 800px) {
  .btn-xs-mobile,
  .btn-sm-mobile {
    padding: 8px;
    margin-bottom: 6px;
  }
}

.card {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.card .footer-label {
  color: #282729;
  margin: 9px 0;
}

.card-title {
  font-size: 1.171rem;
  margin-bottom: 0;
}
.card-title > a {
  color: #282729;
}
.card-title > a:hover, .card-title > a:focus, .card-title > a:active {
  color: #1f6cdf;
  text-decoration: none;
}

.card-title-lg {
  font-size: 1.506rem;
}

.card-title-xl {
  font-size: 1.882rem;
}

.card-title-xxl {
  font-size: 2.509rem;
}

.card-subtitle,
.card-header-with-tabs .nav-tabs > li > a {
  font-weight: 600;
  color: #a6a8a9;
  margin: 0;
}

.card-block p {
  color: #282729;
  font-size: 0.92rem;
  font-weight: 600;
}
.card-block p.lead {
  font-size: 1.171rem;
  margin: 0 0 12px;
}

.card-accordion .card-header:hover {
  cursor: pointer;
}
.card-accordion .btn-floating {
  opacity: 0;
  transition: opacity .15s ease-out .2s!important;
}
@media screen and (max-width: 1024px) {
  .card-accordion .btn-floating {
    opacity: 1;
  }
}
.card-accordion:hover .btn-floating {
  opacity: 1;
}

.card-header-bg {
  position: relative;
}
.card-header-bg .card-title,
.card-header-bg .card-title > a,
.card-header-bg .card-subtitle {
  color: #fff;
}
.card-header-bg .card-title-wrap {
  position: absolute;
  bottom: 10px;
}

.card-header-with-tabs {
  padding: 0;
}
.card-header-with-tabs .card-header-inner {
  padding: 10px;
}
.card-header-with-tabs .nav-tabs-clean.nav-justified > li > a,
.card-header-with-tabs .nav-tabs-clean.nav-justified > li > a:hover,
.card-header-with-tabs .nav-tabs-clean.nav-justified > li > a:focus {
  background: #EFEFEF!important;
}
.card-header-with-tabs .nav-tabs-clean.nav-justified > li.active > a,
.card-header-with-tabs .nav-tabs-clean.nav-justified > li.active > a:hover,
.card-header-with-tabs .nav-tabs-clean.nav-justified > li.active > a:focus {
  color: #282729;
  border-color: #282729;
  background: #EFEFEF!important;
}

.card .tab-content {
  border: 0;
}

.floating-cards {
  text-align: center;
}
.floating-cards .card {
  max-width: 390px;
  min-height: 261px;
  width: 100%;
  display: inline-block;
  text-align: left;
  margin: 7px 5px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .floating-cards .card {
    max-width: 364px;
  }
}

.text-muted small {
  color: #a6a8a9;
}

.text-dark {
  color: #282729;
}

.text-white {
  color: #fff;
}
.text-white:hover, .text-white:focus {
  color: #fff;
}

.text-primary-alt {
  color: #4e7caf;
}

.bg-primary,
.bg-primary-light,
.bg-gray,
.bg-darker {
  color: #fff;
}
.bg-primary a.text-muted:hover, .bg-primary a.text-muted:active, .bg-primary a.text-muted:focus,
.bg-primary-light a.text-muted:hover,
.bg-primary-light a.text-muted:active,
.bg-primary-light a.text-muted:focus,
.bg-gray a.text-muted:hover,
.bg-gray a.text-muted:active,
.bg-gray a.text-muted:focus,
.bg-darker a.text-muted:hover,
.bg-darker a.text-muted:active,
.bg-darker a.text-muted:focus {
  color: #fff!important;
}

.bg-pad {
  padding: 26px 0;
}

.bg-body {
  background-color: white;
}

.bg-lightest {
  background-color: #F5F5F5;
}
.bg-lightest .divider-inset {
  border-top: solid 1px #E2E2E2;
  border-bottom: solid 1px #fff;
}
.bg-lightest .text-muted {
  color: #949697;
}

.bg-lighter {
  background-color: #ECECEC;
}

.bg-muted {
  background-color: #F5F5F5;
}

.bg-gray {
  background-color: #A0A0A0;
}

.bg-darker {
  background-color: #555555;
}

.bg-primary {
  background-color: #009AE5;
}
.bg-primary .text-muted {
  color: #89d8ff;
}

.bg-primary-light {
  background-color: #3DAFE9;
}
.bg-primary-light .text-muted {
  color: #d0ebfa;
}

.table-middle-align td,
.table-middle-align td > b,
.table-middle-align td > span {
  vertical-align: middle!important;
}

.img-rounded {
  border-radius: 4px;
}

.validation-summary-errors ul {
  color: red;
  list-style: none;
  margin: 4px 0;
  padding: 0;
}

.featured-content .ls-l {
  width: 50%;
  padding: 20px 20px 28px 20px;
  background: #222;
  background: rgba(34, 34, 34, 0.7);
}

table.datatable-simple {
  /*border-collapse: collapse !important;*/
  border: solid 1px #b7b7b7;
  width: 100% !important;
}
table.datatable-simple thead > tr > th {
  padding: 4px 8px;
  color: #1f6cdf;
  vertical-align: middle;
  font-size: 0.88em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: solid 1px #b7b7b7;
  background: #f6f6f6;
}
table.datatable-simple tbody tr td {
  border: solid 1px #b7b7b7;
}

table.datatable-simple.center-header thead > tr > th {
  text-align: center;
}

table.fixedHeader-floating {
  width: auto !important;
  top: -1px !important;
  height: auto !important;
}

.nav-pills.nav-green > li {
  float: left;
  margin: 0 -1px 0 0;
  padding: 0;
}
.nav-pills.nav-green > li a {
  font-weight: 700;
  font-size: 1.06em;
  padding: 17px 30px 14px 30px;
  transition: all 0.25s;
}
.nav-pills.nav-green > li:not(.active) a {
  border-bottom-color: #dddddd;
  background-color: #eeeeee;
  color: #928e91;
}
.nav-pills.nav-green > li:not(.active) a:hover {
  color: #5a5759;
}
.nav-pills.nav-green > li.active a {
  border-bottom-color: #267e2a;
  color: #fff;
  background-color: #267e2a;
}
.nav-pills.nav-green > li.active a:hover {
  cursor: default;
}

body.hide-floating-header .fixedHeader-floating {
  top: -100% !important;
  opacity: 0!important;
}

.filters-wrap .ui-multiselect {
  height: 48px;
  font-size: 0.92rem;
  width: 100% !important;
  padding: 0 0 0 16px;
  font-weight: 700;
  color: #716f70;
  transition: all 0.2s;
}
.filters-wrap .ui-multiselect span {
  transition: all 0.2s;
}
.filters-wrap .ui-multiselect:hover {
  border-color: #555;
}
.filters-wrap .ui-multiselect:hover span:last-child {
  color: #000;
}
.filters-wrap .ui-multiselect + ul {
  width: 100%!important;
}
.filters-wrap .ui-multiselect + ul > li {
  display: block !important;
  position: relative;
  padding: 3px 9px !important;
  margin-bottom: 0 0 3px 0 !important;
}
.filters-wrap .ui-multiselect + ul > li .selectedClose {
  position: absolute !important;
  padding: 0;
  color: #555;
  font-weight: 700;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: all.2s;
}
.filters-wrap .ui-multiselect + ul > li .selectedClose:hover {
  color: #000;
}
.filters-wrap .ui-multiselect span.ui-icon {
  border-left: 9px solid transparent;
  border-top: 9px solid #222;
  border-right: 9px solid transparent;
  right: 14px !important;
}

.static {
  position: static!important;
}

.relative {
  position: relative!important;
}

.h, .hidden {
  display: none !important;
}

.nm {
  margin: 1px 0!important;
}

.no-textdec {
  text-decoration: none;
}
.no-textdec:hover, .no-textdec:focus, .no-textdec:active {
  text-decoration: none!important;
}

.font-600 {
  font-weight: 600!important;
}

.semibold,
.font-bold {
  font-weight: 700!important;
}

.font-bolder {
  font-weight: 900!important;
}

.no-outline {
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border: none!important;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .btn-wrap-md {
    white-space: normal;
  }
}

.no-border,
.border-none {
  border: 0!important;
}

.bg-none {
  background: none!important;
}

.no-border-radius {
  -ms-border-radius: 0!important;
  border-radius: 0!important;
}

.accessible {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.textReplace {
  text-indent: -999px;
  overflow: hidden;
}

.font-normal {
  font-weight: normal!important;
}

.text-capitalize {
  text-transform: capitalize!important;
}

.text-uppercase {
  text-transform: uppercase!important;
}

.invisible {
  visibility: hidden;
}

.i, .inline {
  display: inline!important;
}

.b, .block {
  display: block!important;
}

.ib, .inline-block {
  display: inline-block!important;
}

.text-center {
  text-align: center!important;
}

@media screen and (max-width: 800px) {
  .center-mobile {
    text-align: center;
  }
}

.strikethrough {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .strikethrough {
    text-decoration: line-through;
  }
}
.strikethrough:after {
  border-bottom: 3px solid;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 1024px) {
  .strikethrough:after {
    display: none;
  }
}

.underline {
  text-decoration: underline!important;
}

li.list-item-unstyled {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.p0 {
  padding: 0!important;
}

.p1 {
  padding: 5px !important;
}

.p2 {
  padding: 15px !important;
}

.p3 {
  padding: 30px !important;
}

.p4 {
  padding: 35px !important;
}

.p5 {
  padding: 50px !important;
}

.vp0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.vp1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.vp2 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.vp3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.vp4 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.vp5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.tp0 {
  padding-top: 0!important;
}

.tp1 {
  padding-top: 5px !important;
}

.tp2 {
  padding-top: 15px !important;
}

.tp3 {
  padding-top: 30px !important;
}

.tp4 {
  padding-top: 35px !important;
}

.tp5 {
  padding-top: 50px !important;
}

.bp0 {
  padding-bottom: 0!important;
}

.bp1 {
  padding-bottom: 5px !important;
}

.bp2 {
  padding-bottom: 15px !important;
}

.bp3 {
  padding-bottom: 30px !important;
}

.bp4 {
  padding-bottom: 35px !important;
}

.bp5 {
  padding-bottom: 50px !important;
}

.sp0 {
  padding-left: 0!important;
  padding-right: 0!important;
}

.sp1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.sp2 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.sp3 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.sp4 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.sp5 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.lp0 {
  padding-left: 0!important;
}

.lp1 {
  padding-left: 5px !important;
}

.lp2 {
  padding-left: 15px !important;
}

.lp3 {
  padding-left: 30px !important;
}

.lp4 {
  padding-left: 35px !important;
}

.lp5 {
  padding-left: 50px !important;
}

.rp0 {
  padding-right: 0!important;
}

.rp1 {
  padding-right: 5px !important;
}

.rp2 {
  padding-right: 15px !important;
}

.rp3 {
  padding-right: 30px !important;
}

.rp4 {
  padding-right: 35px !important;
}

.rp5 {
  padding-right: 50px !important;
}

.m0 {
  margin: 0 !important;
}

.vm0 {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.vm1 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.vm2 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.vm3 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}

.vm4 {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}

.vm5 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.tm0 {
  margin-top: 0!important;
}

.tm1 {
  margin-top: 7px !important;
}

.tm2 {
  margin-top: 15px !important;
}

.tm3 {
  margin-top: 27px !important;
}

.tm4 {
  margin-top: 37px !important;
}

.tm5 {
  margin-top: 52px !important;
}

.bm0 {
  margin-bottom: 0!important;
}

.bm1 {
  margin-bottom: 7px !important;
}

.bm2 {
  margin-bottom: 15px !important;
}

.bm3 {
  margin-bottom: 27px !important;
}

.bm4 {
  margin-bottom: 37px !important;
}

.bm5 {
  margin-bottom: 52px !important;
}

.sm1 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.sm2 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.sm3 {
  margin-left: 27px !important;
  margin-right: 27px !important;
}

.sm4 {
  margin-left: 37px !important;
  margin-right: 37px !important;
}

.sm5 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}

.lm0 {
  margin-left: 0!important;
}

.lm1 {
  margin-left: 7px !important;
}

.lm2 {
  margin-left: 15px !important;
}

.lm3 {
  margin-left: 27px !important;
}

.lm4 {
  margin-left: 37px !important;
}

.lm5 {
  margin-left: 52px !important;
}

.rm0 {
  margin-right: 0!important;
}

.rm1 {
  margin-right: 7px !important;
}

.rm2 {
  margin-right: 15px !important;
}

.rm3 {
  margin-right: 27px !important;
}

.rm4 {
  margin-right: 37px !important;
}

.rm5 {
  margin-right: 52px !important;
}

@media screen and (max-width: 519px) {
  .lp0-xs {
    padding-left: 0!important;
  }

  .rp0-xs {
    padding-right: 0!important;
  }
}
/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(160, 160, 160, 0.8) url(/content/stylesheets/scss/scrolltotop/img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #a0a0a0;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.gpc-jumbotron {
  color: white;
  padding: 1em 6em 2.3em 6em;
  margin-bottom: 20px;
  background: url("/Content/Images/GPC/gpc-jumbotron-bg.jpg") 100% 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  .gpc-jumbotron {
    padding: 2em 3em 2em 3em !important;
  }
}
@media screen and (max-width: 800px) {
  .gpc-jumbotron {
    padding: 2em 3em 2em 3em!important;
  }
}
.gpc-jumbotron h1 {
  color: white;
  font-size: 3.2em;
  font-weight: 700;
  margin-top: 11px;
}
@media screen and (max-width: 1279px) {
  .gpc-jumbotron h1 {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 1024px) {
  .gpc-jumbotron h1 {
    margin-top: 0;
    font-size: 1.8em;
  }
}
.gpc-jumbotron p {
  font-size: 1.56em;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media screen and (max-width: 1279px) {
  .gpc-jumbotron p {
    font-size: 1.26em;
  }
}
@media screen and (max-width: 1024px) {
  .gpc-jumbotron p {
    font-size: 1.1em;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  #layerslider h1 {
    font-size: 1.882rem;
  }
  #layerslider h4 {
    font-size: 1.757rem;
  }
  #layerslider p, #layerslider ul {
    font-size: 1.171rem !important;
  }
}
@media (min-width: 801px) and (max-width: 1024px) {
  #layerslider {
    text-align: center;
  }
  #layerslider h1 {
    font-size: 1.631rem;
  }
  #layerslider h4 {
    font-size: 1.506rem;
  }
  #layerslider p, #layerslider ul {
    font-size: 1.004rem !important;
  }
}
@media screen and (max-width: 800px) {
  #layerslider {
    text-align: center;
  }
  #layerslider .ls-l {
    width: 90%!important;
  }
  #layerslider h1 {
    font-size: 1.422rem;
  }
  #layerslider h4 {
    font-size: 1.004rem;
  }
  #layerslider p, #layerslider ul {
    font-size: 0.836rem !important;
  }
}

#AboutEnvPrograms {
  color: #333333;
  display: block;
  padding: 1px 3%;
  font-size: 0.9em;
  overflow: auto;
  margin-bottom: 4px;
}
#AboutEnvPrograms:hover, #AboutEnvPrograms:active, #AboutEnvPrograms:focus {
  text-decoration: none;
}
#AboutEnvPrograms:hover h3, #AboutEnvPrograms:active h3, #AboutEnvPrograms:focus h3 {
  color: #1f6cdf;
}

#AboutEnvPrograms > h3 {
  display: block;
  font-size: 1.3em;
  font-weight: 900;
  margin: 14px 0 0 0;
  line-height: 1;
  padding: 0 9px 2px 9px;
  text-align: center;
  width: 100%;
  color: #333333;
  background: none;
}

#AboutEnvPrograms > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 84%;
}

#AboutEnvPrograms > a, .gpcHomepageSidebar > a {
  color: White;
  display: block;
  width: 60%;
  margin: 0 auto 10px;
  text-align: center;
  padding: 10px;
  border: solid 1px #1773c4;
  background: #1f6cdf;
}

.gpcHomepageSidebar {
  font-size: 0.9em;
  padding: 4px 3%;
  overflow: auto;
}

.gpcHomepageSidebar > h3,
#AboutGPCBanner .h3 {
  font-size: 1.3em;
  font-weight: 900;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  width: 100%;
  color: #333333;
  background: none;
  display: block;
}

.gpcHomepageSidebar > a {
  display: inline-block;
  margin: 0 -1px;
  padding: 2px 0;
  width: 34%;
  font-size: 0.8em;
}

#gpc-video a {
  display: block;
  background-color: #F5F5F5;
  padding: 14px;
  border-radius: 4px;
  border: solid 2px transparent;
}
#gpc-video a:hover, #gpc-video a:active, #gpc-video a:focus {
  text-decoration: none;
  border-color: #e6e6e6;
}
#gpc-video a:hover .fa, #gpc-video a:active .fa, #gpc-video a:focus .fa {
  color: #1f6cdf;
}
#gpc-video a .fa {
  color: #BFBFBF;
}

#aboutTitleWrap {
  border-bottom: 2px solid darkgray;
}

.gpcAboutSection {
  padding: 20px 0;
  border-bottom: 2px solid darkgrey;
  color: #575757;
}
.gpcAboutSection:last-child {
  border: none;
}

.media-left img {
  max-width: 110px;
}

.media-left > a:hover .thumbnail,
.media-left > a:focus .thumbnail,
.media-left > a.active .thumbnail {
  border-color: #1f6cdf;
}

@media screen and (max-width: 1024px) {
  .media-left {
    display: none;
  }

  .media-heading {
    font-size: 1.2em;
  }
  .media-heading a {
    display: block;
  }
  .media-heading a:hover, .media-heading a:active {
    text-decoration: none;
  }

  .media-body {
    background-color: #f5f5f5;
    border: solid 1px #ddd;
    padding: 16px 8px 10px 8px;
    border-radius: 4px;
    transition: background-color .2s ease-in, border-color .2s ease-in;
  }
  .media-body:hover, .media-body:active {
    background-color: #eaeaea;
    border-color: lightgrey;
  }
}
@media screen and (max-width: 800px) {
  .media-body {
    font-size: 0.9em;
  }
}
.category-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 4.1em;
  margin: 0;
  padding: 8px;
  font-size: 0.9em;
  color: white;
  background-color: #266a97;
  line-height: 1;
}

.product-count {
  display: block;
  font-size: 0.79em;
  color: #8fceff;
  font-weight: normal;
  padding: 3px 0 0 0;
}

.gpc-thumbnail-block {
  display: inline-block;
  position: relative;
  width: 30%;
  margin: 0 1% 20px 1%;
  padding: 0;
  padding-bottom: 4em;
}

#product-nav.list-group-nav-success .list-group-item.active > ul {
  padding: 6px 24px;
}

#gpc-nav-details i {
  height: 32px;
  width: 40px;
  vertical-align: -13px;
  display: inline-block;
  background: url(/content/images/icons/gpc/nav-icons.png) -51px 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  #gpc-nav-details i {
    width: 28px;
    vertical-align: bottom;
  }
}

#gpc-nav-legal i {
  height: 32px;
  width: 41px;
  vertical-align: -13px;
  margin-left: -1px;
  display: inline-block;
  background: url(/content/images/icons/gpc/nav-icons.png) -156px 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  #gpc-nav-legal i {
    width: 28px;
    vertical-align: bottom;
  }
}

#gpc-nav-lifecycle i {
  height: 32px;
  width: 41px;
  vertical-align: -14px;
  margin-left: -1px;
  display: inline-block;
  background: url(/content/images/icons/gpc/nav-icons.png) -208px 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  #gpc-nav-lifecycle i {
    width: 28px;
    vertical-align: bottom;
  }
}

#gpc-nav-principles i {
  height: 32px;
  width: 40px;
  vertical-align: -13px;
  display: inline-block;
  background: url(/content/images/icons/gpc/nav-icons.png) -106px 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  #gpc-nav-principles i {
    width: 28px;
    height: 34px;
    vertical-align: bottom;
  }
}

#gpc-nav-guidance i {
  height: 26px;
  width: 40px;
  vertical-align: -7px;
  display: inline-block;
  background: url(/content/images/icons/gpc/nav-icons.png) -1px 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  #gpc-nav-guidance i {
    width: 32px;
    height: 32px;
    vertical-align: bottom;
  }
}

#gpc-nav-workspaces i {
  height: 32px;
  width: 40px;
  vertical-align: -12px;
  display: inline-block;
  background: url(/content/images/icons/gpc/nav-icons.png) -266px 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  #gpc-nav-workspaces i {
    width: 28px;
    vertical-align: bottom;
  }
}

#gpc-nav-required i {
  height: 32px;
  width: 41px;
  vertical-align: -14px;
  margin-left: -1px;
  display: inline-block;
  background: url(/content/images/icons/gpc/nav-icons-service.png) -97px 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  #gpc-nav-required i {
    width: 28px;
    vertical-align: bottom;
  }
}

#gpc-nav-optional-practices i {
  height: 32px;
  width: 41px;
  vertical-align: -14px;
  margin-left: -1px;
  display: inline-block;
  background: url(/content/images/icons/gpc/nav-icons-service.png) -142px 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  #gpc-nav-optional-practices i {
    width: 28px;
    vertical-align: bottom;
  }
}

#gpc-nav-evaluation i {
  height: 32px;
  width: 40px;
  vertical-align: -13px;
  display: inline-block;
  background: url(/content/images/icons/gpc/nav-icons-service.png) -186px 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  #gpc-nav-evaluation i {
    width: 28px;
    vertical-align: bottom;
  }
}

#gpc-nav-where-to-buy i {
  height: 32px;
  width: 40px;
  vertical-align: -12px;
  display: inline-block;
  background: url(/content/images/icons/gpc/nav-icons-service.png) -230px 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  #gpc-nav-where-to-buy i {
    width: 28px;
    vertical-align: bottom;
  }
}

.panel-icon {
  margin-right: 14px;
  vertical-align: -11px;
  min-width: 31px;
  height: 38px;
}

.list-group-nav-success .list-group-item > a {
  padding: 8px 22px;
}

.list-group-nav-success .list-group-item.active {
  border-top: 0;
  border-radius: 0;
  background: url(/content/images/icons/gpc/nav-active.png) 0 13px no-repeat;
}
.list-group-nav-success .list-group-item.active > span {
  padding: 9px 16px 7px 26px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #267e2a;
  font-weight: 700;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.list-group-nav-success .list-group-item.active > ul {
  padding: 6px 16px;
}
.list-group-nav-success .list-group-item.active > ul > li.active a {
  font-weight: 800;
  font-size: 1.004rem;
}
.list-group-nav-success .list-group-item.active > ul > li.active a:hover {
  opacity: 1;
}
.list-group-nav-success .list-group-item.active > ul > li a {
  display: inline-block;
  padding: 4px 0px;
  font-weight: 600;
  font-size: 0.92rem;
  transition: opacity .175s;
}
.list-group-nav-success .list-group-item.active > ul > li a:hover {
  text-decoration: none;
  opacity: 0.675;
}
.list-group-nav-success .list-group-item.active > ul > li a:focus, .list-group-nav-success .list-group-item.active > ul > li a:active {
  text-decoration: none;
}

#btn-toggle-prodnav {
  display: none;
}

#products-listing .list-group-nav-success .list-group-item > a {
  font-size: 0.94em;
}

.product-hero img {
  max-height: 225px;
}
@media screen and (max-width: 1024px) {
  .product-hero img {
    margin-bottom: 20px;
  }
}

.product-details main {
  padding: 0;
  background: #f7f7f7;
  border: solid 1px #e4e4e4;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07), 1px 1px 5px 0 rgba(0, 0, 0, 0.06);
}
.product-details footer {
  padding: .5em .8em;
  border-top-color: #e6e6e6;
  font-size: .72em;
  background-color: #e1eef9;
  border-bottom: solid 1px #e4e4e4;
}
.product-details footer sup {
  top: -4px;
  font-size: 0.376rem;
}
.product-details .product-details .fa-asterisk {
  /*color: #6fa1e4;*/
  color: #cc0000;
}
.product-details .product-footnote.small {
  background: #e3f1ff;
  padding: 8px 12px;
  font-size: 0.753rem;
}
.product-details .tabpanel-title {
  padding: 16px 18px 14px 18px;
  margin: 0 0 20px 0;
  border: 0;
  margin-left: -18px;
  width: 106%;
  font-weight: 300;
  text-transform: uppercase;
  background: #f6f6f6;
  font-size: 1.3em;
  border-bottom: solid 1px #e4e4e4;
}
.product-details .tab-pane {
  padding: 0 18px 8px 18px;
  overflow: hidden;
}
.product-details .table > thead > tr > th {
  background: #fff;
  border-bottom: 1px solid #E4E4E4;
}
.product-details .table > tbody > tr > td {
  border-top: 0;
}
.product-details .table-condensed > thead > tr > th {
  padding: 12px;
  text-transform: uppercase;
  font-size: 0.753rem;
}
.product-details .table-condensed > tbody > tr > td {
  padding: 10px 12px;
  border-bottom: solid 1px #e4e4e4;
  font-size: 0.92rem;
}
.product-details .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fdfdfd;
}
.product-details .last-updated {
  color: #767676;
  font-size: 0.8em;
  display: block;
  margin-bottom: 1em;
}
.product-details .fa-info-circle {
  color: #267e2a;
  vertical-align: -3px;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 800px) {
  .product-details .fa-info-circle {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .product-details .add-product-btn {
    display: none;
  }
}
.product-details .product-table {
  table-layout: fixed;
}
.product-details .product-table .fa-asterisk {
  margin-left: -1px;
  font-size: 0.6em;
}
.product-details .fa-asterisk {
    /*color: #1f6cdf;*/
    color: #fd0303;
    font-size: 0.439rem;
}
.product-details .fa-file-text-o {
  vertical-align: 1px;
}
.product-details a > img {
  vertical-align: text-bottom;
  margin-right: 6px;
  max-width: 90px;
}
.product-details .procurement-info-col,
.product-details .availibility-col {
  word-break: break-word;
}
.product-details .lca-attachments {
  margin-top: 12px;
}

.product-title {
  margin-bottom: 0;
  margin-top: -5px;
}

.cat-title {
  margin-top: -5px;
}

.gpc-category-desc {
  font-size: 1.2em;
  font-weight: 200;
}

.environmental-program {
  margin: 3px 0 4px 0;
}

.mobile-products-link .fa {
  margin-right: 5px;
}

.btn-ecomedes img {
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  #product-nav .list-group-nav .list-group-item > a {
    padding: 6px !Important;
    font-size: 0.92rem !important;
  }
}
.services-listing .list-group-nav-success .list-group-item.active > ul {
  padding: 6px 26px;
}

.services-listing .list-group-nav-success .list-group-item > a {
  font-size: 0.94em;
}

.service-overview {
  font-size: 0.9em;
  line-height: 1.45;
  margin: 0;
}

.service-details > div {
  background: #f7f7f7;
  border: solid 1px #e4e4e4;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07), 1px 1px 5px 0 rgba(0, 0, 0, 0.06);
}
.service-details .tab-pane {
  padding: 0 18px 8px 18px;
  overflow: hidden;
}
.service-details .tab-pane > h6 {
  padding: 18px 18px 16px 18px;
  margin: 0 0 20px 0;
  border: 0;
  margin-left: -18px;
  width: 106%;
  font-weight: 300;
  text-transform: uppercase;
  background: #f6f6f6;
  font-size: 1.3em;
  border-bottom: solid 1px #e4e4e4;
}
.service-details .service-title {
  margin-top: -5px;
}
.service-details .past-solicitations {
  background-color: #fff;
  padding: 0.8em;
}
.service-details .fa-info-circle {
  color: #267e2a;
  vertical-align: 0;
  margin-left: 4px;
}
.service-details .nav-tabs.nav-stacked > li > a {
  background: #e1e6ed;
  color: #4e7caf;
  line-height: 1.3;
}
.service-details .nav-tabs.nav-stacked > li > a:hover {
  background: #d9e0e8;
}
.service-details .nav-tabs.nav-stacked > li.active > a {
  color: #fff;
  background: #4e7caf;
}

#product-list .panel-heading {
  background-color: #e8e8e8;
}
#product-list #product-list-dropdown {
  background: none;
  border: none;
  color: #1f6cdf;
  padding: 0;
  font-size: 1.004rem;
}
#product-list #product-list-dropdown:hover, #product-list #product-list-dropdown:focus {
  background: none;
  border: 0;
  opacity: 0.675;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#product-list .dropdown-menu {
  right: 0;
  border-color: #bbb;
  font-size: 0.92rem;
}
#product-list .dropdown-content {
  margin: 12px 0 0 0;
}
#product-list .dropdown-content .fa-cart-arrow-down {
  font-size: 1.422rem;
  vertical-align: -3px;
}
#product-list .active-list {
  display: inline-block;
}
#product-list .list-actions a:hover,
#product-list .list-actions a:focus {
  text-decoration: none;
}
#product-list .loading-gif {
  display: none;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

#product-list-body .label-warning {
  background-color: #757575;
}

#product-list-getting-started {
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 8px 12px 12px 12px;
}

#productlist-products {
  max-height: 350px;
  overflow: auto;
}
#productlist-products > table {
  width: 98%;
}

#about-gpc-btn {
  display: inline-block;
  background-color: #fff;
  color: #222;
  text-align: center;
  border: solid 1px #b5d44a;
  font-size: 1.1em;
  padding: 0.6em 1.8em;
  transition: background-color .3s ease-in;
}
#about-gpc-btn:hover {
  text-decoration: none;
  background-color: #e6e6e6;
}

#categories {
  margin-top: 6px;
}

#categories h2 small {
  font-size: 40%;
  vertical-align: 4px;
}

@media screen and (max-width: 800px) {
  #gpc-search-btn {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.envprog {
  clear: both;
  padding: 10px 5px 10px 0;
}

.envprog .envprogimg {
  float: left;
  width: 35px;
}

.envprog .envprogimg img {
  width: 30px;
}

.envprog .envprogtitle {
  float: left;
  padding: 5px 10px 5px 10px;
  width: 150px;
}

.envprog .envprogtitle a {
  font-size: 1.171rem;
}

.envprog .envprogtxt {
  padding: 5px;
  overflow: hidden;
}

.breadcrumb {
  font-size: 1.004rem !important;
}

.nav-pills-simple > li > a,
.nav-pills-simple > li > a:hover,
.nav-pills-simple > li > a:focus {
  color: #1f6cdf;
  padding: 10px 32px;
  background: #e3e4e6;
  border: 0;
  border-radius: 60px;
  margin: 0 8px;
}

.nav-pills-simple > li.active > a,
.nav-pills-simple > li.active > a:hover,
.nav-pills-simple > li.active > a:focus {
  color: #fff;
  padding: 10px 32px;
  background: #1f6cdf;
  border: 0;
  border-radius: 60px;
}

.tabs-mobile {
  text-align: center;
  padding: 0 0 26px 0;
}

.nav-link-mobile {
  display: none;
  padding: 18px 2px 0px 2px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .tabs-mobile {
    display: none;
  }

  #products-listing .mobile-nav,
  #services-listing .mobile-nav {
    display: none;
  }

  #products-listing .submenu li a span,
  #services-listing .submenu li a span {
    display: inline-block;
  }
  #products-listing .submenu li a span:last-child,
  #services-listing .submenu li a span:last-child {
    display: none;
  }

  #product-nav .list-group-item .media {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #z-index-is-99-on-mobile {
    position: relative;
    z-index: 99;
  }

  #main {
    min-height: 100% !important;
    margin: 0 auto -28em !important;
  }

  #footer {
    padding-bottom: 200px !important;
  }

  #footer, .push {
    height: 30em !important;
  }

  .body-content {
    min-height: 1100px;
  }

  .prod-heading {
    display: none;
  }

  .list-group-nav-success .list-group-item.active > span {
    display: none;
  }

  .breadcrumb {
    padding: 0;
    margin-left: -18px;
    margin-right: -20px;
    margin-bottom: 38px;
    box-shadow: 0 0 32px rgba(51, 51, 51, 0.12);
  }

  .breadcrumb li a {
    margin: 0;
    display: block;
    margin-right: -6px;
    border-right: solid 1px #dbdbdb;
    padding: 12px 26px 10px 26px;
  }

  .breadcrumb > li:before {
    content: none;
  }

  .breadcrumb > li + li:before {
    content: none;
  }

  .breadcrumb > .active {
    display: none;
  }

  .btn-border {
    font-size: 1.1em;
    color: #1f6cdf !important;
    border: solid 1px;
    padding: 2px;
    margin-top: 8px;
    margin-bottom: 2px;
  }

  #categories {
    margin-bottom: 0 !important;
  }
  #categories .nav-tabs {
    margin-bottom: 26px;
  }

  .col-products,
  .col-services {
    width: 100%;
  }
  .col-products br,
  .col-services br {
    display: none;
  }
  .col-products > h3,
  .col-services > h3 {
    display: none;
  }
  .col-products .media,
  .col-services .media {
    text-align: center;
    max-width: 20%;
    float: left;
    min-height: 255px;
    padding: 0 5px;
    overflow: visible;
    margin: 0 !important;
  }
  .col-products .media .media-left,
  .col-services .media .media-left {
    display: block;
    padding: 0;
  }
  .col-products .media .thumbnail,
  .col-services .media .thumbnail {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 115px;
    max-height: 115px;
    margin: auto;
    box-shadow: 0 0 24px rgba(51, 51, 51, 0.16);
  }
  .col-products .media .media-heading,
  .col-services .media .media-heading {
    font-size: 1em;
    margin: 0;
  }
  .col-products .media .media-body,
  .col-services .media .media-body {
    padding: 18px 0 0 0;
  }
  .col-products .media .media-body p,
  .col-services .media .media-body p {
    display: none;
  }
  .col-products .media .media-body span,
  .col-services .media .media-body span {
    display: none;
  }
  .col-products .media .media-body > a,
  .col-services .media .media-body > a {
    color: #a6a8a9;
    font-size: 0.86em;
    display: block;
  }

  .col-services {
    display: none;
  }

  #products-listing,
  #services-listing {
    background-color: #fff;
    border-top: solid 1px #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-shadow: 0 0 24px rgba(51, 51, 51, 0.18);
    z-index: 9999;
    height: 125px;
    transition: all 0.15s;
  }
  #products-listing .mobile-nav,
  #services-listing .mobile-nav {
    text-align: center;
    padding: 25px 0;
    margin: 0;
  }
  #products-listing .mobile-nav svg,
  #services-listing .mobile-nav svg {
    height: 5rem;
    width: 5rem;
    fill: white;
    display: block;
    margin: auto;
    margin-bottom: 6px;
  }
  #products-listing .submenu,
  #services-listing .submenu {
    padding: 8px 0 !important;
    text-align: center;
  }
  #products-listing .submenu li,
  #services-listing .submenu li {
    display: inline-block;
    width: 15%;
  }
  #products-listing .submenu li a,
  #services-listing .submenu li a {
    display: block;
    text-align: center;
  }
  #products-listing .submenu li a span,
  #services-listing .submenu li a span {
    display: none;
    font-size: 0.669rem;
  }
  #products-listing .submenu li a span:last-child,
  #services-listing .submenu li a span:last-child {
    display: block;
  }

  #product-nav {
    margin: 0;
    padding-top: 10px;
    height: -o-calc(100vh - 125px);
    height: -webkit-calc(100vh - 125px);
    height: -moz-calc(100vh - 125px);
    height: calc(100vh - 125px);
    overflow: auto;
  }
  #product-nav .submenu {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 125px;
    box-shadow: 0 0 36px rgba(51, 51, 51, 0.25);
  }
  #product-nav .list-group-item {
    border: 0 !important;
  }
  #product-nav .list-group-item > a {
    display: none;
  }
  #product-nav .media {
    text-align: center;
    max-width: 20%;
    float: left;
    min-height: 285px;
    padding: 0 5px;
    overflow: visible;
    margin: 0 !important;
  }
  #product-nav .media .media-left {
    display: block;
    padding: 0;
  }
  #product-nav .media .thumbnail {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 115px;
    max-height: 115px;
    margin: auto;
    box-shadow: 0 0 12px rgba(51, 51, 51, 0.16);
  }
  #product-nav .media .media-heading {
    font-size: 1em;
    margin: 0;
    color: #1f6cdf;
  }
  #product-nav .media .media-body {
    padding: 18px 0 0 0;
  }
  #product-nav .media .media-body p {
    display: none;
  }
  #product-nav .media .media-body span {
    display: none;
  }
  #product-nav .media .media-body > a {
    color: #a6a8a9;
    font-size: 0.86em;
    display: block;
  }

  #prod-nav-text {
    font-size: 1.171rem;
    font-weight: bold;
    text-shadow: 0px 0px 2px black;
  }

  #btn-toggle-prodnav {
    color: #fff;
    display: block;
    margin-bottom: 30px;
    background: linear-gradient(rgba(76, 175, 80, 0.45), rgba(0, 150, 136, 0.51)), url(/Content/Images/GPC/gpc-jumbotron-bg.jpg) top center no-repeat;
    background-size: cover;
  }

  #products-listing.menu-open,
  #services-listing.menu-open {
    height: 100%;
    transition: all 0.65s;
  }
  #products-listing.menu-open .submenu,
  #services-listing.menu-open .submenu {
    display: none;
  }
  #products-listing.menu-open #product-nav .list-group-item:not(.active),
  #services-listing.menu-open #product-nav .list-group-item:not(.active) {
    height: auto !important;
    margin: inherit !important;
    margin-bottom: -1px !important;
    overflow: visible;
    border: 1px solid #dddddd;
    max-height: 3000px;
  }

  #products-listing:not(.menu-open) #product-nav .list-group-item:not(.active) {
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    border: 0;
    max-height: 0;
  }

  .services-listing.menu-open .list-group-item:not(.active) {
    height: auto !important;
    margin: inherit !important;
    margin-bottom: -1px !important;
    overflow: visible;
    border: 1px solid #dddddd;
  }

  .services-listing:not(.menu-open) .list-group-item:not(.active) {
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    border: 0;
  }
}
@media screen and (max-width: 800px) {
  #main {
    min-height: 100% !important;
    margin: 0 auto -33em !important;
  }

  #footer {
    padding-bottom: 300px !important;
  }

  #footer, .push {
    height: 35em !important;
  }

  .body-content {
    min-height: 750px;
  }

  #gpc-cat-tabcontent {
    padding-top: 0 !important;
  }

  #GPCSidebar {
    min-height: 0 !important;
  }
  #GPCSidebar > div {
    float: left !important;
    position: relative !important;
  }
  #GPCSidebar > div:first-child {
    width: 50% !important;
    padding-right: 3px;
    background: #fff;
    text-align: center;
  }
  #GPCSidebar > div:first-child .panel-body {
    padding: 15px 2px 2px 2px;
  }
  #GPCSidebar > div:first-child .panel-footer {
    border: 0;
    text-align: center;
    padding: 4px 2px;
  }
  #GPCSidebar > div:last-child {
    width: 50% !important;
    padding-left: 3px;
  }
  #GPCSidebar > div:last-child > div {
    float: left !important;
    position: relative !important;
  }
  #GPCSidebar > div:last-child #stickyPart {
    width: 100% !important;
  }
  #GPCSidebar > div:last-child #stickyPart a > img {
    width: 46px;
    max-height: 52px;
    margin: 0 5px;
  }
  #GPCSidebar > div:last-child #stickyPart > p {
    font-size: 0.753rem !important;
  }
  #GPCSidebar > div:last-child #AboutEnvPrograms {
    padding: 0;
    margin-bottom: 11px;
  }
  #GPCSidebar > div:last-child #AboutEnvPrograms h3, #GPCSidebar > div:last-child #AboutEnvPrograms h4, #GPCSidebar > div:last-child #AboutEnvPrograms h5 {
    margin-top: 0px !important;
    background-color: #8bc34a !important;
    font-size: 0.92rem !important;
    color: #fff !important;
    padding: 4px !important;
    line-height: 1.3 !important;
  }
  #GPCSidebar > div:last-child .gpcHomepageSidebar {
    display: none;
  }

  #categories .nav-justified > li, #categories .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #categories .nav-tabs-clean > li, #categories .nav-tabs-clean.nav-justified > li {
    margin-bottom: -3px;
  }
  #categories .nav-tabs-clean > li > a, #categories .nav-tabs-clean.nav-justified > li > a {
    border-bottom-width: 3px;
  }
  #categories .nav-tabs-clean > li.active > a, #categories .nav-tabs-clean > li.active > a:hover, #categories .nav-tabs-clean > li.active > a:focus, #categories .nav-tabs-clean.nav-justified > li.active > a, #categories .nav-tabs-clean.nav-justified > li.active > a:hover, #categories .nav-tabs-clean.nav-justified > li.active > a:focus {
    border-bottom-width: 3px;
  }

  .col-products .media,
  .col-services .media {
    min-height: 275px;
    max-width: 25%;
  }
  .col-products .media .media-heading,
  .col-services .media .media-heading {
    font-size: 1.2em;
  }
  .col-products .media .media-body > a,
  .col-services .media .media-body > a {
    font-size: 1em;
  }
  .col-products .media .thumbnail,
  .col-services .media .thumbnail {
    max-height: 115px;
  }

  #product-nav .media {
    max-width: 25%;
    max-height: 115px;
    min-height: 270px;
  }
}
@media screen and (max-width: 650px) {
  body {
    font-size: 0.836rem;
  }

  .breadcrumb > li {
    display: block;
    margin: 0 0 -1px 0;
  }
  .breadcrumb > li a {
    padding: 7px 26px 6px 26px;
    font-size: 0.836rem;
  }

  .breadcrumb li a {
    border-bottom: solid 1px #dbdbdb;
  }

  .btn-border {
    border: 0;
    padding: 0 12px;
    margin: 4px 0 0 0;
  }

  #prod-nav-text {
    font-size: 0.753rem;
  }

  #GPCSidebar > div:last-child #stickyPart a > img {
    width: 34px;
    max-height: 38px;
    margin: 0 5px;
    margin-top: 8px;
  }

  #GPCSidebar > div:first-child {
    width: 100% !important;
  }
  #GPCSidebar > div:last-child {
    width: 100% !important;
  }
  #GPCSidebar > div:last-child #stickyPart {
    width: 100% !important;
  }
  #GPCSidebar > div:last-child #stickyPart a > img {
    margin: 0 3px;
  }
  #GPCSidebar > div:last-child #AboutEnvPrograms h3, #GPCSidebar > div:last-child #AboutEnvPrograms h4, #GPCSidebar > div:last-child #AboutEnvPrograms h5 {
    margin-top: 12px !important;
  }

  .cat-title {
    font-size: 1.631rem;
  }

  #stickyPart {
    width: 100% !important;
  }
  #stickyPart a > img {
    width: 42px;
    max-height: 48px;
    margin: 0 4px;
  }
  #stickyPart > p {
    font-size: 0.753rem !important;
  }

  .input-lg, .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn,
  .input-group-lg > .input-group-btn > .icon-tooltip, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .icon-tooltip, .input-group-lg > .input-group-btn > .icon-tooltip {
    padding: 10px 11px !important;
    font-size: 0.836rem;
    line-height: 1.5;
    height: 40px !important;
  }

  .nav-tabs-clean > li > a, .nav-tabs-clean.nav-justified > li > a {
    font-size: 0.669rem;
  }

  .tabs-mobile {
    padding: 0 0 24px 0;
  }

  .col-products .media,
  .col-services .media {
    padding: 0 3px;
    max-width: 33.33333%;
    min-height: 185px;
  }
  .col-products .media .media-heading,
  .col-services .media .media-heading {
    font-size: 0.9em;
    word-break: break-word;
  }
  .col-products .media .media-body > a,
  .col-services .media .media-body > a {
    font-size: 0.8em;
  }
  .col-products .media .thumbnail,
  .col-services .media .thumbnail {
    max-height: 65px;
  }

  .nav-link-mobile {
    display: block;
  }

  #products-listing,
  #services-listing {
    height: 60px;
  }
  #products-listing .mobile-nav,
  #services-listing .mobile-nav {
    padding: 7px 0;
  }
  #products-listing .mobile-nav svg,
  #services-listing .mobile-nav svg {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1px;
  }

  #product-nav {
    height: -o-calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
  }
  #product-nav .submenu {
    padding: 4px 0 0 0 !important;
    bottom: 60px;
  }
  #product-nav .media {
    max-width: 33.33333%;
    min-height: 175px;
  }
  #product-nav .media .media-heading {
    font-size: .8em;
  }
  #product-nav .media .thumbnail {
    max-height: 65px;
  }

  .product-details .tabpanel-title,
  .service-details .tab-pane > h6 {
    padding: 16px 14px 14px 14px;
    font-size: 1.12em;
    width: 115%;
  }

  .product-details .table-condensed > tbody > tr > td {
    padding: 8px 6px;
    border-bottom: solid 1px #e4e4e4;
    font-size: 0.669rem;
  }

  .btn-ecomedes {
    margin-bottom: 12px;
    display: block;
    white-space: normal;
  }

  .btn-ecomedes img {
    display: block;
    margin: auto;
    margin-bottom: 4px;
  }

  .product-details .product-table th:first-child {
    display: none;
  }
  .product-details .product-table td:first-child {
    display: none;
  }

  .product-details .table-condensed > thead > tr > th {
    padding: 12px 6px;
    font-size: 0.669rem;
    vertical-align: top;
  }

  .envprog .envprogtitle {
    width: 115px;
  }

  .envprog .envprogtxt {
    padding: 5px 0;
    overflow: hidden;
  }

  .envprog .envprogtitle a {
    font-size: 0.92rem;
  }

  .tab-pane ul {
    margin-top: 12px;
    padding-left: 0;
  }
  .tab-pane .col-xs-3,
  .tab-pane .col-xs-9 {
    width: 100%;
  }
  .tab-pane .col-xs-3 .nav-tabs > li > a,
  .tab-pane .col-xs-3 .nav-pills > li > a,
  .tab-pane .col-xs-9 .nav-tabs > li > a,
  .tab-pane .col-xs-9 .nav-pills > li > a {
    font-size: 0.753rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tab-pane .col-xs-3 .tab-content,
  .tab-pane .col-xs-9 .tab-content {
    padding: 0.2em 0em;
  }
}
#printView table td {
  color: #333;
  vertical-align: middle;
}
#printView table .functionality {
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  padding: 4px 12px;
}
#printView table .benefitType {
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  padding: 4px 12px;
}
#printView table .benefitGroup {
  font-size: 0.8em;
  padding: 4px 12px;
}
#printView table .benefit {
  font-size: 0.8em;
  padding-left: 26px;
  position: relative;
}
#printView table [data-print-benefit] {
  position: absolute;
  height: 13px;
  width: 13px;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
}

body.print .breadcrumb {
  display: none;
}

.sm-side-nav .sm-side-nav-item {
  position: relative;
  padding: 16px 0;
  display: block;
}
.sm-side-nav .sm-side-nav-item .media-heading {
  color: #696666;
  transition: all .3s;
}
.sm-side-nav .sm-side-nav-item:hover, .sm-side-nav .sm-side-nav-item:focus {
  text-decoration: none;
}
.sm-side-nav .sm-side-nav-item:hover .media-heading, .sm-side-nav .sm-side-nav-item:focus .media-heading {
  color: #000 !important;
}
.sm-side-nav .sm-side-nav-item.active .media-heading {
  color: #1f6cdf !important;
  font-weight: 900 !important;
}
.sm-side-nav .media-heading {
  margin-top: 6px;
  margin-bottom: 2px;
  margin-left: 10px;
  font-size: 1.8em;
  font-weight: 200;
  max-width: 205px;
}
.sm-side-nav .media {
  overflow: visible;
}
.sm-side-nav .media-left,
.sm-side-nav .media-body {
  vertical-align: middle;
  display: table-cell;
}
.sm-side-nav .thumbnail {
  margin: 0;
  max-width: 90px;
  padding: 0;
  border-radius: 50%;
  box-shadow: 1px 2px 16px 0px rgba(51, 51, 51, 0.27);
}
.sm-side-nav h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.8em;
}
.sm-side-nav h2 a {
  color: #282729;
}
.sm-side-nav h2 a:hover {
  color: #1f6cdf;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .sm-side-nav .thumbnail {
    max-width: 60px;
  }
  .sm-side-nav .media-heading {
    margin-top: -6px;
    margin-left: 4px;
    font-size: 1.171rem;
  }
}

.sm-main-default h3 {
  margin-top: 4px;
}

.sm-main-default,
.sm-main-system {
  display: none;
}
.sm-main-default.active,
.sm-main-system.active {
  display: block;
}

.sm-main-system span.fa.fa-question-circle {
  font-size: 1.171rem;
  vertical-align: -2px;
  transition: all .3s;
}
.sm-main-system span.fa.fa-question-circle:hover {
  opacity: .75;
}
.sm-main-system .panel.panel-default {
  margin-bottom: 0;
  border-bottom: solid 1px #ddd;
}
.sm-main-system .panel-heading {
  padding: 10px 15px 8px 15px;
}
.sm-main-system .panel-title {
  padding: 4px 0;
}
.sm-main-system .top-heading {
  border: 0 !important;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -1px;
  background: none;
  border-top: solid 1px #ddd !important;
}
.sm-main-system .top-heading .panel-heading {
  border: 0;
  background: none;
}

.system-media-sm .thumbnail {
  border-radius: 50%;
  max-width: 62px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  box-shadow: 1px 2px 16px 0px rgba(51, 51, 51, 0.27);
}
.system-media-sm .media-heading {
  margin-top: -6px;
  margin-bottom: 4px;
  max-width: 150px;
  margin-left: 7px;
  font-weight: 200;
}
.system-media-sm .media-body {
  vertical-align: middle;
}
@media screen and (max-width: 1279px) {
  .system-media-sm .media-body {
    background: none;
    border: 0;
  }
  .system-media-sm .media-heading {
    margin: 0;
    max-width: 100%;
    font-size: 1.171rem;
  }
}

@media screen and (max-width: 1024px) {
  .media-body {
    background: none!important;
    border: 0!important;
  }
}
.sm-main-system [data-transition-1] {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: all .4s .15s;
}
.sm-main-system [data-transition-2] {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: all .4s .55s;
}
.sm-main-system.loaded [data-transition-1] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.sm-main-system.loaded [data-transition-2] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sm-functionalities-form {
  transition: all .3s;
  transform: translate3d(0, 50px, 0);
}
.sm-functionalities-form.loaded {
  transform: translate3d(0, 0, 0);
}

.resources a {
  margin-right: 1em;
}

@media screen and (max-width: 800px) {
  .functionality-title {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1279px) {
  .functionality-select .panel-title {
    font-size: 0.92rem !important;
  }
}

.functionality-select .fa {
  font-size: 1.171rem;
  transition: transform .2s ease-in;
}

.functionality-select [aria-expanded="true"] .fa {
  transform: rotate(90deg);
}

.functionality-select label {
  position: relative;
  padding: 0.5em 0.5em 0.5em 3.5em;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .functionality-select label {
    font-size: 0.92rem;
  }
}
.functionality-select label:hover {
  cursor: pointer;
}

.functionality-desc {
  color: #282729;
  font-size: 0.92rem;
  line-height: 1.4;
  font-weight: normal;
}

.icheckbox_square-blue, .iradio_square-blue {
  position: absolute;
  left: 8px;
  top: -2px;
  bottom: 0;
  margin: auto !important;
}

.badge {
  font-size: 0.92rem;
  background-color: #A6A6A6;
}

.fa-ellipsis-h.rm1 {
  padding: 0px 2px;
  font-size: 1.22em;
  vertical-align: middle;
}

#standardView .fn-group:hover {
  background-color: #F9F9F9 !important;
}

.fn-group {
  background-color: #F9F9F9 !important;
}

.fn-group .btn-link {
  color: #555555;
}
.fn-group .btn-link > .fa {
  color: #666666;
}

.fn-group .btn, .fn-group .icon-tooltip {
  font-weight: 600;
  white-space: normal;
  position: relative;
  padding-right: 26px;
}
.fn-group .btn .fa, .fn-group .icon-tooltip .fa {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  font-size: 0.753rem;
  height: 11px;
  margin: auto;
}

.fn-group .btn-inverted {
  background-color: #fff;
}

.remove-fn {
  text-transform: uppercase;
  font-size: .71em;
  font-weight: bold;
}
.remove-fn > .fa {
  font-size: 1.2em;
}

li.list-style-bullet,
ul.list-style-bullet li {
  font-size: .9em;
}

[data-benefit].active:before {
  content: "\f058";
  top: 2px;
  left: -16px;
  font-size: 0.753rem;
  color: #555555;
}

@media screen and (max-width: 1024px) {
  [data-pane] {
    margin-top: 20px;
  }
}

#functionality-nav .list-group-title {
  color: #1f6cdf;
}
@media screen and (max-width: 1024px) {
  #functionality-nav.active:before {
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    width: 300%;
    height: 300%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 9;
  }
  #functionality-nav.active ul {
    transform: translate3d(22%, 0, 0);
  }
}
#functionality-nav ul .list-group-item > button {
  padding-right: 24px;
}
#functionality-nav ul .list-group-item > button .fa {
  opacity: 0;
}
#functionality-nav ul .list-group-item.active > button {
  position: relative;
}
#functionality-nav ul .list-group-item.active > button .fa {
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 11px;
  font-size: 0.753rem;
  opacity: 1;
}
#functionality-nav ul .list-group-item.active > button, #functionality-nav ul .list-group-item.active > a {
  font-weight: bold !important;
}
@media screen and (max-width: 1024px) {
  #functionality-nav ul {
    transform: translate3d(125%, 0, 0);
    position: fixed;
    width: 80%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    top: 0;
    background-color: #E8E8E8;
    padding: 1em;
    transition: transform ease-out .225s;
  }
  #functionality-nav ul .list-group-item {
    border: 0;
    background-color: #E8E8E8;
  }
  #functionality-nav ul .list-group-item.active {
    background-color: #1f6cdf;
  }
  #functionality-nav ul .list-group-item.active > button, #functionality-nav ul .list-group-item.active > a {
    color: #fff;
  }
  #functionality-nav ul .list-group-item.active > button .fa, #functionality-nav ul .list-group-item.active > a .fa {
    display: none;
  }
}

#functionality-nav-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  #functionality-nav-mobile {
    display: inline-block;
  }
}

.modal-benefits p {
  font-size: 0.9em;
}

h3.alt, .panel-success .panel-title {
  display: inline-block;
  margin-bottom: 30px;
}
h3.alt.emp, .panel-success .emp.panel-title {
  font-weight: 300;
}
h3.alt.emp span, .panel-success .emp.panel-title span {
  font-weight: 900;
}

.btn-continue {
  border-radius: 67px;
  padding-left: 19px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-continue span {
  margin-left: 24px !important;
  vertical-align: -1px;
  padding: 8px 11px;
  text-align: center;
  border-radius: 50%;
  background: #1d5f20;
  width: 32px;
  height: 32px;
}

.func-desc {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.92rem;
}

.sm-menu-toggle {
  display: none;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 24px;
  background-color: #1f6cdf;
}

@media screen and (max-width: 767px) {
  .sm-main {
    width: 100%;
    float: none;
  }

  .sm-main-system .panel-title {
    font-size: 1em;
  }

  .sm-side-nav {
    position: fixed;
    background-color: #fff;
    height: 100%;
    width: 340px;
    padding-left: 26px;
    padding-top: 42px;
    overflow-y: auto;
    font-size: 0.753rem;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0px 0px 4px rgba(51, 51, 51, 0.3);
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  }
  .sm-side-nav.active {
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  }
  .sm-side-nav .thumbnail {
    max-width: 75px;
  }
  .sm-side-nav .media-left {
    display: table-cell;
  }
  .sm-side-nav .media {
    font-size: 0.9em;
    background: none !important;
    border: none !important;
  }
  .sm-side-nav .media-body {
    background: none;
    border: 0;
    padding: inherit;
  }

  .sm-menu-toggle {
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .back-to-intro {
    float: none !important;
  }
}
.spaced {
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .btn-mobile-block-sm {
    display: block;
    width: 100%;
  }
}
#hero {
  color: #fff;
  padding: 40px 0;
  position: relative;
  background: url("/Content/images/Eui/background/bg-home.jpg") no-repeat center center;
  background-size: cover;
}
#hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .5;
}
#hero h1 {
  color: #fff;
  margin-top: 12px;
}

#stats-global {
  padding: 16px 0;
  min-height: 450px;
}

#portfolio-stat > .btn, #portfolio-stat > .icon-tooltip {
  padding-top: 22px;
  padding-bottom: 22px;
  color: #fff!important;
  background-color: #282729;
}
#portfolio-stat > .btn > span, #portfolio-stat > .icon-tooltip > span {
  line-height: 1;
  vertical-align: middle;
}
#portfolio-stat > .btn:hover, #portfolio-stat > .icon-tooltip:hover, #portfolio-stat > .btn:focus, #portfolio-stat > .icon-tooltip:focus, #portfolio-stat > .btn:active, #portfolio-stat > .icon-tooltip:active {
  background-color: #2c2e31 !important;
}

#eui-details td {
  font-weight: 600;
  line-height: 1.45;
}

#btn-lookup {
  padding: 20px 82px 18px 20px;
  margin: 26px 0;
  font-size: 1.422rem;
  position: relative;
  color: #fff;
  background-color: #4E7CAF;
  border-color: #FFFFFF;
  border-width: 2px;
}
#btn-lookup:hover, #btn-lookup:focus {
  color: #fff;
  background-color: #555555;
  border-color: #FFFFFF;
}
#btn-lookup > span {
  display: inline-block;
  background: url(/content/Images//Eui/icon/search.png) 0 0 no-repeat;
  height: 44px;
  width: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 19px;
}

.input-group-sm input[type="text"] {
  height: 34px;
  padding: 4px 10px;
  font-size: 0.836rem;
}

.panel-primary .panel-heading {
  background-color: #4E7CAF;
}

.info-legend:before {
  content: "* Latest year available \A ^ Usable square footage";
  font-size: 0.753rem;
  white-space: pre;
  color: #9999A5;
  font-weight: 600;
  font-style: italic;
  line-height: 1.66;
  display: inline-block;
  letter-spacing: 0.01em;
  padding: 1px;
}

.fa-multi-building-o {
  position: relative;
}
.fa-multi-building-o:before {
  font-size: 1.2em;
  content: "\f1ad";
}
.fa-multi-building-o:after,
.fa-multi-building-o > span:before {
  content: "\f0f7";
  position: absolute;
  top: 3px;
  right: -7px;
  font-size: .9em;
}
.fa-multi-building-o > span:before {
  left: -9px;
  text-align: left;
}

.dt-subheader .dataTables_processing {
  top: 77px;
  right: auto;
  left: 10px;
}

.icon-oil,
.icon-gas,
.icon-coal,
.icon-steam,
.icon-electricity {
  display: inline-block;
  background: url(/Content/Images/Eui/icon/energy-use.png) 0 0 no-repeat;
  height: 38px;
  width: 38px;
  vertical-align: top;
}

.icon-gas {
  background-position: -178px -7px;
}

.icon-oil {
  background-position: -7px -7px;
}

.icon-steam {
  background-position: -49px -7px;
}

.icon-coal {
  background-position: -92px -7px;
}

.icon-electricity {
  background-position: -136px -7px;
}

#ceu-hero {
  color: #fff;
  padding: 40px 0;
  position: relative;
  background: url("/Content/Images/Ceu/CeuLandingPageImage.jpg") no-repeat center center;
  background-size: cover;
}
#ceu-hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .5;
}
#ceu-hero h1 {
  color: #fff;
  margin-top: 12px;
}

#btn-ceu-green {
  margin: 20px;
  position: relative;
  color: white;
  background-color: #1aab26;
  /*background-color: rgba(59, 154, 208, 0.75);*/
  font-size: 1.171rem;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  padding: 15px 30px;
  border: 2px solid;
}
#btn-ceu-green:hover, #btn-ceu-green:focus {
  background-color: rgba(26, 171, 38, 0.66);
  /*background-color: rgb(59, 154, 208);*/
}

#btn-ceu-blue {
  margin: 20px;
  position: relative;
  color: white;
  background-color: #3b9ad0;
  font-size: 1.255rem;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  padding: 15px 30px;
  border: 2px solid;
}
#btn-ceu-blue:hover, #btn-ceu-blue:focus {
  background-color: rgba(59, 154, 208, 0.75);
}

#btn-cont {
  margin: 20px;
  margin-top: 0px;
  position: relative;
  color: white;
  background-color: #116b28;
  font-size: 1.506rem;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  padding: 15px 50px;
  border: 2px solid black;
}
#btn-cont:hover, #btn-cont:focus {
  background-color: #129e36;
}

.btn-building {
  color: #282729;
  display: block;
  position: relative;
  padding: 1em 0 0 0;
  font-size: 1.255rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border: 0!important;
  border-radius: 6px;
  overflow: hidden;
  transition-delay: .025s;
  background-color: transparent;
  border: 2px solid transparent!important;
  min-width: 185px;
  max-width: 700px;
  padding-top: 0px;
}
.btn-building:hover, .btn-building:active {
  background-color: #f3f3f3;
}

.btn-building-select {
  color: #282729;
  display: block;
  position: relative;
  padding: 1em 0 0 0;
  font-size: 1.255rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border: 0!important;
  border-radius: 6px;
  overflow: hidden;
  transition-delay: .025s;
  background-color: #f3f3f3;
  border: 2px solid #282729!important;
  padding-top: 0px;
}
.btn-building-select:hover, .btn-building-select:active {
  background-color: #efefef;
}

.btn-building .select-title {
  position: relative;
  width: 100%;
  padding: 0.32em 1em 0.32em 1em;
}
.btn-building .select-title .fa {
  font-size: 1.3em;
  display: inline;
  float: right;
  margin-top: 1px;
  margin: 3px;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  transition: opacity .1s ease-in, margin-right .1s ease-in;
  transition-delay: .25s;
}

.btn-building .select-img {
  display: block;
  width: 128px;
  margin: auto;
  padding: 0 10px 10px 10px;
  /*margin-bottom: 0px;*/
  /*margin-top: -4px;*/
}

.btn-climateZone {
  color: #282729;
  display: block;
  position: relative;
  padding: 1em 0 0 0;
  font-size: 1.255rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border: 0!important;
  border-radius: 6px;
  overflow: hidden;
  transition-delay: .025s;
  background-color: #8cb531;
  border: 2px solid transparent!important;
  min-width: 185px;
  max-width: 700px;
  padding-top: 5px;
}
.btn-climateZone:hover, .btn-climateZone:active {
  background-color: #abdc3e;
}

.btn-climateZone .select-title {
  position: relative;
  width: 100%;
  padding: 0.32em 1em 0.32em 1em;
}
.btn-climateZone .select-title .fa {
  font-size: 1.3em;
  display: inline;
  float: right;
  margin-top: 1px;
  margin: 3px;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  transition: opacity .1s ease-in, margin-right .1s ease-in;
  transition-delay: .25s;
}

.btn-climateZone .select-img {
  display: block;
  height: 160px;
  margin: auto;
  padding: 10px 10px 5px 10px;
  /*margin-bottom: 0px;*/
  /*margin-top: -4px;*/
}

.btn-climateZone-select {
  color: #282729;
  display: block;
  position: relative;
  padding: 1em 0 0 0;
  font-size: 1.255rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border: 0!important;
  border-radius: 6px;
  overflow: hidden;
  transition-delay: .025s;
  background-color: #abdc3e;
  border: 2px solid black!important;
  padding-top: 5px;
}
.btn-climateZone-select:hover, .btn-climateZone-select:active {
  background-color: #abdc3e;
}

.btn-results {
  color: #282729;
  display: block;
  position: relative;
  font-size: 1.171rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border: 0!important;
  border-radius: 6px;
  overflow: hidden;
  transition-delay: .025s;
  background-color: transparent;
  border: 2px solid transparent!important;
  height: 130px;
  width: 165px;
  float: right;
  margin: 10px;
  cursor: not-allowed;
  pointer-events: none;
  padding: 0px 0px 3px 0px;
}

.btn-results .select-title {
  position: relative;
  width: 150px;
  padding: 0;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.btn-results .select-title .fa {
  font-size: 1.3em;
  display: inline;
  text-align: center;
  /*float: right;*/
  margin-top: 1px;
  margin: 3px;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  transition: opacity .1s ease-in, margin-right .1s ease-in;
  transition-delay: .25s;
}

.btn-results .select-img {
  display: block;
  height: 100px;
  margin: auto;
  padding: 0px 3px 10px 3px;
}

.btn-results-mobile {
  /*color: #282729;
  display: block;
  position: relative;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border: 0!important;
  border-radius: 6px;
  overflow: hidden;
  transition-delay: .025s;
  background-color: #e6e9ea;
  border: 2px solid transparent!important;
  height: 45px;
  width: 150px;
  float: left;
  margin: 10px;
  margin-top: 0px;
  cursor: not-allowed;
  pointer-events: none;*/
  color: #282729;
  display: block;
  position: relative;
  font-size: 1.171rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border: 0!important;
  border-radius: 6px;
  overflow: hidden;
  transition-delay: .025s;
  background-color: transparent;
  border: 2px solid transparent!important;
  height: 90px;
  width: 120px;
  float: left;
  cursor: not-allowed;
  pointer-events: none;
  padding: 0px 0px 3px 0px;
}

.btn-results-mobile .select-title {
  position: relative;
  width: 100px;
  padding: 0;
  float: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.92rem;
}
.btn-results-mobile .select-title .fa {
  font-size: 0.92rem;
  display: inline;
  text-align: center;
  /*float: right;*/
  margin-top: 1px;
  margin: 3px;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  transition: opacity .1s ease-in, margin-right .1s ease-in;
  transition-delay: .25s;
}

.btn-results-mobile .select-img {
  display: block;
  height: 60px;
  margin: auto;
  padding: 0px 3px 10px 3px;
}

@media print {
  #header {
    display: none!important;
  }

  .slicknav_menu {
    display: none;
  }
}
.hide_data {
  display: none;
}

@media screen and (max-width: 800px) {
  .map {
    display: none!important;
  }

  .btn-climateZone {
    min-width: 240px;
  }

  .btn-results {
    display: none!important;
  }

  .btn-building {
    min-width: 240px;
  }

  .hide_column {
    display: none;
  }

  .hide_data {
    display: inline;
  }
}
@media (min-width: 801px) and (max-width: 1024px) {
  .btn-climateZone {
    display: none;
  }

  .btn-results-mobile {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .btn-climateZone {
    display: none;
  }

  .btn-results-mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  .btn-climateZone {
    display: none;
  }

  .btn-results-mobile {
    display: none;
  }
}
.card-container {
  background: url(/Content/Images/bg-mysftool.jpg) 0 0;
}

.card {
  border: 0;
}

.card .btn-primary {
  background-color: #4479A1;
  border-color: #4479A1;
  border-radius: 30px;
  border-width: 2px;
}
.card .btn-primary:hover, .card .btn-primary:active, .card .btn-primary:focus {
  background-color: #5d93bb;
  border-color: #4f89b5;
}

.card p {
  color: #888B8E;
}

.card hr {
  border-color: #8DADBA;
}

.card-header {
  background-color: white;
  border-bottom: 7px solid #eeeeee;
}

.card-block-bg {
  height: 180px;
}

.card-header-bg {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 210px;
}
.card-header-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .25;
}
.card-header-bg .card-subtitle {
  font-size: 1.171rem;
  font-weight: 700;
  color: #FFEB3B;
}

.card-fedsat .card-block-bg {
  background: url("/Content/images/fedsat/background/fedsat-homepage-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}

.card-submetering .card-header {
  background-image: url("/Content/Images/Homepage/submetering-bg.jpg");
}
.card-submetering .card-header:before {
  opacity: .35;
}

.card-gtb .card-block-bg {
  background: url("/Content/Images/Homepage/gtb-bg2.jpg") 0 0 no-repeat;
  background-size: cover;
  background-position: 90% 0;
}
.card-gtb .card-block-bg:before {
  opacity: 0.15;
}

.card-eui .card-header {
  background-image: url("/Content/images/eui/background/bg-home.jpg");
}
.card-eui .card-header:before {
  opacity: .45;
}

.card-myprojects .card-block-bg {
  background-image: url("/Content/Images/bg-myprojects.jpg");
  background-size: cover;
}
.card-myprojects .card-block-bg:before {
  opacity: 0;
}

.card .circle-text {
  color: #fff;
  font-weight: 900;
}

.card .circle-info,
.card .circle-info-half {
  color: #fff;
  font-weight: 200;
  font-size: 0.836rem;
  margin-top: 2px;
}

.btn-menu {
  font-size: 1.338rem;
}

/* Autocomplete
----------------------------------*/
.ui-autocomplete {
  position: absolute;
  cursor: default;
}

.ui-autocomplete-loading {
  background: none!important;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/* Menu
----------------------------------*/
.ui-menu {
  max-width: 476px;
  list-style: none;
  padding: 2px;
  font-size: 0.753rem;
  font-size: 0.9em;
  margin: 0 0 0 8px;
  display: block;
  border: 1px solid #999;
  border-top: none;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  z-index: 99999;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: .2em 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  font-size: 1.3em;
  zoom: 1;
  color: rgba(0, 0, 0, 0.75);
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: -1px;
}

.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-state-focus {
  background: #f2f7f6;
  outline: none;
}

.hp-searchbox-inner .ui-autocomplete-input.ui-autocomplete-loading {
  background: #5165a2;
  background: rgba(21, 29, 80, 0.36) !important;
}

#hp-search-results .ui-menu {
  color: #cfddff;
  text-shadow: 1px 1px 3px #131625;
  background: #5165a2;
  background: rgba(19, 25, 64, 0.36);
  border-color: #cfddff;
  max-height: 235px;
  overflow: auto;
}
@media (max-width: 800px) {
  #hp-search-results .ui-menu {
    background: rgba(92, 112, 168, 0.9);
  }
}
#hp-search-results .ui-state-focus {
  color: #fff;
  background: #3d4c79;
  background: rgba(162, 162, 162, 0.36);
}

.icon-book,
.icon-certificate,
.icon-checklist,
.icon-info,
.icon-pen,
.icon-screen,
.icon-sync {
  display: block;
  max-width: 100%;
  background-size: 100%;
  background-image: url("/Content/Images/Sprite/fedsat-core.png");
}

.icon-book {
  background-position: 0 0%;
  background-size: 100%;
}

.icon-certificate {
  background-position: 0 16.666667%;
  background-size: 100%;
}

.icon-checklist {
  background-position: 0 33.333333%;
  background-size: 100%;
}

.icon-info {
  background-position: 0 50%;
  background-size: 100%;
}

.icon-pen {
  background-position: 0 66.666667%;
  background-size: 100%;
}

.icon-screen {
  background-position: 0 83.333333%;
  background-size: 100%;
}

.icon-sync {
  background-position: 0 100%;
  background-size: 100%;
}

.icon-admin,
.icon-ceu,
.icon-gpc-lists,
.icon-myprojects {
  display: block;
  max-width: 100%;
  background-size: 100%;
  background-image: url("/Content/Images/Sprite/mysftool-core.png");
}

.icon-admin {
  background-position: 0 0%;
  background-size: 100%;
}

.icon-ceu {
  background-position: 0 33.333333%;
  background-size: 100%;
}

.icon-gpc-lists {
  background-position: 0 66.666667%;
  background-size: 100%;
}

.icon-myprojects {
  background-position: 0 100%;
  background-size: 100%;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

#main {
  min-height: 90%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -16.75em;
}
@media (max-width: 1000px) {
  #main {
    margin: 0 auto -22.75em;
  }
}
@media (max-width: 800px) {
  #main {
    margin: 0 auto -25.25em;
  }
}

#footer, .push {
  height: 25em;
  clear: both;
}
@media (max-width: 1000px) {
  #footer, .push {
    height: 26em;
  }
}
@media (max-width: 800px) {
  #footer, .push {
    height: 30em;
  }
}

#footer {
  clear: both;
  color: #222222;
  line-height: normal;
  font-size: .9em;
  margin: 0 auto;
  max-width: 1140px;
}
#footer h4 {
  padding-top: 0;
}
#footer ul {
  margin-top: 0;
}
#footer p {
  clear: both;
  padding: 8px 5px 0 5px;
  text-align: center;
}

#footer {
  clear: both;
  color: #C8CFDD;
  text-align: center;
  line-height: normal;
  background: #354b5e;
  font-size: 0.96em;
  margin: 0 auto;
  padding: 30px 0.8em 16px 0.8em;
  max-width: none;
}
#footer a,
#footer a.gsa,
#footer #stayConnected ul li a {
  color: #b4bbca;
  -ms-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
#footer a:hover,
#footer a.gsa:hover,
#footer #stayConnected ul li a:hover {
  color: #dbdbdb;
  text-decoration: none;
}
#footer h4, #footer h5, #footer .h4, #footer .h5 {
  color: #dbdbdb;
  font-size: 1.24em;
  clear: both;
}
#footer .footer-links {
  font-size: 1.09em;
}
#footer .footer-links li {
  margin: 5px;
}
#footer .footer-btn {
  border-radius: 1px;
  padding: 6px 27px;
  font-size: 1.08em;
  font-weight: bold;
  display: inline-block;
  color: #e8ebf0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Arial, sans-serif;
  background-color: #354b5e;
  border: solid 2px #d5dae5;
  -ms-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
#footer .footer-btn:hover, #footer .footer-btn:active, #footer .footer-btn:focus {
  text-decoration: none;
  background-color: #2d323f;
  border-color: #2d323f;
}
#footer .footer-btn .fa {
  margin-left: 3px;
}
@media (min-width: 800px) and (max-width: 1000px) {
  #footer .footer-btn {
    padding-left: 8px;
    padding-right: 8px;
  }
}
#footer #providedBy h4,
#footer #stayConnected h4 {
  margin-bottom: 8px;
}
#footer #providedBy {
  margin-bottom: 20px;
}
@media (max-width: 801px) {
  #footer #providedBy {
    margin-right: 21px;
    float: left;
  }
}
#footer a.gsa span {
  line-height: 1.1!important;
  font-size: 1.1em!important;
  top: 28px !important;
  display: inline-block;
  font-weight: normal;
  font-size: 1.14em;
}
#footer a.gsa span:first-child {
  background: url("/Content/Images/main-sprite.png") no-repeat scroll -215px 0 transparent;
  height: 48px;
  width: 48px;
  vertical-align: -9px;
}

#footer .container {
  width: auto!important;
  max-width: 1265px;
  padding-left: 0;
  padding-right: 0;
}

#footer ul.footer-links li > a {
  font-size: 1.02em;
}

@media (max-width: 800px) {
  #footer-nav li a {
    font-size: 1.3em;
    padding: 0 3px;
  }

  .footer-links {
    width: 290px;
    margin: auto;
    margin-bottom: 15px;
  }
  .footer-links li {
    display: inline;
    margin-left: 6px;
    width: 86px;
  }
  .footer-links li:first-child {
    display: block;
    width: 100%;
  }

  .social-wrap {
    width: 274px;
    margin: auto;
    text-align: center!important;
  }
}
@media only screen and (max-width: 520px) {
  .footer-links li {
    margin-bottom: 3px;
    width: 45%;
  }
}
#stayConnected ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1010px) {
  #stayConnected ul li {
    margin: 0 2px 0 0;
  }
}

#stayConnected ul li a {
  display: block;
  padding-top: 48px;
  font-size: 0.8em;
  color: #013370;
}

.facebook-icon a {
  background: transparent url("/Content/Images/main-sprite.png") -62px 0 no-repeat;
  width: 48px;
}

.twitter-icon a {
  background: transparent url("/Content/Images/main-sprite.png") -113px 0 no-repeat;
  width: 48px;
}

.pinterest-icon a {
  background: transparent url("/Content/Images/main-sprite.png") -164px 0 no-repeat;
  width: 48px;
}

.rss {
  background: transparent url("/Content/Images/logo_rss.jpg") top center no-repeat;
  width: 80px;
}

a.gsa {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 800px) {
  a.gsa {
    width: 48px;
  }
}
a.gsa span {
  display: inline-block;
}
a.gsa span:first-child {
  background: url("/Content/Images/main-sprite.png") no-repeat scroll -215px 0 transparent;
  height: 48px;
  width: 48px;
}
@media (max-width: 800px) {
  a.gsa span:nth-child(2) {
    display: none!important;
  }
}

.footerSection {
  height: 85px;
}
@media only screen and (min-width: 801px) {
  .footerSection {
    height: 125px;
  }
}

.projectMenu {
  top: 26px !important;
}

a.projectMenu--Item--RemoveLink.textReplace {
  text-indent: 0;
  overflow: visible;
}

.projectMenu--Link .fa {
  top: 1px !important;
}

a.learn-more {
  padding: 8px 14px;
  font-size: 1.3em!important;
  background-color: rgba(25, 25, 25, 0.7);
  border-radius: 1px;
  -ms-transition: background-color 300ms ease-out!important;
  -moz-transition: background-color 300ms ease-out!important;
  -webkit-transition: background-color 300ms ease-out!important;
  transition: background-color 300ms ease-out!important;
}
a.learn-more .fa {
  margin-left: 3px;
}

a.learn-more:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
}

#sh-inner {
  padding-left: 1.352em!important;
  padding-right: 1.352em!important;
}

#site-menu {
  max-width: 1221px;
}

#site-menu #user-control #user-control-mobile {
    padding: 1px 0 4px 0 !important;
}
#site-menu #user-control a {
  line-height: 14px;
  letter-spacing: 0.07em;
}

#site-menu p {
  line-height: 1.5;
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}

#mi-practice img {
  bottom: -4px !important;
}

#mi-share #ask-sftool {
  position: relative;
  display: block;
  background: #55ACEE;
  color: white;
  margin-bottom: 26px;
  font-size: 1em;
  padding: 10px 10px 10px 70px;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -ms-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  margin-bottom: 0;
  font-size: 1em;
}
#mi-share #ask-sftool:hover {
  text-decoration: none;
  background: #1686db;
}
#mi-share #ask-sftool strong {
  display: block;
  color: white;
  padding-top: 6px;
  font-size: 1.2em;
}
#mi-share #ask-sftool span {
  background: transparent url("/Content/Images/Icons/twitter-logo-white-med.png") no-repeat 0 0;
  height: 34px;
  width: 42px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
}

#site-menu .mgmenu .learn-more.fullscreen > div p {
  line-height: 1.15!important;
  margin: 40px 0;
}

#mi-explore .featured-body img {
  height: 355px;
}

#site-search-block .collapse {
  display: block;
  visibility: visible;
}

#site-search-block #site-search-textbox {
  width: 100%;
  line-height: 38px;
  padding-right: 0;
  border: 1px solid #cccccc;
}
#site-search-block #site-search-textbox:focus, #site-search-block #site-search-textbox:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: solid 1px #999999;
}

#site-search-block button[type=submit] {
  font-weight: bold;
  background-color: #1c8921;
  border-color: #19871e;
  padding-left: 0;
  line-height: 1;
}
#site-search-block button[type=submit]:hover {
  background-color: #157119;
}

.mgmenu #mi-home #sftool-main-heading small {
  line-height: 0!important;
}

.projectMenu--Link:hover::after, .projectMenu--Link:hover:after,
.projectMenu a:hover::after,
.projectMenu a:hover:after {
  content: none!important;
  height: 0!important;
  text-decoration: underline!important;
}

.MyProjectsBeta {
  display: inline-block;
  padding: 3px;
  border-radius: 10px;
  color: white;
  font-size: 0.9em;
  background: #1f6cdf;
}

.projectMenu--Link {
  position: relative;
  margin: 0px;
  display: inline-block;
  padding-right: 16px !important;
}
.projectMenu--Link .fa {
  position: absolute;
  top: 1px;
  font-size: 1.004rem;
  margin-left: 4px !important;
}

.projectMenu--MaterialsList {
  background: #F7F7F7;
  border: solid 1px #eee;
  margin: -3px 0 0 0;
  padding: 10px;
}

.active-project-badge {
  font-size: 0.669rem;
  background: #F7F7F7;
  padding: 2px 8px;
  border: solid 1px #eee;
  border-bottom: none;
}

.projectMenu {
  display: none;
  width: 350px;
  position: absolute;
  background: white;
  padding: 0;
  z-index: 10000;
  border-radius: 0px 0 8px 8px;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

li.projectMenu--Inner {
  text-align: left;
  padding: 9px 11px 11px 11px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.no-js.projectMenu.active {
  display: block;
}

.projectMenu--Item {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: left;
  line-height: 1.3em;
}

.projectMenu--Item:last-child {
  margin-bottom: 0;
  border: none;
}

.projectMenu--MaterialsHeading {
  display: block;
  font-size: 0.669rem;
  border-bottom: solid 1px;
  margin: 0 8px;
}

.projectMenu--Item--Material {
  display: inline-block;
  font-size: 0.9em;
  padding: 6px 9px 4px 9px;
  background: #F1F1F1;
}
.projectMenu--Item--Material:nth-child(odd) {
  background: #E9E9E9;
}

a.projectMenu--Item--RemoveLink {
  display: inline-block;
  float: right;
}

.projectMenu--DetailsItem {
  padding: 1px 0px 10px 0px;
  font-size: 1.1em;
}

.projectMenu--ActivateItem {
  margin: 0;
  text-align: center;
  background: #424a5d;
  border-radius: 0px 0 1px 1px;
  padding: 10px 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.projectMenu--ActivateItem .projectMenu--Item--Link {
  color: white!important;
}

.project--GiveFeedback {
  position: fixed;
  top: 65%;
  left: -51px;
  padding: 10px 20px;
  background: #225892;
  color: white;
  font-size: 1em;
  font-weight: bold;
  opacity: 1;
  z-index: 10000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1280px) {
  .project--GiveFeedback {
    padding: 5px 10px;
    left: -41px;
    font-size: 0.9em;
  }
}
@media (max-width: 801px) {
  .project--GiveFeedback {
    display: none;
  }
}

@-webkit-keyframes tile-fade {
  from {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -ms-filter: alpha(opacity=0);
    opacity: 0;
  }

  70% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: alpha(opacity=80);
    opacity: 0.80;
  }

  80% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: alpha(opacity=90);
    opacity: 0.90;
  }

  95% {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -ms-filter: alpha(opacity=95);
    opacity: 0.95;
  }

  to {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: alpha(opacity=100);
    opacity: 1;
  }
}

@-moz-keyframes tile-fade {
  from {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -ms-filter: alpha(opacity=0);
    opacity: 0;
  }

  70% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: alpha(opacity=80);
    opacity: 0.80;
  }

  80% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: alpha(opacity=90);
    opacity: 0.90;
  }

  95% {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -ms-filter: alpha(opacity=95);
    opacity: 0.95;
  }

  to {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: alpha(opacity=100);
    opacity: 1;
  }
}

@-o-keyframes tile-fade {
  from {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -ms-filter: alpha(opacity=0);
    opacity: 0;
  }

  70% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: alpha(opacity=80);
    opacity: 0.80;
  }

  80% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: alpha(opacity=90);
    opacity: 0.90;
  }

  95% {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -ms-filter: alpha(opacity=95);
    opacity: 0.95;
  }

  to {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: alpha(opacity=100);
    opacity: 1;
  }
}

@keyframes tile-fade {
  from {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -ms-filter: alpha(opacity=0);
    opacity: 0;
  }

  70% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: alpha(opacity=80);
    opacity: 0.80;
  }

  80% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: alpha(opacity=90);
    opacity: 0.90;
  }

  95% {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -ms-filter: alpha(opacity=95);
    opacity: 0.95;
  }

  to {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: alpha(opacity=100);
    opacity: 1;
  }
}

#btn-go-top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 15px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #1c8921; /* Set a background color */
    background-image: url("/Content/Images/up.png");
    background-size: cover;
    width: 20px;
    height: 16px;
    font-size: 2rem;
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
}