/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* line 11, normalize.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/* line 30, normalize.less */
audio,
canvas,
video {
  display: inline-block;
}
/* line 41, normalize.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 51, normalize.less */
[hidden],
template {
  display: none;
}
/* line 66, normalize.less */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/* line 76, normalize.less */
body {
  margin: 0;
}
/* line 88, normalize.less */
a {
  background: transparent;
}
/* line 96, normalize.less */
a:focus {
  outline: thin dotted;
}
/* line 104, normalize.less */
a:active,
a:hover {
  outline: 0;
}
/* line 118, normalize.less */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* line 127, normalize.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 135, normalize.less */
b,
strong {
  font-weight: bold;
}
/* line 144, normalize.less */
dfn {
  font-style: italic;
}
/* line 152, normalize.less */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* line 162, normalize.less */
mark {
  background: #ff0;
  color: #000;
}
/* line 171, normalize.less */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/* line 183, normalize.less */
pre {
  white-space: pre-wrap;
}
/* line 191, normalize.less */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/* line 199, normalize.less */
small {
  font-size: 80%;
}
/* line 207, normalize.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 215, normalize.less */
sup {
  top: -0.5em;
}
/* line 219, normalize.less */
sub {
  bottom: -0.25em;
}
/* line 231, normalize.less */
img {
  border: 0;
}
/* line 239, normalize.less */
svg:not(:root) {
  overflow: hidden;
}
/* line 251, normalize.less */
figure {
  margin: 0;
}
/* line 263, normalize.less */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* line 274, normalize.less */
legend {
  border: 0;
  padding: 0;
}
/* line 285, normalize.less */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
/* line 299, normalize.less */
button,
input {
  line-height: normal;
}
/* line 311, normalize.less */
button,
select {
  text-transform: none;
}
/* line 324, normalize.less */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* line 336, normalize.less */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 346, normalize.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* line 358, normalize.less */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 370, normalize.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 379, normalize.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 390, normalize.less */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* line 403, normalize.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 8, scaffolding.less */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 17, scaffolding.less */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 22, scaffolding.less */
body {
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
}
/* line 31, scaffolding.less */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 43, scaffolding.less */
a {
  color: #007dc3;
  text-decoration: none;
}
/* line 47, scaffolding.less */
a:hover,
a:focus {
  color: #004c76;
  text-decoration: underline;
}
/* line 53, scaffolding.less */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 61, scaffolding.less */
img {
  vertical-align: middle;
}
/* line 66, scaffolding.less */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 71, scaffolding.less */
.img-rounded {
  border-radius: 6px;
}
/* line 78, scaffolding.less */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* line 91, scaffolding.less */
.img-circle {
  border-radius: 50%;
}
/* line 98, scaffolding.less */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ffffff;
}
/* line 110, scaffolding.less */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 9, type.less */
p {
  margin: 0 0 10px;
}
/* line 12, type.less */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 18, type.less */
  .lead {
    font-size: 21px;
  }
}
/* line 28, type.less */
small,
.small {
  font-size: 85%;
}
/* line 32, type.less */
cite {
  font-style: normal;
}
/* line 35, type.less */
.text-muted {
  color: #ffffff;
}
/* line 38, type.less */
.text-primary {
  color: #007dc3;
}
/* line 40, type.less */
.text-primary:hover {
  color: #005c90;
}
/* line 44, type.less */
.text-warning {
  color: #c09853;
}
/* line 46, type.less */
.text-warning:hover {
  color: #a47e3c;
}
/* line 50, type.less */
.text-danger {
  color: #b94a48;
}
/* line 52, type.less */
.text-danger:hover {
  color: #953b39;
}
/* line 56, type.less */
.text-success {
  color: #468847;
}
/* line 58, type.less */
.text-success:hover {
  color: #356635;
}
/* line 62, type.less */
.text-info {
  color: #3a87ad;
}
/* line 64, type.less */
.text-info:hover {
  color: #2d6987;
}
/* line 70, type.less */
.text-left {
  text-align: left;
}
/* line 71, type.less */
.text-right {
  text-align: right;
}
/* line 72, type.less */
.text-center {
  text-align: center;
}
/* line 78, type.less */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 85, type.less */
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: #ffffff;
}
/* line 93, type.less */
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 99, type.less */
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
/* line 104, type.less */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 110, type.less */
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
/* line 116, type.less */
h1,
.h1 {
  font-size: 36px;
}
/* line 117, type.less */
h2,
.h2 {
  font-size: 30px;
}
/* line 118, type.less */
h3,
.h3 {
  font-size: 24px;
}
/* line 119, type.less */
h4,
.h4 {
  font-size: 18px;
}
/* line 120, type.less */
h5,
.h5 {
  font-size: 14px;
}
/* line 121, type.less */
h6,
.h6 {
  font-size: 12px;
}
/* line 127, type.less */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ffffff;
}
/* line 139, type.less */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 143, type.less */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
/* line 152, type.less */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
/* line 158, type.less */
.list-inline {
  padding-left: 0;
  list-style: none;
}
/* line 161, type.less */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 166, type.less */
.list-inline > li:first-child {
  padding-left: 0;
}
/* line 173, type.less */
dl {
  margin-bottom: 20px;
}
/* line 176, type.less */
dt,
dd {
  line-height: 1.42857143;
}
/* line 180, type.less */
dt {
  font-weight: bold;
}
/* line 183, type.less */
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  /* line 194, type.less */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 201, type.less */
  .dl-horizontal dd {
    margin-left: 180px;
  }
  /* line 20, mixins.less */
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  /* line 25, mixins.less */
  .dl-horizontal dd:after {
    clear: both;
  }
  /* line 20, mixins.less */
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  /* line 25, mixins.less */
  .dl-horizontal dd:after {
    clear: both;
  }
}
/* line 212, type.less */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ffffff;
}
/* line 218, type.less */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
/* line 224, type.less */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #ffffff;
}
/* line 228, type.less */
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
/* line 233, type.less */
blockquote p:last-child {
  margin-bottom: 0;
}
/* line 236, type.less */
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #ffffff;
}
/* line 240, type.less */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 246, type.less */
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ffffff;
  border-left: 0;
}
/* line 251, type.less */
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
/* line 258, type.less */
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 261, type.less */
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
/* line 269, type.less */
blockquote:before,
blockquote:after {
  content: "";
}
/* line 275, type.less */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/* line 7, code.less */
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
/* line 15, code.less */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
/* line 25, code.less */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #666666;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 39, code.less */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
/* line 50, code.less */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* line 6, grid.less */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 20, mixins.less */
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.container:after {
  clear: both;
}
/* line 20, mixins.less */
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.container:after {
  clear: both;
}
/* line 11, grid.less */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 20, mixins.less */
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.row:after {
  clear: both;
}
/* line 20, mixins.less */
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.row:after {
  clear: both;
}
/* line 724, mixins.less */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 746, mixins.less */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
/* line 754, mixins.less */
.col-xs-12 {
  width: 100%;
}
/* line 754, mixins.less */
.col-xs-11 {
  width: 91.66666667%;
}
/* line 754, mixins.less */
.col-xs-10 {
  width: 83.33333333%;
}
/* line 754, mixins.less */
.col-xs-9 {
  width: 75%;
}
/* line 754, mixins.less */
.col-xs-8 {
  width: 66.66666667%;
}
/* line 754, mixins.less */
.col-xs-7 {
  width: 58.33333333%;
}
/* line 754, mixins.less */
.col-xs-6 {
  width: 50%;
}
/* line 754, mixins.less */
.col-xs-5 {
  width: 41.66666667%;
}
/* line 754, mixins.less */
.col-xs-4 {
  width: 33.33333333%;
}
/* line 754, mixins.less */
.col-xs-3 {
  width: 25%;
}
/* line 754, mixins.less */
.col-xs-2 {
  width: 16.66666667%;
}
/* line 754, mixins.less */
.col-xs-1 {
  width: 8.33333333%;
}
/* line 764, mixins.less */
.col-xs-pull-12 {
  right: 100%;
}
/* line 764, mixins.less */
.col-xs-pull-11 {
  right: 91.66666667%;
}
/* line 764, mixins.less */
.col-xs-pull-10 {
  right: 83.33333333%;
}
/* line 764, mixins.less */
.col-xs-pull-9 {
  right: 75%;
}
/* line 764, mixins.less */
.col-xs-pull-8 {
  right: 66.66666667%;
}
/* line 764, mixins.less */
.col-xs-pull-7 {
  right: 58.33333333%;
}
/* line 764, mixins.less */
.col-xs-pull-6 {
  right: 50%;
}
/* line 764, mixins.less */
.col-xs-pull-5 {
  right: 41.66666667%;
}
/* line 764, mixins.less */
.col-xs-pull-4 {
  right: 33.33333333%;
}
/* line 764, mixins.less */
.col-xs-pull-3 {
  right: 25%;
}
/* line 764, mixins.less */
.col-xs-pull-2 {
  right: 16.66666667%;
}
/* line 764, mixins.less */
.col-xs-pull-1 {
  right: 8.33333333%;
}
/* line 764, mixins.less */
.col-xs-pull-0 {
  right: 0%;
}
/* line 759, mixins.less */
.col-xs-push-12 {
  left: 100%;
}
/* line 759, mixins.less */
.col-xs-push-11 {
  left: 91.66666667%;
}
/* line 759, mixins.less */
.col-xs-push-10 {
  left: 83.33333333%;
}
/* line 759, mixins.less */
.col-xs-push-9 {
  left: 75%;
}
/* line 759, mixins.less */
.col-xs-push-8 {
  left: 66.66666667%;
}
/* line 759, mixins.less */
.col-xs-push-7 {
  left: 58.33333333%;
}
/* line 759, mixins.less */
.col-xs-push-6 {
  left: 50%;
}
/* line 759, mixins.less */
.col-xs-push-5 {
  left: 41.66666667%;
}
/* line 759, mixins.less */
.col-xs-push-4 {
  left: 33.33333333%;
}
/* line 759, mixins.less */
.col-xs-push-3 {
  left: 25%;
}
/* line 759, mixins.less */
.col-xs-push-2 {
  left: 16.66666667%;
}
/* line 759, mixins.less */
.col-xs-push-1 {
  left: 8.33333333%;
}
/* line 759, mixins.less */
.col-xs-push-0 {
  left: 0%;
}
/* line 769, mixins.less */
.col-xs-offset-12 {
  margin-left: 100%;
}
/* line 769, mixins.less */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
/* line 769, mixins.less */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
/* line 769, mixins.less */
.col-xs-offset-9 {
  margin-left: 75%;
}
/* line 769, mixins.less */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
/* line 769, mixins.less */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
/* line 769, mixins.less */
.col-xs-offset-6 {
  margin-left: 50%;
}
/* line 769, mixins.less */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
/* line 769, mixins.less */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
/* line 769, mixins.less */
.col-xs-offset-3 {
  margin-left: 25%;
}
/* line 769, mixins.less */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
/* line 769, mixins.less */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
/* line 769, mixins.less */
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  /* line 43, grid.less */
  .container {
    width: 750px;
  }
  /* line 746, mixins.less */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  /* line 754, mixins.less */
  .col-sm-12 {
    width: 100%;
  }
  /* line 754, mixins.less */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 754, mixins.less */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 754, mixins.less */
  .col-sm-9 {
    width: 75%;
  }
  /* line 754, mixins.less */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 754, mixins.less */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 754, mixins.less */
  .col-sm-6 {
    width: 50%;
  }
  /* line 754, mixins.less */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 754, mixins.less */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 754, mixins.less */
  .col-sm-3 {
    width: 25%;
  }
  /* line 754, mixins.less */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 754, mixins.less */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 764, mixins.less */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 764, mixins.less */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 764, mixins.less */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 764, mixins.less */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 764, mixins.less */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 764, mixins.less */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 764, mixins.less */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 764, mixins.less */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 764, mixins.less */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 764, mixins.less */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 764, mixins.less */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 764, mixins.less */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 764, mixins.less */
  .col-sm-pull-0 {
    right: 0%;
  }
  /* line 759, mixins.less */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 759, mixins.less */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 759, mixins.less */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 759, mixins.less */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 759, mixins.less */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 759, mixins.less */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 759, mixins.less */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 759, mixins.less */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 759, mixins.less */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 759, mixins.less */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 759, mixins.less */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 759, mixins.less */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 759, mixins.less */
  .col-sm-push-0 {
    left: 0%;
  }
  /* line 769, mixins.less */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 769, mixins.less */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 769, mixins.less */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 769, mixins.less */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 769, mixins.less */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 769, mixins.less */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 769, mixins.less */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 769, mixins.less */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 769, mixins.less */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 769, mixins.less */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 769, mixins.less */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 769, mixins.less */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 769, mixins.less */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 63, grid.less */
  .container {
    width: 970px;
  }
  /* line 746, mixins.less */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  /* line 754, mixins.less */
  .col-md-12 {
    width: 100%;
  }
  /* line 754, mixins.less */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 754, mixins.less */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 754, mixins.less */
  .col-md-9 {
    width: 75%;
  }
  /* line 754, mixins.less */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 754, mixins.less */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 754, mixins.less */
  .col-md-6 {
    width: 50%;
  }
  /* line 754, mixins.less */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 754, mixins.less */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 754, mixins.less */
  .col-md-3 {
    width: 25%;
  }
  /* line 754, mixins.less */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 754, mixins.less */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 764, mixins.less */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 764, mixins.less */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 764, mixins.less */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 764, mixins.less */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 764, mixins.less */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 764, mixins.less */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 764, mixins.less */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 764, mixins.less */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 764, mixins.less */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 764, mixins.less */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 764, mixins.less */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 764, mixins.less */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 764, mixins.less */
  .col-md-pull-0 {
    right: 0%;
  }
  /* line 759, mixins.less */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 759, mixins.less */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 759, mixins.less */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 759, mixins.less */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 759, mixins.less */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 759, mixins.less */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 759, mixins.less */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 759, mixins.less */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 759, mixins.less */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 759, mixins.less */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 759, mixins.less */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 759, mixins.less */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 759, mixins.less */
  .col-md-push-0 {
    left: 0%;
  }
  /* line 769, mixins.less */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 769, mixins.less */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 769, mixins.less */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 769, mixins.less */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 769, mixins.less */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 769, mixins.less */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 769, mixins.less */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 769, mixins.less */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 769, mixins.less */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 769, mixins.less */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 769, mixins.less */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 769, mixins.less */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 769, mixins.less */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 83, grid.less */
  .container {
    width: 1170px;
  }
  /* line 746, mixins.less */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  /* line 754, mixins.less */
  .col-lg-12 {
    width: 100%;
  }
  /* line 754, mixins.less */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 754, mixins.less */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 754, mixins.less */
  .col-lg-9 {
    width: 75%;
  }
  /* line 754, mixins.less */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 754, mixins.less */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 754, mixins.less */
  .col-lg-6 {
    width: 50%;
  }
  /* line 754, mixins.less */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 754, mixins.less */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 754, mixins.less */
  .col-lg-3 {
    width: 25%;
  }
  /* line 754, mixins.less */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 754, mixins.less */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 764, mixins.less */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 764, mixins.less */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 764, mixins.less */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 764, mixins.less */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 764, mixins.less */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 764, mixins.less */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 764, mixins.less */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 764, mixins.less */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 764, mixins.less */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 764, mixins.less */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 764, mixins.less */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 764, mixins.less */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 764, mixins.less */
  .col-lg-pull-0 {
    right: 0%;
  }
  /* line 759, mixins.less */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 759, mixins.less */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 759, mixins.less */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 759, mixins.less */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 759, mixins.less */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 759, mixins.less */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 759, mixins.less */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 759, mixins.less */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 759, mixins.less */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 759, mixins.less */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 759, mixins.less */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 759, mixins.less */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 759, mixins.less */
  .col-lg-push-0 {
    left: 0%;
  }
  /* line 769, mixins.less */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 769, mixins.less */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 769, mixins.less */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 769, mixins.less */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 769, mixins.less */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 769, mixins.less */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 769, mixins.less */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 769, mixins.less */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 769, mixins.less */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 769, mixins.less */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 769, mixins.less */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 769, mixins.less */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 769, mixins.less */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 6, tables.less */
table {
  max-width: 100%;
  background-color: transparent;
}
/* line 10, tables.less */
th {
  text-align: left;
}
/* line 17, tables.less */
.table {
  width: 100%;
  margin-bottom: 20px;
}
/* line 25, tables.less */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
/* line 35, tables.less */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
/* line 44, tables.less */
.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;
}
/* line 51, tables.less */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 56, tables.less */
.table .table {
  background-color: #ffffff;
}
/* line 69, tables.less */
.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;
}
/* line 82, tables.less */
.table-bordered {
  border: 1px solid #dddddd;
}
/* line 88, tables.less */
.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;
}
/* line 95, tables.less */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
/* line 108, tables.less */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
/* line 120, tables.less */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
/* line 131, tables.less */
table col[class*="col-"] {
  float: none;
  display: table-column;
}
/* line 138, tables.less */
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
/* line 154, tables.less */
.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;
}
/* line 439, mixins.less */
.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;
}
/* line 450, mixins.less */
.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.success:hover > th {
  background-color: #d0e9c6;
}
/* line 439, mixins.less */
.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;
}
/* line 450, mixins.less */
.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.danger:hover > th {
  background-color: #ebcccc;
}
/* line 439, mixins.less */
.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;
}
/* line 450, mixins.less */
.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.warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  /* line 175, tables.less */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 185, tables.less */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 193, tables.less */
  .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;
  }
  /* line 202, tables.less */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 210, tables.less */
  .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;
  }
  /* line 214, tables.less */
  .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;
  }
  /* line 227, tables.less */
  .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;
  }
}
/* line 10, forms.less */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 16, forms.less */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 28, forms.less */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 38, forms.less */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 43, forms.less */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
/* line 51, forms.less */
input[type="file"] {
  display: block;
}
/* line 56, forms.less */
select[multiple],
select[size] {
  height: auto;
}
/* line 62, forms.less */
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
/* line 69, forms.less */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 79, forms.less */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
/* line 86, forms.less */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
  vertical-align: middle;
}
/* line 118, forms.less */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
  vertical-align: middle;
  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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* line 830, mixins.less */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 57, mixins.less */
.form-control:-moz-placeholder {
  color: #ffffff;
}
/* line 58, mixins.less */
.form-control::-moz-placeholder {
  color: #ffffff;
}
/* line 59, mixins.less */
.form-control:-ms-input-placeholder {
  color: #ffffff;
}
/* line 60, mixins.less */
.form-control::-webkit-input-placeholder {
  color: #ffffff;
}
/* line 147, forms.less */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ffffff;
}
/* line 155, forms.less */
textarea.form-control {
  height: auto;
}
/* line 166, forms.less */
.form-group {
  margin-bottom: 15px;
}
/* line 175, forms.less */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
/* line 183, forms.less */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
/* line 190, forms.less */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
/* line 197, forms.less */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
/* line 203, forms.less */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
/* line 212, forms.less */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
/* line 227, forms.less */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
/* line 234, forms.less */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 850, mixins.less */
select.input-sm {
  height: 30px;
  line-height: 30px;
}
/* line 855, mixins.less */
textarea.input-sm {
  height: auto;
}
/* line 238, forms.less */
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
/* line 850, mixins.less */
select.input-lg {
  height: 45px;
  line-height: 45px;
}
/* line 855, mixins.less */
textarea.input-lg {
  height: auto;
}
/* line 789, mixins.less */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
/* line 798, mixins.less */
.has-warning .form-control {
  border-color: #c09853;
  -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);
}
/* line 801, mixins.less */
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 808, mixins.less */
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
/* line 789, mixins.less */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
/* line 798, mixins.less */
.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);
}
/* line 801, mixins.less */
.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;
}
/* line 808, mixins.less */
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
/* line 789, mixins.less */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
/* line 798, mixins.less */
.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);
}
/* line 801, mixins.less */
.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;
}
/* line 808, mixins.less */
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
/* line 266, forms.less */
.form-control-static {
  margin-bottom: 0;
}
/* line 276, forms.less */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  /* line 301, forms.less */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 308, forms.less */
  .form-inline .form-control {
    display: inline-block;
  }
  /* line 315, forms.less */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  /* line 322, forms.less */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
/* line 339, forms.less */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 350, forms.less */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 20, mixins.less */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.form-horizontal .form-group:after {
  clear: both;
}
/* line 20, mixins.less */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.form-horizontal .form-group:after {
  clear: both;
}
/* line 354, forms.less */
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  /* line 360, forms.less */
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* line 10, buttons.less */
.btn {
  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: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 23, buttons.less */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 27, buttons.less */
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
/* line 33, buttons.less */
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 40, buttons.less */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 55, buttons.less */
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 468, mixins.less */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
/* line 477, mixins.less */
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
/* line 485, mixins.less */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 58, buttons.less */
.btn-primary {
  color: #ffffff;
  background-color: #007dc3;
  border-color: #006daa;
}
/* line 468, mixins.less */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #00639a;
  border-color: #00456c;
}
/* line 477, mixins.less */
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
/* line 485, mixins.less */
.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: #007dc3;
  border-color: #006daa;
}
/* line 62, buttons.less */
.btn-warning {
  color: #ffffff;
  background-color: #f29627;
  border-color: #f18a0f;
}
/* line 468, mixins.less */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #e3820e;
  border-color: #b7690b;
}
/* line 477, mixins.less */
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
/* line 485, mixins.less */
.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: #f29627;
  border-color: #f18a0f;
}
/* line 66, buttons.less */
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 468, mixins.less */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
/* line 477, mixins.less */
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
/* line 485, mixins.less */
.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;
}
/* line 70, buttons.less */
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 468, mixins.less */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
/* line 477, mixins.less */
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
/* line 485, mixins.less */
.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;
}
/* line 74, buttons.less */
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 468, mixins.less */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
/* line 477, mixins.less */
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
/* line 485, mixins.less */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 83, buttons.less */
.btn-link {
  color: #007dc3;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 89, buttons.less */
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 96, buttons.less */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
/* line 102, buttons.less */
.btn-link:hover,
.btn-link:focus {
  color: #004c76;
  text-decoration: underline;
  background-color: transparent;
}
/* line 110, buttons.less */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #ffffff;
  text-decoration: none;
}
/* line 122, buttons.less */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
/* line 126, buttons.less */
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 131, buttons.less */
.btn-xs {
  padding: 1px 5px;
}
/* line 139, buttons.less */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* line 147, buttons.less */
.btn-block + .btn-block {
  margin-top: 5px;
}
/* line 155, buttons.less */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* line 10, component-animations.less */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, component-animations.less */
.fade.in {
  opacity: 1;
}
/* line 18, component-animations.less */
.collapse {
  display: none;
}
/* line 20, component-animations.less */
.collapse.in {
  display: block;
}
/* line 24, component-animations.less */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/* line 21, glyphicons.less */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 32, glyphicons.less */
.glyphicon:empty {
  width: 1em;
}
/* line 38, glyphicons.less */
.glyphicon-asterisk:before {
  content: "\2a";
}
/* line 39, glyphicons.less */
.glyphicon-plus:before {
  content: "\2b";
}
/* line 40, glyphicons.less */
.glyphicon-euro:before {
  content: "\20ac";
}
/* line 41, glyphicons.less */
.glyphicon-minus:before {
  content: "\2212";
}
/* line 42, glyphicons.less */
.glyphicon-cloud:before {
  content: "\2601";
}
/* line 43, glyphicons.less */
.glyphicon-envelope:before {
  content: "\2709";
}
/* line 44, glyphicons.less */
.glyphicon-pencil:before {
  content: "\270f";
}
/* line 45, glyphicons.less */
.glyphicon-glass:before {
  content: "\e001";
}
/* line 46, glyphicons.less */
.glyphicon-music:before {
  content: "\e002";
}
/* line 47, glyphicons.less */
.glyphicon-search:before {
  content: "\e003";
}
/* line 48, glyphicons.less */
.glyphicon-heart:before {
  content: "\e005";
}
/* line 49, glyphicons.less */
.glyphicon-star:before {
  content: "\e006";
}
/* line 50, glyphicons.less */
.glyphicon-star-empty:before {
  content: "\e007";
}
/* line 51, glyphicons.less */
.glyphicon-user:before {
  content: "\e008";
}
/* line 52, glyphicons.less */
.glyphicon-film:before {
  content: "\e009";
}
/* line 53, glyphicons.less */
.glyphicon-th-large:before {
  content: "\e010";
}
/* line 54, glyphicons.less */
.glyphicon-th:before {
  content: "\e011";
}
/* line 55, glyphicons.less */
.glyphicon-th-list:before {
  content: "\e012";
}
/* line 56, glyphicons.less */
.glyphicon-ok:before {
  content: "\e013";
}
/* line 57, glyphicons.less */
.glyphicon-remove:before {
  content: "\e014";
}
/* line 58, glyphicons.less */
.glyphicon-zoom-in:before {
  content: "\e015";
}
/* line 59, glyphicons.less */
.glyphicon-zoom-out:before {
  content: "\e016";
}
/* line 60, glyphicons.less */
.glyphicon-off:before {
  content: "\e017";
}
/* line 61, glyphicons.less */
.glyphicon-signal:before {
  content: "\e018";
}
/* line 62, glyphicons.less */
.glyphicon-cog:before {
  content: "\e019";
}
/* line 63, glyphicons.less */
.glyphicon-trash:before {
  content: "\e020";
}
/* line 64, glyphicons.less */
.glyphicon-home:before {
  content: "\e021";
}
/* line 65, glyphicons.less */
.glyphicon-file:before {
  content: "\e022";
}
/* line 66, glyphicons.less */
.glyphicon-time:before {
  content: "\e023";
}
/* line 67, glyphicons.less */
.glyphicon-road:before {
  content: "\e024";
}
/* line 68, glyphicons.less */
.glyphicon-download-alt:before {
  content: "\e025";
}
/* line 69, glyphicons.less */
.glyphicon-download:before {
  content: "\e026";
}
/* line 70, glyphicons.less */
.glyphicon-upload:before {
  content: "\e027";
}
/* line 71, glyphicons.less */
.glyphicon-inbox:before {
  content: "\e028";
}
/* line 72, glyphicons.less */
.glyphicon-play-circle:before {
  content: "\e029";
}
/* line 73, glyphicons.less */
.glyphicon-repeat:before {
  content: "\e030";
}
/* line 74, glyphicons.less */
.glyphicon-refresh:before {
  content: "\e031";
}
/* line 75, glyphicons.less */
.glyphicon-list-alt:before {
  content: "\e032";
}
/* line 76, glyphicons.less */
.glyphicon-lock:before {
  content: "\e033";
}
/* line 77, glyphicons.less */
.glyphicon-flag:before {
  content: "\e034";
}
/* line 78, glyphicons.less */
.glyphicon-headphones:before {
  content: "\e035";
}
/* line 79, glyphicons.less */
.glyphicon-volume-off:before {
  content: "\e036";
}
/* line 80, glyphicons.less */
.glyphicon-volume-down:before {
  content: "\e037";
}
/* line 81, glyphicons.less */
.glyphicon-volume-up:before {
  content: "\e038";
}
/* line 82, glyphicons.less */
.glyphicon-qrcode:before {
  content: "\e039";
}
/* line 83, glyphicons.less */
.glyphicon-barcode:before {
  content: "\e040";
}
/* line 84, glyphicons.less */
.glyphicon-tag:before {
  content: "\e041";
}
/* line 85, glyphicons.less */
.glyphicon-tags:before {
  content: "\e042";
}
/* line 86, glyphicons.less */
.glyphicon-book:before {
  content: "\e043";
}
/* line 87, glyphicons.less */
.glyphicon-bookmark:before {
  content: "\e044";
}
/* line 88, glyphicons.less */
.glyphicon-print:before {
  content: "\e045";
}
/* line 89, glyphicons.less */
.glyphicon-camera:before {
  content: "\e046";
}
/* line 90, glyphicons.less */
.glyphicon-font:before {
  content: "\e047";
}
/* line 91, glyphicons.less */
.glyphicon-bold:before {
  content: "\e048";
}
/* line 92, glyphicons.less */
.glyphicon-italic:before {
  content: "\e049";
}
/* line 93, glyphicons.less */
.glyphicon-text-height:before {
  content: "\e050";
}
/* line 94, glyphicons.less */
.glyphicon-text-width:before {
  content: "\e051";
}
/* line 95, glyphicons.less */
.glyphicon-align-left:before {
  content: "\e052";
}
/* line 96, glyphicons.less */
.glyphicon-align-center:before {
  content: "\e053";
}
/* line 97, glyphicons.less */
.glyphicon-align-right:before {
  content: "\e054";
}
/* line 98, glyphicons.less */
.glyphicon-align-justify:before {
  content: "\e055";
}
/* line 99, glyphicons.less */
.glyphicon-list:before {
  content: "\e056";
}
/* line 100, glyphicons.less */
.glyphicon-indent-left:before {
  content: "\e057";
}
/* line 101, glyphicons.less */
.glyphicon-indent-right:before {
  content: "\e058";
}
/* line 102, glyphicons.less */
.glyphicon-facetime-video:before {
  content: "\e059";
}
/* line 103, glyphicons.less */
.glyphicon-picture:before {
  content: "\e060";
}
/* line 104, glyphicons.less */
.glyphicon-map-marker:before {
  content: "\e062";
}
/* line 105, glyphicons.less */
.glyphicon-adjust:before {
  content: "\e063";
}
/* line 106, glyphicons.less */
.glyphicon-tint:before {
  content: "\e064";
}
/* line 107, glyphicons.less */
.glyphicon-edit:before {
  content: "\e065";
}
/* line 108, glyphicons.less */
.glyphicon-share:before {
  content: "\e066";
}
/* line 109, glyphicons.less */
.glyphicon-check:before {
  content: "\e067";
}
/* line 110, glyphicons.less */
.glyphicon-move:before {
  content: "\e068";
}
/* line 111, glyphicons.less */
.glyphicon-step-backward:before {
  content: "\e069";
}
/* line 112, glyphicons.less */
.glyphicon-fast-backward:before {
  content: "\e070";
}
/* line 113, glyphicons.less */
.glyphicon-backward:before {
  content: "\e071";
}
/* line 114, glyphicons.less */
.glyphicon-play:before {
  content: "\e072";
}
/* line 115, glyphicons.less */
.glyphicon-pause:before {
  content: "\e073";
}
/* line 116, glyphicons.less */
.glyphicon-stop:before {
  content: "\e074";
}
/* line 117, glyphicons.less */
.glyphicon-forward:before {
  content: "\e075";
}
/* line 118, glyphicons.less */
.glyphicon-fast-forward:before {
  content: "\e076";
}
/* line 119, glyphicons.less */
.glyphicon-step-forward:before {
  content: "\e077";
}
/* line 120, glyphicons.less */
.glyphicon-eject:before {
  content: "\e078";
}
/* line 121, glyphicons.less */
.glyphicon-chevron-left:before {
  content: "\e079";
}
/* line 122, glyphicons.less */
.glyphicon-chevron-right:before {
  content: "\e080";
}
/* line 123, glyphicons.less */
.glyphicon-plus-sign:before {
  content: "\e081";
}
/* line 124, glyphicons.less */
.glyphicon-minus-sign:before {
  content: "\e082";
}
/* line 125, glyphicons.less */
.glyphicon-remove-sign:before {
  content: "\e083";
}
/* line 126, glyphicons.less */
.glyphicon-ok-sign:before {
  content: "\e084";
}
/* line 127, glyphicons.less */
.glyphicon-question-sign:before {
  content: "\e085";
}
/* line 128, glyphicons.less */
.glyphicon-info-sign:before {
  content: "\e086";
}
/* line 129, glyphicons.less */
.glyphicon-screenshot:before {
  content: "\e087";
}
/* line 130, glyphicons.less */
.glyphicon-remove-circle:before {
  content: "\e088";
}
/* line 131, glyphicons.less */
.glyphicon-ok-circle:before {
  content: "\e089";
}
/* line 132, glyphicons.less */
.glyphicon-ban-circle:before {
  content: "\e090";
}
/* line 133, glyphicons.less */
.glyphicon-arrow-left:before {
  content: "\e091";
}
/* line 134, glyphicons.less */
.glyphicon-arrow-right:before {
  content: "\e092";
}
/* line 135, glyphicons.less */
.glyphicon-arrow-up:before {
  content: "\e093";
}
/* line 136, glyphicons.less */
.glyphicon-arrow-down:before {
  content: "\e094";
}
/* line 137, glyphicons.less */
.glyphicon-share-alt:before {
  content: "\e095";
}
/* line 138, glyphicons.less */
.glyphicon-resize-full:before {
  content: "\e096";
}
/* line 139, glyphicons.less */
.glyphicon-resize-small:before {
  content: "\e097";
}
/* line 140, glyphicons.less */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
/* line 141, glyphicons.less */
.glyphicon-gift:before {
  content: "\e102";
}
/* line 142, glyphicons.less */
.glyphicon-leaf:before {
  content: "\e103";
}
/* line 143, glyphicons.less */
.glyphicon-fire:before {
  content: "\e104";
}
/* line 144, glyphicons.less */
.glyphicon-eye-open:before {
  content: "\e105";
}
/* line 145, glyphicons.less */
.glyphicon-eye-close:before {
  content: "\e106";
}
/* line 146, glyphicons.less */
.glyphicon-warning-sign:before {
  content: "\e107";
}
/* line 147, glyphicons.less */
.glyphicon-plane:before {
  content: "\e108";
}
/* line 148, glyphicons.less */
.glyphicon-calendar:before {
  content: "\e109";
}
/* line 149, glyphicons.less */
.glyphicon-random:before {
  content: "\e110";
}
/* line 150, glyphicons.less */
.glyphicon-comment:before {
  content: "\e111";
}
/* line 151, glyphicons.less */
.glyphicon-magnet:before {
  content: "\e112";
}
/* line 152, glyphicons.less */
.glyphicon-chevron-up:before {
  content: "\e113";
}
/* line 153, glyphicons.less */
.glyphicon-chevron-down:before {
  content: "\e114";
}
/* line 154, glyphicons.less */
.glyphicon-retweet:before {
  content: "\e115";
}
/* line 155, glyphicons.less */
.glyphicon-shopping-cart:before {
  content: "\e116";
}
/* line 156, glyphicons.less */
.glyphicon-folder-close:before {
  content: "\e117";
}
/* line 157, glyphicons.less */
.glyphicon-folder-open:before {
  content: "\e118";
}
/* line 158, glyphicons.less */
.glyphicon-resize-vertical:before {
  content: "\e119";
}
/* line 159, glyphicons.less */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
/* line 160, glyphicons.less */
.glyphicon-hdd:before {
  content: "\e121";
}
/* line 161, glyphicons.less */
.glyphicon-bullhorn:before {
  content: "\e122";
}
/* line 162, glyphicons.less */
.glyphicon-bell:before {
  content: "\e123";
}
/* line 163, glyphicons.less */
.glyphicon-certificate:before {
  content: "\e124";
}
/* line 164, glyphicons.less */
.glyphicon-thumbs-up:before {
  content: "\e125";
}
/* line 165, glyphicons.less */
.glyphicon-thumbs-down:before {
  content: "\e126";
}
/* line 166, glyphicons.less */
.glyphicon-hand-right:before {
  content: "\e127";
}
/* line 167, glyphicons.less */
.glyphicon-hand-left:before {
  content: "\e128";
}
/* line 168, glyphicons.less */
.glyphicon-hand-up:before {
  content: "\e129";
}
/* line 169, glyphicons.less */
.glyphicon-hand-down:before {
  content: "\e130";
}
/* line 170, glyphicons.less */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
/* line 171, glyphicons.less */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
/* line 172, glyphicons.less */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
/* line 173, glyphicons.less */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
/* line 174, glyphicons.less */
.glyphicon-globe:before {
  content: "\e135";
}
/* line 175, glyphicons.less */
.glyphicon-wrench:before {
  content: "\e136";
}
/* line 176, glyphicons.less */
.glyphicon-tasks:before {
  content: "\e137";
}
/* line 177, glyphicons.less */
.glyphicon-filter:before {
  content: "\e138";
}
/* line 178, glyphicons.less */
.glyphicon-briefcase:before {
  content: "\e139";
}
/* line 179, glyphicons.less */
.glyphicon-fullscreen:before {
  content: "\e140";
}
/* line 180, glyphicons.less */
.glyphicon-dashboard:before {
  content: "\e141";
}
/* line 181, glyphicons.less */
.glyphicon-paperclip:before {
  content: "\e142";
}
/* line 182, glyphicons.less */
.glyphicon-heart-empty:before {
  content: "\e143";
}
/* line 183, glyphicons.less */
.glyphicon-link:before {
  content: "\e144";
}
/* line 184, glyphicons.less */
.glyphicon-phone:before {
  content: "\e145";
}
/* line 185, glyphicons.less */
.glyphicon-pushpin:before {
  content: "\e146";
}
/* line 186, glyphicons.less */
.glyphicon-usd:before {
  content: "\e148";
}
/* line 187, glyphicons.less */
.glyphicon-gbp:before {
  content: "\e149";
}
/* line 188, glyphicons.less */
.glyphicon-sort:before {
  content: "\e150";
}
/* line 189, glyphicons.less */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
/* line 190, glyphicons.less */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
/* line 191, glyphicons.less */
.glyphicon-sort-by-order:before {
  content: "\e153";
}
/* line 192, glyphicons.less */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
/* line 193, glyphicons.less */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
/* line 194, glyphicons.less */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
/* line 195, glyphicons.less */
.glyphicon-unchecked:before {
  content: "\e157";
}
/* line 196, glyphicons.less */
.glyphicon-expand:before {
  content: "\e158";
}
/* line 197, glyphicons.less */
.glyphicon-collapse-down:before {
  content: "\e159";
}
/* line 198, glyphicons.less */
.glyphicon-collapse-up:before {
  content: "\e160";
}
/* line 199, glyphicons.less */
.glyphicon-log-in:before {
  content: "\e161";
}
/* line 200, glyphicons.less */
.glyphicon-flash:before {
  content: "\e162";
}
/* line 201, glyphicons.less */
.glyphicon-log-out:before {
  content: "\e163";
}
/* line 202, glyphicons.less */
.glyphicon-new-window:before {
  content: "\e164";
}
/* line 203, glyphicons.less */
.glyphicon-record:before {
  content: "\e165";
}
/* line 204, glyphicons.less */
.glyphicon-save:before {
  content: "\e166";
}
/* line 205, glyphicons.less */
.glyphicon-open:before {
  content: "\e167";
}
/* line 206, glyphicons.less */
.glyphicon-saved:before {
  content: "\e168";
}
/* line 207, glyphicons.less */
.glyphicon-import:before {
  content: "\e169";
}
/* line 208, glyphicons.less */
.glyphicon-export:before {
  content: "\e170";
}
/* line 209, glyphicons.less */
.glyphicon-send:before {
  content: "\e171";
}
/* line 210, glyphicons.less */
.glyphicon-floppy-disk:before {
  content: "\e172";
}
/* line 211, glyphicons.less */
.glyphicon-floppy-saved:before {
  content: "\e173";
}
/* line 212, glyphicons.less */
.glyphicon-floppy-remove:before {
  content: "\e174";
}
/* line 213, glyphicons.less */
.glyphicon-floppy-save:before {
  content: "\e175";
}
/* line 214, glyphicons.less */
.glyphicon-floppy-open:before {
  content: "\e176";
}
/* line 215, glyphicons.less */
.glyphicon-credit-card:before {
  content: "\e177";
}
/* line 216, glyphicons.less */
.glyphicon-transfer:before {
  content: "\e178";
}
/* line 217, glyphicons.less */
.glyphicon-cutlery:before {
  content: "\e179";
}
/* line 218, glyphicons.less */
.glyphicon-header:before {
  content: "\e180";
}
/* line 219, glyphicons.less */
.glyphicon-compressed:before {
  content: "\e181";
}
/* line 220, glyphicons.less */
.glyphicon-earphone:before {
  content: "\e182";
}
/* line 221, glyphicons.less */
.glyphicon-phone-alt:before {
  content: "\e183";
}
/* line 222, glyphicons.less */
.glyphicon-tower:before {
  content: "\e184";
}
/* line 223, glyphicons.less */
.glyphicon-stats:before {
  content: "\e185";
}
/* line 224, glyphicons.less */
.glyphicon-sd-video:before {
  content: "\e186";
}
/* line 225, glyphicons.less */
.glyphicon-hd-video:before {
  content: "\e187";
}
/* line 226, glyphicons.less */
.glyphicon-subtitles:before {
  content: "\e188";
}
/* line 227, glyphicons.less */
.glyphicon-sound-stereo:before {
  content: "\e189";
}
/* line 228, glyphicons.less */
.glyphicon-sound-dolby:before {
  content: "\e190";
}
/* line 229, glyphicons.less */
.glyphicon-sound-5-1:before {
  content: "\e191";
}
/* line 230, glyphicons.less */
.glyphicon-sound-6-1:before {
  content: "\e192";
}
/* line 231, glyphicons.less */
.glyphicon-sound-7-1:before {
  content: "\e193";
}
/* line 232, glyphicons.less */
.glyphicon-copyright-mark:before {
  content: "\e194";
}
/* line 233, glyphicons.less */
.glyphicon-registration-mark:before {
  content: "\e195";
}
/* line 234, glyphicons.less */
.glyphicon-cloud-download:before {
  content: "\e197";
}
/* line 235, glyphicons.less */
.glyphicon-cloud-upload:before {
  content: "\e198";
}
/* line 236, glyphicons.less */
.glyphicon-tree-conifer:before {
  content: "\e199";
}
/* line 237, glyphicons.less */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/* line 7, dropdowns.less */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
/* line 22, dropdowns.less */
.dropdown {
  position: relative;
}
/* line 27, dropdowns.less */
.dropdown-toggle:focus {
  outline: 0;
}
/* line 32, dropdowns.less */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 52, dropdowns.less */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 58, dropdowns.less */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 63, dropdowns.less */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #666666;
  white-space: nowrap;
}
/* line 76, dropdowns.less */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #595959;
  background-color: #f5f5f5;
}
/* line 86, dropdowns.less */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #007dc3;
}
/* line 101, dropdowns.less */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ffffff;
}
/* line 109, dropdowns.less */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
/* line 122, dropdowns.less */
.open > .dropdown-menu {
  display: block;
}
/* line 127, dropdowns.less */
.open > a {
  outline: 0;
}
/* line 133, dropdowns.less */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #ffffff;
}
/* line 142, dropdowns.less */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
/* line 152, dropdowns.less */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 165, dropdowns.less */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
/* line 173, dropdowns.less */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  /* line 187, dropdowns.less */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
/* line 10, button-groups.less */
.btn-default .caret {
  border-top-color: #333333;
}
/* line 13, button-groups.less */
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
/* line 22, button-groups.less */
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
/* line 30, button-groups.less */
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
/* line 37, button-groups.less */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 42, button-groups.less */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 46, button-groups.less */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 52, button-groups.less */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
/* line 61, button-groups.less */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
/* line 20, mixins.less */
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.btn-toolbar:after {
  clear: both;
}
/* line 20, mixins.less */
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.btn-toolbar:after {
  clear: both;
}
/* line 73, button-groups.less */
.btn-toolbar .btn-group {
  float: left;
}
/* line 79, button-groups.less */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
/* line 86, button-groups.less */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
/* line 91, button-groups.less */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 93, button-groups.less */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 98, button-groups.less */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 104, button-groups.less */
.btn-group > .btn-group {
  float: left;
}
/* line 107, button-groups.less */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
/* line 111, button-groups.less */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 116, button-groups.less */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 121, button-groups.less */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
/* line 131, button-groups.less */
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
/* line 132, button-groups.less */
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 133, button-groups.less */
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
/* line 140, button-groups.less */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
/* line 144, button-groups.less */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 151, button-groups.less */
.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);
}
/* line 155, button-groups.less */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 162, button-groups.less */
.btn .caret {
  margin-left: 0;
}
/* line 166, button-groups.less */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
/* line 171, button-groups.less */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
/* line 180, button-groups.less */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 20, mixins.less */
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 20, mixins.less */
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 191, button-groups.less */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 196, button-groups.less */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
/* line 206, button-groups.less */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 209, button-groups.less */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 213, button-groups.less */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 218, button-groups.less */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
/* line 222, button-groups.less */
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 227, button-groups.less */
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 236, button-groups.less */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 241, button-groups.less */
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 250, button-groups.less */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
/* line 7, input-groups.less */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, input-groups.less */
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, input-groups.less */
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
/* line 30, input-groups.less */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
/* line 850, mixins.less */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
/* line 855, mixins.less */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
/* line 33, input-groups.less */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 850, mixins.less */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
/* line 855, mixins.less */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
/* line 40, input-groups.less */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 45, input-groups.less */
.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;
}
/* line 50, input-groups.less */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
/* line 59, input-groups.less */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #999999;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 71, input-groups.less */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 76, input-groups.less */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 83, input-groups.less */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
/* line 90, input-groups.less */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 97, input-groups.less */
.input-group-addon:first-child {
  border-right: 0;
}
/* line 100, input-groups.less */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 107, input-groups.less */
.input-group-addon:last-child {
  border-left: 0;
}
/* line 113, input-groups.less */
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
/* line 118, input-groups.less */
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
/* line 121, input-groups.less */
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
/* line 125, input-groups.less */
.input-group-btn > .btn {
  position: relative;
}
/* line 128, input-groups.less */
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
/* line 132, input-groups.less */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
/* line 9, navs.less */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 20, mixins.less */
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.nav:after {
  clear: both;
}
/* line 20, mixins.less */
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.nav:after {
  clear: both;
}
/* line 15, navs.less */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, navs.less */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, navs.less */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
/* line 31, navs.less */
.nav > li.disabled > a {
  color: #ffffff;
}
/* line 34, navs.less */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, navs.less */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
  border-color: #007dc3;
}
/* line 52, navs.less */
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #004c76;
  border-bottom-color: #004c76;
}
/* line 64, navs.less */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 71, navs.less */
.nav > li > a > img {
  max-width: none;
}
/* line 81, navs.less */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
/* line 83, navs.less */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 89, navs.less */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 94, navs.less */
.nav-tabs > li > a:hover {
  border-color: #ffffff #ffffff #dddddd;
}
/* line 101, navs.less */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #999999;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
/* line 113, navs.less */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
/* line 173, navs.less */
.nav-tabs.nav-justified > li {
  float: none;
}
/* line 175, navs.less */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 181, navs.less */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 187, navs.less */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 190, navs.less */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 203, navs.less */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 209, navs.less */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  /* line 216, navs.less */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 220, navs.less */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 123, navs.less */
.nav-pills > li {
  float: left;
}
/* line 127, navs.less */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 130, navs.less */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 136, navs.less */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #007dc3;
}
/* line 142, navs.less */
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
/* line 154, navs.less */
.nav-stacked > li {
  float: none;
}
/* line 156, navs.less */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
/* line 170, navs.less */
.nav-justified {
  width: 100%;
}
/* line 173, navs.less */
.nav-justified > li {
  float: none;
}
/* line 175, navs.less */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 181, navs.less */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 187, navs.less */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 190, navs.less */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 200, navs.less */
.nav-tabs-justified {
  border-bottom: 0;
}
/* line 203, navs.less */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 209, navs.less */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  /* line 216, navs.less */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 220, navs.less */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 234, navs.less */
.tab-content > .tab-pane {
  display: none;
}
/* line 237, navs.less */
.tab-content > .active {
  display: block;
}
/* line 247, navs.less */
.nav .caret {
  border-top-color: #007dc3;
  border-bottom-color: #007dc3;
}
/* line 251, navs.less */
.nav a:hover .caret {
  border-top-color: #004c76;
  border-bottom-color: #004c76;
}
/* line 257, navs.less */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 11, navbar.less */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 20, mixins.less */
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.navbar:after {
  clear: both;
}
/* line 20, mixins.less */
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 20, navbar.less */
  .navbar {
    border-radius: 4px;
  }
}
/* line 20, mixins.less */
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.navbar-header:after {
  clear: both;
}
/* line 20, mixins.less */
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 34, navbar.less */
  .navbar-header {
    float: left;
  }
}
/* line 50, navbar.less */
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 20, mixins.less */
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.navbar-collapse:after {
  clear: both;
}
/* line 20, mixins.less */
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.navbar-collapse:after {
  clear: both;
}
/* line 60, navbar.less */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 64, navbar.less */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 69, navbar.less */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 76, navbar.less */
  .navbar-collapse.in {
    overflow-y: auto;
  }
  /* line 81, navbar.less */
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  /* line 84, navbar.less */
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  /* line 87, navbar.less */
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
/* line 98, navbar.less */
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 103, navbar.less */
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 117, navbar.less */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 121, navbar.less */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 127, navbar.less */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 135, navbar.less */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 139, navbar.less */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
/* line 143, navbar.less */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
/* line 152, navbar.less */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
/* line 158, navbar.less */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 164, navbar.less */
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
/* line 176, navbar.less */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 187, navbar.less */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 193, navbar.less */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 197, navbar.less */
  .navbar-toggle {
    display: none;
  }
}
/* line 208, navbar.less */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 211, navbar.less */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 219, navbar.less */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 227, navbar.less */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 231, navbar.less */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 233, navbar.less */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 242, navbar.less */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 246, navbar.less */
  .navbar-nav > li {
    float: left;
  }
  /* line 248, navbar.less */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  /* line 265, navbar.less */
  .navbar-left {
    float: left !important;
  }
  /* line 266, navbar.less */
  .navbar-right {
    float: right !important;
  }
}
/* line 275, navbar.less */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 301, forms.less */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 308, forms.less */
  .navbar-form .form-control {
    display: inline-block;
  }
  /* line 315, forms.less */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  /* line 322, forms.less */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 288, navbar.less */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 297, navbar.less */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 312, navbar.less */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 317, navbar.less */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 322, navbar.less */
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
/* line 333, navbar.less */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 342, navbar.less */
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 346, navbar.less */
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* line 356, navbar.less */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 360, navbar.less */
.navbar-default .navbar-brand {
  color: #777777;
}
/* line 362, navbar.less */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 369, navbar.less */
.navbar-default .navbar-text {
  color: #777777;
}
/* line 374, navbar.less */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
/* line 377, navbar.less */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
/* line 384, navbar.less */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
/* line 392, navbar.less */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
/* line 401, navbar.less */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
/* line 403, navbar.less */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
/* line 407, navbar.less */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
/* line 412, navbar.less */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 420, navbar.less */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
/* line 428, navbar.less */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
/* line 433, navbar.less */
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
/* line 439, navbar.less */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  /* line 448, navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 450, navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  /* line 457, navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  /* line 465, navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 481, navbar.less */
.navbar-default .navbar-link {
  color: #777777;
}
/* line 483, navbar.less */
.navbar-default .navbar-link:hover {
  color: #333333;
}
/* line 492, navbar.less */
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
/* line 496, navbar.less */
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
/* line 498, navbar.less */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
/* line 505, navbar.less */
.navbar-inverse .navbar-text {
  color: #ffffff;
}
/* line 510, navbar.less */
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
/* line 513, navbar.less */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
/* line 520, navbar.less */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
/* line 528, navbar.less */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
/* line 538, navbar.less */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
/* line 540, navbar.less */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
/* line 544, navbar.less */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
/* line 549, navbar.less */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 557, navbar.less */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
/* line 564, navbar.less */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
/* line 568, navbar.less */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
/* line 576, navbar.less */
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  /* line 586, navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 589, navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  /* line 591, navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  /* line 598, navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  /* line 606, navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 617, navbar.less */
.navbar-inverse .navbar-link {
  color: #ffffff;
}
/* line 619, navbar.less */
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
/* line 6, breadcrumbs.less */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 12, breadcrumbs.less */
.breadcrumb > li {
  display: inline-block;
}
/* line 14, breadcrumbs.less */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
/* line 20, breadcrumbs.less */
.breadcrumb > .active {
  color: #ffffff;
}
/* line 4, pagination.less */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, pagination.less */
.pagination > li {
  display: inline;
}
/* line 12, pagination.less */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
/* line 24, pagination.less */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 31, pagination.less */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 40, pagination.less */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #ffffff;
}
/* line 48, pagination.less */
.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: #007dc3;
  border-color: #007dc3;
  cursor: default;
}
/* line 60, pagination.less */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
/* line 509, mixins.less */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
/* line 515, mixins.less */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 521, mixins.less */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
/* line 509, mixins.less */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 515, mixins.less */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 521, mixins.less */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 6, pager.less */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 20, mixins.less */
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.pager:after {
  clear: both;
}
/* line 20, mixins.less */
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.pager:after {
  clear: both;
}
/* line 12, pager.less */
.pager li {
  display: inline;
}
/* line 14, pager.less */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
/* line 23, pager.less */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
/* line 31, pager.less */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, pager.less */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, pager.less */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ffffff;
  background-color: #ffffff;
  cursor: not-allowed;
}
/* line 5, labels.less */
.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;
}
/* line 19, labels.less */
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
/* line 28, labels.less */
.label:empty {
  display: none;
}
/* line 36, labels.less */
.label-default {
  background-color: #ffffff;
}
/* line 534, mixins.less */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #e6e6e6;
}
/* line 40, labels.less */
.label-primary {
  background-color: #007dc3;
}
/* line 534, mixins.less */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #005c90;
}
/* line 44, labels.less */
.label-success {
  background-color: #5cb85c;
}
/* line 534, mixins.less */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
/* line 48, labels.less */
.label-info {
  background-color: #5bc0de;
}
/* line 534, mixins.less */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
/* line 52, labels.less */
.label-warning {
  background-color: #f29627;
}
/* line 534, mixins.less */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #d97d0d;
}
/* line 56, labels.less */
.label-danger {
  background-color: #d9534f;
}
/* line 534, mixins.less */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
/* line 7, badges.less */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
}
/* line 22, badges.less */
.badge:empty {
  display: none;
}
/* line 29, badges.less */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
/* line 38, badges.less */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 44, badges.less */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #007dc3;
  background-color: #ffffff;
}
/* line 49, badges.less */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
/* line 6, jumbotron.less */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #ffffff;
}
/* line 15, jumbotron.less */
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
/* line 19, jumbotron.less */
.jumbotron p {
  line-height: 1.4;
}
/* line 23, jumbotron.less */
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  /* line 27, jumbotron.less */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 31, jumbotron.less */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 36, jumbotron.less */
  .jumbotron h1 {
    font-size: 63px;
  }
}
/* line 7, thumbnails.less */
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
/* line 12, thumbnails.less */
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 19, thumbnails.less */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #007dc3;
}
/* line 26, thumbnails.less */
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}
/* line 9, alerts.less */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, alerts.less */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, alerts.less */
.alert .alert-link {
  font-weight: bold;
}
/* line 27, alerts.less */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 31, alerts.less */
.alert > p + p {
  margin-top: 5px;
}
/* line 40, alerts.less */
.alert-dismissable {
  padding-right: 35px;
}
/* line 44, alerts.less */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
/* line 56, alerts.less */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
/* line 423, mixins.less */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 426, mixins.less */
.alert-success .alert-link {
  color: #356635;
}
/* line 59, alerts.less */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
/* line 423, mixins.less */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 426, mixins.less */
.alert-info .alert-link {
  color: #2d6987;
}
/* line 62, alerts.less */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
/* line 423, mixins.less */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 426, mixins.less */
.alert-warning .alert-link {
  color: #a47e3c;
}
/* line 65, alerts.less */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
/* line 423, mixins.less */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 426, mixins.less */
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  /* line 11, progress-bars.less */
  from {
    background-position: 40px 0;
  }
  /* line 12, progress-bars.less */
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  /* line 17, progress-bars.less */
  from {
    background-position: 40px 0;
  }
  /* line 18, progress-bars.less */
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  /* line 23, progress-bars.less */
  from {
    background-position: 0 0;
  }
  /* line 24, progress-bars.less */
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  /* line 29, progress-bars.less */
  from {
    background-position: 40px 0;
  }
  /* line 30, progress-bars.less */
  to {
    background-position: 0 0;
  }
}
/* line 39, progress-bars.less */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 49, progress-bars.less */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #007dc3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* line 63, progress-bars.less */
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
/* line 69, progress-bars.less */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
/* line 78, progress-bars.less */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 554, mixins.less */
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 82, progress-bars.less */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 554, mixins.less */
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 86, progress-bars.less */
.progress-bar-warning {
  background-color: #f29627;
}
/* line 554, mixins.less */
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 90, progress-bars.less */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 554, mixins.less */
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 10, media.less */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
/* line 17, media.less */
.media,
.media .media {
  margin-top: 15px;
}
/* line 21, media.less */
.media:first-child {
  margin-top: 0;
}
/* line 26, media.less */
.media-object {
  display: block;
}
/* line 31, media.less */
.media-heading {
  margin: 0 0 5px;
}
/* line 40, media.less */
.media > .pull-left {
  margin-right: 10px;
}
/* line 43, media.less */
.media > .pull-right {
  margin-left: 10px;
}
/* line 53, media.less */
.media-list {
  padding-left: 0;
  list-style: none;
}
/* line 8, list-group.less */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
/* line 17, list-group.less */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
/* line 27, list-group.less */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 30, list-group.less */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 36, list-group.less */
.list-group-item > .badge {
  float: right;
}
/* line 39, list-group.less */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 45, list-group.less */
a.list-group-item {
  color: #555555;
}
/* line 48, list-group.less */
a.list-group-item .list-group-item-heading {
  color: #333333;
}
/* line 53, list-group.less */
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
/* line 60, list-group.less */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #007dc3;
  border-color: #007dc3;
}
/* line 69, list-group.less */
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
/* line 72, list-group.less */
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #90d7ff;
}
/* line 81, list-group.less */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 85, list-group.less */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/* line 7, panels.less */
.panel {
  margin-bottom: 20px;
  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);
}
/* line 16, panels.less */
.panel-body {
  padding: 15px;
}
/* line 20, mixins.less */
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.panel-body:after {
  clear: both;
}
/* line 20, mixins.less */
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.panel-body:after {
  clear: both;
}
/* line 28, panels.less */
.panel > .list-group {
  margin-bottom: 0;
}
/* line 31, panels.less */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
/* line 35, panels.less */
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 39, panels.less */
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
/* line 47, panels.less */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
/* line 59, panels.less */
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
/* line 63, panels.less */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
/* line 67, panels.less */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 74, panels.less */
.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;
}
/* line 78, panels.less */
.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;
}
/* line 83, panels.less */
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.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,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.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 {
  border-bottom: 0;
}
/* line 94, panels.less */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 99, panels.less */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
/* line 105, panels.less */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
/* line 109, panels.less */
.panel-title > a {
  color: inherit;
}
/* line 115, panels.less */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 130, panels.less */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
/* line 134, panels.less */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 139, panels.less */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 141, panels.less */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
/* line 145, panels.less */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 147, panels.less */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
/* line 155, panels.less */
.panel-default {
  border-color: #dddddd;
}
/* line 397, mixins.less */
.panel-default > .panel-heading {
  color: #666666;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
/* line 402, mixins.less */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
/* line 405, mixins.less */
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #666666 transparent;
}
/* line 410, mixins.less */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
/* line 158, panels.less */
.panel-primary {
  border-color: #007dc3;
}
/* line 397, mixins.less */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #007dc3;
  border-color: #007dc3;
}
/* line 402, mixins.less */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #007dc3;
}
/* line 405, mixins.less */
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
/* line 410, mixins.less */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #007dc3;
}
/* line 161, panels.less */
.panel-success {
  border-color: #d6e9c6;
}
/* line 397, mixins.less */
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 402, mixins.less */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
/* line 405, mixins.less */
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
/* line 410, mixins.less */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
/* line 164, panels.less */
.panel-warning {
  border-color: #faebcc;
}
/* line 397, mixins.less */
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 402, mixins.less */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
/* line 405, mixins.less */
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
/* line 410, mixins.less */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
/* line 167, panels.less */
.panel-danger {
  border-color: #ebccd1;
}
/* line 397, mixins.less */
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 402, mixins.less */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
/* line 405, mixins.less */
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
/* line 410, mixins.less */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
/* line 170, panels.less */
.panel-info {
  border-color: #bce8f1;
}
/* line 397, mixins.less */
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 402, mixins.less */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
/* line 405, mixins.less */
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
/* line 410, mixins.less */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
/* line 7, wells.less */
.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);
}
/* line 15, wells.less */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 22, wells.less */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
/* line 26, wells.less */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
/* line 6, close.less */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, close.less */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 26, close.less */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* line 11, modals.less */
.modal-open {
  overflow: hidden;
}
/* line 16, modals.less */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
/* line 28, modals.less */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 32, modals.less */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 36, modals.less */
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
/* line 46, modals.less */
.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: none;
}
/* line 59, modals.less */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
/* line 68, modals.less */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 69, modals.less */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 74, modals.less */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
/* line 80, modals.less */
.modal-header .close {
  margin-top: -2px;
}
/* line 85, modals.less */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
/* line 92, modals.less */
.modal-body {
  position: relative;
  padding: 20px;
}
/* line 98, modals.less */
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 20, mixins.less */
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.modal-footer:after {
  clear: both;
}
/* line 20, mixins.less */
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.modal-footer:after {
  clear: both;
}
/* line 106, modals.less */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 111, modals.less */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 115, modals.less */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  /* line 123, modals.less */
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 128, modals.less */
  .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);
  }
}
/* line 7, tooltip.less */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 16, tooltip.less */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 17, tooltip.less */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 18, tooltip.less */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 19, tooltip.less */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 20, tooltip.less */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
/* line 24, tooltip.less */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
/* line 35, tooltip.less */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 43, tooltip.less */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
/* line 50, tooltip.less */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
/* line 56, tooltip.less */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
/* line 62, tooltip.less */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
/* line 69, tooltip.less */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
/* line 76, tooltip.less */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* line 83, tooltip.less */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* line 89, tooltip.less */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* line 6, popovers.less */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 26, popovers.less */
.popover.top {
  margin-top: -10px;
}
/* line 27, popovers.less */
.popover.right {
  margin-left: 10px;
}
/* line 28, popovers.less */
.popover.bottom {
  margin-top: 10px;
}
/* line 29, popovers.less */
.popover.left {
  margin-left: -10px;
}
/* line 32, popovers.less */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
/* line 43, popovers.less */
.popover-content {
  padding: 9px 14px;
}
/* line 52, popovers.less */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 62, popovers.less */
.popover .arrow {
  border-width: 11px;
}
/* line 65, popovers.less */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
/* line 71, popovers.less */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 78, popovers.less */
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
/* line 86, popovers.less */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 93, popovers.less */
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
/* line 101, popovers.less */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 108, popovers.less */
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
/* line 117, popovers.less */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 124, popovers.less */
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
/* line 7, carousel.less */
.carousel {
  position: relative;
}
/* line 11, carousel.less */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, carousel.less */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, carousel.less */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
/* line 29, carousel.less */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 33, carousel.less */
.carousel-inner > .active {
  left: 0;
}
/* line 37, carousel.less */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 44, carousel.less */
.carousel-inner > .next {
  left: 100%;
}
/* line 47, carousel.less */
.carousel-inner > .prev {
  left: -100%;
}
/* line 50, carousel.less */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 55, carousel.less */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 58, carousel.less */
.carousel-inner > .active.right {
  left: 100%;
}
/* line 67, carousel.less */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 82, carousel.less */
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 85, carousel.less */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 92, carousel.less */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 100, carousel.less */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 109, carousel.less */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
/* line 113, carousel.less */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
/* line 117, carousel.less */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
/* line 127, carousel.less */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 132, carousel.less */
.carousel-control .icon-next:before {
  content: '\203a';
}
/* line 143, carousel.less */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 154, carousel.less */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
/* line 175, carousel.less */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
/* line 186, carousel.less */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 197, carousel.less */
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  /* line 208, carousel.less */
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  /* line 221, carousel.less */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 228, carousel.less */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 20, mixins.less */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.clearfix:after {
  clear: both;
}
/* line 12, utilities.less */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, utilities.less */
.pull-right {
  float: right !important;
}
/* line 18, utilities.less */
.pull-left {
  float: left !important;
}
/* line 27, utilities.less */
.hide {
  display: none !important;
}
/* line 30, utilities.less */
.show {
  display: block !important;
}
/* line 33, utilities.less */
.invisible {
  visibility: hidden;
}
/* line 36, utilities.less */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 45, utilities.less */
.hidden {
  display: none !important;
  visibility: hidden !important;
}
/* line 54, utilities.less */
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
/* line 570, mixins.less */
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  /* line 29, responsive-utilities.less */
  .visible-xs {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 33, responsive-utilities.less */
  .visible-xs.visible-sm {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 38, responsive-utilities.less */
  .visible-xs.visible-md {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 43, responsive-utilities.less */
  .visible-xs.visible-lg {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
/* line 570, mixins.less */
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  /* line 51, responsive-utilities.less */
  .visible-sm.visible-xs {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 55, responsive-utilities.less */
  .visible-sm {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 59, responsive-utilities.less */
  .visible-sm.visible-md {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 64, responsive-utilities.less */
  .visible-sm.visible-lg {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
/* line 570, mixins.less */
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  /* line 72, responsive-utilities.less */
  .visible-md.visible-xs {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 77, responsive-utilities.less */
  .visible-md.visible-sm {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 81, responsive-utilities.less */
  .visible-md {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 85, responsive-utilities.less */
  .visible-md.visible-lg {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
/* line 570, mixins.less */
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  /* line 93, responsive-utilities.less */
  .visible-lg.visible-xs {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 98, responsive-utilities.less */
  .visible-lg.visible-sm {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 103, responsive-utilities.less */
  .visible-lg.visible-md {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 107, responsive-utilities.less */
  .visible-lg {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
/* line 112, responsive-utilities.less */
.hidden-xs {
  display: block !important;
}
/* line 564, mixins.less */
tr.hidden-xs {
  display: table-row !important;
}
/* line 565, mixins.less */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  /* line 570, mixins.less */
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 570, mixins.less */
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 570, mixins.less */
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 570, mixins.less */
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
/* line 133, responsive-utilities.less */
.hidden-sm {
  display: block !important;
}
/* line 564, mixins.less */
tr.hidden-sm {
  display: table-row !important;
}
/* line 565, mixins.less */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  /* line 570, mixins.less */
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 570, mixins.less */
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 570, mixins.less */
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 570, mixins.less */
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
/* line 154, responsive-utilities.less */
.hidden-md {
  display: block !important;
}
/* line 564, mixins.less */
tr.hidden-md {
  display: table-row !important;
}
/* line 565, mixins.less */
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  /* line 570, mixins.less */
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 570, mixins.less */
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 570, mixins.less */
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 570, mixins.less */
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
/* line 175, responsive-utilities.less */
.hidden-lg {
  display: block !important;
}
/* line 564, mixins.less */
tr.hidden-lg {
  display: table-row !important;
}
/* line 565, mixins.less */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  /* line 570, mixins.less */
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 570, mixins.less */
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 570, mixins.less */
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 570, mixins.less */
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
/* line 570, mixins.less */
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  /* line 203, responsive-utilities.less */
  .visible-print {
    display: block !important;
  }
  /* line 564, mixins.less */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 565, mixins.less */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  /* line 570, mixins.less */
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/**
 *   LAYOUT
 */
/* Bootstrap overrides */
/* line 12, custom-cameronlng\cameron-lng.less */
.container {
  padding: 0 15px;
  position: relative;
}
@media (min-width: 400px) {
  /* line 15, custom-cameronlng\cameron-lng.less */
  .container {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  /* line 18, custom-cameronlng\cameron-lng.less */
  .container {
    padding: 0 30px;
    min-width: 810px;
  }
}
/* line 26, custom-cameronlng\cameron-lng.less */
.navbar-default {
  border-bottom: 1px;
  background-color: #ffffff;
  min-height: 87px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 31, custom-cameronlng\cameron-lng.less */
  .navbar-default {
    background-color: transparent;
    border-bottom: 0;
  }
}
/* line 36, custom-cameronlng\cameron-lng.less */
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  border: 0;
  background: none;
  margin-top: 22px;
  margin-right: 22px;
}
/* line 44, custom-cameronlng\cameron-lng.less */
.navbar-default .navbar-toggle .icon-bar {
  width: 35px;
  height: 4px;
  background-color: #007dc3;
}
/* line 49, custom-cameronlng\cameron-lng.less */
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
/* line 53, custom-cameronlng\cameron-lng.less */
.truncated {
  display: none;
}
/* line 57, custom-cameronlng\cameron-lng.less */
.right-arrow-ico {
  background: url(/images/small-grey-arrow.png) no-repeat 0 center;
  padding: 3px 0 3px 27px;
}
/* line 70, custom-cameronlng\cameron-lng.less */
.sub-block {
  margin-top: 50px;
}
@media (min-width: 768px) {
  /* line 72, custom-cameronlng\cameron-lng.less */
  .sub-block {
    margin-top: 0;
  }
}
/* line 76, custom-cameronlng\cameron-lng.less */
.sub-block:first-child {
  margin-top: 0px;
}
/* line 81, custom-cameronlng\cameron-lng.less */
#content {
  padding-bottom: 30px;
}
/*
 * Responsive Carousel
 */
/* line 90, custom-cameronlng\cameron-lng.less */
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
/* line 94, custom-cameronlng\cameron-lng.less */
.nbs-flexisel-ul {
  position: relative;
  width: 17500px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
/* line 102, custom-cameronlng\cameron-lng.less */
.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%;
}
/* line 107, custom-cameronlng\cameron-lng.less */
.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
}
/* line 114, custom-cameronlng\cameron-lng.less */
.nbs-flexisel-item > img {
  width: 100%;
  cursor: pointer;
  positon: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100px;
  max-height: 45px;
}
/* line 124, custom-cameronlng\cameron-lng.less */
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  height: 60px;
  width: 40px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  opacity: 1;
  top: 120px !important;
}
/* line 133, custom-cameronlng\cameron-lng.less */
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover,
.nbs-flexisel-nav-left:focus,
.nbs-flexisel-nav-right:focus {
  opacity: 0.7;
}
/* line 137, custom-cameronlng\cameron-lng.less */
.nbs-flexisel-nav-left {
  left: 10px;
  background: url("/images/community-slider-home/left-carousel-arrow.png") no-repeat;
}
/* line 141, custom-cameronlng\cameron-lng.less */
.nbs-flexisel-nav-right {
  right: 5px;
  background: url("/images/community-slider-home/right-carousel-arrow.png") no-repeat;
}
/* line 148, custom-cameronlng\cameron-lng.less */
.responsive-carousel {
  position: relative;
}
/* line 151, custom-cameronlng\cameron-lng.less */
.responsive-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
/* line 157, custom-cameronlng\cameron-lng.less */
.responsive-carousel li {
  padding: 0;
  margin: 6px;
  display: block;
  float: left;
}
/* line 164, custom-cameronlng\cameron-lng.less */
.responsive-carousel li span.hover {
  display: none;
}
/* line 167, custom-cameronlng\cameron-lng.less */
.responsive-carousel li:hover span.hover {
  display: inline;
}
/* line 170, custom-cameronlng\cameron-lng.less */
.responsive-carousel li:hover span.normal {
  display: none;
}
/* line 173, custom-cameronlng\cameron-lng.less */
.responsive-carousel .next,
.responsive-carousel .prev {
  position: absolute;
  top: 38%;
  background: url(../../images/sprite-main.png) no-repeat -243px 3px;
  text-indent: -9999px;
  overflow: hidden;
  width: 25px;
  height: 25px;
  display: block;
}
/* line 184, custom-cameronlng\cameron-lng.less */
.responsive-carousel .prev {
  left: 30px;
  background-position: -195px 3px;
}
/* line 188, custom-cameronlng\cameron-lng.less */
.responsive-carousel .next {
  right: 30px;
  background-position: -243px 3px;
}
/*
 *Bootstrap Carousels
 */
/* line 199, custom-cameronlng\cameron-lng.less */
.carousel {
  max-width: 700px;
  margin: 0 auto;
}
/* line 203, custom-cameronlng\cameron-lng.less */
.carousel .item {
  text-align: center;
}
/* line 206, custom-cameronlng\cameron-lng.less */
.carousel .item .name {
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
/* line 210, custom-cameronlng\cameron-lng.less */
.carousel .controls .carousel-control.left,
.carousel .controls .carousel-control.right {
  background: url("/images/community-slider-home/left-carousel-arrow.png") no-repeat scroll center center;
  display: block;
  height: 150px;
  position: absolute;
  top: 58px;
  width: 100px;
  text-indent: -9999px;
  opacity: 1;
  overflow: hidden;
  border-radius: 4px;
  filter: none;
}
/* line 226, custom-cameronlng\cameron-lng.less */
.carousel .controls .carousel-control.left {
  left: 0;
}
/* line 229, custom-cameronlng\cameron-lng.less */
.carousel .controls .carousel-control.right {
  background: url("/images/community-slider-home/right-carousel-arrow.png") no-repeat scroll center center;
  right: 0;
}
/* line 235, custom-cameronlng\cameron-lng.less */
.carousel .controls .carousel-control.left:hover,
.carousel .controls .carousel-control.right:hover,
.carousel .controls .carousel-control.left:focus,
.carousel .controls .carousel-control.right:focus {
  opacity: 0.7;
}
/*
 * share this
 */
/* line 248, custom-cameronlng\cameron-lng.less */
.share .stArrow {
  display: none !important;
}
/* line 251, custom-cameronlng\cameron-lng.less */
.share .stHBubble,
.share .stMainServices {
  height: 22px !important;
}
/* line 255, custom-cameronlng\cameron-lng.less */
.share {
  margin-bottom: 15px;
}
/*Social Links*/
/* line 261, custom-cameronlng\cameron-lng.less */
.social-links p {
  display: inline-block;
}
/* line 264, custom-cameronlng\cameron-lng.less */
.social-links ul {
  display: inline-block;
  list-style-type: none;
  margin-bottom: -4px;
  padding-left: 0;
  text-align: left;
}
/* line 271, custom-cameronlng\cameron-lng.less */
.social-links ul li {
  float: left;
  padding: 0;
  margin-left: 5px;
}
/* line 276, custom-cameronlng\cameron-lng.less */
.social-links ul li a {
  display: block;
  text-indent: -9999px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* line 285, custom-cameronlng\cameron-lng.less */
.social-links ul li.ico-social-fb a {
  background-image: url(/images/ico-social-fb.png);
}
/* line 288, custom-cameronlng\cameron-lng.less */
.social-links ul li.ico-social-tw a {
  background-image: url(/images/ico-social-tw.png);
}
/* line 291, custom-cameronlng\cameron-lng.less */
header#header-main .social-links ul li.ico-social-fb a {
  background-image: url(/images/ico-social-fb-dark.png);
}
@media (min-width: 768px) {
  /* line 293, custom-cameronlng\cameron-lng.less */
  header#header-main .social-links ul li.ico-social-fb a {
    background-image: url(/images/ico-social-fb.png);
  }
}
/* line 297, custom-cameronlng\cameron-lng.less */
header#header-main .social-links ul li.ico-social-tw a {
  background-image: url(/images/ico-social-tw-dark.png);
}
@media (min-width: 768px) {
  /* line 299, custom-cameronlng\cameron-lng.less */
  header#header-main .social-links ul li.ico-social-tw a {
    background-image: url(/images/ico-social-tw.png);
  }
}
/* line 304, custom-cameronlng\cameron-lng.less */
.social-links-dark ul li.ico-social-fb a {
  background-image: url(/images/ico-social-fb-dark.png);
}
/* line 307, custom-cameronlng\cameron-lng.less */
.social-links-dark ul li.ico-social-tw a {
  background-image: url(/images/ico-social-tw-dark.png);
}
/*
 * Homepage
 */
/* line 320, custom-cameronlng\cameron-lng.less */
.page-home article.blue-bg,
.page-home article.photo-bg {
  min-height: 445px;
}
/* line 324, custom-cameronlng\cameron-lng.less */
.page-home article .container {
  padding-top: 10%;
  padding-bottom: 30px;
}
/* line 328, custom-cameronlng\cameron-lng.less */
.page-home article p,
.page-home article h1,
.page-home article h2 {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 332, custom-cameronlng\cameron-lng.less */
  .page-home article p,
  .page-home article h1,
  .page-home article h2 {
    text-align: center;
  }
}
/* line 336, custom-cameronlng\cameron-lng.less */
article.blue-bg {
  background-color: #007dc3;
}
/* line 339, custom-cameronlng\cameron-lng.less */
article.photo-bg {
  background-color: #323232;
  min-height: 445px;
}
/* line 343, custom-cameronlng\cameron-lng.less */
article.photo-bg .bg-gradient {
  min-height: 445px;
}
/* line 346, custom-cameronlng\cameron-lng.less */
article.photo-bg > div {
  text-align: center;
}
/* line 349, custom-cameronlng\cameron-lng.less */
article.blue-bg h1,
article.blue-bg h2,
article.blue-bg p,
article.photo-bg h1,
article.photo-bg h2,
article.photo-bg p {
  color: #FFFFFF;
}
/* line 357, custom-cameronlng\cameron-lng.less */
article.blue-bg h1,
article.photo-bg h1 {
  margin-bottom: 15px;
}
/* line 361, custom-cameronlng\cameron-lng.less */
article.blue-bg h1 {
  padding: 0 20px;
}
/* line 364, custom-cameronlng\cameron-lng.less */
article.photo-bg h1.label-effect {
  margin-top: 20px;
  margin-right: -15px;
  margin-left: -15px;
  color: #007dc3;
}
@media (min-width: 768px) {
  /* line 369, custom-cameronlng\cameron-lng.less */
  article.photo-bg h1.label-effect {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 374, custom-cameronlng\cameron-lng.less */
article.blue-bg p,
article.photo-bg p {
  margin-bottom: 20px;
}
/* line 379, custom-cameronlng\cameron-lng.less */
article.blue-bg .btn {
  padding-left: 3em;
  padding-right: 3em;
}
/* line 384, custom-cameronlng\cameron-lng.less */
.arrow-overlay {
  background: url(/images/bg-blue-article-arrow-overlay.png) no-repeat center 0;
  height: 50px;
  position: relative;
  z-index: 10;
}
/* line 390, custom-cameronlng\cameron-lng.less */
.arrow-overlay-inverted {
  position: relative;
  z-index: 10;
  margin-top: -29px;
  margin-right: 0;
}
/* line 396, custom-cameronlng\cameron-lng.less */
.arrow-overlay-inverted > div {
  background-color: #007dc3;
  height: 29px;
}
/* line 400, custom-cameronlng\cameron-lng.less */
.arrow-overlay-inverted > div.notch {
  background: url(/images/bg-blue-article-arrow-overlay-inverted.png) no-repeat center 0 transparent;
}
@media (min-width: 1400px) {
  /* line 406, custom-cameronlng\cameron-lng.less */
  .bg-gradient {
    /*background:url(/images/bg-wide-gradient-overlay.png) repeat-y center 0 transparent;*/
    height: 100%;
  }
}
/* line 411, custom-cameronlng\cameron-lng.less */
.page-home #bridging-the-gap {
  background: url(/images/hero-home/hero-photo.jpg) no-repeat center 0 #000000;
  text-align: center;
  border-bottom: 4px solid #f29627;
  overflow: hidden;
  height: 337px;
}
@media (min-width: 768px) {
  /* line 417, custom-cameronlng\cameron-lng.less */
  .page-home #bridging-the-gap {
    height: 447px;
  }
}
/* line 421, custom-cameronlng\cameron-lng.less */
.page-home #bridging-the-gap h1 {
  margin-bottom: 30px;
}
/* line 424, custom-cameronlng\cameron-lng.less */
h1.label-effect {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  margin-top: 80px;
}
@media (min-width: 768px) {
  /* line 429, custom-cameronlng\cameron-lng.less */
  h1.label-effect {
    background-color: #FFFFFF;
    padding: 8px 35px;
  }
}
/* line 434, custom-cameronlng\cameron-lng.less */
h1.label-effect > span {
  display: inline-block;
  width: auto;
  background-color: #FFFFFF;
  padding: 8px 35px;
  margin: 0 0 3px;
}
@media (min-width: 768px) {
  /* line 440, custom-cameronlng\cameron-lng.less */
  h1.label-effect > span {
    display: inline;
    padding: 0;
    background-color: transparent;
    margin: 0;
  }
}
/* line 447, custom-cameronlng\cameron-lng.less */
h1.label-effect-transparent > span > span {
  color: #007dc3;
  -webkit-text-fill-color: transparent;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
}
/* line 454, custom-cameronlng\cameron-lng.less */
.page-home p,
.page-home .p {
  font-size: 1.0em;
}
@media (min-width: 500px) {
  /* line 456, custom-cameronlng\cameron-lng.less */
  .page-home p,
  .page-home .p {
    font-size: 1.2em;
    line-height: 1.4em;
  }
}
@media (min-width: 768px) {
  /* line 460, custom-cameronlng\cameron-lng.less */
  .page-home p,
  .page-home .p {
    font-size: 1.0em;
  }
}
/* line 464, custom-cameronlng\cameron-lng.less */
.page-home #bridging-the-gap p {
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  max-width: 425px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  /* line 470, custom-cameronlng\cameron-lng.less */
  .page-home #bridging-the-gap p {
    width: auto;
    max-width: 100%;
  }
}
/* line 475, custom-cameronlng\cameron-lng.less */
.page-home .btn {
  margin-top: 10px;
}
/* line 478, custom-cameronlng\cameron-lng.less */
.page-home #bridging-the-gap .hero-learn-links {
  display: none;
}
@media (min-width: 768px) {
  /* line 480, custom-cameronlng\cameron-lng.less */
  .page-home #bridging-the-gap .hero-learn-links {
    display: block;
  }
}
/* line 485, custom-cameronlng\cameron-lng.less */
.page-home #bridging-the-gap .hero-learn-links a {
  display: block;
  height: 120px;
  width: 150px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 492, custom-cameronlng\cameron-lng.less */
.page-home #bridging-the-gap .hero-learn-links a:hover,
.page-home #bridging-the-gap .hero-learn-links a:focus {
  text-decoration: none;
}
/* line 496, custom-cameronlng\cameron-lng.less */
.page-home #bridging-the-gap .hero-learn-links li.economy a {
  background-image: url(/images/hero-home/economy-icon-white.png);
}
/* line 499, custom-cameronlng\cameron-lng.less */
.page-home #bridging-the-gap .hero-learn-links li.environment a {
  background-image: url(/images/hero-home/environment-icon-white.png);
}
/* line 502, custom-cameronlng\cameron-lng.less */
.page-home #bridging-the-gap .hero-learn-links li.safety a {
  background-image: url(/images/hero-home/safety-icon-white.png);
}
/* line 505, custom-cameronlng\cameron-lng.less */
.page-home #bridging-the-gap .hero-learn-links li.community a {
  background-image: url(/images/hero-home/community-icon-white.png);
}
/* line 508, custom-cameronlng\cameron-lng.less */
.page-home #bridging-the-gap .hero-learn-links a span {
  display: block;
  position: relative;
  top: 115px;
}
/* line 514, custom-cameronlng\cameron-lng.less */
.page-home .video-btn {
  text-align: center;
}
/* line 517, custom-cameronlng\cameron-lng.less */
.page-home .video-btn .btn-cta {
  position: relative;
  top: -30px;
}
/*Video*/
/* line 522, custom-cameronlng\cameron-lng.less */
.video-outer .btn-close-outer {
  display: none;
}
/* line 525, custom-cameronlng\cameron-lng.less */
.video-outer.active .btn-close-outer {
  display: block;
}
/* line 528, custom-cameronlng\cameron-lng.less */
#watch-the-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 900px;
  margin: 50px auto;
  display: none;
}
/* line 536, custom-cameronlng\cameron-lng.less */
#watch-the-video.active {
  display: block;
}
/* line 539, custom-cameronlng\cameron-lng.less */
#watch-the-video iframe,
#watch-the-video object,
#watch-the-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  /* line 547, custom-cameronlng\cameron-lng.less */
  #watch-the-video iframe,
  #watch-the-video object,
  #watch-the-video embed {
    padding: 0 30px;
  }
}
/*Project Info*/
/* line 553, custom-cameronlng\cameron-lng.less */
.page-home #project-info {
  margin-bottom: 60px;
}
/* line 556, custom-cameronlng\cameron-lng.less */
.page-home #project-info hr {
  margin: 40px 0;
  position: relative;
  top: 20px;
  clear: left;
}
/* line 562, custom-cameronlng\cameron-lng.less */
.page-home #project-info h2 {
  margin-bottom: 15px;
}
/* line 565, custom-cameronlng\cameron-lng.less */
.social-links.col-xs-6 {
  padding-right: 0;
}
/* line 569, custom-cameronlng\cameron-lng.less */
.logo-bar {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 573, custom-cameronlng\cameron-lng.less */
.logo-bar li {
  display: inline-block;
  margin: 0 20px;
}
@media (min-width: 992px) {
  /* line 579, custom-cameronlng\cameron-lng.less */
  .logo-bar li {
    margin: 0 0 0 -2px;
  }
}
@media (min-width: 1200px) {
  /* line 582, custom-cameronlng\cameron-lng.less */
  .logo-bar li {
    margin: 0 0 0 48px;
  }
}
/* line 586, custom-cameronlng\cameron-lng.less */
.logo-bar li:first-child {
  margin: 0 0 0 0;
}
/* line 590, custom-cameronlng\cameron-lng.less */
.page-home .economy-stats {
  margin-bottom: 20px;
  padding: 0;
}
/* line 594, custom-cameronlng\cameron-lng.less */
.page-home .economy-stats p {
  margin-bottom: 0;
}
/* line 597, custom-cameronlng\cameron-lng.less */
.page-home .economy-stats div {
  min-height: 5.0em;
}
@media (min-width: 768px) {
  /* line 599, custom-cameronlng\cameron-lng.less */
  .page-home .economy-stats div {
    min-height: 2em;
  }
}
/* line 603, custom-cameronlng\cameron-lng.less */
.page-home .economy-stats div * {
  text-align: left;
}
/* line 606, custom-cameronlng\cameron-lng.less */
.page-home .economy-stats div:first-child * {
  text-align: right;
}
/* line 609, custom-cameronlng\cameron-lng.less */
.page-home .economy-stats div:first-child {
  border-right: 1px solid #FFFFFF;
}
/* line 613, custom-cameronlng\cameron-lng.less */
article#environment {
  background: url(/images/bg-photos-home/environment-photo-bg.jpg) no-repeat center 0 #050503;
  position: relative;
  top: -50px;
  z-index: 5;
}
/* line 619, custom-cameronlng\cameron-lng.less */
article#environment h1.label-effect-transparent > span > span {
  background: -webkit-linear-gradient(transparent, transparent), url(/images/bg-photos-home/environment-photo-bg.jpg) no-repeat center -58px;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
}
/* line 625, custom-cameronlng\cameron-lng.less */
section#community-carousel {
  min-height: 490px;
}
@media (min-width: 768px) {
  /* line 627, custom-cameronlng\cameron-lng.less */
  section#community-carousel {
    min-height: 530px;
  }
}
/* line 631, custom-cameronlng\cameron-lng.less */
section#community-carousel .caption {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1.0em;
}
@media (min-width: 768px) {
  /* line 635, custom-cameronlng\cameron-lng.less */
  section#community-carousel .caption {
    font-size: 1.2em;
  }
}
/* line 639, custom-cameronlng\cameron-lng.less */
section#community-carousel .quotation-outer {
  background: url(/images/community-slider-home/left-quote.jpg) no-repeat 0 0;
  margin: 0 30px 25px;
}
/* line 643, custom-cameronlng\cameron-lng.less */
section#community-carousel .quotation-inner {
  padding: 5px 50px;
  background: url(/images/community-slider-home/right-quote.jpg) no-repeat right bottom;
}
@media (min-width: 768px) {
  /* line 646, custom-cameronlng\cameron-lng.less */
  section#community-carousel .quotation-inner {
    padding: 5px 65px;
  }
}
/* line 650, custom-cameronlng\cameron-lng.less */
section#community-carousel .quotation-outer p {
  font-family: Georgia, Times, "Times New Roman", Sans-Serif;
  font-size: 1.2em;
  font-style: italic;
}
@media (min-width: 768px) {
  /* line 654, custom-cameronlng\cameron-lng.less */
  section#community-carousel .quotation-outer p {
    font-size: 1.6em;
  }
}
/* line 659, custom-cameronlng\cameron-lng.less */
article#community {
  background: url(/images/bg-photos-home/community-photo-bg.jpg) no-repeat 86% 0 #050503;
}
@media (min-width: 768px) {
  /* line 661, custom-cameronlng\cameron-lng.less */
  article#community {
    background: url(/images/bg-photos-home/community-photo-bg.jpg) no-repeat center 0 #050503;
  }
}
/* line 665, custom-cameronlng\cameron-lng.less */
article#community .bg-gradient {
  min-height: 445px;
}
/* line 668, custom-cameronlng\cameron-lng.less */
article#community .container {
  padding-top: 5%;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 671, custom-cameronlng\cameron-lng.less */
  article#community .container {
    padding-top: 10%;
    padding-bottom: 30px;
  }
}
/* line 676, custom-cameronlng\cameron-lng.less */
article#community h1.label-effect-transparent > span > span {
  background: -webkit-linear-gradient(transparent, transparent), url(/images/bg-photos-home/community-photo-bg.jpg) no-repeat center -58px;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
}
/* line 684, custom-cameronlng\cameron-lng.less */
section#liquefaction-project-timeline {
  background-color: #ececec;
}
/* line 687, custom-cameronlng\cameron-lng.less */
section#liquefaction-project-timeline ul li {
  min-width: 300px;
  height: 320px;
}
/* line 691, custom-cameronlng\cameron-lng.less */
section#liquefaction-project-timeline h1 {
  margin: 60px 0 40px;
  text-align: center;
}
/* line 695, custom-cameronlng\cameron-lng.less */
section#liquefaction-project-timeline ul li .inner {
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 280px;
  margin: 0 auto;
  width: 320px;
  position: relative;
  background: url(/images/timeline-icon.png) no-repeat center center;
  box-shadow: 0 0 100px 40px rgba(255, 255, 255, 0.6) inset;
}
/* line 705, custom-cameronlng\cameron-lng.less */
section#liquefaction-project-timeline ul li .inner.first {
  background: url(/images/timeline-icon-left.png) no-repeat center center;
}
/* line 708, custom-cameronlng\cameron-lng.less */
section#liquefaction-project-timeline ul li .inner.last {
  background: url(/images/timeline-icon-right.png) no-repeat center center;
}
/* line 711, custom-cameronlng\cameron-lng.less */
section#liquefaction-project-timeline ul li .inner h2 {
  color: #666666;
  font-size: 1.5em;
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 30px;
}
/* line 718, custom-cameronlng\cameron-lng.less */
section#liquefaction-project-timeline ul li .inner p {
  bottom: 15px;
  font-size: 1em;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 0 20px;
}
/* line 728, custom-cameronlng\cameron-lng.less */
section#liquefaction-project-timeline ul li .inner .item-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 735, custom-cameronlng\cameron-lng.less */
section#talk-to-us {
  background: url(/images/talk-to-us/talk-to-us-photo-bg.jpg) no-repeat 70% 0 #000000;
  height: 299px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 739, custom-cameronlng\cameron-lng.less */
  section#talk-to-us {
    background: url(/images/talk-to-us/talk-to-us-photo-bg.jpg) no-repeat center 0 #000000;
  }
}
/* line 743, custom-cameronlng\cameron-lng.less */
section#talk-to-us h1,
section#talk-to-us p {
  color: #FFFFFF;
  text-align: center;
}
/* line 748, custom-cameronlng\cameron-lng.less */
section#talk-to-us h1 {
  padding: 40px 0 20px;
}
/* line 751, custom-cameronlng\cameron-lng.less */
section#talk-to-us ul {
  display: inline-block;
  margin-left: -28px;
  margin-right: -28px;
}
@media (max-width: 500px) {
  /* line 755, custom-cameronlng\cameron-lng.less */
  section#talk-to-us ul {
    margin-left: -60px;
    margin-right: -60px;
  }
}
/* line 760, custom-cameronlng\cameron-lng.less */
section#talk-to-us ul li {
  padding: 0;
}
/* line 763, custom-cameronlng\cameron-lng.less */
section#talk-to-us ul li a {
  color: #FFFFFF;
  display: block;
  font-size: 0.9em;
  height: 100px;
  padding: 95px 0 0;
  text-decoration: none;
  width: 100px;
  text-align: center;
}
@media (max-width: 500px) {
  /* line 772, custom-cameronlng\cameron-lng.less */
  section#talk-to-us ul li a {
    padding-top: 40px;
  }
}
/* line 776, custom-cameronlng\cameron-lng.less */
section#talk-to-us ul li.project-hotline a {
  background: url('http://src.sencha.io/50/50/http://reddoor.biz/semp002/tmp/talk-to-us/hotline-icon.png') no-repeat center center;
}
@media (min-width: 768px) {
  /* line 778, custom-cameronlng\cameron-lng.less */
  section#talk-to-us ul li.project-hotline a {
    background: url(/images/talk-to-us/hotline-icon.png) no-repeat center center;
  }
}
@media (max-width: 500px) {
  /* line 782, custom-cameronlng\cameron-lng.less */
  section#talk-to-us ul li.project-hotline a {
    background: url('http://src.sencha.io/30/30/http://reddoor.biz/semp002/tmp/talk-to-us/hotline-icon.png') no-repeat center top;
    width: 50px;
  }
}
/* line 788, custom-cameronlng\cameron-lng.less */
section#talk-to-us ul li.media-line a {
  background: url('http://src.sencha.io/50/50/http://reddoor.biz/semp002/tmp/talk-to-us/media-line-icon.png') no-repeat center center;
  width: 80px;
}
@media (min-width: 768px) {
  /* line 790, custom-cameronlng\cameron-lng.less */
  section#talk-to-us ul li.media-line a {
    background: url(/images/talk-to-us/media-line-icon.png) no-repeat center center;
  }
}
@media (max-width: 500px) {
  /* line 795, custom-cameronlng\cameron-lng.less */
  section#talk-to-us ul li.media-line a {
    background: url('http://src.sencha.io/30/30/http://reddoor.biz/semp002/tmp/talk-to-us/media-line-icon.png') no-repeat center top;
    width: 55px;
  }
}
/* line 800, custom-cameronlng\cameron-lng.less */
section#talk-to-us ul li.job-opportunities a {
  background: url('http://src.sencha.io/50/50/http://reddoor.biz/semp002/tmp/talk-to-us/job-opps-icon.png') no-repeat center center;
  width: 120px;
}
@media (min-width: 768px) {
  /* line 802, custom-cameronlng\cameron-lng.less */
  section#talk-to-us ul li.job-opportunities a {
    background: url(/images/talk-to-us/job-opps-icon.png) no-repeat center center;
  }
}
@media (max-width: 500px) {
  /* line 807, custom-cameronlng\cameron-lng.less */
  section#talk-to-us ul li.job-opportunities a {
    background: url('http://src.sencha.io/30/30/http://reddoor.biz/semp002/tmp/talk-to-us/job-opps-icon.png') no-repeat center top;
    width: 80px;
  }
}
/* line 812, custom-cameronlng\cameron-lng.less */
section#talk-to-us ul li.community-funding a {
  background: url('http://src.sencha.io/50/50/http://reddoor.biz/semp002/tmp/talk-to-us/community-funding-icon.png') no-repeat center center;
  width: 140px;
}
@media (min-width: 768px) {
  /* line 814, custom-cameronlng\cameron-lng.less */
  section#talk-to-us ul li.community-funding a {
    background: url(/images/talk-to-us/community-funding-icon.png) no-repeat center center;
  }
}
@media (max-width: 500px) {
  /* line 819, custom-cameronlng\cameron-lng.less */
  section#talk-to-us ul li.community-funding a {
    background: url('http://src.sencha.io/30/30/http://reddoor.biz/semp002/tmp/talk-to-us/community-funding-icon.png') no-repeat center top;
    width: 80px;
  }
}
/*
 * Forms
 */
/* line 829, custom-cameronlng\cameron-lng.less */
.error-messages {
  margin: 20px 0;
}
/* line 832, custom-cameronlng\cameron-lng.less */
.error-messages label {
  display: block;
  color: #aa0000;
}
/* line 839, custom-cameronlng\cameron-lng.less */
.form-block {
  margin: 0 0 60px;
}
/* line 842, custom-cameronlng\cameron-lng.less */
.form-block button.submit {
  margin: 20px 0 0;
}
/* line 846, custom-cameronlng\cameron-lng.less */
.form-control {
  border-radius: 2px;
}
/* line 849, custom-cameronlng\cameron-lng.less */
.form-control:focus {
  box-shadow: 0 3px 3px rgba(100, 100, 100, 0.25) inset;
  border-color: #333333;
}
/* line 854, custom-cameronlng\cameron-lng.less */
.error {
  border-color: #FF0000;
}
/* line 857, custom-cameronlng\cameron-lng.less */
.select-outer .error {
  background-color: rgba(140, 0, 0, 0.7);
}
/* line 860, custom-cameronlng\cameron-lng.less */
.error:focus {
  border-color: #CC0000;
}
/* line 864, custom-cameronlng\cameron-lng.less */
.select-outer {
  width: 100%;
  height: 34px;
  overflow: hidden;
  background: url('/images/ico-dropdown-arrow.png') no-repeat right #cccccc;
  border: 1px solid #ccc;
  border-radius: 2px;
}
/* line 872, custom-cameronlng\cameron-lng.less */
.select-outer select {
  background-color: transparent;
  width: 110%;
  max-width: 690px;
  padding: 5px;
  line-height: 1;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
}
/* line 884, custom-cameronlng\cameron-lng.less */
.select-outer select option {
  background-color: #FFFFFF;
}
/*
 * Subpage common
 */
/* line 892, custom-cameronlng\cameron-lng.less */
.subpage-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000000;
  height: 80px;
  margin-bottom: 40px;
}
/* line 899, custom-cameronlng\cameron-lng.less */
.subpage-header h2 {
  color: #FFFFFF;
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4em;
  padding: 10px 0 0;
  white-space: normal;
}
@media (min-width: 768px) {
  /* line 905, custom-cameronlng\cameron-lng.less */
  .subpage-header h2 {
    white-space: nowrap;
    line-height: 80px;
    padding: 0;
  }
}
/* line 914, custom-cameronlng\cameron-lng.less */
.subpage-header h2 span {
  color: #007dc3;
}
/* line 917, custom-cameronlng\cameron-lng.less */
.subpage-header h2 span.page-title {
  display: block;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  /* line 920, custom-cameronlng\cameron-lng.less */
  .subpage-header h2 span.page-title {
    display: inline;
  }
}
/* line 924, custom-cameronlng\cameron-lng.less */
.subpage-header h2 a,
.subpage-header h2 a:hover,
.subpage-header h2 a:focus {
  color: #FFFFFF;
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/* line 931, custom-cameronlng\cameron-lng.less */
.subnav {
  background-color: #A2A1A6;
  padding: 7px 0 1px;
  margin: -40px 0 40px;
}
/* line 936, custom-cameronlng\cameron-lng.less */
.subnav ul li {
  padding: 0 ;
}
/* line 939, custom-cameronlng\cameron-lng.less */
.subnav ul li:after {
  content: "\00a0\00a0|\00a0\00a0";
}
/* line 942, custom-cameronlng\cameron-lng.less */
.subnav ul li.last:after {
  content: "";
}
/* line 945, custom-cameronlng\cameron-lng.less */
.subnav ul li a {
  color: #FFFFFF;
  line-height: 2.5em;
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/* line 951, custom-cameronlng\cameron-lng.less */
.subnav ul li.active a {
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
/* line 958, custom-cameronlng\cameron-lng.less */
.single-column .subpage-content {
  margin-bottom: 40px;
}
/* line 961, custom-cameronlng\cameron-lng.less */
.subpage-content {
  position: static;
}
/* line 20, mixins.less */
.subpage-content:before,
.subpage-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.subpage-content:after {
  clear: both;
}
/* line 20, mixins.less */
.subpage-content:before,
.subpage-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.subpage-content:after {
  clear: both;
}
/* line 965, custom-cameronlng\cameron-lng.less */
.subpage-content .subpage-side-image {
  position: static;
  margin: 0 0 20px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  /* line 969, custom-cameronlng\cameron-lng.less */
  .subpage-content .subpage-side-image {
    position: absolute;
    top: 0;
    right: 30px;
  }
}
/* line 975, custom-cameronlng\cameron-lng.less */
.subpage-content .subpage-side-image-static {
  position: static;
  margin: 0 0 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  /* line 979, custom-cameronlng\cameron-lng.less */
  .subpage-content .subpage-side-image-static {
    margin: 0 0 20px 20px;
    position: static;
    float: right;
  }
}
/* line 986, custom-cameronlng\cameron-lng.less */
.image-border {
  border: 6px solid #FFFFFF;
}
/* line 990, custom-cameronlng\cameron-lng.less */
.sidebar {
  margin-top: 40px;
}
@media (min-width: 768px) {
  /* line 992, custom-cameronlng\cameron-lng.less */
  .sidebar {
    margin-top: 0;
  }
}
/* line 998, custom-cameronlng\cameron-lng.less */
.subpage-wrapper {
  background-color: #ECECEC;
}
/* line 1001, custom-cameronlng\cameron-lng.less */
.subpage-hero {
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #000000;
  min-height: 255px;
}
/* line 1007, custom-cameronlng\cameron-lng.less */
.page-responsibility .subpage-hero {
  background-position: 35% 0;
}
@media (min-width: 768px) {
  /* line 1009, custom-cameronlng\cameron-lng.less */
  .page-responsibility .subpage-hero {
    background-position: center 0;
  }
}
/* line 1013, custom-cameronlng\cameron-lng.less */
.subpage-hero .bg-gradient {
  min-height: 255px;
}
/* line 1017, custom-cameronlng\cameron-lng.less */
.subpage-hero h1 {
  height: 100px;
  line-height: 100px;
  color: #FFFFFF;
  font-size: 1.6em;
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/* line 1026, custom-cameronlng\cameron-lng.less */
.subpage-hero h1.dark-overlay {
  background: url(/images/bg-dark-overlay.png) 0 0;
}
/* line 1030, custom-cameronlng\cameron-lng.less */
.section-nav {
  background-color: #ececec;
  padding: 30px 0;
  margin: 0;
}
@media (min-width: 400px) {
  /* line 1034, custom-cameronlng\cameron-lng.less */
  .section-nav {
    margin: 0 -10px;
  }
}
@media (min-width: 480px) {
  /* line 1037, custom-cameronlng\cameron-lng.less */
  .section-nav {
    padding: 30px 15px;
    margin: 0;
  }
}
/* line 1043, custom-cameronlng\cameron-lng.less */
.section-nav ul {
  background-color: #FFFFFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto;
  width: 100%;
}
/* line 1050, custom-cameronlng\cameron-lng.less */
.section-nav ul li a {
  display: block;
  background: url(/images/large-arrow.gif) no-repeat 94% center;
  border-top: 1px solid #ececec;
  font-size: 1.3em;
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: normal;
  height: 110px;
  padding: 30px 15px 0;
  text-decoration: none;
  color: #007dc3;
}
@media (min-width: 480px) {
  /* line 1061, custom-cameronlng\cameron-lng.less */
  .section-nav ul li a {
    padding: 30px 30px 0;
    font-size: 1.6em;
  }
}
/* line 1066, custom-cameronlng\cameron-lng.less */
.section-nav ul li:first-child a {
  border-top: 0;
}
/* line 1069, custom-cameronlng\cameron-lng.less */
.section-nav ul li a span {
  color: #999999;
  display: block;
  font-size: 0.7em;
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  text-decoration: none;
  padding-right: 40px;
}
@media (min-width: 480px) {
  /* line 1078, custom-cameronlng\cameron-lng.less */
  .section-nav ul li a span {
    font-size: 0.6em;
  }
}
/* line 1082, custom-cameronlng\cameron-lng.less */
.section-nav ul li a:hover {
  color: #f29627;
  background: url(/images/large-arrow-up.gif) no-repeat 94% center;
}
/* line 1087, custom-cameronlng\cameron-lng.less */
.section-landing #content {
  background-color: #ececec;
}
/* line 1091, custom-cameronlng\cameron-lng.less */
article.standard-article {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  /* line 1093, custom-cameronlng\cameron-lng.less */
  article.standard-article {
    margin-top: 30px;
  }
}
/* line 1098, custom-cameronlng\cameron-lng.less */
article.standard-article h1,
article.standard-article h2,
.primary-heading,
.primary-subheading {
  margin-bottom: 30px;
}
/* line 1104, custom-cameronlng\cameron-lng.less */
article.standard-article h2,
.primary-subheading {
  color: #666666;
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5em;
}
/*
 * Expansion update
 */
/* line 1115, custom-cameronlng\cameron-lng.less */
.page-expansion-update #content {
  min-height: 950px;
}
/* line 1118, custom-cameronlng\cameron-lng.less */
.page-expansion-update .subpage-hero {
  background-image: url(/images/subpage-heros/expansion-update-hero.jpg);
}
/* line 1121, custom-cameronlng\cameron-lng.less */
.section-expansion-update .subpage-header {
  background-image: url(/images/subpage-heros/expansion-update-pencil-banner.jpg);
}
/*
 * Liquefaction expansion
 */
/* line 1128, custom-cameronlng\cameron-lng.less */
.page-liquefaction-expansion #content {
  min-height: 950px;
}
/* line 1131, custom-cameronlng\cameron-lng.less */
.page-liquefaction-expansion .subpage-hero {
  background-image: url(/images/subpage-heros/liquefaction-expansion-hero.jpg);
}
/* line 1135, custom-cameronlng\cameron-lng.less */
.news-block img {
  margin: 20px 30px 20px 0;
}
/* line 1138, custom-cameronlng\cameron-lng.less */
.news-block h3 {
  margin: 20px 0 30px;
}
/* line 1141, custom-cameronlng\cameron-lng.less */
.news-block p.article-link {
  margin: 20px 0;
}
/* line 1144, custom-cameronlng\cameron-lng.less */
.news-block p.all-news {
  margin: 20px 0;
}
/* line 1148, custom-cameronlng\cameron-lng.less */
.news-block-content {
  clear: left;
}
@media (min-width: 480px) {
  /* line 1150, custom-cameronlng\cameron-lng.less */
  .news-block-content {
    clear: none;
    margin-left: 170px;
  }
}
/* line 1156, custom-cameronlng\cameron-lng.less */
.sidebar-block {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px 15px;
  margin-bottom: 30px;
}
/* line 1161, custom-cameronlng\cameron-lng.less */
.gray-block {
  background-color: #d4d4d4;
}
/* line 1164, custom-cameronlng\cameron-lng.less */
.white-block {
  background-color: #FFFFFF;
}
/* line 1167, custom-cameronlng\cameron-lng.less */
.block-top {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
/* line 1171, custom-cameronlng\cameron-lng.less */
.block-bottom {
  border-top: 1px solid #aaaaaa;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  margin: -30px 0 30px;
  padding: 18px 30px 0;
}
/* line 1178, custom-cameronlng\cameron-lng.less */
.sidebar-block h2,
.sidebar-block p {
  margin-bottom: 20px;
}
/* line 1183, custom-cameronlng\cameron-lng.less */
.sidebar-block img {
  margin-bottom: 10px;
}
@media (min-width: 400px) {
  /* line 1185, custom-cameronlng\cameron-lng.less */
  .sidebar-block img {
    float: right !important;
    margin: 0 0 15px 15px;
  }
}
@media (min-width: 992px) {
  /* line 1192, custom-cameronlng\cameron-lng.less */
  .keep-me-posted {
    position: absolute;
    right: 45px;
    top: 710px;
    width: 350px;
  }
}
@media (min-width: 1200px) {
  /* line 1198, custom-cameronlng\cameron-lng.less */
  .keep-me-posted {
    width: 433px;
  }
}
/* line 1202, custom-cameronlng\cameron-lng.less */
.page-who-we-are #content {
  min-height: 700px;
}
@media (min-width: 992px) {
  /* line 1206, custom-cameronlng\cameron-lng.less */
  .page-who-we-are .keep-me-posted {
    top: 380px;
  }
}
@media (min-width: 992px) {
  /* line 1211, custom-cameronlng\cameron-lng.less */
  .page-about-the-terminal .keep-me-posted {
    top: 380px;
  }
}
@media (min-width: 992px) {
  /* line 1216, custom-cameronlng\cameron-lng.less */
  .page-responsibility .keep-me-posted {
    top: 380px;
  }
}
/* line 1220, custom-cameronlng\cameron-lng.less */
.sidebar .keep-me-posted {
  position: static;
  width: auto;
}
@media (min-width: 992px) {
  /* line 1223, custom-cameronlng\cameron-lng.less */
  .sidebar .keep-me-posted {
    position: static;
  }
}
/*
 * HEROS
 */
/* line 1234, custom-cameronlng\cameron-lng.less */
.section-about-the-terminal .subpage-header {
  background-image: url('/images/subpage-heros/about-pencil-banner.jpg');
}
/* line 1238, custom-cameronlng\cameron-lng.less */
.section-community .subpage-header {
  background-image: url('/images/subpage-heros/responsibility-pencil-banner.jpg');
}
/* line 1242, custom-cameronlng\cameron-lng.less */
.section-who-we-are .subpage-header {
  background-image: url('/images/subpage-heros/who-we-are-pencil-banner.jpg');
}
/* line 1245, custom-cameronlng\cameron-lng.less */
.section-responsibility .subpage-header {
  background-image: url('/images/subpage-heros/responsibility-pencil-banner.jpg');
}
/* line 1250, custom-cameronlng\cameron-lng.less */
.page-about-the-terminal .subpage-hero {
  background-image: url(/images/subpage-heros/about-hero.jpg);
}
/* line 1254, custom-cameronlng\cameron-lng.less */
.page-who-we-are .subpage-hero {
  background-image: url(/images/subpage-heros/who-we-are-hero.jpg);
}
/* line 1258, custom-cameronlng\cameron-lng.less */
.page-responsibility .subpage-hero {
  background-image: url(/images/subpage-heros/responsibility-hero.jpg);
}
/*
 * Responsibility
 */
/* line 1268, custom-cameronlng\cameron-lng.less */
.page-responsibility #content {
  min-height: 620px;
}
/*
 * News Detail
 */
/* line 1277, custom-cameronlng\cameron-lng.less */
.news-detail .image-caption {
  font-size: 0.9em;
  margin-top: 5px;
}
/*
 * Industry partners
 */
/* line 1286, custom-cameronlng\cameron-lng.less */
.industry-partners .partners-logo-bar {
  padding-left: 0;
  list-style: none;
}
/* line 161, type.less */
.industry-partners .partners-logo-bar > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 166, type.less */
.industry-partners .partners-logo-bar > li:first-child {
  padding-left: 0;
}
/* line 1289, custom-cameronlng\cameron-lng.less */
.industry-partners .partners-logo-bar li {
  margin: 0 7% 0 0;
}
/* line 1292, custom-cameronlng\cameron-lng.less */
.industry-partners .partner {
  margin-bottom: 30px;
}
/* line 1295, custom-cameronlng\cameron-lng.less */
.industry-partners .partner.last {
  margin-bottom: 60px;
}
/* line 1298, custom-cameronlng\cameron-lng.less */
.industry-partners .partner .panel-title {
  margin-left: -5px;
}
/*
 * Bios
 */
/* line 1306, custom-cameronlng\cameron-lng.less */
.team-names {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
/* line 161, type.less */
.team-names > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 166, type.less */
.team-names > li:first-child {
  padding-left: 0;
}
/* line 1312, custom-cameronlng\cameron-lng.less */
article.bio h3 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 18px;
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #007dc3;
  margin: 0;
  font-size: 1.3em;
  color: #666666;
  margin: 5px 0 10px;
  line-height: 1.5em;
}
/* line 85, type.less */
article.bio h3 small,
article.bio h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
}
/* line 1318, custom-cameronlng\cameron-lng.less */
article.bio img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 580px) {
  /* line 1322, custom-cameronlng\cameron-lng.less */
  article.bio img {
    float: left;
    width: 160px;
    height: auto;
    margin-right: 20px;
  }
}
/*
 * Terminal Map
 */
/* line 1337, custom-cameronlng\cameron-lng.less */
.map-links {
  clear: right;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 1340, custom-cameronlng\cameron-lng.less */
  .map-links {
    text-align: left;
  }
}
/* line 1343, custom-cameronlng\cameron-lng.less */
.map-links a {
  display: block;
  border: 0;
}
@media (min-width: 768px) {
  /* line 1345, custom-cameronlng\cameron-lng.less */
  .map-links a {
    display: inline;
  }
}
/* line 1349, custom-cameronlng\cameron-lng.less */
.map-links a img {
  margin: 0 10px 10px 0;
}
/*
 * factsheets and brochures
 */
/* line 1359, custom-cameronlng\cameron-lng.less */
.pdf-list {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}
/* line 1362, custom-cameronlng\cameron-lng.less */
.pdf-list li {
  line-height: 2em;
}
/*
 * project timeline
 */
/* line 1370, custom-cameronlng\cameron-lng.less */
.project-timeline-grid-outer {
  margin-top: 30px;
}
/* line 1373, custom-cameronlng\cameron-lng.less */
.project-timeline-grid {
  background-color: #BDE6F6;
  margin-top: 10px;
}
/* line 1377, custom-cameronlng\cameron-lng.less */
.project-timeline-grid-inner {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 20, mixins.less */
.project-timeline-grid-inner:before,
.project-timeline-grid-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.project-timeline-grid-inner:after {
  clear: both;
}
/* line 20, mixins.less */
.project-timeline-grid-inner:before,
.project-timeline-grid-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.project-timeline-grid-inner:after {
  clear: both;
}
/* line 1379, custom-cameronlng\cameron-lng.less */
.project-timeline-grid-inner .item {
  border-bottom: 2px solid #ECECEC;
}
/* line 20, mixins.less */
.project-timeline-grid-inner .item:before,
.project-timeline-grid-inner .item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.project-timeline-grid-inner .item:after {
  clear: both;
}
/* line 20, mixins.less */
.project-timeline-grid-inner .item:before,
.project-timeline-grid-inner .item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins.less */
.project-timeline-grid-inner .item:after {
  clear: both;
}
/* line 1383, custom-cameronlng\cameron-lng.less */
.project-timeline-grid-inner .heading {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  /* line 618, mixins.less */
  .project-timeline-grid-inner .heading {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  /* line 1386, custom-cameronlng\cameron-lng.less */
  .project-timeline-grid-inner .heading {
    min-height: 62px;
  }
}
/* line 1390, custom-cameronlng\cameron-lng.less */
.project-timeline-grid-inner .info {
  border-left: 2px solid #ECECEC;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 618, mixins.less */
  .project-timeline-grid-inner .info {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  /* line 1394, custom-cameronlng\cameron-lng.less */
  .project-timeline-grid-inner .info {
    min-height: 62px;
    padding-top: 10px;
  }
}
/* line 1399, custom-cameronlng\cameron-lng.less */
.project-timeline-grid-inner h3 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 14px;
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #007dc3;
  margin: 0;
  font-size: 1.1em;
  color: #666666;
  margin: 10px 0 0 10px;
  line-height: 1.2em;
}
/* line 85, type.less */
.project-timeline-grid-inner h3 small,
.project-timeline-grid-inner h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 1404, custom-cameronlng\cameron-lng.less */
  .project-timeline-grid-inner h3 {
    margin: 0 0 15px 10px;
  }
}
/* line 1408, custom-cameronlng\cameron-lng.less */
.project-timeline-grid-inner p {
  line-height: 1.2em;
  margin: 0 10px;
}
@media (min-width: 768px) {
  /* line 1411, custom-cameronlng\cameron-lng.less */
  .project-timeline-grid-inner p {
    margin: 0 10px 0 0;
  }
}
/*
 * Header 
 */
/* line 4, custom-cameronlng\header-footer.less */
header#header-main .navbar-nav {
  max-height: 100%;
}
@media (max-width: 768px) {
  /* line 6, custom-cameronlng\header-footer.less */
  header#header-main .navbar-nav {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 11, custom-cameronlng\header-footer.less */
header#header-main nav.nav-primary > ul li a {
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/* line 15, custom-cameronlng\header-footer.less */
header#header-main nav.nav-primary > ul > li > a,
header#header-main nav.nav-secondary > ul > li > a {
  text-align: center;
  font-size: 1.2em;
  text-decoration: none;
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
@media (min-width: 768px) {
  /* line 22, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-primary > ul > li > a,
  header#header-main nav.nav-secondary > ul > li > a {
    text-align: left;
    font-size: 1.0em;
  }
}
/* line 27, custom-cameronlng\header-footer.less */
header#header-main nav.nav-primary > ul > li > a {
  color: #666666;
}
@media (min-width: 768px) {
  /* line 29, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-primary > ul > li > a {
    color: #007dc3;
    font-size: 0.9em;
  }
}
@media (min-width: 950px) {
  /* line 33, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-primary > ul > li > a {
    font-size: 1.1em;
  }
}
/* line 37, custom-cameronlng\header-footer.less */
header#header-main nav.nav-secondary > ul > li > a,
header#header-main nav.nav-secondary .social-links p {
  color: #666666;
}
@media (min-width: 768px) {
  /* line 40, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-secondary > ul > li > a,
  header#header-main nav.nav-secondary .social-links p {
    color: #FFFFFF;
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  /* line 46, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-primary > ul > li .dropdown-menu {
    font-size: 0.9em;
  }
}
@media (min-width: 950px) {
  /* line 49, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-primary > ul > li .dropdown-menu {
    font-size: 1.1em;
  }
}
/* line 53, custom-cameronlng\header-footer.less */
header#header-main nav.nav-primary > ul > li .dropdown-menu li a {
  font-family: "Interstate", Arial, Helvetica, sans-serif;
}
/*
 * Footer
 */
/* line 59, custom-cameronlng\header-footer.less */
footer#footer-main,
footer#footer-main a,
footer#footer-main a:visited,
footer#footer-main p {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}
/* line 66, custom-cameronlng\header-footer.less */
footer#footer-main p {
  font-size: 1.0em;
  text-align: left;
}
/* line 70, custom-cameronlng\header-footer.less */
footer#footer-main a {
  text-decoration: underline;
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/* line 75, custom-cameronlng\header-footer.less */
footer#footer-main #footer-copyright,
footer#footer-main .disclaimer {
  font-size: 0.9em;
}
/*
 * Header
 */
@media (max-width: 768px) {
  /* line 86, custom-cameronlng\header-footer.less */
  header#header-main .navbar-brand {
    max-width: 300px;
    width: 75%;
    line-height: 83px;
  }
}
/* line 92, custom-cameronlng\header-footer.less */
header#header-main .navbar-brand img {
  width: 100%;
  max-width: 247px;
}
/* line 96, custom-cameronlng\header-footer.less */
header#header-main div.navbar-default {
  position: relative;
}
/* line 99, custom-cameronlng\header-footer.less */
header#header-main div.navbar-default .navbar-1 {
  background-color: transparent;
  position: static;
  width: auto;
}
@media (min-width: 768px) {
  /* line 103, custom-cameronlng\header-footer.less */
  header#header-main div.navbar-default .navbar-1 {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #007dc3;
  }
}
/* line 111, custom-cameronlng\header-footer.less */
header#header-main div.navbar-default .navbar-2 {
  margin-top: 0px;
}
@media (min-width: 768px) {
  /* line 113, custom-cameronlng\header-footer.less */
  header#header-main div.navbar-default .navbar-2 {
    margin-top: 50px;
  }
}
/* line 117, custom-cameronlng\header-footer.less */
header#header-main nav.nav-secondary {
  float: none;
}
@media (min-width: 768px) {
  /* line 119, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-secondary {
    float: right;
    width: 560px;
  }
}
/* line 125, custom-cameronlng\header-footer.less */
header#header-main nav.nav-secondary .navbar-nav,
header#header-main nav.nav-secondary .social-links {
  float: none;
}
@media (min-width: 768px) {
  /* line 128, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-secondary .navbar-nav,
  header#header-main nav.nav-secondary .social-links {
    float: left;
  }
}
/* line 133, custom-cameronlng\header-footer.less */
header#header-main nav.nav-secondary .social-links {
  margin-top: 15px;
}
@media (min-width: 768px) {
  /* line 135, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-secondary .social-links {
    padding-left: 100px;
  }
}
/* line 139, custom-cameronlng\header-footer.less */
header#header-main nav.nav-secondary .social-links p {
  display: inline-block;
  float: none;
}
@media (min-width: 768px) {
  /* line 142, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-secondary .social-links p {
    float: left;
  }
}
/* line 146, custom-cameronlng\header-footer.less */
header#header-main nav.nav-secondary .social-links ul {
  float: none;
}
@media (min-width: 768px) {
  /* line 148, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-secondary .social-links ul {
    float: right;
  }
}
/* line 153, custom-cameronlng\header-footer.less */
header#header-main h1 {
  padding: 0 30px;
  margin: 0;
}
/* line 157, custom-cameronlng\header-footer.less */
header#header-main nav.nav-primary {
  float: none;
}
@media (min-width: 768px) {
  /* line 159, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-primary {
    float: right;
  }
}
@media (min-width: 768px) {
  /* line 164, custom-cameronlng\header-footer.less */
  header#header-main nav.navbar-collapse.in {
    overflow-y: visible;
  }
}
/* line 168, custom-cameronlng\header-footer.less */
header#header-main nav.nav-primary > ul > li.open {
  background-color: #DDDDDD;
}
@media (min-width: 768px) {
  /* line 172, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-primary > ul > li {
    height: 83px;
    padding-left: 5px;
  }
}
@media (min-width: 768px) {
  /* line 178, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-primary > ul > li .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  /* line 184, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-primary > ul > li:first-child .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  /* line 190, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-primary > ul > li > a {
    padding: 33px 2px 0;
  }
}
@media (min-width: 950px) {
  /* line 193, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-primary > ul > li > a {
    font-size: 1.1em;
    padding: 33px 15px 0;
  }
}
/* line 198, custom-cameronlng\header-footer.less */
header#header-main nav.nav-primary > ul > li.open > a {
  background-color: transparent;
}
@media (min-width: 768px) {
  /* line 202, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-secondary > ul > li {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 208, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-secondary > ul > li > a {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 214, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-secondary > ul > li > a:after {
    content: '\00a0\00a0|\00a0\00a0';
  }
}
@media (min-width: 768px) {
  /* line 219, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-secondary > ul > li.last > a:after {
    content: '';
  }
}
/* line 224, custom-cameronlng\header-footer.less */
header#header-main nav.nav-primary > ul > li.open > ul > li > a {
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 228, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-primary > ul > li.open > ul > li > a {
    padding: 5px;
    text-align: left;
  }
}
@media (min-width: 950px) {
  /* line 232, custom-cameronlng\header-footer.less */
  header#header-main nav.nav-primary > ul > li.open > ul > li > a {
    padding: 10px 20px;
  }
}
/* line 236, custom-cameronlng\header-footer.less */
header#header-main nav.nav-primary > ul > li.open > ul > li > a:hover,
header#header-main nav.nav-primary > ul > li.open > ul > li > a:focus {
  background-color: #007dc3;
  color: #FFFFFF;
}
/*
 * Footer
 */
/* line 246, custom-cameronlng\header-footer.less */
footer#footer-main {
  background-color: #007dc3;
}
/* line 249, custom-cameronlng\header-footer.less */
footer#footer-main .partners {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 40px;
}
/* line 254, custom-cameronlng\header-footer.less */
footer#footer-main .partners a {
  line-height: 70px;
}
/* line 257, custom-cameronlng\header-footer.less */
footer#footer-main p {
  margin-bottom: 0;
}
/* line 260, custom-cameronlng\header-footer.less */
footer#footer-main nav {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  /* line 262, custom-cameronlng\header-footer.less */
  footer#footer-main nav {
    float: left;
  }
}
@media (min-width: 768px) {
  /* line 267, custom-cameronlng\header-footer.less */
  footer#footer-main .connect {
    float: right;
  }
}
/* line 271, custom-cameronlng\header-footer.less */
footer#footer-main .social-links {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: left;
}
@media (min-width: 768px) {
  /* line 275, custom-cameronlng\header-footer.less */
  footer#footer-main .social-links {
    text-align: right;
  }
}
/* line 280, custom-cameronlng\header-footer.less */
footer#footer-main .disclaimer {
  margin-bottom: 20px;
  display: none;
}
/* line 285, custom-cameronlng\header-footer.less */
footer#footer-main #footer-copyright {
  margin-bottom: 60px;
}
/*
 * 
 * Typography
 * 
 */
/* line 10, custom-cameronlng\global-typography.less */
body {
  font-family: Arial, Helvetica, sans-serif;
}
/* line 13, custom-cameronlng\global-typography.less */
h1 {
  margin: 0 0 0.7em;
}
/* line 16, custom-cameronlng\global-typography.less */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #007dc3;
  margin: 0;
}
/* line 22, custom-cameronlng\global-typography.less */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
.h1 a:focus,
.h2 a:focus,
.h3 a:focus,
.h4 a:focus,
.h5 a:focus,
.h6 a:focus {
  color: #007dc3;
  text-decoration: none;
}
/* line 28, custom-cameronlng\global-typography.less */
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
.h1 a:focus,
.h2 a:focus,
.h3 a:focus,
.h4 a:focus,
.h5 a:focus,
.h6 a:focus {
  text-decoration: underline;
}
/* line 33, custom-cameronlng\global-typography.less */
h1,
.h1 {
  font-size: 2.1em;
}
/* line 36, custom-cameronlng\global-typography.less */
h2,
.h2 {
  font-size: 1.8em;
}
/* line 39, custom-cameronlng\global-typography.less */
h3,
.h3 {
  font-size: 1.6em;
}
/* line 42, custom-cameronlng\global-typography.less */
h4,
.h4 {
  font-size: 1.3em;
}
/* line 45, custom-cameronlng\global-typography.less */
h5,
.h5 {
  font-size: 1.1em;
}
/* line 48, custom-cameronlng\global-typography.less */
h6,
.h6 {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  /* line 53, custom-cameronlng\global-typography.less */
  .sm-h1 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 36px;
    font-family: "Interstate", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #007dc3;
    margin: 0;
    font-size: 2.1em;
  }
  /* line 85, type.less */
  .sm-h1 small,
  .sm-h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  /* line 58, custom-cameronlng\global-typography.less */
  .sm-h2 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 30px;
    font-family: "Interstate", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #007dc3;
    margin: 0;
    font-size: 1.8em;
  }
  /* line 85, type.less */
  .sm-h2 small,
  .sm-h2 .small {
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  /* line 63, custom-cameronlng\global-typography.less */
  .sm-h3 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 24px;
    font-family: "Interstate", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #007dc3;
    margin: 0;
    font-size: 1.6em;
  }
  /* line 85, type.less */
  .sm-h3 small,
  .sm-h3 .small {
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  /* line 68, custom-cameronlng\global-typography.less */
  .sm-h4 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 18px;
    font-family: "Interstate", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #007dc3;
    margin: 0;
    font-size: 1.3em;
  }
  /* line 85, type.less */
  .sm-h4 small,
  .sm-h4 .small {
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  /* line 73, custom-cameronlng\global-typography.less */
  .sm-h5 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 14px;
    font-family: "Interstate", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #007dc3;
    margin: 0;
    font-size: 1.1em;
  }
  /* line 85, type.less */
  .sm-h5 small,
  .sm-h5 .small {
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  /* line 78, custom-cameronlng\global-typography.less */
  .sm-h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 12px;
    font-family: "Interstate", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #007dc3;
    margin: 0;
    font-size: 0.8em;
  }
  /* line 85, type.less */
  .sm-h6 small,
  .sm-h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  /* line 84, custom-cameronlng\global-typography.less */
  .md-h1 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 36px;
    font-family: "Interstate", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #007dc3;
    margin: 0;
    font-size: 2.1em;
  }
  /* line 85, type.less */
  .md-h1 small,
  .md-h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  /* line 89, custom-cameronlng\global-typography.less */
  .md-h2 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 30px;
    font-family: "Interstate", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #007dc3;
    margin: 0;
    font-size: 1.8em;
  }
  /* line 85, type.less */
  .md-h2 small,
  .md-h2 .small {
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  /* line 94, custom-cameronlng\global-typography.less */
  .md-h3 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 24px;
    font-family: "Interstate", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #007dc3;
    margin: 0;
    font-size: 1.6em;
  }
  /* line 85, type.less */
  .md-h3 small,
  .md-h3 .small {
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  /* line 99, custom-cameronlng\global-typography.less */
  .md-h4 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 18px;
    font-family: "Interstate", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #007dc3;
    margin: 0;
    font-size: 1.3em;
  }
  /* line 85, type.less */
  .md-h4 small,
  .md-h4 .small {
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  /* line 104, custom-cameronlng\global-typography.less */
  .md-h5 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 14px;
    font-family: "Interstate", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #007dc3;
    margin: 0;
    font-size: 1.1em;
  }
  /* line 85, type.less */
  .md-h5 small,
  .md-h5 .small {
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  /* line 109, custom-cameronlng\global-typography.less */
  .md-h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 12px;
    font-family: "Interstate", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #007dc3;
    margin: 0;
    font-size: 0.8em;
  }
  /* line 85, type.less */
  .md-h6 small,
  .md-h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
  }
}
/* line 113, custom-cameronlng\global-typography.less */
p,
.p {
  font-size: 1.1em;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  /* line 118, custom-cameronlng\global-typography.less */
  .sm-p {
    font-size: 1.1em;
    line-height: 1.5em;
  }
}
@media (min-width: 992px) {
  /* line 123, custom-cameronlng\global-typography.less */
  .md-p {
    font-size: 1.1em;
    line-height: 1.5em;
  }
}
/* line 127, custom-cameronlng\global-typography.less */
a,
a:hover,
a:focus {
  color: #f29627;
  text-decoration: underline;
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
/* line 133, custom-cameronlng\global-typography.less */
a:hover,
a:focus {
  text-decoration: none;
}
/* line 137, custom-cameronlng\global-typography.less */
body small,
body .small {
  font-size: 75%;
  line-height: 75%;
}
@media (min-width: 768px) {
  /* line 140, custom-cameronlng\global-typography.less */
  body small,
  body .small {
    font-size: 90%;
    line-height: 90%;
  }
}
/* line 145, custom-cameronlng\global-typography.less */
body p.small {
  font-size: 0.9em;
  line-height: 1.6em;
}
/* line 151, custom-cameronlng\global-typography.less */
.secondary-copy p,
.secondary-copy .p {
  font-size: 1em;
  line-height: 1.7em;
}
/* line 156, custom-cameronlng\global-typography.less */
.secondary-copy label.p {
  line-height: 1.0em;
}
/* line 160, custom-cameronlng\global-typography.less */
.social-links p {
  color: #666666;
}
@media (min-width: 768px) {
  /* line 162, custom-cameronlng\global-typography.less */
  .social-links p {
    color: #FFFFFF;
  }
}
/* line 167, custom-cameronlng\global-typography.less */
.social-links {
  text-align: center;
  color: #FFFFFF;
}
/* line 171, custom-cameronlng\global-typography.less */
.social-links-dark p {
  color: #666666;
}
@media (min-width: 768px) {
  /* line 173, custom-cameronlng\global-typography.less */
  .social-links-dark p {
    color: #666666;
  }
}
/* line 177, custom-cameronlng\global-typography.less */
.social-links {
  color: #666666;
}
/* line 181, custom-cameronlng\global-typography.less */
.orange-copy {
  color: #f29627 !important;
}
/* line 185, custom-cameronlng\global-typography.less */
.no-underline a:link,
a:link.no-underline {
  text-decoration: none;
}
/* line 189, custom-cameronlng\global-typography.less */
.no-underline a:hover,
a:hover.no-underline {
  text-decoration: underline;
}
@media print {
  /*
 * 
 * PRINT OVERRIDES
 * 
 */
  /*
 * Global Typography
 */
  /* line 11, custom-cameronlng\cameron-print.less */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  p,
  a,
  li,
  .sm-h1,
  .sm-h2,
  .sm-h3,
  .sm-h4,
  .sm-h5,
  .sm-h6 {
    color: #000000 !important;
  }
  /* line 14, custom-cameronlng\cameron-print.less */
  h1,
  .h1 {
    font-size: 1.6em !important;
  }
  /* line 17, custom-cameronlng\cameron-print.less */
  h2,
  .h2 {
    font-size: 1.2em !important;
  }
  /* line 20, custom-cameronlng\cameron-print.less */
  h3,
  .h3 {
    font-size: 1.2em !important;
  }
  /*
 * Global items
 */
  /* line 28, custom-cameronlng\cameron-print.less */
  .btn,
  .btn-primary {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
  }
  /* line 34, custom-cameronlng\cameron-print.less */
  section#talk-to-us {
    page-break-inside: avoid;
  }
  /* line 37, custom-cameronlng\cameron-print.less */
  section#talk-to-us h1,
  section#talk-to-us p,
  section#talk-to-us ul li a {
    color: #FFFFFF !important;
  }
  /* line 41, custom-cameronlng\cameron-print.less */
  #content {
    background-color: #FFFFFF !important;
  }
  /* line 44, custom-cameronlng\cameron-print.less */
  .keep-me-posted,
  .did-you-know {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    page-break-inside: avoid;
  }
  /* line 50, custom-cameronlng\cameron-print.less */
  .keep-me-posted.block-top {
    border-bottom: 0;
  }
  /* line 53, custom-cameronlng\cameron-print.less */
  .keep-me-posted.block-bottom {
    border-top: 0;
  }
  /*
 * Header
 */
  /* line 59, custom-cameronlng\cameron-print.less */
  header#header-main div.navbar-default .navbar-1 {
    background-color: #111111;
  }
  /* line 62, custom-cameronlng\cameron-print.less */
  header#header-main div.navbar-default .navbar-1 a,
  header#header-main div.navbar-default .navbar-1 p {
    color: #FFFFFF !important;
  }
  /*
 * Footer
 */
  /* line 71, custom-cameronlng\cameron-print.less */
  footer#footer-main {
    background-color: #FFFFFF;
    color: #000000;
    page-break-inside: avoid;
  }
  /* line 76, custom-cameronlng\cameron-print.less */
  footer#footer-main .social-links {
    background-color: #000000;
  }
  /* line 79, custom-cameronlng\cameron-print.less */
  footer#footer-main .social-links p {
    color: #FFFFFF !important;
  }
  /* line 83, custom-cameronlng\cameron-print.less */
  footer#footer-main .partners {
    background-color: #007dc3;
  }
  /* line 87, custom-cameronlng\cameron-print.less */
  .print-only {
    display: block !important;
  }
  /* line 90, custom-cameronlng\cameron-print.less */
  .no-print {
    display: none;
  }
  /*
 * Home
 */
  /* line 98, custom-cameronlng\cameron-print.less */
  .page-home .video-btn {
    height: 10px;
  }
  /* line 101, custom-cameronlng\cameron-print.less */
  .page-home section#bridging-the-gap {
    height: 230px;
  }
  /* line 103, custom-cameronlng\cameron-print.less */
  .page-home section#bridging-the-gap h1 {
    margin-top: 40px;
  }
  /* line 107, custom-cameronlng\cameron-print.less */
  .page-home .economy-stats {
    height: 40px;
  }
  /* line 110, custom-cameronlng\cameron-print.less */
  .page-home p {
    font-size: 1.0em;
  }
  /* line 113, custom-cameronlng\cameron-print.less */
  .page-home .sub-block {
    margin-top: 15px;
  }
  /* line 116, custom-cameronlng\cameron-print.less */
  article.blue-bg {
    background-color: #FFFFFF;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    min-height: 10px !important;
  }
  /* line 121, custom-cameronlng\cameron-print.less */
  article.blue-bg .container {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  /* line 125, custom-cameronlng\cameron-print.less */
  article.blue-bg p {
    font-size: 1.0em;
    margin-bottom: 10px;
  }
  /* line 129, custom-cameronlng\cameron-print.less */
  article.blue-bg h1,
  article.blue-bg h2 {
    font-size: 1.2em;
  }
  /* line 133, custom-cameronlng\cameron-print.less */
  article.photo-bg {
    position: static !important;
    min-height: 10px !important;
  }
  /* line 136, custom-cameronlng\cameron-print.less */
  article.photo-bg .bg-gradient {
    min-height: 10px !important;
  }
  /* line 139, custom-cameronlng\cameron-print.less */
  article.photo-bg .container {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  /* line 143, custom-cameronlng\cameron-print.less */
  article.photo-bg p {
    font-size: 1.0em;
    margin-bottom: 10px;
  }
  /* line 147, custom-cameronlng\cameron-print.less */
  article.photo-bg h1,
  article.photo-bg h2 {
    font-size: 1.2em;
  }
  /* line 151, custom-cameronlng\cameron-print.less */
  section#community-carousel {
    padding-top: 20px;
    min-height: 10px;
  }
  /* line 155, custom-cameronlng\cameron-print.less */
  section#community-carousel .quotation-outer p {
    font-size: 1.0em;
  }
  /* line 158, custom-cameronlng\cameron-print.less */
  section#community-carousel .caption {
    margin-top: 18px;
    margin-bottom: 10px;
  }
  /* line 162, custom-cameronlng\cameron-print.less */
  section#community-carousel img {
    height: 200px;
    width: auto;
  }
  /* line 166, custom-cameronlng\cameron-print.less */
  h1.label-effect-transparent > span > span {
    background-color: #000000 !important;
    background-image: none !important;
  }
  /* line 172, custom-cameronlng\cameron-print.less */
  .arrow-overlay,
  .arrow-overlay-inverted {
    display: none;
  }
  /* line 176, custom-cameronlng\cameron-print.less */
  section#liquefaction-project-timeline {
    background-color: #FFFFFF;
    page-break-inside: avoid;
  }
  /* line 180, custom-cameronlng\cameron-print.less */
  section#liquefaction-project-timeline ul li .inner {
    border: 1px solid #000000;
    box-shadow: none !important;
  }
  /* line 184, custom-cameronlng\cameron-print.less */
  .hero p,
  .page-home .content-copy {
    width: 70% !important;
    background-color: #FFF !important;
    padding: 8px !important;
    margin: 0 auto;
  }
  /*
 * Landing
 */
  /* line 196, custom-cameronlng\cameron-print.less */
  .dark-overlay .container {
    color: #FFFFFF !important;
  }
  /* line 199, custom-cameronlng\cameron-print.less */
  .section-nav ul li a span {
    color: #000000 !important;
  }
  /* line 202, custom-cameronlng\cameron-print.less */
  .section-nav {
    background-color: transparent !important;
  }
  /* line 205, custom-cameronlng\cameron-print.less */
  .section-nav ul {
    border: 1px solid #000000;
  }
  /* line 208, custom-cameronlng\cameron-print.less */
  .section-nav ul li a {
    padding-top: 10px;
    height: 60px;
    font-size: 1.2em;
  }
  /*
 * Content Detail
 */
  /* line 217, custom-cameronlng\cameron-print.less */
  .subpage-wrapper {
    background-color: transparent;
  }
  /* line 220, custom-cameronlng\cameron-print.less */
  .subnav {
    background-color: #FFFFFF;
  }
  /* line 223, custom-cameronlng\cameron-print.less */
  .subpage-header h2 a {
    color: #FFFFFF !important;
  }
  /* line 226, custom-cameronlng\cameron-print.less */
  .subnav ul li a {
    color: #000000 !important;
  }
  /* line 229, custom-cameronlng\cameron-print.less */
  .subpage-side-image-static {
    float: left;
    margin: 0 20px 10px 0 !important;
  }
}
/* line 11, custom-general\custom-misc.less */
iframe {
  border: 0;
  min-width: 100%;
  width: 100px;
  *width: 100%;
}
/* line 17, custom-general\custom-misc.less */
.iframe-container {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
/* line 23, custom-general\custom-misc.less */
ul {
  padding: 0 0 0 15px;
}
/* line 27, custom-general\custom-misc.less */
img {
  max-width: 100%;
}
/* line 31, custom-general\custom-misc.less */
blockquote {
  border-left: 4px solid #CCCCCC;
}
/* line 35, custom-general\custom-misc.less */
hr {
  border-color: #CCCCCC;
}
/*
 * Buttons
 */
/* line 42, custom-general\custom-misc.less */
.btn {
  font-family: "Interstate", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
/* line 46, custom-general\custom-misc.less */
.btn-standard {
  font-size: 1em;
}
/* line 49, custom-general\custom-misc.less */
.btn-cta {
  font-size: 1.3em;
}
/*
 * Buttons
 */
/* line 56, custom-general\custom-misc.less */
a.btn,
a.btn:hover,
a.btn:focus {
  text-decoration: none;
}
/* line 59, custom-general\custom-misc.less */
.btn-primary {
  background-color: #f29627;
  border-color: #f29627;
}
/* line 63, custom-general\custom-misc.less */
.btn-primary:hover,
.btn-primary:focus {
  background-color: #de7a00;
  border-color: #de7a00;
}
/* line 68, custom-general\custom-misc.less */
.btn {
  white-space: normal;
  border-radius: 14px;
}
@media (min-width: 500px) {
  /* line 71, custom-general\custom-misc.less */
  .btn {
    white-space: nowrap;
  }
}
/* line 75, custom-general\custom-misc.less */
.btn-standard {
  padding: 5px 1.6em;
}
/* line 78, custom-general\custom-misc.less */
.btn-standard-thin {
  padding: 2px 1em;
}
/* line 81, custom-general\custom-misc.less */
.btn-cta {
  border-radius: 30px;
  border: 4px solid #f19729;
  background-color: #de7a00;
  padding: 0.5em 2em;
}
/* line 87, custom-general\custom-misc.less */
.btn-cta:hover,
.btn-cta:focus {
  border: 4px solid #de7a00;
  background-color: #f19729;
}
/* line 93, custom-general\custom-misc.less */
.btn-close {
  border-radius: 10px 10px 0 0;
}
/* line 97, custom-general\custom-misc.less */
.btn-close-outer {
  border-bottom: 1px solid #cccccc;
}
/* line 103, custom-general\custom-misc.less */
img.pull-left {
  margin: 0 20px 20px 0;
}
/* line 107, custom-general\custom-misc.less */
img.pull-right {
  margin: 0 0 20px 20px;
}
/* line 111, custom-general\custom-misc.less */
.print-only {
  display: none;
}
/* line 116, custom-general\custom-misc.less */
.space-before-0 {
  margin-top: 0 !important;
}
/* line 119, custom-general\custom-misc.less */
.space-before-5 {
  margin-top: 5px !important;
}
/* line 122, custom-general\custom-misc.less */
.space-before-10 {
  margin-top: 10px !important;
}
/* line 125, custom-general\custom-misc.less */
.space-before-15 {
  margin-top: 15px !important;
}
/* line 128, custom-general\custom-misc.less */
.space-before-20 {
  margin-top: 20px !important;
}
/* line 131, custom-general\custom-misc.less */
.space-before-30 {
  margin-top: 30px !important;
}
/* line 135, custom-general\custom-misc.less */
.space-after-0 {
  margin-bottom: 0 !important;
}
/* line 138, custom-general\custom-misc.less */
.space-after-5 {
  margin-bottom: 5px !important;
}
/* line 141, custom-general\custom-misc.less */
.space-after-10 {
  margin-bottom: 10px !important;
}
/* line 144, custom-general\custom-misc.less */
.space-after-15 {
  margin-bottom: 15px !important;
}
/* line 147, custom-general\custom-misc.less */
.space-after-20 {
  margin-bottom: 20px !important;
}
/* line 150, custom-general\custom-misc.less */
.space-after-30 {
  margin-bottom: 30px !important;
}
/* line 155, custom-general\custom-misc.less */
.li-space-before-0 li {
  margin-top: 0 !important;
}
/* line 158, custom-general\custom-misc.less */
.li-space-before-5 li {
  margin-top: 5px !important;
}
/* line 161, custom-general\custom-misc.less */
.li-space-before-10 li {
  margin-top: 10px !important;
}
/* line 164, custom-general\custom-misc.less */
.li-space-before-15 li {
  margin-top: 15px !important;
}
/* line 167, custom-general\custom-misc.less */
.li-space-before-20 li {
  margin-top: 20px !important;
}
/* line 170, custom-general\custom-misc.less */
.li-space-before-30 li {
  margin-top: 30px !important;
}
/* line 174, custom-general\custom-misc.less */
.li-space-after-0 li {
  margin-bottom: 0 !important;
}
/* line 177, custom-general\custom-misc.less */
.li-space-after-5 li {
  margin-bottom: 5px !important;
}
/* line 180, custom-general\custom-misc.less */
.li-space-after-10 li {
  margin-bottom: 10px !important;
}
/* line 183, custom-general\custom-misc.less */
.li-space-after-15 li {
  margin-bottom: 15px !important;
}
/* line 186, custom-general\custom-misc.less */
.li-space-after-20 li {
  margin-bottom: 20px !important;
}
/* line 189, custom-general\custom-misc.less */
.li-space-after-30 li {
  margin-bottom: 30px !important;
}
/*
 * Tabs / buttons - desktop / mobile
 */
@media (max-width: 768px) {
  /* line 6, custom-general\custom-tabs.less */
  .nav-tabs {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 0;
  }
  /* line 20, mixins.less */
  .nav-tabs:before,
  .nav-tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  /* line 25, mixins.less */
  .nav-tabs:after {
    clear: both;
  }
  /* line 20, mixins.less */
  .nav-tabs:before,
  .nav-tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  /* line 25, mixins.less */
  .nav-tabs:after {
    clear: both;
  }
}
/* line 10, custom-general\custom-tabs.less */
.nav-tabs li {
  font-size: 0.8em;
}
@media (max-width: 768px) {
  /* line 12, custom-general\custom-tabs.less */
  .nav-tabs li {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  /* line 17, custom-general\custom-tabs.less */
  .nav-tabs li a {
    background-color: #DDDDDD;
    border: 0 none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.2em;
    line-height: 30px;
    margin: 5px 0;
  }
}
@media (min-width: 768px) {
  /* line 25, custom-general\custom-tabs.less */
  .nav-tabs li a {
    padding: 10px 7px;
  }
}
@media (min-width: 1200px) {
  /* line 28, custom-general\custom-tabs.less */
  .nav-tabs li a {
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  /* line 33, custom-general\custom-tabs.less */
  .nav-tabs li.active a,
  .nav-tabs li.active a:hover {
    border: 0;
  }
}
/* line 40, custom-general\custom-tabs.less */
.tab-content {
  background-color: #FFFFFF;
  padding: 20px;
  border: 1px solid #DDDDDD;
  min-height: 877px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  /* line 45, custom-general\custom-tabs.less */
  .tab-content {
    border-top: 0;
  }
}
/* line 51, custom-general\custom-tabs.less */
.tab-content hr {
  border-color: #DDDDDD;
}
/*
 * Social Feeds
 */
/* line 5, custom-general\social-feeds.less */
.twitter-feed,
.facebook-feed {
  margin-bottom: 20px;
}
/* line 9, custom-general\social-feeds.less */
.twitter-feed iframe {
  width: 100%;
  height: 425px;
}
/* line 14, custom-general\social-feeds.less */
.facebook-feed {
  background-color: #FFFFFF;
}
/* line 17, custom-general\social-feeds.less */
.facebook-feed span,
.facebook-feed iframe {
  border: 0 none !important;
  height: 425px !important;
  width: 100% !important;
}
/* line 23, custom-general\social-feeds.less */
.facebook-feed .fb_iframe_widget {
  display: block;
}



#safety{
    margin-top: -50px;
}
#community{
	margin-top:-50px;
	}

.arrow-overlay-inverted-silver {
    background: rgba(0, 0, 0, 0) url("../../images/bg-silver-article-arrow-overlay-inverted.png") no-repeat scroll center 0;
    height: 30px;
    position: relative;
    z-index: 10;
	top: -1px;
}
