.global-transition {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*! normalize.css v3.0.1 | 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,
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: 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,
.legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret,
  button > .caret,
  .dropup > button > .caret,
  .btn-primary > .caret,
  .dropup > .btn-primary > .caret,
  .btn-default > .caret,
  .dropup > .btn-default > .caret,
  .btn-outline > .caret,
  .dropup > .btn-outline > .caret,
  .btn-tab > .caret,
  .dropup > .btn-tab > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.618;
  color: #444444;
  background-color: #f7f7f7;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #cc2222;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #8a1717;
  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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.618;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 44px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 48em) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 75%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #cc2222;
}
a.text-primary:hover {
  color: #a01b1b;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #305c72;
}
a.text-info:hover {
  color: #213f4e;
}
.text-warning {
  color: #736957;
}
a.text-warning:hover {
  color: #564e41;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #cc2222;
}
a.bg-primary:hover {
  background-color: #a01b1b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #e5ecf9;
}
a.bg-info:hover {
  background-color: #bcceef;
}
.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: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.618;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 48em) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 14px;
  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.618;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.618;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 48em) {
  .container {
    width: 743px;
  }
}
@media (min-width: 62em) {
  .container {
    width: 967px;
  }
}
@media (min-width: 75em) {
  .container {
    width: 1175px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.row {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 25px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 48em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 62em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 75em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.618;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #f7f7f7;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(230, 230, 230, 0.2);
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
  background-color: rgba(207, 207, 207, 0.3);
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.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.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  background-color: rgba(178, 219, 161, 0.3);
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #e5ecf9;
}
.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: #d0ddf4;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #e5ecf9;
  background-color: rgba(167, 191, 235, 0.3);
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.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.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  background-color: rgba(245, 231, 158, 0.3);
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.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 > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  background-color: rgba(220, 167, 167, 0.3);
}
@media screen and (max-width: 48em) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend,
.legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #555555;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.618;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.618;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.form-control:focus {
  border-color: #a6a6a6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(166, 166, 166, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(166, 166, 166, 0.6);
}
.form-control:focus {
  -webkit-box-shadow: inset 0 0 20px #f7f7f7;
  box-shadow: inset 0 0 20px #f7f7f7;
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.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;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 32px;
  line-height: 1.618 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 48px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #468847;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #736957;
}
.has-warning .form-control {
  border-color: #736957;
  -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: #564e41;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a69c8a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a69c8a;
}
.has-warning .input-group-addon {
  color: #736957;
  border-color: #736957;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #736957;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #b94a48;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #848484;
}
@media (min-width: 48em) {
  .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 .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 25px;
}
@media (min-width: 48em) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 25px;
}
@media (min-width: 48em) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 48em) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn,
button,
.btn-primary,
.btn-default,
.btn-outline,
.btn-tab {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.618;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
button:focus,
button:active:focus,
button.active:focus,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-default:focus,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-outline:focus,
.btn-outline:active:focus,
.btn-outline.active:focus,
.btn-tab:focus,
.btn-tab:active:focus,
.btn-tab.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-default:hover,
.btn-default:focus,
.btn-outline:hover,
.btn-outline:focus,
.btn-tab:hover,
.btn-tab:focus {
  color: #555555;
  text-decoration: none;
}
.btn:active,
.btn.active,
button:active,
button.active,
.btn-primary:active,
.btn-primary.active,
.btn-default:active,
.btn-default.active,
.btn-outline:active,
.btn-outline.active,
.btn-tab:active,
.btn-tab.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
button.disabled,
button[disabled],
fieldset[disabled] button,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-outline.disabled,
.btn-outline[disabled],
fieldset[disabled] .btn-outline,
.btn-tab.disabled,
.btn-tab[disabled],
fieldset[disabled] .btn-tab {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #555555;
  background-color: rgba(180, 180, 180, 0);
  border-color: #777777;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #555555;
  background-color: rgba(155, 155, 155, 0);
  border-color: #585858;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: rgba(180, 180, 180, 0);
  border-color: #777777;
}
.btn-default .badge {
  color: rgba(180, 180, 180, 0);
  background-color: #555555;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #b4b4b4;
}
.btn-primary {
  color: #ffffff;
  background-color: #cc2222;
  border-color: transparent;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #a01b1b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #cc2222;
  border-color: transparent;
}
.btn-primary .badge {
  color: #cc2222;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #cc2222;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #5cb85c;
}
.btn-info {
  color: #46a5d2;
  background-color: #d6ebf5;
  border-color: #46a5d2;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #46a5d2;
  background-color: #add7eb;
  border-color: #2b85b0;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #d6ebf5;
  border-color: #46a5d2;
}
.btn-info .badge {
  color: #d6ebf5;
  background-color: #46a5d2;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #d6ebf5;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d9534f;
}
.btn-link {
  color: #cc2222;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #8a1717;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > button,
.btn-group-lg > .btn-primary,
.btn-group-lg > .btn-default,
.btn-group-lg > .btn-outline,
.btn-group-lg > .btn-tab {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > button,
.btn-group-sm > .btn-primary,
.btn-group-sm > .btn-default,
.btn-group-sm > .btn-outline,
.btn-group-sm > .btn-tab {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > button,
.btn-group-xs > .btn-primary,
.btn-group-xs > .btn-default,
.btn-group-xs > .btn-outline,
.btn-group-xs > .btn-tab {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn,
.btn-group > button,
.btn-group-vertical > button,
.btn-group > .btn-primary,
.btn-group-vertical > .btn-primary,
.btn-group > .btn-default,
.btn-group-vertical > .btn-default,
.btn-group > .btn-outline,
.btn-group-vertical > .btn-outline,
.btn-group > .btn-tab,
.btn-group-vertical > .btn-tab {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active,
.btn-group > button:hover,
.btn-group-vertical > button:hover,
.btn-group > button:focus,
.btn-group-vertical > button:focus,
.btn-group > button:active,
.btn-group-vertical > button:active,
.btn-group > button.active,
.btn-group-vertical > button.active,
.btn-group > .btn-primary:hover,
.btn-group-vertical > .btn-primary:hover,
.btn-group > .btn-primary:focus,
.btn-group-vertical > .btn-primary:focus,
.btn-group > .btn-primary:active,
.btn-group-vertical > .btn-primary:active,
.btn-group > .btn-primary.active,
.btn-group-vertical > .btn-primary.active,
.btn-group > .btn-default:hover,
.btn-group-vertical > .btn-default:hover,
.btn-group > .btn-default:focus,
.btn-group-vertical > .btn-default:focus,
.btn-group > .btn-default:active,
.btn-group-vertical > .btn-default:active,
.btn-group > .btn-default.active,
.btn-group-vertical > .btn-default.active,
.btn-group > .btn-outline:hover,
.btn-group-vertical > .btn-outline:hover,
.btn-group > .btn-outline:focus,
.btn-group-vertical > .btn-outline:focus,
.btn-group > .btn-outline:active,
.btn-group-vertical > .btn-outline:active,
.btn-group > .btn-outline.active,
.btn-group-vertical > .btn-outline.active,
.btn-group > .btn-tab:hover,
.btn-group-vertical > .btn-tab:hover,
.btn-group > .btn-tab:focus,
.btn-group-vertical > .btn-tab:focus,
.btn-group > .btn-tab:active,
.btn-group-vertical > .btn-tab:active,
.btn-group > .btn-tab.active,
.btn-group-vertical > .btn-tab.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > button:focus,
.btn-group-vertical > button:focus,
.btn-group > .btn-primary:focus,
.btn-group-vertical > .btn-primary:focus,
.btn-group > .btn-default:focus,
.btn-group-vertical > .btn-default:focus,
.btn-group > .btn-outline:focus,
.btn-group-vertical > .btn-outline:focus,
.btn-group > .btn-tab:focus,
.btn-group-vertical > .btn-tab:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group button + button,
.btn-group button + .btn-group,
.btn-group .btn-group + button,
.btn-group .btn-primary + .btn-primary,
.btn-group .btn-primary + .btn-group,
.btn-group .btn-group + .btn-primary,
.btn-group .btn-default + .btn-default,
.btn-group .btn-default + .btn-group,
.btn-group .btn-group + .btn-default,
.btn-group .btn-outline + .btn-outline,
.btn-group .btn-outline + .btn-group,
.btn-group .btn-group + .btn-outline,
.btn-group .btn-tab + .btn-tab,
.btn-group .btn-tab + .btn-group,
.btn-group .btn-group + .btn-tab {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > button,
.btn-toolbar > .btn-primary,
.btn-toolbar > .btn-default,
.btn-toolbar > .btn-outline,
.btn-toolbar > .btn-tab {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-primary:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-default:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-outline:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-tab:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > button:first-child,
.btn-group > .btn-primary:first-child,
.btn-group > .btn-default:first-child,
.btn-group > .btn-outline:first-child,
.btn-group > .btn-tab:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > button:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-primary:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-default:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-outline:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-tab:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > button:last-child:not(:first-child),
.btn-group > .btn-primary:last-child:not(:first-child),
.btn-group > .btn-default:last-child:not(:first-child),
.btn-group > .btn-outline:last-child:not(:first-child),
.btn-group > .btn-tab:last-child: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) > button,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-primary,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-default,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-outline,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-tab {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle,
.btn-group > .btn-group:first-child > button:last-child,
.btn-group > .btn-group:first-child > .btn-primary:last-child,
.btn-group > .btn-group:first-child > .btn-default:last-child,
.btn-group > .btn-group:first-child > .btn-outline:last-child,
.btn-group > .btn-group:first-child > .btn-tab:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn-group:last-child > button:first-child,
.btn-group > .btn-group:last-child > .btn-primary:first-child,
.btn-group > .btn-group:last-child > .btn-default:first-child,
.btn-group > .btn-group:last-child > .btn-outline:first-child,
.btn-group > .btn-group:last-child > .btn-tab: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 > button + .dropdown-toggle,
.btn-group > .btn-primary + .dropdown-toggle,
.btn-group > .btn-default + .dropdown-toggle,
.btn-group > .btn-outline + .dropdown-toggle,
.btn-group > .btn-tab + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  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,
button .caret,
.btn-primary .caret,
.btn-default .caret,
.btn-outline .caret,
.btn-tab .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > button,
.btn-group-vertical > .btn-group > button,
.btn-group-vertical > .btn-primary,
.btn-group-vertical > .btn-group > .btn-primary,
.btn-group-vertical > .btn-default,
.btn-group-vertical > .btn-group > .btn-default,
.btn-group-vertical > .btn-outline,
.btn-group-vertical > .btn-group > .btn-outline,
.btn-group-vertical > .btn-tab,
.btn-group-vertical > .btn-group > .btn-tab {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > button,
.btn-group-vertical > .btn-group > .btn-primary,
.btn-group-vertical > .btn-group > .btn-default,
.btn-group-vertical > .btn-group > .btn-outline,
.btn-group-vertical > .btn-group > .btn-tab {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > button + button,
.btn-group-vertical > button + .btn-group,
.btn-group-vertical > .btn-group + button,
.btn-group-vertical > .btn-primary + .btn-primary,
.btn-group-vertical > .btn-primary + .btn-group,
.btn-group-vertical > .btn-group + .btn-primary,
.btn-group-vertical > .btn-default + .btn-default,
.btn-group-vertical > .btn-default + .btn-group,
.btn-group-vertical > .btn-group + .btn-default,
.btn-group-vertical > .btn-outline + .btn-outline,
.btn-group-vertical > .btn-outline + .btn-group,
.btn-group-vertical > .btn-group + .btn-outline,
.btn-group-vertical > .btn-tab + .btn-tab,
.btn-group-vertical > .btn-tab + .btn-group,
.btn-group-vertical > .btn-group + .btn-tab {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > button:not(:first-child):not(:last-child),
.btn-group-vertical > .btn-primary:not(:first-child):not(:last-child),
.btn-group-vertical > .btn-default:not(:first-child):not(:last-child),
.btn-group-vertical > .btn-outline:not(:first-child):not(:last-child),
.btn-group-vertical > .btn-tab:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > button:first-child:not(:last-child),
.btn-group-vertical > .btn-primary:first-child:not(:last-child),
.btn-group-vertical > .btn-default:first-child:not(:last-child),
.btn-group-vertical > .btn-outline:first-child:not(:last-child),
.btn-group-vertical > .btn-tab:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > button:last-child:not(:first-child),
.btn-group-vertical > .btn-primary:last-child:not(:first-child),
.btn-group-vertical > .btn-default:last-child:not(:first-child),
.btn-group-vertical > .btn-outline:last-child:not(:first-child),
.btn-group-vertical > .btn-tab:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-primary,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-default,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-outline,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-tab {
  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) > .dropdown-toggle,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-primary:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-default:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-outline:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-tab:last-child {
  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) > button:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-primary:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-default:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-outline:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-tab: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 > .btn-group,
.btn-group-justified > button,
.btn-group-justified > .btn-primary,
.btn-group-justified > .btn-default,
.btn-group-justified > .btn-outline,
.btn-group-justified > .btn-tab {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group button,
.btn-group-justified > .btn-group .btn-primary,
.btn-group-justified > .btn-group .btn-default,
.btn-group-justified > .btn-group .btn-outline,
.btn-group-justified > .btn-group .btn-tab {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"],
[data-toggle="buttons"] > button > input[type="radio"],
[data-toggle="buttons"] > button > input[type="checkbox"],
[data-toggle="buttons"] > .btn-primary > input[type="radio"],
[data-toggle="buttons"] > .btn-primary > input[type="checkbox"],
[data-toggle="buttons"] > .btn-default > input[type="radio"],
[data-toggle="buttons"] > .btn-default > input[type="checkbox"],
[data-toggle="buttons"] > .btn-outline > input[type="radio"],
[data-toggle="buttons"] > .btn-outline > input[type="checkbox"],
[data-toggle="buttons"] > .btn-tab > input[type="radio"],
[data-toggle="buttons"] > .btn-tab > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > button,
.input-group-lg > .input-group-btn > .btn-primary,
.input-group-lg > .input-group-btn > .btn-default,
.input-group-lg > .input-group-btn > .btn-outline,
.input-group-lg > .input-group-btn > .btn-tab {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .input-group-btn > button,
select.input-group-lg > .input-group-btn > .btn-primary,
select.input-group-lg > .input-group-btn > .btn-default,
select.input-group-lg > .input-group-btn > .btn-outline,
select.input-group-lg > .input-group-btn > .btn-tab {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .input-group-btn > button,
select[multiple].input-group-lg > .input-group-btn > button,
textarea.input-group-lg > .input-group-btn > .btn-primary,
select[multiple].input-group-lg > .input-group-btn > .btn-primary,
textarea.input-group-lg > .input-group-btn > .btn-default,
select[multiple].input-group-lg > .input-group-btn > .btn-default,
textarea.input-group-lg > .input-group-btn > .btn-outline,
select[multiple].input-group-lg > .input-group-btn > .btn-outline,
textarea.input-group-lg > .input-group-btn > .btn-tab,
select[multiple].input-group-lg > .input-group-btn > .btn-tab {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > button,
.input-group-sm > .input-group-btn > .btn-primary,
.input-group-sm > .input-group-btn > .btn-default,
.input-group-sm > .input-group-btn > .btn-outline,
.input-group-sm > .input-group-btn > .btn-tab {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .input-group-btn > button,
select.input-group-sm > .input-group-btn > .btn-primary,
select.input-group-sm > .input-group-btn > .btn-default,
select.input-group-sm > .input-group-btn > .btn-outline,
select.input-group-sm > .input-group-btn > .btn-tab {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .input-group-btn > button,
select[multiple].input-group-sm > .input-group-btn > button,
textarea.input-group-sm > .input-group-btn > .btn-primary,
select[multiple].input-group-sm > .input-group-btn > .btn-primary,
textarea.input-group-sm > .input-group-btn > .btn-default,
select[multiple].input-group-sm > .input-group-btn > .btn-default,
textarea.input-group-sm > .input-group-btn > .btn-outline,
select[multiple].input-group-sm > .input-group-btn > .btn-outline,
textarea.input-group-sm > .input-group-btn > .btn-tab,
select[multiple].input-group-sm > .input-group-btn > .btn-tab {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:first-child > button,
.input-group-btn:first-child > .btn-group > button,
.input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > button,
.input-group-btn:first-child > .btn-primary,
.input-group-btn:first-child > .btn-group > .btn-primary,
.input-group-btn:last-child > .btn-primary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-primary,
.input-group-btn:first-child > .btn-default,
.input-group-btn:first-child > .btn-group > .btn-default,
.input-group-btn:last-child > .btn-default:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-default,
.input-group-btn:first-child > .btn-outline,
.input-group-btn:first-child > .btn-group > .btn-outline,
.input-group-btn:last-child > .btn-outline:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-outline,
.input-group-btn:first-child > .btn-tab,
.input-group-btn:first-child > .btn-group > .btn-tab,
.input-group-btn:last-child > .btn-tab:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-tab {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:last-child > button,
.input-group-btn:last-child > .btn-group > button,
.input-group-btn:first-child > button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > button,
.input-group-btn:last-child > .btn-primary,
.input-group-btn:last-child > .btn-group > .btn-primary,
.input-group-btn:first-child > .btn-primary:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-primary,
.input-group-btn:last-child > .btn-default,
.input-group-btn:last-child > .btn-group > .btn-default,
.input-group-btn:first-child > .btn-default:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-default,
.input-group-btn:last-child > .btn-outline,
.input-group-btn:last-child > .btn-group > .btn-outline,
.input-group-btn:first-child > .btn-outline:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-outline,
.input-group-btn:last-child > .btn-tab,
.input-group-btn:last-child > .btn-group > .btn-tab,
.input-group-btn:first-child > .btn-tab:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-tab {
  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 > button,
.input-group-btn > .btn-primary,
.input-group-btn > .btn-default,
.input-group-btn > .btn-outline,
.input-group-btn > .btn-tab {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn > button + button,
.input-group-btn > .btn-primary + .btn-primary,
.input-group-btn > .btn-default + .btn-default,
.input-group-btn > .btn-outline + .btn-outline,
.input-group-btn > .btn-tab + .btn-tab {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > button:hover,
.input-group-btn > button:focus,
.input-group-btn > button:active,
.input-group-btn > .btn-primary:hover,
.input-group-btn > .btn-primary:focus,
.input-group-btn > .btn-primary:active,
.input-group-btn > .btn-default:hover,
.input-group-btn > .btn-default:focus,
.input-group-btn > .btn-default:active,
.input-group-btn > .btn-outline:hover,
.input-group-btn > .btn-outline:focus,
.input-group-btn > .btn-outline:active,
.input-group-btn > .btn-tab:hover,
.input-group-btn > .btn-tab:focus,
.input-group-btn > .btn-tab:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > button,
.input-group-btn:first-child > .btn-primary,
.input-group-btn:first-child > .btn-default,
.input-group-btn:first-child > .btn-outline,
.input-group-btn:first-child > .btn-tab {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > button,
.input-group-btn:last-child > .btn-primary,
.input-group-btn:last-child > .btn-default,
.input-group-btn:last-child > .btn-outline,
.input-group-btn:last-child > .btn-tab {
  margin-left: -1px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.618;
  text-decoration: none;
  color: #cc2222;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #8a1717;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #cc2222;
  border-color: #cc2222;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label,
button .label,
.btn-primary .label,
.btn-default .label,
.btn-outline .label,
.btn-tab .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #cc2222;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #a01b1b;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #d6ebf5;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #add7eb;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.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: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
a .alert-success,
a.alert-success {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
a .alert-success:hover,
a.alert-success:hover {
  background-color: #d9edd1;
}
.alert-success .alert-link:hover {
  color: #234524;
}
.alert-info {
  background-color: #e5ecf9;
  border-color: #c8def2;
  color: #305c72;
}
.alert-info hr {
  border-top-color: #b3d1ee;
}
.alert-info .alert-link {
  color: #213f4e;
}
a .alert-info,
a.alert-info {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
a .alert-info:hover,
a.alert-info:hover {
  background-color: #dde6f7;
}
.alert-info .alert-link:hover {
  color: #12222a;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #736957;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #564e41;
}
a .alert-warning,
a.alert-warning {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
a .alert-warning:hover,
a.alert-warning:hover {
  background-color: #fbf6da;
}
.alert-warning .alert-link:hover {
  color: #39342b;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
a .alert-danger,
a.alert-danger {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
a .alert-danger:hover,
a.alert-danger:hover {
  background-color: #efd7d7;
}
.alert-danger .alert-link:hover {
  color: #702c2b;
}
.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 {
  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%;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #cc2222;
  border-color: #cc2222;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #f5c5c5;
}
.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #468847;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #468847;
  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: #468847;
  border-color: #468847;
}
.list-group-item-info {
  color: #305c72;
  background-color: #e5ecf9;
}
a.list-group-item-info {
  color: #305c72;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #305c72;
  background-color: #d0ddf4;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #305c72;
  border-color: #305c72;
}
.list-group-item-warning {
  color: #736957;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #736957;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #736957;
  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: #736957;
  border-color: #736957;
}
.list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #b94a48;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #b94a48;
  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: #b94a48;
  border-color: #b94a48;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #cc2222;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #cc2222;
  border-color: #cc2222;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cc2222;
}
.panel-primary > .panel-heading .badge {
  color: #cc2222;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cc2222;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #468847;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #c8def2;
}
.panel-info > .panel-heading {
  color: #305c72;
  background-color: #e5ecf9;
  border-color: #c8def2;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c8def2;
}
.panel-info > .panel-heading .badge {
  color: #e5ecf9;
  background-color: #305c72;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c8def2;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #736957;
  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: #736957;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  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: #b94a48;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #282d36;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.97;
  filter: alpha(opacity=97);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.618px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.618;
}
.modal-body {
  position: relative;
  padding: 25px;
}
.modal-footer {
  padding: 25px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer button + button,
.modal-footer .btn-primary + .btn-primary,
.modal-footer .btn-default + .btn-default,
.modal-footer .btn-outline + .btn-outline,
.modal-footer .btn-tab + .btn-tab {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group button + button,
.modal-footer .btn-group .btn-primary + .btn-primary,
.modal-footer .btn-group .btn-default + .btn-default,
.modal-footer .btn-group .btn-outline + .btn-outline,
.modal-footer .btn-group .btn-tab + .btn-tab {
  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: 48em) {
  .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: 62em) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
main:before,
main:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
main: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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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: 48em) {
  .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: 48em) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 48em) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 48em) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 48em) and (max-width: 62em) {
  .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: 48em) and (max-width: 62em) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 48em) and (max-width: 62em) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 48em) and (max-width: 62em) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 62em) and (max-width: 75em) {
  .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: 62em) and (max-width: 75em) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 62em) and (max-width: 75em) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 62em) and (max-width: 75em) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 75em) {
  .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: 75em) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 75em) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 75em) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 48em) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 48em) and (max-width: 62em) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 62em) and (max-width: 75em) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 75em) {
  .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;
  }
}
button,
.btn-primary,
.btn-default,
.btn-outline,
.btn-tab {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-style: italic;
  margin: 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-rendering: optimizeLegibility;
  letter-spacing: .2ex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 5px 12px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
}
.btn-group > button,
.btn-group > .btn-primary,
.btn-group > .btn-default,
.btn-group > .btn-outline,
.btn-group > .btn-tab,
.btn-group-justified > button,
.btn-group-justified > .btn-primary,
.btn-group-justified > .btn-default,
.btn-group-justified > .btn-outline,
.btn-group-justified > .btn-tab {
  white-space: normal;
}
button:hover,
.btn-primary:hover,
.btn-default:hover,
.btn-outline:hover,
.btn-tab:hover,
button:focus,
.btn-primary:focus,
.btn-default:focus,
.btn-outline:focus,
.btn-tab:focus,
button:active button:active:focus,
button:active .btn-primary:active:focus,
button:active .btn-default:active:focus,
button:active .btn-outline:active:focus,
button:active .btn-tab:active:focus,
.btn-primary:active button:active:focus,
.btn-primary:active .btn-primary:active:focus,
.btn-primary:active .btn-default:active:focus,
.btn-primary:active .btn-outline:active:focus,
.btn-primary:active .btn-tab:active:focus,
.btn-default:active button:active:focus,
.btn-default:active .btn-primary:active:focus,
.btn-default:active .btn-default:active:focus,
.btn-default:active .btn-outline:active:focus,
.btn-default:active .btn-tab:active:focus,
.btn-outline:active button:active:focus,
.btn-outline:active .btn-primary:active:focus,
.btn-outline:active .btn-default:active:focus,
.btn-outline:active .btn-outline:active:focus,
.btn-outline:active .btn-tab:active:focus,
.btn-tab:active button:active:focus,
.btn-tab:active .btn-primary:active:focus,
.btn-tab:active .btn-default:active:focus,
.btn-tab:active .btn-outline:active:focus,
.btn-tab:active .btn-tab:active:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  outline: none !important;
}
.btn-outline {
  color: #555555;
  background-color: rgba(180, 180, 180, 0);
  border-color: #777777;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.open > .dropdown-toggle.btn-outline {
  color: #555555;
  background-color: rgba(155, 155, 155, 0);
  border-color: #585858;
}
.btn-outline:active,
.btn-outline.active,
.open > .dropdown-toggle.btn-outline {
  background-image: none;
}
.btn-outline.disabled,
.btn-outline[disabled],
fieldset[disabled] .btn-outline,
.btn-outline.disabled:hover,
.btn-outline[disabled]:hover,
fieldset[disabled] .btn-outline:hover,
.btn-outline.disabled:focus,
.btn-outline[disabled]:focus,
fieldset[disabled] .btn-outline:focus,
.btn-outline.disabled:active,
.btn-outline[disabled]:active,
fieldset[disabled] .btn-outline:active,
.btn-outline.disabled.active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline.active {
  background-color: rgba(180, 180, 180, 0);
  border-color: #777777;
}
.btn-outline .badge {
  color: rgba(180, 180, 180, 0);
  background-color: #555555;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.open .dropdown-toggle.btn-outline {
  color: #fff;
  background-color: #b4b4b4;
}
.btn-outline.active {
  background-color: #d6ebf5;
  border-color: #46a5d2;
  color: #46a5d2;
}
.btn-tab {
  color: #555555;
  background-color: #e9e9e9;
  border-color: #dadada;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  border-width: 0;
}
.btn-tab:hover,
.btn-tab:focus,
.btn-tab:active,
.btn-tab.active,
.open > .dropdown-toggle.btn-tab {
  color: #555555;
  background-color: #d0d0d0;
  border-color: #bbbbbb;
}
.btn-tab:active,
.btn-tab.active,
.open > .dropdown-toggle.btn-tab {
  background-image: none;
}
.btn-tab.disabled,
.btn-tab[disabled],
fieldset[disabled] .btn-tab,
.btn-tab.disabled:hover,
.btn-tab[disabled]:hover,
fieldset[disabled] .btn-tab:hover,
.btn-tab.disabled:focus,
.btn-tab[disabled]:focus,
fieldset[disabled] .btn-tab:focus,
.btn-tab.disabled:active,
.btn-tab[disabled]:active,
fieldset[disabled] .btn-tab:active,
.btn-tab.disabled.active,
.btn-tab[disabled].active,
fieldset[disabled] .btn-tab.active {
  background-color: #e9e9e9;
  border-color: #dadada;
}
.btn-tab .badge {
  color: #e9e9e9;
  background-color: #555555;
}
.btn-tab:hover,
.btn-tab:focus,
.btn-tab:active,
.btn-tab.active,
.open .dropdown-toggle.btn-tab {
  color: #fff;
  background-color: #e9e9e9;
}
.btn-tab.active {
  background-color: #d6ebf5;
  color: #46a5d2;
}
.btn-tab:not(.active):hover {
  background-color: #b6b6b6;
}
.btn-default,
.btn-primary {
  -webkit-box-shadow: 0 1px 3px rgba(150, 150, 150, 0.9);
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.9);
}
.btn-default {
  background-image: -webkit-linear-gradient(top, rgba(180, 180, 180, 0.07) 0%, rgba(180, 180, 180, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(180, 180, 180, 0.07) 0%, rgba(180, 180, 180, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(180, 180, 180, 0.07) 0%, rgba(180, 180, 180, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12b4b4b4', endColorstr='#00b4b4b4', GradientType=0);
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #cc2222 0%, #de3939 100%);
  background-image: -o-linear-gradient(top, #cc2222 0%, #de3939 100%);
  background-image: linear-gradient(to bottom, #cc2222 0%, #de3939 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc2222', endColorstr='#ffde3939', GradientType=0);
}
.content-toggle.active,
.btn-outline.active,
.tab-toggle.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-block {
  white-space: normal;
}
legend,
.legend {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin: 12.5px 0;
}
legend small,
legend .small,
.legend small,
.legend .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
legend small,
legend .small,
.legend small,
.legend .small {
  font-size: 75%;
}
legend small,
legend .small,
.legend small,
.legend .small {
  display: block;
}
legend small.subtitle,
.legend small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.brick legend,
.brick .legend {
  overflow: hidden;
  text-overflow: ellipsis;
}
label,
.heading-label {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .75px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="search"] {
  outline: 0;
}
.form-control {
  height: 32px;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"] input[type="tel"] {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.618;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 32px;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"] input[type="tel"]:focus {
  border-color: #a6a6a6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(166, 166, 166, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(166, 166, 166, 0.6);
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"] input[type="tel"]:focus {
  -webkit-box-shadow: inset 0 0 20px #f7f7f7;
  box-shadow: inset 0 0 20px #f7f7f7;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"] input[type="tel"]::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"] input[type="tel"]:-ms-input-placeholder {
  color: #777777;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"] input[type="tel"]::-webkit-input-placeholder {
  color: #777777;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"] input[type="tel"][disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"] input[type="tel"][readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"] input[type="tel"] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"] input[type="tel"] {
  height: auto;
}
select,
select.form-control,
select.goog-te-combo {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  background-image: url("/assets/img/atp-sprite.png");
  background-position: left top;
  display: inline-block;
  background-position: right 8px;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  padding-right: 44px;
  text-indent: 0.01px;
  text-overflow: '';
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  select,
  select.form-control,
  select.goog-te-combo {
    background-image: url("/assets/img/atp-sprite@2x.png");
    background-size: 256px 279px;
  }
}
select::-ms-expand,
select.form-control::-ms-expand,
select.goog-te-combo::-ms-expand {
  display: none;
}
select:-moz-focusring,
select.form-control:-moz-focusring,
select.goog-te-combo:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-group:last-child,
.input-group:last-child {
  margin-bottom: 0;
}
.form-group:not(:last-child),
.input-group:not(:last-child) {
  margin-bottom: 25px;
}
.input-checkbox input[type="checkbox"],
.input-radio input[type="checkbox"],
.input-checkbox input[type="radio"],
.input-radio input[type="radio"] {
  display: none;
}
.input-checkbox input[type="checkbox"]:checked + label:before,
.input-radio input[type="checkbox"]:checked + label:before,
.input-checkbox input[type="radio"]:checked + label:before,
.input-radio input[type="radio"]:checked + label:before {
  color: #8c8c8c;
}
.input-checkbox input[type="checkbox"][disabled] + label,
.input-radio input[type="checkbox"][disabled] + label,
.input-checkbox input[type="radio"][disabled] + label,
.input-radio input[type="radio"][disabled] + label {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.input-checkbox input[type="radio"] + label:before,
.input-radio input[type="radio"] + label:before {
  content: "\e621";
}
.input-checkbox input[type="radio"]:checked + label:before,
.input-radio input[type="radio"]:checked + label:before {
  content: "\e620";
}
.input-checkbox input[type="checkbox"] + label:before,
.input-radio input[type="checkbox"] + label:before {
  content: "\e616";
}
.input-checkbox input[type="checkbox"]:checked + label:before,
.input-radio input[type="checkbox"]:checked + label:before {
  content: "\e615";
}
.input-checkbox label,
.input-radio label {
  cursor: pointer;
  font-weight: normal;
  padding: 4px 0 0 24px;
}
.input-checkbox label:before,
.input-radio label:before {
  color: #a6a6a6;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin: -4px 0 0 -24px;
  position: absolute;
  display: inline-block;
}
main {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 20px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 5px 20px rgba(50, 50, 50, 0.2);
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
  width: 100%;
}
main .sidebar {
  border-top: solid 3px #ddd;
  margin: 0 -25px;
  padding: 25px 25px 0 25px;
}
main .sidebar.reorder-md {
  border-bottom: solid 3px #ddd;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
main .content,
main .sidebar {
  margin-bottom: 25px;
}
main > .content > *:first-child {
  margin-top: 0;
}
[class^="col-"]:not([class*="col-xs-"]),
[class*="col-"]:not([class*="col-xs-"]) {
  margin-bottom: 25px;
}
.masonry-row > [class^="col-"]:not([class*="col-xs-"]),
.masonry-row > [class*="col-"]:not([class*="col-xs-"]),
[class^="col-"]:not([class*="col-xs-"]):last-child,
[class*="col-"]:not([class*="col-xs-"]):last-child {
  margin-bottom: 0;
}
html,
body {
  width: 100%;
}
html {
  font-size: 100%;
}
body {
  font-weight: 300;
  letter-spacing: .06ex;
}
figure {
  text-align: center;
  margin-bottom: 25px;
}
figure img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
figcaption {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin-top: 5px;
}
afigcaption:hover,
afigcaption:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
figcaption:empty {
  display: none;
}
.btn figcaption,
button figcaption,
.btn-primary figcaption,
.btn-default figcaption,
.btn-outline figcaption,
.btn-tab figcaption {
  position: relative;
  top: -1px;
}
.img-inset {
  margin: 12.5px 0;
}
.img-inset.pull-right {
  margin-left: 12.5px;
}
.img-inset.pull-left {
  margin-right: 12.5px;
}
video.img-responsive {
  margin-bottom: 25px;
}
.img-thumbnail {
  margin-bottom: 5px;
}
.img-thumbnail.pull-right {
  margin: 12.5px 0 25px 25px;
}
.img-thumbnail.pull-left {
  margin: 12.5px 25px 25px 0;
}
table {
  margin-bottom: 12.5px;
}
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td,
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th {
  font-size: 14px;
}
.table.table-centered td:first-child,
.table.table-centered th:first-child {
  text-align: left;
}
.table.table-centered td:not(:first-child),
.table.table-centered th:not(:first-child) {
  text-align: center;
}
.table-math > thead > tr > th,
.table-math > tbody > tr > th,
.table-math > thead > tr > td,
.table-math > tbody > tr > td {
  border: none;
}
.table-math > thead > tr > th:last-of-type,
.table-math > tbody > tr > th:last-of-type,
.table-math > thead > tr > td:last-of-type,
.table-math > tbody > tr > td:last-of-type {
  text-align: right;
}
.table-math > tfoot > tr > th,
.table-math > tfoot > tr > td {
  font-weight: 600;
  line-height: 1.2;
}
.table-math > tfoot > tr > th small,
.table-math > tfoot > tr > td small {
  font-weight: 400;
}
.table-math > tfoot > tr > th:last-of-type,
.table-math > tfoot > tr > td:last-of-type {
  text-align: right;
}
.ledger {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  text-align: right;
}
.table-comparison {
  margin: 25px auto;
  width: 100%;
}
.table-comparison td,
.table-comparison th {
  padding: 6px;
}
.table-comparison col.seperation {
  border-left: solid 1px #555555;
}
.table-comparison col.recommended {
  background-color: #FFF4DA;
  border-left: solid 1px #777777;
}
.table-comparison thead tr,
.table-comparison tfoot tr {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  font-size: 20px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  background-color: #ffffff;
  vertical-align: top;
}
.table-comparison thead tr small,
.table-comparison tfoot tr small,
.table-comparison thead tr .small,
.table-comparison tfoot tr .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.table-comparison thead tr small,
.table-comparison tfoot tr small,
.table-comparison thead tr .small,
.table-comparison tfoot tr .small {
  font-size: 75%;
}
.table-comparison thead tr small,
.table-comparison tfoot tr small,
.table-comparison thead tr .small,
.table-comparison tfoot tr .small {
  display: block;
}
.table-comparison thead tr small.subtitle,
.table-comparison tfoot tr small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.brick .table-comparison thead tr,
.brick .table-comparison tfoot tr {
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-comparison thead tr:last-of-type td,
.table-comparison tfoot tr:last-of-type td {
  padding-top: 20px;
  vertical-align: middle;
}
.table-comparison thead tr:first-of-type th,
.table-comparison tfoot tr:first-of-type th {
  padding-bottom: 20px;
  text-align: left;
}
.table-comparison thead tr {
  font-size: 16px;
}
.table-comparison tbody tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
.table-comparison tbody th {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  font-size: 16px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  padding: 5px;
  text-align: left;
  background-color: #d6ebf5;
}
.table-comparison tbody th small,
.table-comparison tbody th .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.table-comparison tbody th small,
.table-comparison tbody th .small {
  font-size: 75%;
}
.table-comparison tbody th small,
.table-comparison tbody th .small {
  display: block;
}
.table-comparison tbody th small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.table-comparison td:first-of-type {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  font-size: 16px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-weight: normal;
}
.table-comparison td:first-of-type small,
.table-comparison td:first-of-type .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.table-comparison td:first-of-type small,
.table-comparison td:first-of-type .small {
  font-size: 75%;
}
.table-comparison td:first-of-type small,
.table-comparison td:first-of-type .small {
  display: block;
}
.table-comparison td:first-of-type small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.table-comparison td:not(:first-of-type) {
  text-align: center;
  font-size: 75%;
}
.table-comparison td#recommended {
  background-color: #cc2222;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.table-comparison h3 {
  margin-top: 0;
}
.table-comparison.condensed td,
.table-comparison.condensed th {
  padding: 5px;
}
.table-comparison.condensed thead tr,
.table-comparison.condensed tfoot tr {
  font-size: 16px;
}
.table-comparison.condensed thead tr:first-of-type th,
.table-comparison.condensed tfoot tr:first-of-type th {
  text-align: center;
}
.table-comparison.condensed td:first-of-type {
  font-size: 12px;
}
.table-comparison.condensed h5 {
  margin: 0;
}
.table-responsive-comparison {
  border: none;
}
th.section {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 25px;
  margin-bottom: 12.5px;
  font-size: 24px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  border-bottom: 1px dotted #eeeeee;
  padding-bottom: 10px;
}
th.section small,
th.section .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
th.section small,
th.section .small {
  font-size: 65%;
}
th.section small,
th.section .small {
  display: block;
}
th.section small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
@media (max-width: 48em) {
  .table-responsive:not(.table-responsive-comparison) {
    background-image: -webkit-linear-gradient(left, #ffffff 97%, #cccccc 100%);
    background-image: -o-linear-gradient(left, #ffffff 97%, #cccccc 100%);
    background-image: linear-gradient(to right, #ffffff 97%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=1);
    border: none;
  }
  .table-responsive:not(.table-responsive-comparison) > .table > thead > tr > th:last-child,
  .table-responsive:not(.table-responsive-comparison) > .table > tbody > tr > th:last-child,
  .table-responsive:not(.table-responsive-comparison) > .table > tfoot > tr > th:last-child,
  .table-responsive:not(.table-responsive-comparison) > .table > thead > tr > td:last-child,
  .table-responsive:not(.table-responsive-comparison) > .table > tbody > tr > td:last-child,
  .table-responsive:not(.table-responsive-comparison) > .table > tfoot > tr > td:last-child {
    border-right: solid 15px #fff;
  }
  .table-overflow {
    padding: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  display: block;
}
h1 small.subtitle,
h2 small.subtitle,
h3 small.subtitle,
h4 small.subtitle,
h5 small.subtitle,
h6 small.subtitle,
.h1 small.subtitle,
.h2 small.subtitle,
.h3 small.subtitle,
.h4 small.subtitle,
.h5 small.subtitle,
.h6 small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.hr {
  text-align: center;
  color: #a2a2a2;
  line-height: 0;
  border-bottom: 1px solid #eeeeee;
  margin: 50px 0;
}
.hr:first-line {
  background-color: #ffffff;
}
.hr:before,
.hr:after {
  content: "\a0\a0\a0";
}
h1,
h2,
h3 {
  clear: both;
}
h1.jumbotron small.subtitle {
  margin-bottom: 50px;
}
h1,
.h1 {
  font-size: 31.2px;
  line-height: 1;
  margin-bottom: 25px;
}
h2,
.h2 {
  font-size: 24px;
  margin-bottom: 12.5px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 16px;
}
.brick h4,
.brick .h4 {
  overflow: hidden;
  text-overflow: ellipsis;
}
h5,
.h5 {
  font-size: 12px;
}
p {
  margin: 0 0 25px;
}
.lead {
  margin-bottom: 50px;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.no-break {
  display: inline-block;
}
ul,
ol {
  margin: 0 0 25px;
  padding: 0 0 0 25px;
}
.list-inline {
  margin-left: auto;
}
.list-inline > li {
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.list-inline.stacked {
  text-align: center;
}
.list-inline.stacked li {
  padding: 5px;
}
dt {
  padding: 5px 0 0 0;
}
dd {
  margin-left: 20px;
  margin-bottom: 25px;
}
blockquote {
  color: #6a6a6a;
  letter-spacing: .1ex;
  line-height: 1.8;
  margin: 25px 0 25px;
  padding: 0 12.5px 25px 12.5px;
}
blockquote footer {
  font-style: italic;
  font-size: 14px;
  padding-left: 25px;
}
blockquote footer:before {
  content: "\2014 \00A0";
  float: left;
  margin-right: 5px;
  margin-left: -20px;
}
.pubdate {
  border-bottom: solid 1px #f7f7f7;
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  font-size: 16px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .3ex;
  text-transform: uppercase;
}
.pubdate small,
.pubdate .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.pubdate small,
.pubdate .small {
  font-size: 75%;
}
.pubdate small,
.pubdate .small {
  display: block;
}
.pubdate small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.flagheader {
  background-image: -webkit-linear-gradient(left, #cc2222 0%, #e76d6d 100%);
  background-image: -o-linear-gradient(left, #cc2222 0%, #e76d6d 100%);
  background-image: linear-gradient(to right, #cc2222 0%, #e76d6d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc2222', endColorstr='#ffe76d6d', GradientType=1);
  color: #fff;
  font-size: 20px;
  margin: 0 -25px 25px -25px;
  padding: 12.5px 25px;
}
.flagheader a {
  color: #fff;
  text-decoration: none;
}
.flagheader a::after {
  content: none;
}
.flagheader-corner {
  left: 0;
  position: absolute;
  top: 0;
}
.flagheader-corner h3 {
  color: #fff;
  padding: 6px 12px;
  position: relative;
  width: 75px;
  z-index: 550;
}
.flagheader-corner:after {
  border-right: 100px solid transparent;
  border-top: 100px solid #cc2222;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  z-index: 500;
  -webkit-transform: scale(0.99999);
  -ms-transform: scale(0.99999);
  -o-transform: scale(0.99999);
  transform: scale(0.99999);
}
.alert-news .flagheader-corner + h3 {
  margin-left: 85px;
  min-height: 70px;
}
.cost {
  color: #cc2222 !important;
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: bottom;
}
.cost .dollar {
  font-size: 75%;
  vertical-align: top;
}
.cost small {
  display: inline-block;
  color: #777777;
}
p.cost-note {
  font-size: 11px;
  line-height: 1.2;
  margin-top: -5px;
  overflow: hidden;
}
p.cost-note span {
  text-align: right;
  float: right;
  width: 220px;
}
.testimonial pre {
  white-space: pre-line;
}
.alert > h2,
.alert > h3,
.alert > h4 {
  margin-top: 0;
}
.alert > h2:not(.flagheader),
.alert > h3:not(.flagheader),
.alert > h4:not(.flagheader) {
  color: inherit;
}
.alert > p,
.alert > ul {
  margin-bottom: 25px;
}
p > small.alert {
  padding: 5px 10px;
}
.alert > p:last-child {
  margin-bottom: 0;
}
.alert .alert-link {
  text-decoration: underline;
}
.alert-default {
  background-color: #f7f7f7;
  border-color: #eeeeee;
  color: #222222;
}
.alert-default hr {
  border-top-color: #e2e2e2;
}
.alert-default .alert-link {
  color: #090909;
}
a .alert-default,
a.alert-default {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
a .alert-default:hover,
a.alert-default:hover {
  background-color: #f2f2f2;
}
.alert-default .alert-link:hover {
  color: #000000;
}
.alert-tab {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #222222;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
}
.alert-tab hr {
  border-top-color: #d0d0d0;
}
.alert-tab .alert-link {
  color: #090909;
}
a .alert-tab,
a.alert-tab {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
a .alert-tab:hover,
a.alert-tab:hover {
  background-color: #fafafa;
}
.alert-tab .alert-link:hover {
  color: #000000;
}
.alert-news {
  background-color: #fefefe;
  border-color: #777777;
  color: #222222;
  position: relative;
}
.alert-news hr {
  border-top-color: #6a6a6a;
}
.alert-news .alert-link {
  color: #090909;
}
a .alert-news,
a.alert-news {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
a .alert-news:hover,
a.alert-news:hover {
  background-color: #f9f9f9;
}
.alert-news .alert-link:hover {
  color: #000000;
}
.alert-news:before,
.alert-news:after {
  content: " ";
  display: table;
}
.alert-news:after {
  clear: both;
}
.alert-news:before,
.alert-news:after {
  content: " ";
  display: table;
}
.alert-news:after {
  clear: both;
}
.alert-news > h3 {
  margin-bottom: 25px;
}
.alert-news article {
  float: right;
  padding-left: 25px;
  width: 62.5%;
}
.alert-news aside {
  float: left;
  width: 37.5%;
}
.alert-news aside img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
a.alert-default,
a.alert-news {
  display: block;
}
a.alert-default:hover,
a.alert-news:hover,
a.alert-default:focus,
a.alert-news:focus {
  text-decoration: none;
}
.btn-group:not(.btn-group-tabs) {
  margin-bottom: 25px;
}
.btn-group-justified {
  width: 100%;
}
.btn-group-justified > [class*="btn-"] {
  float: none;
  display: block;
  width: 100%;
  margin: 0;
}
.btn-group-justified > [class*="btn-"]:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-justified > [class*="btn-"]:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified > [class*="btn-"]:not(:first-child) {
  margin-top: -1px;
}
.btn-group-justified > [class*="btn-"]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-justified.btn-group-tabs > .btn-tab:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-justified.btn-group-tabs > .btn-tab:not(:first-child) {
  border-top-width: 1px;
}
.btn-group-justified:not(.btn-group-tabs) {
  margin-bottom: 25px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > button:hover,
.input-group-btn > button:focus,
.input-group-btn > button:active,
.input-group-btn > .btn-primary:hover,
.input-group-btn > .btn-primary:focus,
.input-group-btn > .btn-primary:active,
.input-group-btn > .btn-default:hover,
.input-group-btn > .btn-default:focus,
.input-group-btn > .btn-default:active,
.input-group-btn > .btn-outline:hover,
.input-group-btn > .btn-outline:focus,
.input-group-btn > .btn-outline:active,
.input-group-btn > .btn-tab:hover,
.input-group-btn > .btn-tab:focus,
.input-group-btn > .btn-tab:active {
  z-index: 1;
}
[data-toggle="modal"]:hover {
  cursor: pointer;
}
.modal-content {
  border: solid 2px #cc2222;
  border-width: 2px 0 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.modal-header .close {
  background: transparent;
  border: none;
  font-size: 32px;
  line-height: 25px;
  color: #444444;
  float: right;
  margin-top: -6px;
}
.modal-header .close:hover,
.modal-header .close:focus,
.modal-header .close:active {
  background: transparent;
  color: #1e1e1e;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.show {
  display: block;
}
.embed-responsive {
  margin-bottom: 25px;
  padding-top: 30px;
}
.img-banner,
.img-banner-map,
nav[role="navigation"] + main {
  position: relative;
  top: 46px;
}
nav[role="navigation"] + main {
  margin-bottom: 46px;
}
.img-banner,
.img-banner-map {
  border-bottom: solid 3px #f7e186;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-bottom: 46px;
  z-index: 600;
}
.img-banner.map-banner,
.img-banner-map.map-banner {
  height: 500px;
}
.img-banner.map-banner h1,
.img-banner-map.map-banner h1 {
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 25px;
  padding: 12.5px 25px;
  position: absolute;
  top: 0;
  width: 100%;
}
.img-banner.map-banner #map-canvas,
.img-banner-map.map-banner #map-canvas {
  height: 500px;
  width: 100%;
}
.img-banner.map-banner #map-legend,
.img-banner-map.map-banner #map-legend {
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 20px;
  position: absolute;
  right: 0;
}
.img-banner-map {
  background-image: -webkit-radial-gradient(circle, #8eb3cf, #00182b);
  background-image: radial-gradient(circle, #8eb3cf, #00182b);
  background-repeat: no-repeat;
}
.img-banner-map img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-banner-map area,
.img-banner-map area:active area:focus {
  outline: none;
}
.banner-copy,
.banner-copy-inverse {
  background-image: -webkit-radial-gradient(circle, rgba(247, 225, 134, 0), rgba(247, 225, 134, 0.5));
  background-image: radial-gradient(circle, rgba(247, 225, 134, 0), rgba(247, 225, 134, 0.5));
  background-repeat: no-repeat;
}
.banner-copy h3,
.banner-copy-inverse h3 {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 12.5px;
  text-align: center;
  text-shadow: 0px 1px 2px #fff;
}
.banner-copy h3,
.banner-copy-inverse h3,
.banner-copy h3 a,
.banner-copy-inverse h3 a {
  color: rgba(166, 136, 11, 0.5);
}
.sidebar-ratings {
  margin-bottom: 50px;
}
.sidebar-ratings .cost {
  float: right;
}
.sidebar-ratings .cost small {
  display: none;
}
.sidebar-ratings h4 {
  border-bottom: solid 1px #eeeeee;
  margin: 25px 0 0;
}
.sidebar-ratings h4 .toggle-sibling {
  float: right !important;
  font-size: 14px;
  text-decoration: none;
}
.sidebar-ratings h4 .toggle-sibling:after {
  content: none;
}
.sidebar-ratings ul {
  display: none;
  padding-left: 0;
  list-style: none;
}
.sidebar-ratings ul li {
  padding: 2.5px 0;
}
.sidebar-ratings ul li a {
  color: #444444;
  display: inline-block;
  font-size: 14px;
  width: 100%;
}
.sidebar-ratings ul li a:hover {
  color: #1e1e1e;
}
.timeline .panel-controls {
  border: none;
  padding: 0;
  margin-bottom: -4px;
}
.timeline .panel-controls:before,
.timeline .panel-controls:after {
  content: " ";
  display: table;
}
.timeline .panel-controls:after {
  clear: both;
}
.timeline .panel-controls:before,
.timeline .panel-controls:after {
  content: " ";
  display: table;
}
.timeline .panel-controls:after {
  clear: both;
}
.timeline .panel-controls > a,
.timeline .panel-controls > div {
  padding: 0 0 50px 0;
  position: relative;
  z-index: 425;
}
.timeline .panel-controls > a .timeline-titles,
.timeline .panel-controls > div .timeline-titles {
  display: none;
}
.timeline .panel-controls > a > h3,
.timeline .panel-controls > div > h3 {
  margin-bottom: 25px;
  font-size: 16px;
  position: relative;
  text-align: center;
  z-index: 475;
}
.timeline .panel-controls > a > h3 small,
.timeline .panel-controls > div > h3 small {
  color: #555555;
  display: block;
  font-size: 60%;
  font-weight: 800;
}
.timeline .panel-controls > a > h3:before,
.timeline .panel-controls > div > h3:before {
  border-bottom: solid 2px transparent;
  content: "";
  display: block;
  margin-bottom: 12.5px;
  position: relative;
  width: 100%;
}
.timeline .panel-controls > a > h3:not(.slug):not(.blank),
.timeline .panel-controls > div > h3:not(.slug):not(.blank) {
  background-color: #ffffff;
}
.timeline .panel-controls > a > h3:not(.slug):before,
.timeline .panel-controls > div > h3:not(.slug):before {
  border-bottom-color: #777777;
}
.timeline .panel-controls > a > h3 > .timeline-label,
.timeline .panel-controls > div > h3 > .timeline-label {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  font-size: 12px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cc2222;
  left: 0;
  position: absolute;
  top: -16.66666667px;
  white-space: nowrap;
  z-index: 500;
}
.timeline .panel-controls > a > h3 > .timeline-label small,
.timeline .panel-controls > div > h3 > .timeline-label small,
.timeline .panel-controls > a > h3 > .timeline-label .small,
.timeline .panel-controls > div > h3 > .timeline-label .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.timeline .panel-controls > a > h3 > .timeline-label small,
.timeline .panel-controls > div > h3 > .timeline-label small,
.timeline .panel-controls > a > h3 > .timeline-label .small,
.timeline .panel-controls > div > h3 > .timeline-label .small {
  font-size: 75%;
}
.timeline .panel-controls > a > h3 > .timeline-label small,
.timeline .panel-controls > div > h3 > .timeline-label small,
.timeline .panel-controls > a > h3 > .timeline-label .small,
.timeline .panel-controls > div > h3 > .timeline-label .small {
  display: block;
}
.timeline .panel-controls > a > h3 > .timeline-label small.subtitle,
.timeline .panel-controls > div > h3 > .timeline-label small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.timeline .panel-controls > a:after,
.timeline .panel-controls > div:after {
  border-right: dashed 2px #d6ebf5;
  content: "";
  display: block;
  height: 75%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 450;
}
.timeline .panel-controls > a:last-child .timeline-titles,
.timeline .panel-controls > div:last-child .timeline-titles {
  padding-left: 10%;
}
.timeline .panel-controls > a:last-child:after,
.timeline .panel-controls > div:last-child:after {
  left: 12.5px;
}
.timeline .panel-controls > a.active,
.timeline .panel-controls > div.active,
.timeline .panel-controls > a.active > h3:not(.slug):not(.blank),
.timeline .panel-controls > div.active > h3:not(.slug):not(.blank) {
  background-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #f7f7f7 30%);
  background-image: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #f7f7f7 30%);
  background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, #f7f7f7 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f7f7f7', endColorstr='#fff7f7f7', GradientType=0);
}
.timeline .panel-controls > a.active,
.timeline .panel-controls > div.active {
  z-index: 415;
}
.timeline .panel-controls > a:hover,
.timeline .panel-controls > a:focus {
  text-decoration: none;
}
.timeline > .panel-content {
  background-color: transparent;
}
.timeline > .panel-content > .panel-container > .panel-frame {
  width: 100%;
}
.timeline-day {
  position: relative;
  margin: 12.5px 0;
}
.timeline-day .event-labels,
.timeline-day .event-times {
  position: relative;
}
.timeline-day .event-labels:before,
.timeline-day .event-times:before,
.timeline-day .event-labels:after,
.timeline-day .event-times:after {
  content: " ";
  display: table;
}
.timeline-day .event-labels:after,
.timeline-day .event-times:after {
  clear: both;
}
.timeline-day .event-labels:before,
.timeline-day .event-times:before,
.timeline-day .event-labels:after,
.timeline-day .event-times:after {
  content: " ";
  display: table;
}
.timeline-day .event-labels:after,
.timeline-day .event-times:after {
  clear: both;
}
.timeline-day .event-labels > div,
.timeline-day .event-times > div {
  height: 55px;
}
.timeline-day .event-labels > div {
  border-left: solid 2px #84c3e1;
  padding: 0 2px 0 0;
  z-index: 500;
}
.timeline-day .event-labels > div > span {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  font-size: 16px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  background-color: #84c3e1;
  color: #84c3e1;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding: 2px;
}
.timeline-day .event-labels > div > span small,
.timeline-day .event-labels > div > span .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.timeline-day .event-labels > div > span small,
.timeline-day .event-labels > div > span .small {
  font-size: 75%;
}
.timeline-day .event-labels > div > span small,
.timeline-day .event-labels > div > span .small {
  display: block;
}
.timeline-day .event-labels > div > span small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.timeline-day .event-labels > div > span abbr {
  color: #fff;
}
.timeline-day .event-times {
  z-index: 475;
}
.timeline-day .event-times > div {
  margin-top: -27.5px;
  padding: 27.5px 0 0 0;
}
.timeline-day .event-times > div > span {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  font-size: 12px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.timeline-day .event-times > div > span small,
.timeline-day .event-times > div > span .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.timeline-day .event-times > div > span small,
.timeline-day .event-times > div > span .small {
  font-size: 75%;
}
.timeline-day .event-times > div > span small,
.timeline-day .event-times > div > span .small {
  display: block;
}
.timeline-day .event-times > div > span small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.timeline-day .event-times > div:before {
  border-left: solid 1px #bbb;
  height: 18.33333333px;
  margin: -22.91666667px 0 0 0;
}
.timeline-day .event-times > div:last-child {
  text-align: right;
}
.timeline-day .event-times > div:last-child:before {
  border-left: none;
  border-right: solid 2px #777777;
  height: 27.5px;
}
.timeline-day .event-times > div:nth-last-child(2):before {
  border-right: solid 1px #bbb;
}
.timeline-day .event-times > div.event-time-marker:not(:last-child):before {
  border-left: solid 2px #777777;
  height: 27.5px;
}
.timeline-day:after,
.timeline-day .event-times > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.timeline-day:after {
  border-top: solid 2px #ddd;
  margin-top: -41.25px;
}
.timeline-day-legend {
  padding-left: 0;
  list-style: none;
  font-size: 75%;
}
.plac-row {
  margin: 0 0 25px;
}
.plac-row .plac-cont {
  display: table;
}
.plac-row .plac-cont > aside,
.plac-row .plac-cont > article {
  display: table-cell;
}
.plac-row .plac-cont > aside {
  vertical-align: top;
  width: 80px;
}
.plac-row .plac-cont > article {
  background-color: #fff;
  border: solid 1px #eeeeee;
  border-top: solid 2px #cc2222;
  position: relative;
  width: 100%;
}
.plac-row .plac-cont > article .plac-name {
  position: relative;
  padding-right: 50px;
}
.plac-row .plac-cont > article .plac-name > h2 {
  font-size: 24px;
  line-height: 1;
  padding: 5px 12.5px;
}
.plac-row .plac-cont > article .plac-name > h2 small {
  margin-bottom: 0;
}
.plac-row .plac-cont > article .plac-name .plac-date {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: -12.5px;
  text-align: center;
  top: 0;
}
.plac-row .plac-cont > article .plac-name .plac-date small {
  display: block;
}
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-label {
  background-image: -webkit-radial-gradient(circle, #ffefaf, #f9e48c);
  background-image: radial-gradient(circle, #ffefaf, #f9e48c);
  background-repeat: no-repeat;
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  font-size: 16px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: rgba(166, 136, 50, 0.9);
  font-weight: 800;
  padding: 3px;
}
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-label small,
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-label .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-label small,
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-label .small {
  font-size: 75%;
}
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-label small,
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-label .small {
  display: block;
}
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-label small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-data {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  font-size: 20px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
}
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-data small,
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-data .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-data small,
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-data .small {
  font-size: 75%;
}
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-data small,
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-data .small {
  display: block;
}
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-data small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.brick .plac-row .plac-cont > article .plac-name .plac-date .plac-date-data {
  overflow: hidden;
  text-overflow: ellipsis;
}
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-label,
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-data {
  margin: 0;
}
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-data,
.plac-row .plac-cont > article .plac-name .plac-date .plac-date-data small {
  color: #fff;
}
.plac-row .plac-cont > article .plac-operator {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin: 12.5px auto 6.25px auto;
}
.plac-row .plac-cont > article .plac-details {
  display: none;
  padding: 12.5px;
}
.plac-row .plac-cont > article .plac-details .plac-timeline {
  border-left: dotted 2px #555555;
  margin-left: 10px;
  padding-left: 20px;
  position: relative;
}
.plac-row .plac-cont > article .plac-details .plac-timeline .plac-event {
  margin-top: 0;
}
.plac-row .plac-cont > article .plac-details .plac-timeline .plac-event .plac-event-marker {
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 550;
}
.plac-row .plac-cont > article .plac-details .plac-timeline .plac-event .plac-event-marker.rj-marker,
.plac-row .plac-cont > article .plac-details .plac-timeline .plac-event .plac-event-marker.bridge-marker {
  background-image: url("/assets/img/atp-sprite.png");
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .plac-row .plac-cont > article .plac-details .plac-timeline .plac-event .plac-event-marker.rj-marker,
  .plac-row .plac-cont > article .plac-details .plac-timeline .plac-event .plac-event-marker.bridge-marker {
    background-image: url("/assets/img/atp-sprite@2x.png");
    background-size: 256px 279px;
  }
}
.plac-row .plac-cont > article .plac-details .plac-timeline .plac-event .plac-event-marker.rj-marker {
  height: 19px;
  width: 18px;
  background-position: -188px -144px;
  margin: 4px 8px -4px -29px;
}
.plac-row .plac-cont > article .plac-details .plac-timeline .plac-event .plac-event-marker.bridge-marker {
  height: 17px;
  width: 30px;
  background-position: -150px -144px;
  margin-left: -35px;
}
.plac-row .plac-cont > article .plac-details .plac-timeline .plac-event .plac-event-marker:not(.bridge-marker):not(.rj-marker) {
  border: solid 2px #555555;
  border-radius: 5px;
  height: 10px;
  width: 10px;
  margin-left: -26px;
  margin-right: 11px;
}
.plac-row .plac-cont > article .plac-details .plac-timeline .plac-event:first-of-type .plac-event-date {
  margin-top: -10px;
}
.plac-row .plac-cont > article .plac-details .plac-timeline .plac-event:last-of-type .plac-event .plac-event-marker:not(.bridge-marker):not(.rj-marker) {
  background-color: #fff;
}
.plac-row .plac-cont > article .plac-details .plac-timeline:after,
.plac-row .plac-cont > article .plac-details .plac-timeline:before {
  background-color: #fff;
  left: -5px;
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  z-index: 500;
}
.plac-row .plac-cont > article .plac-details .plac-timeline:after {
  bottom: 0;
  height: 52px;
}
.plac-row .plac-cont > article .plac-details .plac-timeline:before {
  top: 0;
  height: 22px;
}
.plac-row .plac-cont > article .plac-details .plac-timeline dt .plac-event {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  font-size: 20px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.plac-row .plac-cont > article .plac-details .plac-timeline dt .plac-event small,
.plac-row .plac-cont > article .plac-details .plac-timeline dt .plac-event .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.plac-row .plac-cont > article .plac-details .plac-timeline dt .plac-event small,
.plac-row .plac-cont > article .plac-details .plac-timeline dt .plac-event .small {
  font-size: 75%;
}
.plac-row .plac-cont > article .plac-details .plac-timeline dt .plac-event small,
.plac-row .plac-cont > article .plac-details .plac-timeline dt .plac-event .small {
  display: block;
}
.plac-row .plac-cont > article .plac-details .plac-timeline dt .plac-event small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.brick .plac-row .plac-cont > article .plac-details .plac-timeline dt .plac-event {
  overflow: hidden;
  text-overflow: ellipsis;
}
.plac-row .plac-cont > article .plac-details .plac-timeline dd {
  font-size: 75%;
  line-height: 1.2;
  margin: 0 0 25px;
}
.plac-row .plac-cont > article .plac-details .plac-timeline dd:last-of-type {
  min-height: 32px;
}
.plac-row .plac-cont > article .plac-details .plac-figures {
  display: table;
  margin-left: -25px;
  margin-right: -25px;
  padding: 0;
}
.plac-row .plac-cont > article .plac-details .plac-figures li {
  display: table-cell;
  text-align: center;
  padding: 0 25px;
}
.plac-row .plac-cont > article .plac-details .plac-figures li h3 .cost {
  line-height: 1.2;
}
.plac-row .plac-cont > article .plac-details .plac-figures li h3 .time {
  color: #cc2222;
}
.plac-row .plac-cont > article .plac-details .plac-figures li h3 small {
  display: block;
  font-size: 65%;
}
.plac-row .plac-cont > article .plac-details .plac-figures li:not(:first-child) {
  border-left: dotted 1px #777777;
}
.plac-row .plac-cont > article .plac-details .plac-note {
  font-size: 75%;
}
.plac-row .plac-cont > article .plac-details > blockquote {
  background-color: #f7f7f7;
  border: none;
  margin: 12.5px -12.5px 25px -12.5px;
  padding: 12.5px;
}
.plac-row .plac-cont > article .plac-details > blockquote .plac-testimonial-link {
  font-size: 75%;
  margin-top: 12.5px;
  text-align: right;
}
.plac-row .plac-cont > article .plac-expand {
  background-color: #f7f7f7;
  display: block;
  text-align: center;
  width: 100%;
}
.plac-row .plac-cont > article .plac-expand:hover,
.plac-row .plac-cont > article .plac-expand:focus {
  text-decoration: none;
}
#marker {
  background: transparent url('/assets/img/loading.gif') no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  height: 30px;
  margin: 25px 0;
  visibility: hidden;
}
#marker.loading {
  visibility: visible;
}
.map-container {
  margin: -25px -25px 25px -25px;
  position: relative;
}
.map-container #map-canvas {
  height: 310px;
  width: 100%;
  margin-bottom: 15px;
}
.map-container h2 {
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 10px 16px;
  position: absolute;
  top: 0;
  width: 100%;
}
.map-container .map-legend {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.itinerary .date {
  border-bottom: solid 1px #eeeeee;
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 25px;
  margin-bottom: 12.5px;
  font-size: 24px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.itinerary .date small,
.itinerary .date .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.itinerary .date small,
.itinerary .date .small {
  font-size: 65%;
}
.itinerary .date small,
.itinerary .date .small {
  display: block;
}
.itinerary .date small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.itinerary > div[class^="col-"] {
  margin-bottom: 0;
}
.third-image-container {
  margin: 0 auto 25px auto;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}
.third-image-container .third-image-large {
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
  width: 100%;
}
.third-image-container .third-image-large img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-top: -20%;
}
.third-image-container .third-image-thumb {
  cursor: pointer;
  float: left;
  height: auto;
  margin: -15% 1.5% 0 1.5%;
  position: relative;
  width: 30.33333%;
  -webkit-transition: margin 0.15s ease;
  -o-transition: margin 0.15s ease;
  transition: margin 0.15s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.third-image-container .third-image-thumb img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.third-image-container .third-image-thumb:hover {
  margin-bottom: 2%;
  margin-top: -17%;
}
.third-image-container .slider {
  margin-top: -15%;
}
.third-image-container .slider .slider-container {
  overflow: visible;
}
.third-image-container .slider .third-image-thumb {
  margin: 0 5px 0 0;
}
.slider {
  margin: 0 auto 25px auto;
  width: 100%;
  overflow: hidden;
}
.slider .slider-container,
.slider .slider-container > ul {
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider .slider-container > div,
.slider .slider-container > ul > div,
.slider .slider-container > li,
.slider .slider-container > ul > li {
  display: inline-block;
  float: left;
}
.slider .slider-container > div:not(.third-image-thumb):not([class*="col-"]),
.slider .slider-container > ul > div:not(.third-image-thumb):not([class*="col-"]),
.slider .slider-container > li:not(.third-image-thumb):not([class*="col-"]),
.slider .slider-container > ul > li:not(.third-image-thumb):not([class*="col-"]) {
  margin-right: 25px;
  padding: 0;
}
.slider .slider-container > div ul,
.slider .slider-container > ul > div ul,
.slider .slider-container > li ul,
.slider .slider-container > ul > li ul {
  padding-left: 0;
  list-style: none;
}
.slider > ul.markers {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-left: auto;
  margin: 0;
  text-align: center;
}
.slider > ul.markers > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.slider > ul.markers > li {
  padding-left: 5px;
  padding-right: 5px;
}
.slider > ul.markers > li:first-child {
  padding-left: 0;
}
.slider > ul.markers.stacked {
  text-align: center;
}
.slider > ul.markers.stacked li {
  padding: 5px;
}
.slider > ul.markers li {
  border: solid 1px #555555;
  border-radius: 7px;
  height: 7px;
  margin: 0 2px;
  padding: 0;
  width: 7px;
}
.slider > ul.markers li.active {
  background: #555555;
}
.panel-controls {
  margin: 50px 0 0;
}
.panel-controls:not(.accordian-sm) {
  display: table;
  padding: 0;
  width: 100%;
  margin: 50px 0 0;
}
.panel-controls:not(.accordian-sm) > li {
  display: table-cell;
  text-align: center;
}
.panel-controls:not(.accordian-sm) > li > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  padding: 6px 0 25px;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.panel-controls:not(.accordian-sm) > li > a > span.text {
  display: none;
}
.panel-controls:not(.accordian-sm) > li > a > span[class^="icon"] {
  color: #555555;
  display: block;
  font-size: 30px;
}
.panel-controls:not(.accordian-sm) > li > a.active,
.panel-controls:not(.accordian-sm) > li > a.active h2,
.panel-controls:not(.accordian-sm) > li > a.active h2 small {
  background-color: #f7f7f7;
  color: #cc2222;
}
.panel-controls:not(.accordian-sm) > li > a.active span[class^="icon"],
.panel-controls:not(.accordian-sm) > li > a.active h2 span[class^="icon"],
.panel-controls:not(.accordian-sm) > li > a.active h2 small span[class^="icon"] {
  color: #cc2222;
}
.panel-controls:not(.accordian-sm) > li > a:hover,
.panel-controls:not(.accordian-sm) > li > a:focus {
  text-decoration: none;
}
.panel-controls:not(.accordian-sm) > li > a:hover > span.text,
.panel-controls:not(.accordian-sm) > li > a:focus > span.text,
.panel-controls:not(.accordian-sm) > li > a:hover > span[class^="icon"],
.panel-controls:not(.accordian-sm) > li > a:focus > span[class^="icon"] {
  color: #8a1717;
}
.panel-controls.accordian-sm {
  display: block;
  margin-bottom: 50px;
  padding: 0;
}
.panel-controls.accordian-sm > li {
  border-radius: 4px;
  background-color: #f7f7f7;
  display: block;
  padding: 15px;
  width: 100%;
}
.panel-controls.accordian-sm > li > a:first-child {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 25px;
  margin-bottom: 12.5px;
  font-size: 24px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.panel-controls.accordian-sm > li > a:first-child small,
.panel-controls.accordian-sm > li > a:first-child .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.panel-controls.accordian-sm > li > a:first-child small,
.panel-controls.accordian-sm > li > a:first-child .small {
  font-size: 65%;
}
.panel-controls.accordian-sm > li > a:first-child small,
.panel-controls.accordian-sm > li > a:first-child .small {
  display: block;
}
.panel-controls.accordian-sm > li > a:first-child small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.panel-controls.accordian-sm > li > a:first-child span.text {
  margin-left: 16px;
}
.panel-controls.accordian-sm > li > a:first-child span.icon-plus {
  float: right;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.panel-controls.accordian-sm > li > a:first-child span {
  vertical-align: middle;
}
.panel-controls.accordian-sm > li > a:hover,
.panel-controls.accordian-sm > li > a:focus {
  text-decoration: none;
}
.panel-controls.accordian-sm > li > a:hover > span.text,
.panel-controls.accordian-sm > li > a:focus > span.text,
.panel-controls.accordian-sm > li > a:hover > span[class^="icon"],
.panel-controls.accordian-sm > li > a:focus > span[class^="icon"] {
  color: #8a1717;
}
.panel-controls.accordian-sm > li .panel-frame {
  display: none;
}
.panel-controls.accordian-sm > li:not(:first-child):not(.panel-frame-clone) {
  border-top: solid 5px #ffffff;
}
.panel-controls.accordian-sm > li.panel-frame-clone {
  background-color: #efefef;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  display: none;
  list-style: none;
}
.panel-controls.accordian-sm > li.sibling-open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel-controls.accordian-sm + .panel-content {
  display: none;
}
.panel-content {
  margin: -4px auto 50px auto;
  padding-bottom: 25px;
  width: 100%;
  overflow: hidden;
}
.panel-content .panel-container {
  font-size: 0;
  position: relative;
  white-space: nowrap;
  -webkit-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.panel-content .panel-container > .panel-frame {
  display: inline-block;
  font-size: 16px;
  white-space: normal;
  width: 100%;
  vertical-align: top;
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.panel-content .panel-container > .panel-frame:not([class*="alert"]) {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 15px;
}
.panel-content .panel-container > .panel-frame:not([class*="alert"]).active {
  background-color: #f7f7f7;
}
.panel-content .panel-container > .panel-frame h2,
.panel-content .panel-container > .panel-frame .h2 {
  font-size: 28.8px;
}
.loa-logo,
.loa-letter {
  width: 100% \9;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.loa-logo {
  margin-bottom: 12.5px;
}
.loa-letter {
  margin: 0 auto 25px auto;
  padding: 4px;
  line-height: 1.618;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
  display: block;
}
.loa-letter.pull-right {
  margin: 12.5px 0 25px 25px;
}
.loa-letter.pull-left {
  margin: 12.5px 25px 25px 0;
}
ul.sidebar-nav {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
ul.sidebar-nav > li {
  padding: 25px;
  margin: 0;
}
ul.sidebar-nav > li:not(:last-of-type) {
  border-bottom: solid 1px #eeeeee;
}
ul.sidebar-nav > li.active,
ul.sidebar-nav > li:hover,
ul.sidebar-nav > li:focus {
  background: #f7f7f7;
}
ul.sidebar-nav > li a p,
ul.sidebar-nav > li a h3 {
  color: #444444;
  text-align: left;
}
ul.sidebar-nav > li a:hover,
ul.sidebar-nav > li a:focus {
  text-decoration: none;
}
.dual-fig-img-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 12.5px;
  max-width: 100%;
  width: 310px;
}
.dual-fig-img-container img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.dual-fig-img-container .dual-fig-img-caption {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 20%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 20%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 20%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b3ffffff', GradientType=0);
  bottom: 0;
  margin: 8px;
  position: absolute;
}
.dual-fig-img-container .dual-fig-img-caption > .dual-fig-caption-block {
  float: left;
  padding: 0 12.5px;
  text-align: center;
  width: 50%;
}
.dual-fig-img-container .dual-fig-img-caption > .dual-fig-caption-block > h2:first-child {
  line-height: 1;
  margin: 10px 0 0;
}
.dual-fig-img-container .dual-fig-img-caption > .dual-fig-caption-block > h2:first-child > .number-plus {
  font-size: 65%;
  position: relative;
  top: -5px;
}
.dual-fig-img-container .dual-fig-img-caption > .dual-fig-caption-block > p {
  font-size: 75%;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.dual-fig-img-container .dual-fig-img-caption > div:last-child {
  border-left: solid 1px #777777;
}
.news-pilotjobs ul {
  padding-left: 0;
  list-style: none;
}
.news-pilotjobs ul li {
  margin-bottom: 25px;
}
.news-pilotjobs .feedTitle,
.news-pilotjobs #creditfooter {
  display: none;
}
.news-pilotjobs .headline {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  font-size: 20px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.news-pilotjobs .headline small,
.news-pilotjobs .headline .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.news-pilotjobs .headline small,
.news-pilotjobs .headline .small {
  font-size: 75%;
}
.news-pilotjobs .headline small,
.news-pilotjobs .headline .small {
  display: block;
}
.news-pilotjobs .headline small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.brick .news-pilotjobs .headline {
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-pilotjobs .date {
  font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #444444;
  margin-top: 12.5px;
  font-size: 20px;
  font-style: italic;
  margin: 0 0 6.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  display: block;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  color: #777777;
  margin-bottom: 12.5px;
}
.news-pilotjobs .date small,
.news-pilotjobs .date .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.news-pilotjobs .date small,
.news-pilotjobs .date .small {
  font-size: 75%;
}
.news-pilotjobs .date small,
.news-pilotjobs .date .small {
  display: block;
}
.news-pilotjobs .date small.subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 25px;
}
.brick .news-pilotjobs .date {
  overflow: hidden;
  text-overflow: ellipsis;
}
[class*="masonry"] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header[role="banner"] {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: solid 1px rgba(242, 242, 242, 0.9);
  height: 46px;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
header[role="banner"] #nav-utility {
  display: none;
}
header[role="banner"] .atp-flightschool,
header[role="banner"] .atp-higherpower {
  margin-left: -20px;
  display: none;
}
@media (max-width: 48em) {
  .hpa header[role="banner"] .atp-logo,
  .hpa header[role="banner"] .atp-higherpower {
    background-size: 153.6px 167.4px;
    margin-top: 7.2px;
  }
  .hpa header[role="banner"] .atp-logo {
    background-position: 0 -18px;
    height: 22px;
    width: 117px;
  }
  .hpa header[role="banner"] .atp-higherpower {
    background-position: 0 -145px;
    height: 23px;
    margin-left: -12px;
    width: 107px;
  }
}
.hpa header[role="banner"] .atp-higherpower {
  display: inline-block;
}
header[role="banner"] > .container a:hover {
  text-decoration: none;
}
.minify header[role="banner"] {
  height: 36px;
  padding: 7px 0;
}
@media (max-width: 62em) {
  .minify header[role="banner"] .atp-logo {
    height: 23px;
    width: 118px;
    background-position: 0 -18px;
    background-size: 154px 168px;
  }
}
.minify header[role="banner"] .atp-flightschool {
  margin-left: -12px;
}
@media (max-width: 62em) {
  .minify header[role="banner"] .atp-flightschool {
    height: 15px;
    width: 114px;
    background-position: 0 -42px;
    background-size: 154px 168px;
  }
}
.minify nav {
  top: 39px;
}
.minify.hpa header[role="banner"] .atp-logo,
.minify.hpa header[role="banner"] .atp-higherpower {
  margin-top: 0px;
}
#search-sm {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
}
#search-sm .search-field {
  border: 0;
  border-radius: 3px;
  font-size: 16px;
  padding: 2px;
  text-align: center;
  width: 100%;
  -webkit-appearance: none;
}
#search-sm .search-field::-webkit-input-placeholder:before {
  font-family: icons;
  content: '\e609  ';
  color: #777777;
  line-height: 1.2;
}
#search-sm .search-button {
  display: none;
}
#nav-utility-sm {
  font-size: 14.4px;
  padding-bottom: 40px;
}
#nav-utility-sm a {
  color: #777;
  padding: 10px 0;
}
#nav-utility-sm li {
  background-color: rgba(0, 0, 0, 0.1);
}
#nav-utility-sm #nav-sub-default-sm li {
  background-color: rgba(0, 0, 0, 0.05);
  border-top: solid 1px rgba(235, 235, 235, 0.97);
  font-size: 16px;
}
#nav-utility-sm #nav-sub-default-sm li a {
  color: #a24c4c;
}
#nav-utility-sm #personnel-contact {
  padding: 12px;
  font-size: 0;
}
#nav-utility-sm #personnel-contact dt,
#nav-utility-sm #personnel-contact dd {
  border-bottom: solid 1px rgba(227, 227, 227, 0.97);
  display: inline-block;
  font-size: 16px;
  padding: 10px 0;
  vertical-align: bottom;
}
#nav-utility-sm #personnel-contact dt a,
#nav-utility-sm #personnel-contact dd a {
  display: inline;
}
#nav-utility-sm #personnel-contact dt a [class^="icon-"],
#nav-utility-sm #personnel-contact dd a [class^="icon-"] {
  font-size: 20px;
  padding-left: 12px;
}
#nav-utility-sm #personnel-contact dt a span,
#nav-utility-sm #personnel-contact dd a span {
  color: #cc2222 !important;
}
#nav-utility-sm #personnel-contact dt a:hover span,
#nav-utility-sm #personnel-contact dd a:hover span {
  color: #8a1717 !important;
}
#nav-utility-sm #personnel-contact dt .personnel-contact-title,
#nav-utility-sm #personnel-contact dd .personnel-contact-title {
  display: block;
}
#nav-utility-sm #personnel-contact dt {
  width: 67%;
}
#nav-utility-sm #personnel-contact dd {
  margin: 0;
  text-align: right;
  width: 33%;
}
#personnel-contact .personnel-contact-title {
  font-weight: 300;
  color: #777777;
}
footer[role="contentinfo"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 0 0;
}
footer[role="contentinfo"] a:not([class*="btn-"]) {
  color: #777777;
  font-size: 12px;
}
footer[role="contentinfo"] p {
  color: #777777;
  font-size: 14px;
}
footer[role="contentinfo"] h3 {
  margin: 0;
  color: #848484;
  font-size: 22px;
  vertical-align: super;
}
footer[role="contentinfo"] ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-left: auto;
}
footer[role="contentinfo"] ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
footer[role="contentinfo"] ul > li {
  padding-left: 5px;
  padding-right: 5px;
}
footer[role="contentinfo"] ul > li:first-child {
  padding-left: 0;
}
footer[role="contentinfo"] ul.stacked {
  text-align: center;
}
footer[role="contentinfo"] ul.stacked li {
  padding: 5px;
}
footer[role="contentinfo"] ul li {
  padding: 5px 10px;
}
footer[role="contentinfo"] > div:not(:first-of-type) {
  text-align: center;
}
footer[role="contentinfo"] #numbers {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #777777;
  font-size: 85%;
  font-size: 75%;
  text-align: left;
  width: 256px;
}
footer[role="contentinfo"] #numbers span {
  float: right !important;
}
footer[role="contentinfo"] #floating-footer-promo {
  background-image: -webkit-radial-gradient(circle, rgba(247, 225, 134, 0.05), rgba(247, 225, 134, 0.5));
  background-image: radial-gradient(circle, rgba(247, 225, 134, 0.05), rgba(247, 225, 134, 0.5));
  background-repeat: no-repeat;
  margin: 0 -25px 25px -25px;
  padding: 0 25px;
}
footer[role="contentinfo"] #floating-footer-promo > a {
  padding: 10px 12px;
}
footer[role="contentinfo"] #floating-footer-promo > a > h3 {
  color: rgba(166, 136, 11, 0.5);
}
footer[role="contentinfo"] #floating-footer-promo > a > h3 .subtitle {
  color: rgba(166, 136, 11, 0.5);
  font-size: 75%;
  margin: 0;
}
footer[role="contentinfo"] #floating-footer-social {
  text-align: center;
  display: table;
  margin: 0 auto;
  max-width: 320px;
  padding: 0;
  width: 100%;
}
footer[role="contentinfo"] #floating-footer-social li {
  display: table-cell;
}
footer[role="contentinfo"] #floating-footer-social li a {
  font-size: 24px;
}
footer[role="contentinfo"] #floating-footer-social li a:hover {
  text-decoration: none;
}
footer[role="contentinfo"] #floating-footer-social li .number-intl {
  color: #eeeeee;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
footer[role="contentinfo"] #floating-footer-social li:first-child {
  display: none;
}
footer[role="contentinfo"] form div[class*="col-"] {
  margin-bottom: 0;
}
footer[role="contentinfo"] form div[class*="col-"] .form-control,
footer[role="contentinfo"] form div[class*="col-"] .input-checkbox {
  margin-bottom: 12.5px;
}
.number-intl {
  display: none;
  font: bold italic 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: 'icons';
  src: url('/assets/fonts/icons.eot');
  src: url('/assets/fonts/icons.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/icons.woff') format('woff'), url('/assets/fonts/icons.ttf') format('truetype'), url('/assets/fonts/icons.svg#Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*="icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a[class^="icon-"],
a[class*="icon-"],
a [class^="icon-"],
a [class*="icon-"] {
  text-decoration: none;
}
.icon-app:before {
  content: "\e604";
}
.icon-google:before {
  content: "\e603";
}
.icon-twitter:before {
  content: "\e602";
}
.icon-facebook:before {
  content: "\e601";
}
.icon-youtube:before {
  content: "\e600";
}
.icon-foreflight:before {
  content: "\e629";
}
.icon-play:before {
  content: "\e628";
}
.icon-link:before {
  content: "\e627";
}
.icon-skype:before {
  content: "\e626";
}
.icon-checkmark:before {
  content: "\e605";
}
.icon-checkmark2:before {
  content: "\e606";
}
.icon-arrow-left:before {
  content: "\e617";
}
.icon-arrow-down:before {
  content: "\e61e";
}
.icon-arrow-up:before {
  content: "\e61f";
}
.icon-arrow-right:before {
  content: "\e622";
}
.icon-plus:before {
  content: "\e607";
}
.icon-minus:before {
  content: "\e614";
}
.icon-search:before {
  content: "\e609";
}
.icon-date:before {
  content: "\e60e";
}
.icon-coin:before {
  content: "\e60d";
}
.icon-location:before {
  content: "\e60a";
}
.icon-phone:before {
  content: "\e60b";
}
.icon-signup:before {
  content: "\e60f";
}
.icon-numbered-list:before {
  content: "\e610";
}
.icon-file:before {
  content: "\e60c";
}
.icon-file-pdf:before {
  content: "\e61d";
}
.icon-calendar:before {
  content: "\e611";
}
.icon-home:before {
  content: "\e612";
}
.icon-book:before {
  content: "\e613";
}
.icon-office:before {
  content: "\e619";
}
.icon-plane:before {
  content: "\e618";
}
.icon-bookmarks:before {
  content: "\e61a";
}
.icon-flag:before {
  content: "\e61b";
}
.icon-star:before {
  content: "\e61c";
}
.icon-checkbox-checked:before {
  content: "\e615";
}
.icon-checkbox-unchecked:before {
  content: "\e616";
}
.icon-radio-checked:before {
  content: "\e620";
}
.icon-radio-unchecked:before {
  content: "\e621";
}
.icon-menu:before {
  content: "\e608";
}
.icon-clock:before {
  content: "\e624";
}
.icon-profile:before {
  content: "\e623";
}
.icon-earth:before {
  content: "\e625";
}
.icon-envelope:before {
  content: "\e62a";
}
.icon-back:before {
  content: "\e617";
  font-size: 0.8em;
  font-weight: 800;
}
#menu-toggle {
  color: #555555;
  font-size: 30px;
  line-height: 1.2;
  float: right !important;
}
.minify #menu-toggle {
  font-size: 20px;
}
@media (min-width: 62em) and (max-width: 75em) {
  #menu-toggle {
    display: none !important;
  }
}
@media (min-width: 75em) {
  #menu-toggle {
    display: none !important;
  }
}
[class^="atp"],
[class*="atp"] {
  background-image: url("/assets/img/atp-sprite.png");
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  [class^="atp"],
  [class*="atp"] {
    background-image: url("/assets/img/atp-sprite@2x.png");
    background-size: 256px 279px;
  }
}
.atp-logo {
  height: 36px;
  width: 194px;
  background-position: 0 -30px;
}
.atp-logo-small {
  height: 18px;
  width: 97px;
  background-position: 0 -15px;
  background-size: 128px 139.5px;
}
.atp-flightschool {
  height: 22px;
  width: 187px;
  background-position: 0 -71px;
}
.atp-higherpower {
  height: 37px;
  width: 177px;
  background-position: 0 -242px;
}
.atp-number {
  height: 41px;
  width: 256px;
  background-position: 0 -99px;
}
.atp-numberonly {
  height: 14px;
  width: 106px;
  background-position: 0 -142px;
}
.atp-bridge {
  height: 45px;
  width: 194px;
  background-position: 0 -165px;
}
.atp-icon-bridge {
  height: 45px;
  width: 79px;
  background-position: -177px -196px;
}
.atp-icon-bridge-small {
  height: 17px;
  width: 30px;
  background-position: -150px -144px;
}
.atp-pilotpool {
  height: 20px;
  width: 132px;
  background-position: 0 -217px;
}
.atp-rj {
  height: 19px;
  width: 18px;
  background-position: -188px -144px;
}
[class^="airlinesprite"] {
  background-image: url("/assets/img/airline-sprite.png");
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  height: 36px;
  width: 72px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  [class^="airlinesprite"] {
    background-image: url("/assets/img/airline-sprite@2x.png");
    background-size: 72px 918px;
  }
}
.airlinesprite-republic {
  background-position: 0 0;
}
.airlinesprite-skywest {
  background-position: 0 -36px;
}
.airlinesprite-envoy {
  background-position: 0 -72px;
}
.airlinesprite-expressjet {
  background-position: 0 -108px;
}
.airlinesprite-ameriflight {
  background-position: 0 -144px;
}
.airlinesprite-gojet {
  background-position: 0 -180px;
}
.airlinesprite-mesa {
  background-position: 0 -216px;
}
.airlinesprite-planesense {
  background-position: 0 -252px;
}
.airlinesprite-sierrawest {
  background-position: 0 -288px;
}
.airlinesprite-horizon {
  background-position: 0 -324px;
}
.airlinesprite-compass {
  background-position: 0 -360px;
}
.airlinesprite-endeavor {
  background-position: 0 -396px;
}
.airlinesprite-transstates {
  background-position: 0 -432px;
}
.airlinesprite-capeair {
  background-position: 0 -468px;
}
.airlinesprite-airnet {
  background-position: 0 -507px;
}
.airlinesprite-silver {
  background-position: 0 -540px;
}
.airlinesprite-wisconsin {
  background-position: 0 -576px;
}
.airlinesprite-airchoice {
  background-position: 0 -605px;
}
.airlinesprite-piedmont {
  background-position: 0 -640px;
}
.airlinesprite-greatlakes {
  background-position: 0 -674px;
}
.airlinesprite-commutair {
  background-position: 0 -707px;
}
.airlinesprite-psa {
  background-position: 0 -746px;
}
.airlinesprite-keylime {
  background-position: 0 -796px;
}
.airlinesprite-mountainair {
  background-position: 0 -830px;
}
.airlinesprite-empire {
  background-position: 0 -872px;
}
[class^="country"],
[class*="country"] {
  background-image: url("/assets/img/flag-sprite.png");
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  width: 21px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  [class^="country"],
  [class*="country"] {
    background-image: url("/assets/img/flag-sprite@2x.png");
    background-size: 21px 196px;
  }
}
.greece {
  background-position: 0 0;
}
.egypt {
  background-position-y: -14px;
}
.canada {
  background-position-y: -28px;
}
.thailand {
  background-position-y: -42px;
}
.mexico {
  background-position-y: -56px;
}
.portugal {
  background-position-y: -70px;
}
.india {
  background-position-y: -84px;
}
.bahamas {
  background-position-y: -98px;
}
.korea {
  background-position-y: -112px;
}
.peru {
  background-position-y: -126px;
}
.colombia {
  background-position-y: -140px;
}
.china {
  background-position-y: -154px;
}
.uk {
  background-position-y: -168px;
}
.tanzania {
  background-position-y: -182px;
}
.logo-higher-power {
  background-image: url("/assets/img/higher-power-aviation.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  height: 128px;
  margin: 0 auto;
  width: 270px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo-higher-power {
    background-image: url("/assets/img/higher-power-aviation@2x.jpg");
    background-size: 270px 128px;
  }
}
html.nav-open body {
  overflow: hidden;
}
.active-subnav .nav-global {
  margin-left: -150%;
}
.active-subnav .nav-sub {
  margin-right: 0;
}
nav a:hover,
nav a:focus {
  text-decoration: none;
}
#navigation-main {
  background-color: rgba(240, 240, 240, 0.97);
  bottom: 0;
  display: none;
  left: 0;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 46px;
  z-index: 1000;
}
#navigation-main::-webkit-scrollbar {
  display: none;
}
.minify #navigation-main {
  top: 36px;
}
#navigation-main [class^="nav-"] {
  float: left !important;
  height: 100%;
  width: 100%;
}
#navigation-main ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#navigation-main ul li {
  border-bottom: solid 1px rgba(227, 227, 227, 0.97);
  text-align: center;
  width: 100%;
}
#navigation-main ul li:last-of-type {
  border-bottom: none;
}
#navigation-main a {
  width: 100%;
}
#navigation-main a,
#navigation-main #subnav-title {
  display: inline-block;
  padding: 6px 0;
}
#navigation-main a span:not([class^="icon-"]),
#navigation-main #subnav-title span:not([class^="icon-"]) {
  color: #777777;
  display: block;
  font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#navigation-main .nav-global a {
  line-height: 1.5;
}
#navigation-main .nav-global .utility-nav {
  display: block;
}
#navigation-main .nav-global + .nav-sub {
  display: none;
  margin-right: -100%;
  margin-left: 100%;
}
#navigation-main .nav-global + .nav-sub ul#subnav-header {
  display: block;
}
#navigation-main .nav-global + .nav-sub ul#subnav-header li:first-child {
  background-color: rgba(240, 240, 240, 0.97);
}
#navigation-main .nav-global + .nav-sub ul#subnav-header #subnav-title,
#navigation-main .nav-global + .nav-sub ul#subnav-header #back {
  display: block;
}
#navigation-main .nav-global + .nav-sub ul#subnav-header #subnav-title {
  margin: 0 12px 0 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#navigation-main .nav-global + .nav-sub ul#subnav-header #back {
  color: #555555;
  position: absolute;
  width: 32px;
}
#navigation-main .nav-sub ul {
  display: none;
}
#navigation-main .nav-sub ul li {
  background-color: rgba(0, 0, 0, 0.02);
  border-bottom: solid 1px rgba(0, 0, 0, 0.02);
}
#navigation-main .nav-sub ul li a {
  padding: 6px;
}
#navigation-main .nav-sub ul.show {
  display: block;
}
#navigation-main .nav-sub ul:not(#subnav-header) {
  padding-bottom: 40px;
}
#navigation-main .nav-sub:first-child ul.active-lg {
  display: block;
}
.page-international header[role="banner"] #contact-number #number-800,
.page-international header[role="banner"] #contact-number .atp-numberonly {
  display: none;
}
.page-international #floating-footer #floating-footer-social li .atp-numberonly {
  display: none;
}
.page-international .number-intl {
  display: inline-block;
}
.page-locations main {
  padding-top: 0;
}
.page-locations .sidebar {
  border-top: none;
}
.page-locations h1 {
  display: none;
}
@media (min-width: 48em) {
  .btn-group-justified:not(.keep-vertical) {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    width: 100%;
  }
  .btn-group-justified:not(.keep-vertical) > [class*="btn-"] {
    display: table-cell;
    width: auto;
  }
  .btn-group-justified:not(.keep-vertical) > [class*="btn-"]:not(:first-child) {
    border-left-width: 0;
    margin-top: 0;
  }
  .btn-group-justified:not(.keep-vertical) > [class*="btn-"]:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group-justified:not(.keep-vertical) > [class*="btn-"]:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .btn-group-justified:not(.keep-vertical).btn-group-tabs > .btn-tab {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-justified:not(.keep-vertical).btn-group-tabs > .btn-tab:not(:first-child) {
    border-width: 0 0 0 1px;
  }
  .container,
  footer[role="contentinfo"],
  main {
    width: 743px;
  }
  header[role="banner"] .atp-flightschool {
    display: inline-block;
  }
  footer[role="contentinfo"] form div[class*="col-"]:not(:first-of-type) {
    padding-left: 0;
  }
  .hpa header[role="banner"] .atp-logo,
  .hpa header[role="banner"] .atp-higherpower {
    vertical-align: top;
  }
  .hpa header[role="banner"] .atp-flightschool {
    display: none;
  }
  .hpa.minify header[role="banner"] .atp-higherpower {
    margin-left: -12px;
  }
  #nav-utility-sm #personnel-contact {
    margin: 0 auto;
    max-width: 743px;
  }
  #nav-utility-sm #personnel-contact dt a,
  #nav-utility-sm #personnel-contact dd a {
    display: block;
    padding: 0;
  }
  #nav-utility-sm #personnel-contact dt a [class^="icon-"],
  #nav-utility-sm #personnel-contact dd a [class^="icon-"] {
    font-size: 12px;
  }
  #nav-utility-sm #personnel-contact dt a > span:not([class^=icon-]),
  #nav-utility-sm #personnel-contact dd a > span:not([class^=icon-]) {
    display: inline-block;
  }
  .table-condensed.limit-sm > thead > tr > th,
  .table-condensed.limit-sm > tbody > tr > th,
  .table-condensed.limit-sm > tfoot > tr > th,
  .table-condensed.limit-sm > thead > tr > td,
  .table-condensed.limit-sm > tbody > tr > td,
  .table-condensed.limit-sm > tfoot > tr > td {
    padding: 8px;
    font-size: 16px;
  }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small,
  .h1 small,
  .h2 small,
  .h3 small,
  .h4 small,
  .h5 small,
  .h6 small,
  h1 .small,
  h2 .small,
  h3 .small,
  h4 .small,
  h5 .small,
  h6 .small,
  .h1 .small,
  .h2 .small,
  .h3 .small,
  .h4 .small,
  .h5 .small,
  .h6 .small {
    display: inline;
  }
  h1.jumbotron {
    font-size: 52.8px;
  }
  h1,
  .h1 {
    font-size: 46.8px;
    line-height: 1;
    margin-bottom: 25px;
  }
  h2,
  .h2 {
    font-size: 36px;
    margin-bottom: 12.5px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  .flagheader {
    background-color: #cc2222;
    background-image: none;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 25px;
    margin-top: 50px;
    padding: 0 0 0 25px;
    text-transform: uppercase;
    margin-left: -25px;
    margin-right: 0;
    max-width: 530px;
  }
  .row .flagheader {
    margin-left: -25px;
  }
  .flagheader:after,
  .flagheader:before {
    content: "";
    -webkit-transform: scale(0.99999);
    -ms-transform: scale(0.99999);
    -o-transform: scale(0.99999);
    transform: scale(0.99999);
  }
  .flagheader:after {
    border-color: transparent transparent transparent #cc2222;
    border-style: solid;
    border-width: 14.4px 0 14.4px 25px;
    float: right !important;
    margin-right: -25px;
  }
  .banner-copy,
  .banner-copy-inverse {
    background-image: none;
    height: 70px;
    margin-top: -73px;
    overflow: hidden;
    position: relative;
  }
  .banner-copy .container,
  .banner-copy-inverse .container {
    height: 70px;
    overflow: hidden;
  }
  .banner-copy .container > h3,
  .banner-copy-inverse .container > h3 {
    font-size: 24px;
    letter-spacing: normal;
    margin: 30px 0;
    position: relative;
    text-align: left;
    text-shadow: none;
    z-index: 800;
  }
  .banner-copy .container > h3,
  .banner-copy-inverse .container > h3,
  .banner-copy .container > h3 a,
  .banner-copy-inverse .container > h3 a {
    color: #eeeeee;
  }
  .banner-copy .container > h3 a:hover,
  .banner-copy-inverse .container > h3 a:hover {
    color: #c8c8c8;
  }
  .banner-copy .container:after,
  .banner-copy-inverse .container:after {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    height: 900px;
    left: -1250px;
    position: absolute;
    top: 0;
    width: 2500px;
    z-index: 700;
  }
  .banner-copy.double-line,
  .banner-copy-inverse.double-line {
    height: 100px;
    margin-top: -103px;
  }
  .banner-copy.double-line .container,
  .banner-copy-inverse.double-line .container {
    height: 100px;
  }
  .banner-copy-inverse .container > h3 {
    font-size: 22px;
  }
  .banner-copy-inverse .container > h3,
  .banner-copy-inverse .container > h3 a {
    color: #fff;
  }
  .banner-copy-inverse .container > h3 a:hover {
    color: #d9d9d9;
  }
  .banner-copy-inverse .container:after {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .sidebar-ratings .cost small {
    display: inline-block;
  }
  .panel-controls.accordian-sm {
    display: table;
    padding: 0;
    width: 100%;
    margin: 50px 0 0;
  }
  .panel-controls.accordian-sm > li {
    display: table-cell;
    text-align: center;
  }
  .panel-controls.accordian-sm > li > a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    padding: 6px 0 25px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .panel-controls.accordian-sm > li > a > span.text {
    display: none;
  }
  .panel-controls.accordian-sm > li > a > span[class^="icon"] {
    color: #555555;
    display: block;
    font-size: 30px;
  }
  .panel-controls.accordian-sm > li > a.active,
  .panel-controls.accordian-sm > li > a.active h2,
  .panel-controls.accordian-sm > li > a.active h2 small {
    background-color: #f7f7f7;
    color: #cc2222;
  }
  .panel-controls.accordian-sm > li > a.active span[class^="icon"],
  .panel-controls.accordian-sm > li > a.active h2 span[class^="icon"],
  .panel-controls.accordian-sm > li > a.active h2 small span[class^="icon"] {
    color: #cc2222;
  }
  .panel-controls.accordian-sm > li > a:hover,
  .panel-controls.accordian-sm > li > a:focus {
    text-decoration: none;
  }
  .panel-controls.accordian-sm > li > a:hover > span.text,
  .panel-controls.accordian-sm > li > a:focus > span.text,
  .panel-controls.accordian-sm > li > a:hover > span[class^="icon"],
  .panel-controls.accordian-sm > li > a:focus > span[class^="icon"] {
    color: #8a1717;
  }
  .panel-controls.accordian-sm > li {
    background-color: transparent;
    padding: 0;
    width: auto;
  }
  .panel-controls.accordian-sm > li > a:first-child {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    margin: 0;
  }
  .panel-controls.accordian-sm > li > a:first-child span.text {
    margin-left: 0;
  }
  .panel-controls.accordian-sm > li > a:first-child span.icon-plus {
    display: none;
  }
  .panel-controls.accordian-sm > li.panel-frame-clone {
    display: none !important;
  }
  .panel-controls.accordian-sm + .panel-content {
    display: block;
  }
  .panel-controls > li > a,
  .panel-controls.accordian-sm > li > a,
  .panel-controls > li > a:first-child,
  .panel-controls.accordian-sm > li > a:first-child {
    color: #555555;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .4px;
    line-height: 1.4;
    text-transform: uppercase;
  }
  .panel-controls > li > a > span.text,
  .panel-controls.accordian-sm > li > a > span.text,
  .panel-controls > li > a:first-child > span.text,
  .panel-controls.accordian-sm > li > a:first-child > span.text {
    display: block;
  }
  .panel-controls > li > a > span[class^="icon"],
  .panel-controls.accordian-sm > li > a > span[class^="icon"],
  .panel-controls > li > a:first-child > span[class^="icon"],
  .panel-controls.accordian-sm > li > a:first-child > span[class^="icon"] {
    font-size: 37px;
  }
  .panel-content .panel-container > .panel-frame h2,
  .panel-content .panel-container > .panel-frame .h2 {
    font-size: 28.8px;
  }
  .itinerary {
    padding: 20px 0;
  }
  .itinerary > div:last-of-type {
    border-left: solid 1px #eeeeee;
  }
  .itinerary dl,
  .itinerary dl dt:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
  .itinerary .date {
    background-color: #fff;
    border: solid 1px rgba(222, 222, 222, 0.9);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    text-align: center;
    width: 76px;
  }
  .itinerary .date span {
    display: block;
    font-weight: 200;
  }
  .itinerary .date span.day {
    color: #555555;
  }
  .itinerary .date span.month {
    background-color: rgba(222, 222, 222, 0.9);
    color: rgba(125, 125, 125, 0.9);
    text-transform: uppercase;
  }
  .itinerary .date span {
    padding: 6px;
  }
  .itinerary .date span.day {
    font-size: 33px;
    line-height: 33px;
  }
  .itinerary .date span.month {
    font-size: 16px;
    line-height: 16px;
  }
  .sidebar .itinerary .date {
    width: 42px;
  }
  .sidebar .itinerary .date span {
    padding: 3px;
  }
  .sidebar .itinerary .date span.day {
    font-size: 19px;
    line-height: 19px;
  }
  .sidebar .itinerary .date span.month {
    font-size: 9px;
    line-height: 9px;
  }
  .timeline .panel-controls {
    margin-top: 180px;
  }
  .timeline .panel-controls > a h3,
  .timeline .panel-controls > div h3 {
    font-size: 24px;
  }
  .timeline .panel-controls > a .timeline-titles,
  .timeline .panel-controls > div .timeline-titles {
    display: block;
    height: 60px;
    padding-left: 50%;
  }
  .timeline .panel-controls > a .timeline-titles h2,
  .timeline .panel-controls > div .timeline-titles h2 {
    background-color: #ffffff;
    border-bottom: dashed 2px #d6ebf5;
    color: #cc2222;
    line-height: 1.2;
    margin-top: -24px;
    position: absolute;
    white-space: nowrap;
    width: 100%;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    -o-transform: rotate(-37deg);
    transform: rotate(-37deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    font-size: 75%;
  }
  .alert flagheader {
    margin-left: -16px;
  }
  .reorder-sm {
    float: right !important;
  }
}
@media (min-width: 48em) and (max-width: 62em) {
  .hpa.minify header[role="banner"] .atp-higherpower {
    height: 24px;
    width: 108px;
    background-position: 0 -145px;
    background-size: 154px 168px;
  }
}
@media (min-width: 62em) {
  .page-locations main {
    padding-top: 25px;
  }
  .page-locations h1 {
    display: block;
  }
  .page-locations .sidebar {
    float: right !important;
  }
  .container,
  footer[role="contentinfo"],
  main,
  nav ul {
    width: 967px;
  }
  main .sidebar {
    border-top: none;
    display: block;
    float: left;
    margin: 0;
    padding-right: 0;
    padding-top: 0;
    width: 37.5%;
  }
  main .sidebar.reorder-md {
    border: none;
  }
  .content:before,
  .sidebar:before,
  .content:after,
  .sidebar:after {
    content: " ";
    display: table;
  }
  .content:after,
  .sidebar:after {
    clear: both;
  }
  .content:before,
  .sidebar:before,
  .content:after,
  .sidebar:after {
    content: " ";
    display: table;
  }
  .content:after,
  .sidebar:after {
    clear: both;
  }
  .content {
    border-right: solid 1px #eeeeee;
    display: block;
    float: left;
    padding-right: 25px;
    width: 62.5%;
  }
  header[role="banner"],
  .hpa header[role="banner"],
  .minify header[role="banner"] {
    border-bottom: none;
    height: auto;
    padding: 25px 0;
    position: relative;
  }
  header[role="banner"] .container,
  .hpa header[role="banner"] .container,
  .minify header[role="banner"] .container {
    padding: 0;
  }
  header[role="banner"] #nav-utility,
  .hpa header[role="banner"] #nav-utility,
  .minify header[role="banner"] #nav-utility {
    display: inline-block;
    float: right !important;
    text-align: right;
  }
  header[role="banner"] #nav-utility ul,
  .hpa header[role="banner"] #nav-utility ul,
  .minify header[role="banner"] #nav-utility ul {
    margin-bottom: 6.25px;
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-left: auto;
  }
  header[role="banner"] #nav-utility ul > li,
  .hpa header[role="banner"] #nav-utility ul > li,
  .minify header[role="banner"] #nav-utility ul > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  header[role="banner"] #nav-utility ul > li,
  .hpa header[role="banner"] #nav-utility ul > li,
  .minify header[role="banner"] #nav-utility ul > li {
    padding-left: 5px;
    padding-right: 5px;
  }
  header[role="banner"] #nav-utility ul > li:first-child,
  .hpa header[role="banner"] #nav-utility ul > li:first-child,
  .minify header[role="banner"] #nav-utility ul > li:first-child {
    padding-left: 0;
  }
  header[role="banner"] #nav-utility ul.stacked,
  .hpa header[role="banner"] #nav-utility ul.stacked,
  .minify header[role="banner"] #nav-utility ul.stacked {
    text-align: center;
  }
  header[role="banner"] #nav-utility ul.stacked li,
  .hpa header[role="banner"] #nav-utility ul.stacked li,
  .minify header[role="banner"] #nav-utility ul.stacked li {
    padding: 5px;
  }
  header[role="banner"] #nav-utility ul a,
  .hpa header[role="banner"] #nav-utility ul a,
  .minify header[role="banner"] #nav-utility ul a {
    color: #777777;
    font-size: 85%;
  }
  header[role="banner"] #nav-utility ul a:hover,
  .hpa header[role="banner"] #nav-utility ul a:hover,
  .minify header[role="banner"] #nav-utility ul a:hover,
  header[role="banner"] #nav-utility ul a:focus,
  .hpa header[role="banner"] #nav-utility ul a:focus,
  .minify header[role="banner"] #nav-utility ul a:focus {
    color: #515151;
  }
  header[role="banner"] #nav-utility #contact-number,
  .hpa header[role="banner"] #nav-utility #contact-number,
  .minify header[role="banner"] #nav-utility #contact-number {
    font: bold italic 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  header[role="banner"] #nav-utility .search-form,
  .hpa header[role="banner"] #nav-utility .search-form,
  .minify header[role="banner"] #nav-utility .search-form {
    background-color: #aaaaaa;
    border-radius: 30px;
    display: inline-block;
    margin-left: 25px;
    margin-top: -5px;
    min-width: 30px;
    text-align: center;
    -webkit-transition: background-color 0.1s ease;
    -o-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  header[role="banner"] #nav-utility .search-form .search-button,
  .hpa header[role="banner"] #nav-utility .search-form .search-button,
  .minify header[role="banner"] #nav-utility .search-form .search-button {
    background-color: transparent;
    border: none;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    padding: 0;
    text-shadow: none;
    width: 30px;
    vertical-align: middle;
  }
  header[role="banner"] #nav-utility .search-form .search-button span,
  .hpa header[role="banner"] #nav-utility .search-form .search-button span,
  .minify header[role="banner"] #nav-utility .search-form .search-button span {
    font-size: 12px;
  }
  header[role="banner"] #nav-utility .search-form .search-button:active,
  .hpa header[role="banner"] #nav-utility .search-form .search-button:active,
  .minify header[role="banner"] #nav-utility .search-form .search-button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header[role="banner"] #nav-utility .search-form .search-field,
  .hpa header[role="banner"] #nav-utility .search-form .search-field,
  .minify header[role="banner"] #nav-utility .search-form .search-field {
    border-radius: 15px;
    border: none;
    display: none;
    font-size: 12px;
    line-height: 1;
    margin: 0 3px;
    padding: 5px 10px;
    vertical-align: middle;
  }
  header[role="banner"] #nav-utility .search-form.search-open,
  .hpa header[role="banner"] #nav-utility .search-form.search-open,
  .minify header[role="banner"] #nav-utility .search-form.search-open {
    background-color: #777777;
  }
  header[role="banner"] #nav-utility .search-form.search-open .search-field,
  .hpa header[role="banner"] #nav-utility .search-form.search-open .search-field,
  .minify header[role="banner"] #nav-utility .search-form.search-open .search-field {
    margin: 1px 3px;
  }
  header[role="banner"] .atp-logo,
  .hpa header[role="banner"] .atp-logo,
  .minify header[role="banner"] .atp-logo,
  header[role="banner"] .atp-higherpower,
  .hpa header[role="banner"] .atp-higherpower,
  .minify header[role="banner"] .atp-higherpower {
    margin-top: 15px;
  }
  header[role="banner"] .atp-flightschool,
  .hpa header[role="banner"] .atp-flightschool,
  .minify header[role="banner"] .atp-flightschool {
    margin-left: -20px;
  }
  .minify nav {
    top: auto;
  }
  #nav-utility-sm {
    display: none;
  }
  #personnel-contact dd {
    font-size: 12px;
    margin: 0;
  }
  #personnel-contact dd [class^="icon-"] {
    display: none;
  }
  #floating-footer {
    background-color: rgba(0, 0, 0, 0.35);
    bottom: 0;
    display: block;
    left: 0;
    height: 10px;
    overflow: visible;
    position: fixed;
    right: 0;
    z-index: 1000;
  }
  #floating-footer #floating-footer-promo,
  #floating-footer #floating-footer-social {
    bottom: 10px;
    position: absolute;
  }
  #floating-footer #floating-footer-promo {
    background-image: none;
    background-color: none;
    margin: 0;
    padding: 0 12px;
    text-align: left;
    overflow: hidden;
  }
  #floating-footer #floating-footer-promo > a {
    display: block;
    width: 450px;
  }
  #floating-footer #floating-footer-promo > a > h3 {
    color: #333333;
    font-size: 16px;
    position: relative;
    z-index: 550;
  }
  #floating-footer #floating-footer-promo > a > h3 small {
    color: #333333;
  }
  #floating-footer #floating-footer-promo > a:after {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    border: solid 1px rgba(0, 0, 0, 0.35);
    display: block;
    content: "";
    height: 750px;
    left: -850px;
    position: absolute;
    top: 0;
    width: 1700px;
    z-index: 525;
  }
  #floating-footer #floating-footer-social {
    background-color: rgba(0, 0, 0, 0.35);
    height: 30px;
    padding-left: 12px;
    right: 50px;
    width: 280px;
    table-layout: fixed;
  }
  #floating-footer #floating-footer-social li {
    vertical-align: middle;
  }
  #floating-footer #floating-footer-social li a {
    color: #eeeeee;
    font-size: 20px;
    -webkit-transition: color 0.15s ease;
    -o-transition: color 0.15s ease;
    transition: color 0.15s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #floating-footer #floating-footer-social li a:hover,
  #floating-footer #floating-footer-social li a:active {
    color: #fff;
  }
  #floating-footer #floating-footer-social li .atp-numberonly {
    display: block;
  }
  #floating-footer #floating-footer-social li:first-child {
    display: table-cell;
    width: 110px;
  }
  footer[role="contentinfo"] {
    overflow: hidden;
    margin-bottom: 60px !important;
  }
  footer[role="contentinfo"] a:not([class*="btn-"]) {
    font-size: 85%;
  }
  footer[role="contentinfo"] ul li {
    display: block;
    padding: 0 !important;
  }
  footer[role="contentinfo"] > div {
    float: right !important;
  }
  footer[role="contentinfo"] > div:first-of-type {
    border-left: solid 1px #eeeeee;
  }
  html.nav-open body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #navigation-main {
    background-color: transparent;
    display: block !important;
    margin-top: 0;
    overflow-y: hidden;
    padding-bottom: 10px;
    position: relative;
    top: auto;
  }
  #navigation-main [class^="nav-"] {
    margin: 0;
  }
  #navigation-main .nav-global {
    background-image: -webkit-linear-gradient(top, #f9f4db 0%, #f9f489 100%);
    background-image: -o-linear-gradient(top, #f9f4db 0%, #f9f489 100%);
    background-image: linear-gradient(to bottom, #f9f4db 0%, #f9f489 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f4db', endColorstr='#fff9f489', GradientType=0);
    margin-left: 0 !important;
  }
  #navigation-main .nav-global .utility-nav {
    display: none;
  }
  #navigation-main .nav-global #search-field-responsive {
    display: none;
  }
  #navigation-main .nav-global li {
    border: solid 1px #dece6a;
    border-width: 0 0 0 1px;
  }
  #navigation-main .nav-global li a {
    font-family: "myriad-pro-semi-condensed", 'Myriad Pro', 'Arial', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #444444;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
    font-size: 20px;
    font-style: italic;
    margin: 0 0 6.25px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #555555;
    margin: 0;
    text-shadow: 0 0 1px #eee;
    text-transform: uppercase;
  }
  #navigation-main .nav-global li a small,
  #navigation-main .nav-global li a .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
  }
  #navigation-main .nav-global li a small,
  #navigation-main .nav-global li a .small {
    font-size: 75%;
  }
  #navigation-main .nav-global li a small,
  #navigation-main .nav-global li a .small {
    display: block;
  }
  #navigation-main .nav-global li a small.subtitle {
    display: block;
    margin-top: 6px;
    margin-bottom: 25px;
  }
  .brick #navigation-main .nav-global li a {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #navigation-main .nav-global li a span:not(.icon-arrow-left) {
    color: #7c7c7c;
    font-size: 12px;
    letter-spacing: 0;
    text-shadow: none;
    text-transform: capitalize;
  }
  #navigation-main .nav-global li#search-sm {
    display: none;
  }
  #navigation-main .nav-global li:last-of-type {
    border-width: 0 1px;
  }
  #navigation-main .nav-global li:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    -moz-transform: scale(0.9999);
  }
  #navigation-main .nav-global li.active-lg:after {
    border-bottom: 6px solid #9b9b9a;
  }
  #navigation-main .nav-global li:hover,
  #navigation-main .nav-global li:focus,
  #navigation-main .nav-global li:active {
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
  }
  #navigation-main ul {
    display: block;
    margin-right: auto;
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-left: auto;
    display: table;
    margin-bottom: 0;
  }
  #navigation-main ul > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  #navigation-main ul > li {
    padding-left: 5px;
    padding-right: 5px;
  }
  #navigation-main ul > li:first-child {
    padding-left: 0;
  }
  #navigation-main ul.stacked {
    text-align: center;
  }
  #navigation-main ul.stacked li {
    padding: 5px;
  }
  #navigation-main ul li {
    display: table-cell;
    width: auto;
  }
  #navigation-main .nav-sub,
  #navigation-main .nav-global + .nav-sub {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    background-image: -webkit-linear-gradient(top, #9b9b9a 0%, #c1c1c1 10%);
    background-image: -o-linear-gradient(top, #9b9b9a 0%, #c1c1c1 10%);
    background-image: linear-gradient(to bottom, #9b9b9a 0%, #c1c1c1 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b9b9a', endColorstr='#ffc1c1c1', GradientType=0);
  }
  #navigation-main .nav-sub ul.show,
  #navigation-main .nav-global + .nav-sub ul.show {
    display: none !important;
  }
  #navigation-main .nav-sub ul.active-lg,
  #navigation-main .nav-global + .nav-sub ul.active-lg {
    display: block !important;
  }
  #navigation-main .nav-sub ul#subnav-header,
  #navigation-main .nav-global + .nav-sub ul#subnav-header {
    display: none !important;
  }
  #navigation-main .nav-sub ul li,
  #navigation-main .nav-global + .nav-sub ul li {
    background-color: transparent;
    border: none;
    padding-right: 12px;
  }
  #navigation-main .nav-sub ul li:last-of-type,
  #navigation-main .nav-global + .nav-sub ul li:last-of-type {
    padding-right: 0;
  }
  #navigation-main .nav-sub ul li a,
  #navigation-main .nav-global + .nav-sub ul li a {
    color: #ffffff;
    font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 6px 0;
  }
  #navigation-main .nav-sub ul li a span,
  #navigation-main .nav-global + .nav-sub ul li a span {
    color: inherit;
    display: inline;
  }
  #navigation-main .nav-sub ul li a:hover,
  #navigation-main .nav-global + .nav-sub ul li a:hover {
    color: #f2f2f2;
  }
  #navigation-main .nav-sub ul:not(#subnav-header),
  #navigation-main .nav-global + .nav-sub ul:not(#subnav-header) {
    padding-bottom: 0;
  }
  #navigation-main .nav-sub:after,
  #navigation-main .nav-global + .nav-sub:after,
  #navigation-main .nav-sub:before,
  #navigation-main .nav-global + .nav-sub:before {
    background-color: transparent;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
  }
  #navigation-main .nav-sub:after,
  #navigation-main .nav-global + .nav-sub:after {
    bottom: -10px;
    height: 10px;
  }
  #navigation-main .nav-sub:before,
  #navigation-main .nav-global + .nav-sub:before {
    height: 5px;
    top: -5px;
  }
  .img-banner,
  .img-banner-map,
  nav[role="navigation"] + main {
    top: -10px;
  }
  nav[role="navigation"] + main {
    margin-bottom: 0;
  }
  .img-banner,
  .img-banner-map {
    border: none;
    margin: 0 auto -10px auto;
  }
  .img-banner-map {
    height: 250px;
    overflow: visible;
  }
  .img-banner-map map {
    display: block;
  }
  .img-banner-map + main {
    padding-top: 50px;
  }
  .banner-copy,
  .banner-copy-inverse {
    margin-top: -80px;
  }
  .banner-copy.double-line,
  .banner-copy-inverse.double-line {
    margin-top: -110px;
  }
  .sidebar-ratings .cost {
    float: right !important;
  }
  .sidebar-ratings .cost:before,
  .sidebar-ratings .dollar {
    margin-left: 0;
    vertical-align: top;
  }
  .sidebar-ratings h4 {
    border-bottom: none;
  }
  .sidebar-ratings h4 .toggle-sibling {
    display: none;
  }
  .sidebar-ratings ul {
    display: block !important;
  }
  .sidebar-ratings ul li {
    padding-bottom: 5px;
  }
  .map-container {
    margin: 0 0 25px;
  }
  .map-container h2 {
    display: none;
  }
  .third-image-container .slider {
    position: relative;
  }
  .third-image-container .slider .slider-hover-bar {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: table;
    font-size: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    text-align: center;
    top: 9px;
    width: 40px;
    z-index: 1000;
  }
  .third-image-container .slider .slider-hover-bar + .slider-container {
    z-index: 900;
  }
  .third-image-container .slider .slider-hover-bar span {
    display: table-cell;
    vertical-align: middle;
  }
  .third-image-container .slider .slider-hover-bar.hover {
    cursor: w-resize;
  }
  .third-image-container .slider .slider-hover-bar[data-direction="right"] {
    right: 0;
  }
  .third-image-container .slider .slider-hover-bar[data-direction="right"].hover {
    cursor: e-resize;
  }
  .third-image-container .slider .third-image-thumb {
    margin: 15px 10px 0 0;
  }
  .third-image-container .slider .third-image-thumb:hover {
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .timeline-day .event-labels > div > span {
    color: #fff;
  }
  .timeline-day .event-labels > div > span abbr {
    display: none;
  }
  .timeline-day-legend {
    display: none;
  }
  .panel-content .panel-container > .panel-frame {
    width: 100%;
  }
  .reorder-md {
    float: right !important;
  }
  .table-comparison:not(.condensed) td:first-of-type {
    padding-left: 40px;
  }
  .table-comparison:not(.condensed) tbody th {
    padding-left: 16px;
  }
  h1,
  .h1 {
    font-size: 44px;
  }
  .flagheader {
    margin-left: -50px;
    max-width: 530px;
  }
  .flagheader:before {
    border-color: transparent #1d0505 transparent transparent;
    border-style: solid;
    border-width: 0 25px 14.4px 0;
    float: left !important;
    margin-left: -25px;
    margin-top: 28px;
  }
  .adjacent-flag {
    margin-top: 55px;
  }
  .alert .flagheader {
    margin-left: -31px;
  }
  .alert .flagheader:before {
    border-width: 0 15px 12px 0;
  }
  .sidebar .alert-tab {
    margin-right: 1px;
  }
}
@media (min-width: 75em) {
  .container,
  footer[role="contentinfo"],
  main,
  nav ul {
    margin: 0 auto;
    width: 1175px;
  }
  .img-banner {
    width: 1175px;
  }
  .banner-copy .container:after {
    position: relative;
    top: -80px;
  }
  .banner-copy.double-line .container:after {
    top: -100px;
  }
}
.ui-widget {
  font-family: inherit;
  font-size: inherit;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: inherit;
  font-size: inherit;
}
.ui-widget-content a {
  color: #cc2222;
}
.ui-widget-content a:hover {
  color: #8a1717;
}
.ui-slider-horizontal {
  background: #fff;
  border: 1px solid #cccccc;
  height: 12px;
  margin: 0 9px;
  position: relative;
}
.ui-slider-horizontal .ui-slider-handle {
  background-color: #d6ebf5;
  border: solid 1px #add7eb;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 8px rgba(50, 50, 50, 0.1);
  color: #2779aa;
  height: 18px;
  margin-left: -9px;
  outline: none;
  position: absolute;
  top: -4px;
  width: 18px;
  z-index: 2;
}
.ui-slider-horizontal .ui-slider-handle:active {
  background-color: #9ccce3;
  border: solid 1px #70b9dc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
label + .ui-slider-horizontal {
  margin-top: 6px;
}
.crt-order:nth-of-type(even):not([class*="bg-"]) {
  border-top: solid 1px #eeeeee;
}
.crt-order .crt-order-summary span.icon-plus {
  position: absolute;
  right: 30px;
  top: 0;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.crt-order .crt-order-summary span.label {
  top: -2px;
  display: inline-block;
  position: relative;
}
.crt-order .crt-order-summary a {
  color: inherit !important;
}
.crt-order .crt-order-summary a:hover,
.crt-order .crt-order-summary a:focus {
  text-decoration: none;
}
.crt-order .crt-order-summary a:hover > span.text,
.crt-order .crt-order-summary a:focus > span.text,
.crt-order .crt-order-summary a:hover > span[class^="icon"],
.crt-order .crt-order-summary a:focus > span[class^="icon"] {
  color: #8a1717;
}
.crt-order .crt-order-summary > .row {
  margin-bottom: 0;
}
.crt-order .crt-order-summary + .crt-order-details {
  background-color: rgba(215, 215, 215, 0.05);
  border-top: solid 1px rgba(215, 215, 215, 0.1);
  margin: 0 -15px -15px -15px;
  padding: 15px;
  display: none;
}
.crt-order .crt-order-summary + .crt-order-details > .row {
  margin-bottom: 0;
}
