/*@import '../Global/Skin.css';*/
/* Rogue Wave Theme */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7142857;
  color: #414042;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #288dc0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1b5f81;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.7142857;
  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;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #dbdbdb;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #288dc0;
}
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: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 11.5px;
}
.lead {
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #002b49;
}
a.text-primary:hover {
  color: #000d16;
}
.text-success {
  color: #288dc0;
}
a.text-success:hover {
  color: #1f6e96;
}
.text-info {
  color: #588e71;
}
a.text-info:hover {
  color: #446f58;
}
.text-warning {
  color: #002b49;
}
a.text-warning:hover {
  color: #000d16;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #002b49;
}
a.bg-primary:hover {
  background-color: #000d16;
}
.bg-success {
  background-color: #edf3f6;
}
a.bg-success:hover {
  background-color: #cbdce5;
}
.bg-info {
  background-color: #eef3f1;
}
a.bg-info:hover {
  background-color: #d0ded8;
}
.bg-warning {
  background-color: #d9edf7;
}
a.bg-warning:hover {
  background-color: #afd9ee;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #dbdbdb;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 23px;
}
dt,
dd {
  line-height: 1.7142857;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 17.5px;
  border-left: 5px solid #dbdbdb;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.7142857;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dbdbdb;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.7142857;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 13px;
  line-height: 1.7142857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 23px;
}
.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.7142857;
  vertical-align: top;
  border-top: 1px solid #e0dfe1;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0dfe1;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e0dfe1;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #e0dfe1;
}
.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 #e0dfe1;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.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: #edf3f6;
}
.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: #dce8ee;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #eef3f1;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #dfe8e5;
}
.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: #d9edf7;
}
.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: #c4e3f3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e0dfe1;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.7142857;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7142857;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.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);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #dbdbdb;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 37px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 23px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 28px;
  right: 0;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #288dc0;
}
.has-success .form-control {
  border-color: #288dc0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #1f6e96;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6dbae1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6dbae1;
}
.has-success .input-group-addon {
  color: #288dc0;
  border-color: #288dc0;
  background-color: #edf3f6;
}
.has-success .form-control-feedback {
  color: #288dc0;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #002b49;
}
.has-warning .form-control {
  border-color: #002b49;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #000d16;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #0067af;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #0067af;
}
.has-warning .input-group-addon {
  color: #002b49;
  border-color: #002b49;
  background-color: #d9edf7;
}
.has-warning .form-control-feedback {
  color: #002b49;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #817f83;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.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.7142857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #002b49;
  border-color: #001c2f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #001320;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #002b49;
  border-color: #001c2f;
}
.btn-primary .badge {
  color: #002b49;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #288dc0;
  border-color: #247eab;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #21749e;
  border-color: #195878;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #288dc0;
  border-color: #247eab;
}
.btn-success .badge {
  color: #288dc0;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #588e71;
  border-color: #4e7e64;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #48755d;
  border-color: #375846;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #588e71;
  border-color: #4e7e64;
}
.btn-info .badge {
  color: #588e71;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f4a416;
  border-color: #e6970b;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d78d0a;
  border-color: #ab7008;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f4a416;
  border-color: #e6970b;
}
.btn-warning .badge {
  color: #f4a416;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d04523;
  border-color: #ba3e1f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ad391d;
  border-color: #862c17;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d04523;
  border-color: #ba3e1f;
}
.btn-danger .badge {
  color: #d04523;
  background-color: #ffffff;
}
.btn-link {
  color: #288dc0;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1b5f81;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #e6e6e8;
  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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.7142857;
  color: #002b49;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #288dc0;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #002b49;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.7142857;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.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;
}
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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #dbdbdb;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #dbdbdb;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #dbdbdb;
  border-color: #288dc0;
}
.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.7142857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #dbdbdb #dbdbdb #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.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) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #002b49;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.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) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13.5px 15px;
  font-size: 18px;
  line-height: 23px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .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;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #002b49;
  border-color: #288dc0;
}
.navbar-default .navbar-brand {
  color: #f2f2f3;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #d7d7db;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #f2f2f3;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #f2f2f3;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #f2f2f3;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #288dc0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #f2f2f3;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #f2f2f3;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #f2f2f3;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #f2f2f3;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #f2f2f3;
}
.navbar-default .navbar-link:hover {
  color: #f2f2f3;
}
.navbar-inverse {
  background-color: #288dc0;
  border-color: #1f6e96;
}
.navbar-inverse .navbar-brand {
  color: #f2f2f3;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f2f2f3;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #f2f2f3;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #f2f2f3;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #2277a2;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #f2f2f3;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #1f6e96;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #1f6e96;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #f2f2f3;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #f2f2f3;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #f2f2f3;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #f2f2f3;
}
.navbar-inverse .navbar-link:hover {
  color: #f2f2f3;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.7142857;
  text-decoration: none;
  color: #288dc0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #1b5f81;
  background-color: #dbdbdb;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #002b49;
  border-color: #002b49;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #dbdbdb;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #002b49;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #000d16;
}
.label-success {
  background-color: #288dc0;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #1f6e96;
}
.label-info {
  background-color: #588e71;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #446f58;
}
.label-warning {
  background-color: #f4a416;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cd870a;
}
.label-danger {
  background-color: #d04523;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a4371c;
}
.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: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #288dc0;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 10px;
  margin-bottom: 10px;
  color: #002b49;
  background-color: #FFFFFF;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
  font-size: 91px;
}
.jumbotron p {
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #FFFFFF;
  }
  .container .jumbotron {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 91px;
  }
  .jumbotron p {
    font-size: 36px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.7142857;
  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;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #288dc0;
}
.thumbnail .caption {
  padding: 9px;
  color: #414042;
}
.alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #edf3f6;
  border-color: #dcebee;
  color: #288dc0;
}
.alert-success hr {
  border-top-color: #cbe1e5;
}
.alert-success .alert-link {
  color: #1f6e96;
}
.alert-info {
  background-color: #eef3f1;
  border-color: #d9e4de;
  color: #588e71;
}
.alert-info hr {
  border-top-color: #cadad1;
}
.alert-info .alert-link {
  color: #446f58;
}
.alert-warning {
  background-color: #d9edf7;
  border-color: #c4ebf3;
  color: #002b49;
}
.alert-warning hr {
  border-top-color: #afe4ee;
}
.alert-warning .alert-link {
  color: #000d16;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 23px;
  margin-bottom: 23px;
  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);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  background-color: #002b49;
  -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;
}
.progress-striped .progress-bar {
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #288dc0;
}
.progress-striped .progress-bar-success {
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #588e71;
}
.progress-striped .progress-bar-info {
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f4a416;
}
.progress-striped .progress-bar-warning {
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d04523;
}
.progress-striped .progress-bar-danger {
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #002b49;
  border-color: #002b49;
}
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;
}
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: #169fff;
}
.list-group-item-success {
  color: #288dc0;
  background-color: #edf3f6;
}
a.list-group-item-success {
  color: #288dc0;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #288dc0;
  background-color: #dce8ee;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #288dc0;
  border-color: #288dc0;
}
.list-group-item-info {
  color: #588e71;
  background-color: #eef3f1;
}
a.list-group-item-info {
  color: #588e71;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #588e71;
  background-color: #dfe8e5;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #588e71;
  border-color: #588e71;
}
.list-group-item-warning {
  color: #002b49;
  background-color: #d9edf7;
}
a.list-group-item-warning {
  color: #002b49;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #002b49;
  background-color: #c4e3f3;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #002b49;
  border-color: #002b49;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 23px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 30px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #e0dfe1;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 23px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #002b49;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #002b49;
  border-color: #002b49;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #002b49;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #002b49;
}
.panel-success {
  border-color: #002b49;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #288dc0;
  border-color: #002b49;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #002b49;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #002b49;
}
.panel-info {
  border-color: #d9e4de;
}
.panel-info > .panel-heading {
  color: #588e71;
  background-color: #eef3f1;
  border-color: #d9e4de;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d9e4de;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d9e4de;
}
.panel-warning {
  border-color: #c4ebf3;
}
.panel-warning > .panel-heading {
  color: #002b49;
  background-color: #d9edf7;
  border-color: #c4ebf3;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #c4ebf3;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #c4ebf3;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.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);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.7142857px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.7142857;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 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;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-news {
  background: url('../images/news-bar-bkg.png') center no-repeat;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #288dc0;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #288dc0;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    height: 30px;
    margin-top: -15px;
    margin-left: 45px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-right: 40px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  zoom: 1;
}
p a,
li a {
  font-weight: 400;
}
.header {
  padding: 12px 0 10px 3px;
  background-color: #f2f2f3;
}
.header .contact {
  padding-top: 2px;
  line-height: 1.5;
}
.header .contact a {
  font-weight: normal;
}
.header .contact .icon,
.header .contact .fa,
.header .contact .icon-rw {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 4px;
}
.footer {
  padding: 36px 0;
  /*background-image: url('../images/dot-pattern-01.png');*/
  /*background-color: #464646;*/
  background-image: none;
  background-color: #000000;
  color: #ebebeb;
}
.footer a {
  color: #ebebeb;
  font-weight: normal;
}
.footer a:hover {
  color: #dbdbdb;
  text-decoration: none;
}
.footer ul > li a {
  font-weight: 700;
}
.footer ul > li > ul > li {
  font-weight: normal;
  font-size: 13px;
}
.footer ul > li > ul > li a {
  font-weight: normal;
}
.footer .social {
  font-size: 21px;
}
.footer .social a {
  font-weight: normal;
}
.footer .phone {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer .phone a {
  font-weight: 700;
}
.footer .copyright {
  text-align: center;
  font-size: 12px;
}
.content-section h1:first-child,
.padding-vertical h1:first-child,
.padding-sm-vertical h1:first-child,
.padding-all h1:first-child,
.content-section .h1:first-child,
.padding-vertical .h1:first-child,
.padding-sm-vertical .h1:first-child,
.padding-all .h1:first-child,
.content-section h2:first-child,
.padding-vertical h2:first-child,
.padding-sm-vertical h2:first-child,
.padding-all h2:first-child,
.content-section .h2:first-child,
.padding-vertical .h2:first-child,
.padding-sm-vertical .h2:first-child,
.padding-all .h2:first-child {
  margin-top: 0;
}
.content-section ul.li-margin-bottom li:not(:last-child),
.padding-vertical ul.li-margin-bottom li:not(:last-child),
.padding-sm-vertical ul.li-margin-bottom li:not(:last-child),
.padding-all ul.li-margin-bottom li:not(:last-child) {
  margin-bottom: 28px;
}
.content-section,
.padding-all,
.padding-vertical,
.padding-bottom {
  padding-bottom: 40px;
}
.content-section,
.padding-all,
.padding-vertical,
.padding-top {
  padding-top: 48px;
}
.padding-all,
.padding-horizontal,
.padding-left {
  padding-left: 40px;
}
.padding-all,
.padding-horizontal,
.padding-right {
  padding-right: 40px;
}
.content-section-sm,
.padding-sm-all,
.padding-sm-vertical,
.padding-sm-top {
  padding-top: 20px;
}
.content-section-sm,
.padding-sm-all,
.padding-sm-vertical,
.padding-sm-bottom {
  padding-bottom: 16px;
}
.padding-sm-all,
.padding-sm-horizontal,
.padding-sm-left {
  padding-left: 20px;
}
.padding-sm-all,
.padding-sm-horizontal,
.padding-sm-right {
  padding-right: 20px;
}
.padding-none {
  padding: 0;
}
h1 small.new-line,
h2 small.new-line,
h3 small.new-line,
h4 small.new-line,
h5 small.new-line,
h6 small.new-line,
.h1 small.new-line,
.h2 small.new-line,
.h3 small.new-line,
.h4 small.new-line,
.h5 small.new-line,
.h6 small.new-line,
h1 .small.new-line,
h2 .small.new-line,
h3 .small.new-line,
h4 .small.new-line,
h5 .small.new-line,
h6 .small.new-line,
.h1 .small.new-line,
.h2 .small.new-line,
.h3 .small.new-line,
.h4 .small.new-line,
.h5 .small.new-line,
.h6 .small.new-line {
  display: block;
  line-height: 2;
}
.font-size-base {
  font-size: 14px;
}
.font-size-large {
  font-size: 18px;
}
.font-size-larger {
  font-size: 21px;
}
.font-size-largest {
  font-size: 24px;
}
.font-size-small {
  font-size: 12px;
}
.font-size-smaller {
  font-size: 10px;
}
.font-size-smallest {
  font-size: 8px;
}
p,
ul {
  line-height: 2;
}
strong,
.strong {
  font-weight: 600;
}
.stronger {
  font-weight: 700;
}
.text-uppercase {
  text-transform: uppercase;
}
.line-height-1x {
  line-height: 1.1428571;
}
.line-height-1-25x {
  line-height: 1.25;
}
.line-height-2x {
  line-height: 2;
}
.margin-top-1x {
  margin-top: 23px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-1x {
  margin-bottom: 23px;
}
.margin-top-2x {
  margin-top: 28px;
}
.margin-bottom-2x {
  margin-bottom: 28px;
}
.color-primary,
a.color-primary,
button.color-primary,
.text-primary,
a.text-primary,
button.text-primary {
  color: #002b49;
}
.color-success,
a.color-success,
button.color-success,
.text-success,
a.text-success,
button.text-success {
  color: #288dc0;
}
.color-info,
a.color-info,
button.color-info,
.text-info,
a.text-info,
button.text-info {
  color: #588e71;
}
.color-purple,
a.color-purple,
button.color-purple,
.text-purple,
a.text-purple,
button.text-purple {
  color: #5b2f88;
}
.color-green,
a.color-green,
button.color-green,
.text-green,
a.text-green,
button.text-green {
  color: #588e71;
}
.color-blue,
a.color-blue,
button.color-blue,
.text-blue,
a.text-blue,
button.text-blue {
  color: #002b49;
}
.color-security,
a.color-security,
button.color-security,
.text-security,
a.text-security,
button.text-security {
  color: #d24417;
}
.color-refactoring,
a.color-refactoring,
button.color-refactoring,
.text-refactoring,
a.text-refactoring,
button.text-refactoring {
  color: #006b4f;
}
.color-scanning,
a.color-scanning,
button.color-scanning,
.text-scanning,
a.text-scanning,
button.text-scanning {
  color: #f68746;
}
.color-certified,
a.color-certified,
button.color-certified,
.text-certified,
a.text-certified,
button.text-certified {
  color: #b8006c;
}
.color-review,
a.color-review,
button.color-review,
.text-review,
a.text-review,
button.text-review {
  color: #0079eb;
}
.color-debugging,
a.color-debugging,
button.color-debugging,
.text-debugging,
a.text-debugging,
button.text-debugging {
  color: #00687c;
}
.color-interfaces,
a.color-interfaces,
button.color-interfaces,
.text-interfaces,
a.text-interfaces,
button.text-interfaces {
  color: #57146c;
}
.color-management,
a.color-management,
button.color-management,
.text-management,
a.text-management,
button.text-management {
  color: #00addb;
}
.color-algorithms,
a.color-algorithms,
button.color-algorithms,
.text-algorithms,
a.text-algorithms,
button.text-algorithms {
  color: #f4a416;
}
.color-analysis,
a.color-analysis,
button.color-analysis,
.text-analysis,
a.text-analysis,
button.text-analysis {
  color: #3597a4;
}
.color-support,
a.color-support,
button.color-support,
.text-support,
a.text-support,
button.text-support {
  color: #6800b5;
}
.color-migration,
a.color-migration,
button.color-migration,
.text-migration,
a.text-migration,
button.text-migration {
  color: #2d9f5f;
}
.color-blocks,
a.color-blocks,
button.color-blocks,
.text-blocks,
a.text-blocks,
button.text-blocks {
  color: #8bc53f;
}
.background-green,
.bg-green {
  background-color: #588e71;
  color: #f2f2f3;
}
.background-green a:not(.btn),
.bg-green a:not(.btn) {
  color: #f2f2f3;
}
.background-green a:not(.btn):hover,
.bg-green a:not(.btn):hover {
  color: #f2f2f3;
}
.background-green.border-bottom,
.bg-green.border-bottom {
  border-bottom: 40px solid #87ae99;
}
.background-green h1,
.bg-green h1,
.background-green .h1,
.bg-green .h1,
.background-green h2,
.bg-green h2,
.background-green .h2,
.bg-green .h2,
.background-green h3,
.bg-green h3,
.background-green .h3,
.bg-green .h3,
.background-green h4,
.bg-green h4,
.background-green .h4,
.bg-green .h4,
.background-green h5,
.bg-green h5,
.background-green .h5,
.bg-green .h5 {
  color: #ffffff;
}
.background-green .help-block,
.bg-green .help-block {
  color: #f2f2f3;
}
.background-blue,
.bg-blue {
  background-color: #002b49;
  color: #f2f2f3;
}
.background-blue a:not(.btn),
.bg-blue a:not(.btn) {
  color: #f2f2f3;
}
.background-blue a:not(.btn):hover,
.bg-blue a:not(.btn):hover {
  color: #f2f2f3;
}
.background-blue.border-bottom,
.bg-blue.border-bottom {
  border-bottom: 40px solid #288dc0;
}
.background-blue h1,
.bg-blue h1,
.background-blue .h1,
.bg-blue .h1,
.background-blue h2,
.bg-blue h2,
.background-blue .h2,
.bg-blue .h2,
.background-blue h3,
.bg-blue h3,
.background-blue .h3,
.bg-blue .h3,
.background-blue h4,
.bg-blue h4,
.background-blue .h4,
.bg-blue .h4,
.background-blue h5,
.bg-blue h5,
.background-blue .h5,
.bg-blue .h5 {
  color: #ffffff;
}
.background-blue .help-block,
.bg-blue .help-block {
  color: #f2f2f3;
}
.background-steel,
.bg-steel {
  background-color: #288dc0;
  color: #f2f2f3;
}
.background-steel a:not(.btn),
.bg-steel a:not(.btn) {
  color: #f2f2f3;
}
.background-steel a:not(.btn):hover,
.bg-steel a:not(.btn):hover {
  color: #f2f2f3;
}
.background-steel.border-bottom,
.bg-steel.border-bottom {
  border-bottom: 40px solid #57a6cd;
}
.background-steel h1,
.bg-steel h1,
.background-steel .h1,
.bg-steel .h1,
.background-steel h2,
.bg-steel h2,
.background-steel .h2,
.bg-steel .h2,
.background-steel h3,
.bg-steel h3,
.background-steel .h3,
.bg-steel .h3,
.background-steel h4,
.bg-steel h4,
.background-steel .h4,
.bg-steel .h4,
.background-steel h5,
.bg-steel h5,
.background-steel .h5,
.bg-steel .h5 {
  color: #ffffff;
}
.background-steel .help-block,
.bg-steel .help-block {
  color: #f2f2f3;
}
.background-orange,
.bg-orange {
  background-color: #c98022;
  color: #f2f2f3;
}
.background-orange a:not(.btn),
.bg-orange a:not(.btn) {
  color: #f2f2f3;
}
.background-orange a:not(.btn):hover,
.bg-orange a:not(.btn):hover {
  color: #f2f2f3;
}
.background-orange.border-bottom,
.bg-orange.border-bottom {
  border-bottom: 40px solid #d49d5b;
}
.background-orange h1,
.bg-orange h1,
.background-orange .h1,
.bg-orange .h1,
.background-orange h2,
.bg-orange h2,
.background-orange .h2,
.bg-orange .h2,
.background-orange h3,
.bg-orange h3,
.background-orange .h3,
.bg-orange .h3,
.background-orange h4,
.bg-orange h4,
.background-orange .h4,
.bg-orange .h4,
.background-orange h5,
.bg-orange h5,
.background-orange .h5,
.bg-orange .h5 {
  color: #ffffff;
}
.background-orange .help-block,
.bg-orange .help-block {
  color: #f2f2f3;
}
.background-gray,
.bg-gray {
  background-color: #555555;
  color: #f2f2f3;
}
.background-gray a:not(.btn),
.bg-gray a:not(.btn) {
  color: #f2f2f3;
}
.background-gray a:not(.btn):hover,
.bg-gray a:not(.btn):hover {
  color: #f2f2f3;
}
.background-gray.border-bottom,
.bg-gray.border-bottom {
  border-bottom: 40px solid #999999;
}
.background-gray h1,
.bg-gray h1,
.background-gray .h1,
.bg-gray .h1,
.background-gray h2,
.bg-gray h2,
.background-gray .h2,
.bg-gray .h2,
.background-gray h3,
.bg-gray h3,
.background-gray .h3,
.bg-gray .h3,
.background-gray h4,
.bg-gray h4,
.background-gray .h4,
.bg-gray .h4,
.background-gray h5,
.bg-gray h5,
.background-gray .h5,
.bg-gray .h5 {
  color: #ffffff;
}
.background-gray .help-block,
.bg-gray .help-block {
  color: #f2f2f3;
}
.background-white-dark,
.bg-white-dark {
  background-color: #f2f2f3;
  color: #414042;
}
.background-white-dark a:not(.btn),
.bg-white-dark a:not(.btn) {
  color: #288dc0;
}
.background-white-dark a:not(.btn):hover,
.bg-white-dark a:not(.btn):hover {
  color: #1b5f81;
}
.background-white-dark.border-bottom,
.bg-white-dark.border-bottom {
  border-bottom: 40px solid #ffffff;
}
.background-white-dark h1,
.bg-white-dark h1,
.background-white-dark .h1,
.bg-white-dark .h1,
.background-white-dark h2,
.bg-white-dark h2,
.background-white-dark .h2,
.bg-white-dark .h2,
.background-white-dark h3,
.bg-white-dark h3,
.background-white-dark .h3,
.bg-white-dark .h3,
.background-white-dark h4,
.bg-white-dark h4,
.background-white-dark .h4,
.bg-white-dark .h4,
.background-white-dark h5,
.bg-white-dark h5,
.background-white-dark .h5,
.bg-white-dark .h5 {
  color: #288dc0;
}
.background-white-dark .help-block,
.bg-white-dark .help-block {
  color: #414042;
}
.background-primary,
.bg-primary {
  background-color: #002b49;
  color: #f2f2f3;
}
.background-primary a:not(.btn),
.bg-primary a:not(.btn) {
  color: #f2f2f3;
}
.background-primary a:not(.btn):hover,
.bg-primary a:not(.btn):hover {
  color: #f2f2f3;
}
.background-primary.border-bottom,
.bg-primary.border-bottom {
  border-bottom: 40px solid #288dc0;
}
.background-primary h1,
.bg-primary h1,
.background-primary .h1,
.bg-primary .h1,
.background-primary h2,
.bg-primary h2,
.background-primary .h2,
.bg-primary .h2,
.background-primary h3,
.bg-primary h3,
.background-primary .h3,
.bg-primary .h3,
.background-primary h4,
.bg-primary h4,
.background-primary .h4,
.bg-primary .h4,
.background-primary h5,
.bg-primary h5,
.background-primary .h5,
.bg-primary .h5 {
  color: #ffffff;
}
.background-primary .help-block,
.bg-primary .help-block {
  color: #f2f2f3;
}
.background-primary-light,
.bg-primary-light {
  background-color: #288dc0;
  color: #414042;
}
.background-primary-light a:not(.btn),
.bg-primary-light a:not(.btn) {
  color: #414042;
}
.background-primary-light a:not(.btn):hover,
.bg-primary-light a:not(.btn):hover {
  color: #414042;
}
.background-primary-light.border-bottom,
.bg-primary-light.border-bottom {
  border-bottom: 40px solid #288dc0;
}
.background-primary-light h1,
.bg-primary-light h1,
.background-primary-light .h1,
.bg-primary-light .h1,
.background-primary-light h2,
.bg-primary-light h2,
.background-primary-light .h2,
.bg-primary-light .h2,
.background-primary-light h3,
.bg-primary-light h3,
.background-primary-light .h3,
.bg-primary-light .h3,
.background-primary-light h4,
.bg-primary-light h4,
.background-primary-light .h4,
.bg-primary-light .h4,
.background-primary-light h5,
.bg-primary-light h5,
.background-primary-light .h5,
.bg-primary-light .h5 {
  color: #414042;
}
.background-primary-light .help-block,
.bg-primary-light .help-block {
  color: #414042;
}
.background-primary-lighter,
.bg-primary-lighter {
  background-color: #edf3f6;
  color: #414042;
}
.background-primary-lighter a:not(.btn),
.bg-primary-lighter a:not(.btn) {
  color: #414042;
}
.background-primary-lighter a:not(.btn):hover,
.bg-primary-lighter a:not(.btn):hover {
  color: #288dc0;
}
.background-primary-lighter.border-bottom,
.bg-primary-lighter.border-bottom {
  border-bottom: 40px solid #edf3f6;
}
.background-primary-lighter h1,
.bg-primary-lighter h1,
.background-primary-lighter .h1,
.bg-primary-lighter .h1,
.background-primary-lighter h2,
.bg-primary-lighter h2,
.background-primary-lighter .h2,
.bg-primary-lighter .h2,
.background-primary-lighter h3,
.bg-primary-lighter h3,
.background-primary-lighter .h3,
.bg-primary-lighter .h3,
.background-primary-lighter h4,
.bg-primary-lighter h4,
.background-primary-lighter .h4,
.bg-primary-lighter .h4,
.background-primary-lighter h5,
.bg-primary-lighter h5,
.background-primary-lighter .h5,
.bg-primary-lighter .h5 {
  color: #414042;
}
.background-primary-lighter .help-block,
.bg-primary-lighter .help-block {
  color: #414042;
}
.background-success,
.bg-success {
  background-color: #288dc0;
  color: #f2f2f3;
}
.background-success a:not(.btn),
.bg-success a:not(.btn) {
  color: #f2f2f3;
}
.background-success a:not(.btn):hover,
.bg-success a:not(.btn):hover {
  color: #f2f2f3;
}
.background-success.border-bottom,
.bg-success.border-bottom {
  border-bottom: 40px solid #57a6cd;
}
.background-success h1,
.bg-success h1,
.background-success .h1,
.bg-success .h1,
.background-success h2,
.bg-success h2,
.background-success .h2,
.bg-success .h2,
.background-success h3,
.bg-success h3,
.background-success .h3,
.bg-success .h3,
.background-success h4,
.bg-success h4,
.background-success .h4,
.bg-success .h4,
.background-success h5,
.bg-success h5,
.background-success .h5,
.bg-success .h5 {
  color: #ffffff;
}
.background-success .help-block,
.bg-success .help-block {
  color: #f2f2f3;
}
.background-success-light,
.bg-success-light {
  background-color: #57a6cd;
  color: #f2f2f3;
}
.background-success-light a:not(.btn),
.bg-success-light a:not(.btn) {
  color: #f2f2f3;
}
.background-success-light a:not(.btn):hover,
.bg-success-light a:not(.btn):hover {
  color: #f2f2f3;
}
.background-success-light.border-bottom,
.bg-success-light.border-bottom {
  border-bottom: 40px solid #57a6cd;
}
.background-success-light h1,
.bg-success-light h1,
.background-success-light .h1,
.bg-success-light .h1,
.background-success-light h2,
.bg-success-light h2,
.background-success-light .h2,
.bg-success-light .h2,
.background-success-light h3,
.bg-success-light h3,
.background-success-light .h3,
.bg-success-light .h3,
.background-success-light h4,
.bg-success-light h4,
.background-success-light .h4,
.bg-success-light .h4,
.background-success-light h5,
.bg-success-light h5,
.background-success-light .h5,
.bg-success-light .h5 {
  color: #ffffff;
}
.background-success-light .help-block,
.bg-success-light .help-block {
  color: #f2f2f3;
}
.background-success-lighter,
.bg-success-lighter {
  background-color: #edf3f6;
  color: #414042;
}
.background-success-lighter a:not(.btn),
.bg-success-lighter a:not(.btn) {
  color: #288dc0;
}
.background-success-lighter a:not(.btn):hover,
.bg-success-lighter a:not(.btn):hover {
  color: #1b5f81;
}
.background-success-lighter.border-bottom,
.bg-success-lighter.border-bottom {
  border-bottom: 40px solid #edf3f6;
}
.background-success-lighter h1,
.bg-success-lighter h1,
.background-success-lighter .h1,
.bg-success-lighter .h1,
.background-success-lighter h2,
.bg-success-lighter h2,
.background-success-lighter .h2,
.bg-success-lighter .h2,
.background-success-lighter h3,
.bg-success-lighter h3,
.background-success-lighter .h3,
.bg-success-lighter .h3,
.background-success-lighter h4,
.bg-success-lighter h4,
.background-success-lighter .h4,
.bg-success-lighter .h4,
.background-success-lighter h5,
.bg-success-lighter h5,
.background-success-lighter .h5,
.bg-success-lighter .h5 {
  color: #414042;
}
.background-success-lighter .help-block,
.bg-success-lighter .help-block {
  color: #414042;
}
.background-info,
.bg-info {
  background-color: #588e71;
  color: #f2f2f3;
}
.background-info a:not(.btn),
.bg-info a:not(.btn) {
  color: #f2f2f3;
}
.background-info a:not(.btn):hover,
.bg-info a:not(.btn):hover {
  color: #f2f2f3;
}
.background-info.border-bottom,
.bg-info.border-bottom {
  border-bottom: 40px solid #87ae99;
}
.background-info h1,
.bg-info h1,
.background-info .h1,
.bg-info .h1,
.background-info h2,
.bg-info h2,
.background-info .h2,
.bg-info .h2,
.background-info h3,
.bg-info h3,
.background-info .h3,
.bg-info .h3,
.background-info h4,
.bg-info h4,
.background-info .h4,
.bg-info .h4,
.background-info h5,
.bg-info h5,
.background-info .h5,
.bg-info .h5 {
  color: #ffffff;
}
.background-info .help-block,
.bg-info .help-block {
  color: #f2f2f3;
}
.background-info-light,
.bg-info-light {
  background-color: #87ae99;
  color: #f2f2f3;
}
.background-info-light a:not(.btn),
.bg-info-light a:not(.btn) {
  color: #f2f2f3;
}
.background-info-light a:not(.btn):hover,
.bg-info-light a:not(.btn):hover {
  color: #f2f2f3;
}
.background-info-light.border-bottom,
.bg-info-light.border-bottom {
  border-bottom: 40px solid #87ae99;
}
.background-info-light h1,
.bg-info-light h1,
.background-info-light .h1,
.bg-info-light .h1,
.background-info-light h2,
.bg-info-light h2,
.background-info-light .h2,
.bg-info-light .h2,
.background-info-light h3,
.bg-info-light h3,
.background-info-light .h3,
.bg-info-light .h3,
.background-info-light h4,
.bg-info-light h4,
.background-info-light .h4,
.bg-info-light .h4,
.background-info-light h5,
.bg-info-light h5,
.background-info-light .h5,
.bg-info-light .h5 {
  color: #ffffff;
}
.background-info-light .help-block,
.bg-info-light .help-block {
  color: #f2f2f3;
}
.background-info-lighter,
.bg-info-lighter {
  background-color: #eef3f1;
  color: #414042;
}
.background-info-lighter a:not(.btn),
.bg-info-lighter a:not(.btn) {
  color: #288dc0;
}
.background-info-lighter a:not(.btn):hover,
.bg-info-lighter a:not(.btn):hover {
  color: #1b5f81;
}
.background-info-lighter.border-bottom,
.bg-info-lighter.border-bottom {
  border-bottom: 40px solid #eef3f1;
}
.background-info-lighter h1,
.bg-info-lighter h1,
.background-info-lighter .h1,
.bg-info-lighter .h1,
.background-info-lighter h2,
.bg-info-lighter h2,
.background-info-lighter .h2,
.bg-info-lighter .h2,
.background-info-lighter h3,
.bg-info-lighter h3,
.background-info-lighter .h3,
.bg-info-lighter .h3,
.background-info-lighter h4,
.bg-info-lighter h4,
.background-info-lighter .h4,
.bg-info-lighter .h4,
.background-info-lighter h5,
.bg-info-lighter h5,
.background-info-lighter .h5,
.bg-info-lighter .h5 {
  color: #ffffff;
}
.background-info-lighter .help-block,
.bg-info-lighter .help-block {
  color: #414042;
}
.page-header {
  padding-bottom: 0;
  margin: 23px 0 0;
  border-bottom: none;
}
.page-header.page-header-banner,
.page-header.page-header-banner-inverse {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}
.page-header.page-header-banner h1,
.page-header.page-header-banner-inverse h1,
.page-header.page-header-banner h2,
.page-header.page-header-banner-inverse h2,
.page-header.page-header-banner h3,
.page-header.page-header-banner-inverse h3,
.page-header.page-header-banner h4,
.page-header.page-header-banner-inverse h4,
.page-header.page-header-banner h5,
.page-header.page-header-banner-inverse h5,
.page-header.page-header-banner h6,
.page-header.page-header-banner-inverse h6 {
  font-weight: 600;
  margin: 0;
}
.page-header.page-header-banner {
  background-color: #288dc0;
}
.page-header.page-header-banner h1,
.page-header.page-header-banner h2,
.page-header.page-header-banner h3,
.page-header.page-header-banner h4,
.page-header.page-header-banner h5,
.page-header.page-header-banner h6 {
  color: #ffffff;
}
.page-header.page-header-banner-inverse {
  background-color: #edf3f6;
}
.page-header.page-header-banner-inverse h1,
.page-header.page-header-banner-inverse h2,
.page-header.page-header-banner-inverse h3,
.page-header.page-header-banner-inverse h4,
.page-header.page-header-banner-inverse h5,
.page-header.page-header-banner-inverse h6 {
  color: #288dc0;
}
.navbar-default + .page-header-banner,
.navbar-default + .page-header-banner-inverse {
  margin-top: -5px;
}
ul.list-icon {
  list-style-type: none;
  padding: 0;
}
ul.list-icon > li {
  background: url("../images/rw-bullet-sm.png") no-repeat 16px 8px;
  padding-left: 40px;
  font-size: 14px;
}
ul.list-icon.list-icon-large > li {
  background: url("../images/rw-bullet-lg.png") no-repeat 16px 10px;
  padding-left: 46px;
  font-size: 18px;
}
ul.list-icon-font {
  font-family: "FontAwesome";
  list-style-type: none;
}
ul.list-icon-font li:before {
  content: "\f054";
  color: #002b49;
}
ul.list-icon-font li > span:before {
  content: "\f054";
  color: #288dc0;
  margin-left: -0.65em;
}
ul.list-center {
  position: relative;
  left: 50%;
}
ul.list-center li {
  text-align: center;
  right: 50%;
}
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}
@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
.container-half.container-half-left {
  margin-left: auto;
}
.container-half.container-half-right {
  margin-right: auto;
}
@media (min-width: 768px) {
  .container-half {
    width: 345px;
  }
}
@media (min-width: 992px) {
  .container-half {
    width: 455px;
  }
}
@media (min-width: 1200px) {
  .container-half {
    width: 555px;
  }
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* fix firefox responsive images */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
table {
  background-color: transparent;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.table-bordered-none {
  border: none;
}
.table-bordered-none > thead > tr,
.table-bordered-none > tbody > tr {
  border: none;
}
.table-bordered-none > thead > tr > td,
.table-bordered-none > tbody > tr > td,
.table-bordered-none > thead > tr > th,
.table-bordered-none > tbody > tr > th {
  border: none;
}
.table-support > thead > tr > td,
.table-support > tbody > tr > td,
.table-support > thead > tr > th,
.table-support > tbody > tr > th {
  border: none;
  border-right: 3px solid #fff;
  padding: 12px;
  vertical-align: middle;
}
.table-support > thead > tr > td,
.table-support > tbody > tr > td {
  background-color: #fcfbfd;
}
.table-support > thead > tr > td:first-child,
.table-support > tbody > tr > td:first-child,
.table-support > thead > tr > th:first-child,
.table-support > tbody > tr > th:first-child {
  background-color: #fff;
  border: none;
  border-right: 1px solid #cbcacc;
}
.table-support > thead > tr > td:last-child,
.table-support > tbody > tr > td:last-child,
.table-support > thead > tr > th:last-child,
.table-support > tbody > tr > th:last-child {
  border-right: 1px solid #cbcacc;
}
.table-support > thead > tr:first-child > th {
  border: none;
  font-size: 16px;
}
.table-support > thead > tr:nth-child(2) > th:not(:first-child) {
  background-color: #588e71;
  color: #f2f2f3;
  font-size: 16px;
  font-weight: 700;
}
.table-support > tbody > tr:first-child > td:not(:first-child) {
  border-top: 1px solid #cbcacc;
}
.table-support > tbody > tr:last-child > td:not(:first-child) {
  border-bottom: 1px solid #cbcacc;
  /*> td:first-child {
             border-bottom: none !important;
         }*/
}
.table-primary > thead > tr > th,
.table-primary > tbody > tr > th {
  background-color: #002b49;
  color: #f2f2f3;
}
.table-primary > thead > tr.background-none > th {
  background-color: transparent;
  color: #002b49;
}
.table-primary.table-striped > tbody > tr:nth-child(odd) > td,
.table-primary.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #edf3f6;
}
.table-primary a {
  font-weight: 600;
  color: #00497c;
}
.table-success > thead > tr > th,
.table-success > tbody > tr > th {
  background-color: #288dc0;
  color: #f2f2f3;
}
.table-success > thead > tr.background-none > th {
  background-color: transparent;
  color: #288dc0;
}
.table-success.table-striped > tbody > tr:nth-child(odd) > td,
.table-success.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #edf3f6;
}
.table-success a {
  font-weight: 600;
  color: #43a6d8;
}
.table-info > thead > tr > th,
.table-info > tbody > tr > th {
  background-color: #588e71;
  color: #f2f2f3;
}
.table-info > thead > tr.background-none > th {
  background-color: transparent;
  color: #588e71;
}
.table-info.table-striped > tbody > tr:nth-child(odd) > td,
.table-info.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #eef3f1;
}
.table-info a {
  font-weight: 600;
  color: #72a78b;
}
span.control-label {
  font-weight: bold;
}
.form-control-phone input[type="text"].form-control {
  display: inline-block;
}
.form-control-phone input[type="text"].input-width-15 {
  width: 54px;
}
.form-control-phone input[type="text"].input-width-20 {
  width: 62px;
}
.click-reset #clickdimensionsForm {
  width: 100%;
}
.click-reset #clickdimensionsForm table {
  width: 100%;
}
.click-reset #clickdimensionsForm table colgroup col {
  width: auto !important;
}
.click-reset #clickdimensionsForm table tr:last-child td div {
  cursor: pointer;
}
.click-reset #clickdimensionsForm table td {
  padding: 0px;
}
.click-reset #clickdimensionsForm textarea {
  height: 150px;
}
.click-reset #clickdimensionsForm #btnSubmit,
.click-reset #clickdimensionsForm input[type=button],
.click-reset #clickdimensionsForm button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
}
.click-reset .WizardNextButton {
  float: right;
}
.click-reset .WizardPrevButton {
  float: left;
}
.click-reset.height-m600 {
  min-height: 600px;
}
.click-reset.height-m800 {
  min-height: 800px;
}
.click-1-col #clickdimensionsForm table colgroup col {
  width: auto !important;
}
.click-1-col #clickdimensionsForm table tr,
.click-1-col #clickdimensionsForm table td {
  width: auto;
}
.click-1-col #clickdimensionsForm table td:not(:first-child) {
  display: none;
  width: 0;
  min-width: 0;
}
.click-1-col #clickdimensionsForm textarea {
  height: 100px;
}
.marketoForm input[type=text],
.marketoForm input[type=url],
.marketoForm input[type=email],
.marketoForm input[type=tel],
.marketoForm input[type=number],
.marketoForm input[type=date],
.marketoForm textarea.mktoField,
.marketoForm select.mktoField {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7142857;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.marketoForm input[type=text]:focus,
.marketoForm input[type=url]:focus,
.marketoForm input[type=email]:focus,
.marketoForm input[type=tel]:focus,
.marketoForm input[type=number]:focus,
.marketoForm input[type=date]:focus,
.marketoForm textarea.mktoField:focus,
.marketoForm select.mktoField: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);
}
.marketoForm input[type=text]::-moz-placeholder,
.marketoForm input[type=url]::-moz-placeholder,
.marketoForm input[type=email]::-moz-placeholder,
.marketoForm input[type=tel]::-moz-placeholder,
.marketoForm input[type=number]::-moz-placeholder,
.marketoForm input[type=date]::-moz-placeholder,
.marketoForm textarea.mktoField::-moz-placeholder,
.marketoForm select.mktoField::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.marketoForm input[type=text]:-ms-input-placeholder,
.marketoForm input[type=url]:-ms-input-placeholder,
.marketoForm input[type=email]:-ms-input-placeholder,
.marketoForm input[type=tel]:-ms-input-placeholder,
.marketoForm input[type=number]:-ms-input-placeholder,
.marketoForm input[type=date]:-ms-input-placeholder,
.marketoForm textarea.mktoField:-ms-input-placeholder,
.marketoForm select.mktoField:-ms-input-placeholder {
  color: #999999;
}
.marketoForm input[type=text]::-webkit-input-placeholder,
.marketoForm input[type=url]::-webkit-input-placeholder,
.marketoForm input[type=email]::-webkit-input-placeholder,
.marketoForm input[type=tel]::-webkit-input-placeholder,
.marketoForm input[type=number]::-webkit-input-placeholder,
.marketoForm input[type=date]::-webkit-input-placeholder,
.marketoForm textarea.mktoField::-webkit-input-placeholder,
.marketoForm select.mktoField::-webkit-input-placeholder {
  color: #999999;
}
.marketoForm input[type=text][disabled],
.marketoForm input[type=url][disabled],
.marketoForm input[type=email][disabled],
.marketoForm input[type=tel][disabled],
.marketoForm input[type=number][disabled],
.marketoForm input[type=date][disabled],
.marketoForm textarea.mktoField[disabled],
.marketoForm select.mktoField[disabled],
.marketoForm input[type=text][readonly],
.marketoForm input[type=url][readonly],
.marketoForm input[type=email][readonly],
.marketoForm input[type=tel][readonly],
.marketoForm input[type=number][readonly],
.marketoForm input[type=date][readonly],
.marketoForm textarea.mktoField[readonly],
.marketoForm select.mktoField[readonly],
fieldset[disabled] .marketoForm input[type=text],
fieldset[disabled] .marketoForm input[type=url],
fieldset[disabled] .marketoForm input[type=email],
fieldset[disabled] .marketoForm input[type=tel],
fieldset[disabled] .marketoForm input[type=number],
fieldset[disabled] .marketoForm input[type=date],
fieldset[disabled] .marketoForm textarea.mktoField,
fieldset[disabled] .marketoForm select.mktoField {
  cursor: not-allowed;
  background-color: #dbdbdb;
  opacity: 1;
}
textarea.marketoForm input[type=text],
textarea.marketoForm input[type=url],
textarea.marketoForm input[type=email],
textarea.marketoForm input[type=tel],
textarea.marketoForm input[type=number],
textarea.marketoForm input[type=date],
textarea.marketoForm textarea.mktoField,
textarea.marketoForm select.mktoField {
  height: auto;
}
.marketo-reset button,
.marketo-reset input[type=button] {
  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.7142857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #288dc0;
  border-color: #247eab;
}
.marketo-reset button:focus,
.marketo-reset input[type=button]:focus,
.marketo-reset button:active:focus,
.marketo-reset input[type=button]:active:focus,
.marketo-reset button.active:focus,
.marketo-reset input[type=button].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.marketo-reset button:hover,
.marketo-reset input[type=button]:hover,
.marketo-reset button:focus,
.marketo-reset input[type=button]:focus {
  color: #333333;
  text-decoration: none;
}
.marketo-reset button:active,
.marketo-reset input[type=button]:active,
.marketo-reset button.active,
.marketo-reset input[type=button].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);
}
.marketo-reset button.disabled,
.marketo-reset input[type=button].disabled,
.marketo-reset button[disabled],
.marketo-reset input[type=button][disabled],
fieldset[disabled] .marketo-reset button,
fieldset[disabled] .marketo-reset input[type=button] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.marketo-reset button:hover,
.marketo-reset input[type=button]:hover,
.marketo-reset button:focus,
.marketo-reset input[type=button]:focus,
.marketo-reset button:active,
.marketo-reset input[type=button]:active,
.marketo-reset button.active,
.marketo-reset input[type=button].active,
.open .dropdown-toggle.marketo-reset button,
.open .dropdown-toggle.marketo-reset input[type=button] {
  color: #ffffff;
  background-color: #21749e;
  border-color: #195878;
}
.marketo-reset button:active,
.marketo-reset input[type=button]:active,
.marketo-reset button.active,
.marketo-reset input[type=button].active,
.open .dropdown-toggle.marketo-reset button,
.open .dropdown-toggle.marketo-reset input[type=button] {
  background-image: none;
}
.marketo-reset button.disabled,
.marketo-reset input[type=button].disabled,
.marketo-reset button[disabled],
.marketo-reset input[type=button][disabled],
fieldset[disabled] .marketo-reset button,
fieldset[disabled] .marketo-reset input[type=button],
.marketo-reset button.disabled:hover,
.marketo-reset input[type=button].disabled:hover,
.marketo-reset button[disabled]:hover,
.marketo-reset input[type=button][disabled]:hover,
fieldset[disabled] .marketo-reset button:hover,
fieldset[disabled] .marketo-reset input[type=button]:hover,
.marketo-reset button.disabled:focus,
.marketo-reset input[type=button].disabled:focus,
.marketo-reset button[disabled]:focus,
.marketo-reset input[type=button][disabled]:focus,
fieldset[disabled] .marketo-reset button:focus,
fieldset[disabled] .marketo-reset input[type=button]:focus,
.marketo-reset button.disabled:active,
.marketo-reset input[type=button].disabled:active,
.marketo-reset button[disabled]:active,
.marketo-reset input[type=button][disabled]:active,
fieldset[disabled] .marketo-reset button:active,
fieldset[disabled] .marketo-reset input[type=button]:active,
.marketo-reset button.disabled.active,
.marketo-reset input[type=button].disabled.active,
.marketo-reset button[disabled].active,
.marketo-reset input[type=button][disabled].active,
fieldset[disabled] .marketo-reset button.active,
fieldset[disabled] .marketo-reset input[type=button].active {
  background-color: #288dc0;
  border-color: #247eab;
}
.marketo-reset button .badge,
.marketo-reset input[type=button] .badge {
  color: #288dc0;
  background-color: #ffffff;
}
.mktoButtonRow {
  display: block !important;
}
.marketo-panel .mktoButtonRow button {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  color: #414042;
  background-color: #f2f2f3;
  border-color: #f2f2f3;
  margin-top: 23px;
  color: #002b49;
  font-weight: 600;
  text-transform: uppercase;
}
.marketo-panel .mktoButtonRow button:hover,
.marketo-panel .mktoButtonRow button:focus,
.marketo-panel .mktoButtonRow button:active,
.marketo-panel .mktoButtonRow button.active,
.open .dropdown-toggle.marketo-panel .mktoButtonRow button {
  color: #414042;
  background-color: #dddddf;
  border-color: #d2d2d6;
}
.marketo-panel .mktoButtonRow button:active,
.marketo-panel .mktoButtonRow button.active,
.open .dropdown-toggle.marketo-panel .mktoButtonRow button {
  background-image: none;
}
.marketo-panel .mktoButtonRow button.disabled,
.marketo-panel .mktoButtonRow button[disabled],
fieldset[disabled] .marketo-panel .mktoButtonRow button,
.marketo-panel .mktoButtonRow button.disabled:hover,
.marketo-panel .mktoButtonRow button[disabled]:hover,
fieldset[disabled] .marketo-panel .mktoButtonRow button:hover,
.marketo-panel .mktoButtonRow button.disabled:focus,
.marketo-panel .mktoButtonRow button[disabled]:focus,
fieldset[disabled] .marketo-panel .mktoButtonRow button:focus,
.marketo-panel .mktoButtonRow button.disabled:active,
.marketo-panel .mktoButtonRow button[disabled]:active,
fieldset[disabled] .marketo-panel .mktoButtonRow button:active,
.marketo-panel .mktoButtonRow button.disabled.active,
.marketo-panel .mktoButtonRow button[disabled].active,
fieldset[disabled] .marketo-panel .mktoButtonRow button.active {
  background-color: #f2f2f3;
  border-color: #f2f2f3;
}
.marketo-panel .mktoButtonRow button .badge {
  color: #f2f2f3;
  background-color: #414042;
}
.mktoAsterix {
  text-align: right;
  float: right;
  padding-left: 5px;
  display: none;
}
.mktoRequiredField .mktoAsterix {
  display: block;
}
.mktoError {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #817f83;
}
.mktoLabel {
  font-weight: 400;
  margin-bottom: 2px;
}
.btn-green.btn-gradient {
  background-color: #87ae99;
  color: #ffffff;
  background-color: #588e71;
  background-image: -moz-linear-gradient(top, #87ae99, #588e71);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87ae99), to(#588e71));
  background-image: -webkit-linear-gradient(top, #87ae99, #588e71);
  background-image: -o-linear-gradient(top, #87ae99, #588e71);
  background-image: linear-gradient(to bottom, #87ae99, #588e71);
  background-repeat: repeat-x;
  border: none;
}
.btn-green.btn-gradient:hover,
.btn-green.btn-gradient:focus {
  color: #FFF;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-green.btn-gradient:hover,
.btn-green.btn-gradient:focus {
  background-color: #588e71;
}
.btn-green.btn-gradient:active,
.btn-green.btn-gradient.active,
.btn-green.btn-gradient.active:hover {
  background-color: #588e71;
  border-color: #588e71;
}
.btn-green.btn-gradient.disabled:hover,
.btn-green.btn-gradient.disabled:focus,
.btn-green.btn-gradient.disabled:active,
.btn-green.btn-gradient.disabled.active,
.btn-green.btn-gradient[disabled] .btn-green.btn-gradient:hover,
.btn-green.btn-gradient[disabled] .btn-green.btn-gradient:focus,
.btn-green.btn-gradient[disabled] .btn-green.btn-gradient:active,
.btn-green.btn-gradient[disabled] .btn-green.btn-gradient.active {
  background-color: #87ae99;
  border-color: #87ae99;
}
.btn-green.btn-gradient.icon,
.btn-green.btn-gradient.fa,
.btn-green.btn-gradient.icon-rw {
  padding: 8px 10px;
}
/*.btn-green {
    background-color: @green-g-light;
    //border-color: #5a9173;
    color: #fff;
    //text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: @green-g;
    background-image: -moz-linear-gradient(top,@green-g-light,@green-g);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(@green-g-light),to(@green-g));
    background-image: -webkit-linear-gradient(top,@green-g-light,@green-g);
    background-image: -o-linear-gradient(top,@green-g-light,@green-g);
    background-image: linear-gradient(to bottom,@green-g-light,@green-g);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a9173', endColorstr='#ff46715a', GradientType=0);
    border: none;
    //border-color: #87ae99 #87ae99 #5a9173;
    //border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);

    &:hover,
    &:focus {
        color: #FFF;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }

    &:hover,
    &:focus {
        background-color: @green-g;
    }

    &:active,
    &.active,
    &.active:hover {
        background-color: #508167;
        border-color: @green-g;
    }

    &.disabled:hover,
    &.disabled:focus,
    &.disabled:active,
    &.disabled.active,
    &[disabled] &:hover,
    &[disabled] &:focus,
    &[disabled] &:active,
    &[disabled] &.active {
        background-color: @green-g-light;
        border-color: @green-g-light;
    }

    // If button contains icon, reduce default padding...
    &.icon,
    &.fa,
    &.icon-rw {
        padding: 8px 10px;
    }
}*/
.btn-orange.btn-gradient {
  background-color: #d49d5b;
  color: #ffffff;
  background-color: #c98022;
  background-image: -moz-linear-gradient(top, #d49d5b, #c98022);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d49d5b), to(#c98022));
  background-image: -webkit-linear-gradient(top, #d49d5b, #c98022);
  background-image: -o-linear-gradient(top, #d49d5b, #c98022);
  background-image: linear-gradient(to bottom, #d49d5b, #c98022);
  background-repeat: repeat-x;
  border: none;
}
.btn-orange.btn-gradient:hover,
.btn-orange.btn-gradient:focus {
  color: #FFF;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-orange.btn-gradient:hover,
.btn-orange.btn-gradient:focus {
  background-color: #c98022;
}
.btn-orange.btn-gradient:active,
.btn-orange.btn-gradient.active,
.btn-orange.btn-gradient.active:hover {
  background-color: #c98022;
  border-color: #c98022;
}
.btn-orange.btn-gradient.disabled:hover,
.btn-orange.btn-gradient.disabled:focus,
.btn-orange.btn-gradient.disabled:active,
.btn-orange.btn-gradient.disabled.active,
.btn-orange.btn-gradient[disabled] .btn-orange.btn-gradient:hover,
.btn-orange.btn-gradient[disabled] .btn-orange.btn-gradient:focus,
.btn-orange.btn-gradient[disabled] .btn-orange.btn-gradient:active,
.btn-orange.btn-gradient[disabled] .btn-orange.btn-gradient.active {
  background-color: #d49d5b;
  border-color: #d49d5b;
}
.btn-orange.btn-gradient.icon,
.btn-orange.btn-gradient.fa,
.btn-orange.btn-gradient.icon-rw {
  padding: 8px 10px;
}
/*.btn-orange {
    background-color: @orange-g-light;
    //border-color: #5a9173;
    color: #fff;
    //text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: @orange-g;
    background-image: -moz-linear-gradient(top,@orange-g-light,@orange-g);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(@orange-g-light),to(@orange-g));
    background-image: -webkit-linear-gradient(top,@orange-g-light,@orange-g);
    background-image: -o-linear-gradient(top,@orange-g-light,@orange-g);
    background-image: linear-gradient(to bottom,@orange-g-light,@orange-g);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc98022', endColorstr='#ffd49d5b', GradientType=0);
    border: none;
    //border-color: #87ae99 #87ae99 #5a9173;
    //border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);

    &:hover,
    &:focus {
        color: #FFF;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }

    &:hover,
    &:focus {
        background-color: @orange-g;
    }

    &:active,
    &.active,
    &.active:hover {
        background-color: #c67e21;
        border-color: @orange-g;
    }

    &.disabled:hover,
    &.disabled:focus,
    &.disabled:active,
    &.disabled.active,
    &[disabled] &:hover,
    &[disabled] &:focus,
    &[disabled] &:active,
    &[disabled] &.active {
        background-color: @orange-g-light;
        border-color: @orange-g-light;
    }

    // If button contains icon, reduce default padding...
    &.icon,
    &.fa,
    &.icon-rw {
        padding: 8px 10px;
    }
}*/
.btn-steel.btn-gradient {
  background-color: #57a6cd;
  color: #ffffff;
  background-color: #288dc0;
  background-image: -moz-linear-gradient(top, #57a6cd, #288dc0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#57a6cd), to(#288dc0));
  background-image: -webkit-linear-gradient(top, #57a6cd, #288dc0);
  background-image: -o-linear-gradient(top, #57a6cd, #288dc0);
  background-image: linear-gradient(to bottom, #57a6cd, #288dc0);
  background-repeat: repeat-x;
  border: none;
}
.btn-steel.btn-gradient:hover,
.btn-steel.btn-gradient:focus {
  color: #FFF;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-steel.btn-gradient:hover,
.btn-steel.btn-gradient:focus {
  background-color: #288dc0;
}
.btn-steel.btn-gradient:active,
.btn-steel.btn-gradient.active,
.btn-steel.btn-gradient.active:hover {
  background-color: #288dc0;
  border-color: #288dc0;
}
.btn-steel.btn-gradient.disabled:hover,
.btn-steel.btn-gradient.disabled:focus,
.btn-steel.btn-gradient.disabled:active,
.btn-steel.btn-gradient.disabled.active,
.btn-steel.btn-gradient[disabled] .btn-steel.btn-gradient:hover,
.btn-steel.btn-gradient[disabled] .btn-steel.btn-gradient:focus,
.btn-steel.btn-gradient[disabled] .btn-steel.btn-gradient:active,
.btn-steel.btn-gradient[disabled] .btn-steel.btn-gradient.active {
  background-color: #57a6cd;
  border-color: #57a6cd;
}
.btn-steel.btn-gradient.icon,
.btn-steel.btn-gradient.fa,
.btn-steel.btn-gradient.icon-rw {
  padding: 8px 10px;
}
.btn-primary.btn-gradient {
  background-color: #57a6cd;
  color: #ffffff;
  background-color: #288dc0;
  background-image: -moz-linear-gradient(top, #57a6cd, #288dc0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#57a6cd), to(#288dc0));
  background-image: -webkit-linear-gradient(top, #57a6cd, #288dc0);
  background-image: -o-linear-gradient(top, #57a6cd, #288dc0);
  background-image: linear-gradient(to bottom, #57a6cd, #288dc0);
  background-repeat: repeat-x;
  border: none;
}
.btn-primary.btn-gradient:hover,
.btn-primary.btn-gradient:focus {
  color: #FFF;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-primary.btn-gradient:hover,
.btn-primary.btn-gradient:focus {
  background-color: #288dc0;
}
.btn-primary.btn-gradient:active,
.btn-primary.btn-gradient.active,
.btn-primary.btn-gradient.active:hover {
  background-color: #288dc0;
  border-color: #288dc0;
}
.btn-primary.btn-gradient.disabled:hover,
.btn-primary.btn-gradient.disabled:focus,
.btn-primary.btn-gradient.disabled:active,
.btn-primary.btn-gradient.disabled.active,
.btn-primary.btn-gradient[disabled] .btn-primary.btn-gradient:hover,
.btn-primary.btn-gradient[disabled] .btn-primary.btn-gradient:focus,
.btn-primary.btn-gradient[disabled] .btn-primary.btn-gradient:active,
.btn-primary.btn-gradient[disabled] .btn-primary.btn-gradient.active {
  background-color: #57a6cd;
  border-color: #57a6cd;
}
.btn-primary.btn-gradient.icon,
.btn-primary.btn-gradient.fa,
.btn-primary.btn-gradient.icon-rw {
  padding: 8px 10px;
}
.btn-success.btn-gradient {
  background-color: #57a6cd;
  color: #ffffff;
  background-color: #288dc0;
  background-image: -moz-linear-gradient(top, #57a6cd, #288dc0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#57a6cd), to(#288dc0));
  background-image: -webkit-linear-gradient(top, #57a6cd, #288dc0);
  background-image: -o-linear-gradient(top, #57a6cd, #288dc0);
  background-image: linear-gradient(to bottom, #57a6cd, #288dc0);
  background-repeat: repeat-x;
  border: none;
}
.btn-success.btn-gradient:hover,
.btn-success.btn-gradient:focus {
  color: #FFF;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-success.btn-gradient:hover,
.btn-success.btn-gradient:focus {
  background-color: #288dc0;
}
.btn-success.btn-gradient:active,
.btn-success.btn-gradient.active,
.btn-success.btn-gradient.active:hover {
  background-color: #288dc0;
  border-color: #288dc0;
}
.btn-success.btn-gradient.disabled:hover,
.btn-success.btn-gradient.disabled:focus,
.btn-success.btn-gradient.disabled:active,
.btn-success.btn-gradient.disabled.active,
.btn-success.btn-gradient[disabled] .btn-success.btn-gradient:hover,
.btn-success.btn-gradient[disabled] .btn-success.btn-gradient:focus,
.btn-success.btn-gradient[disabled] .btn-success.btn-gradient:active,
.btn-success.btn-gradient[disabled] .btn-success.btn-gradient.active {
  background-color: #57a6cd;
  border-color: #57a6cd;
}
.btn-success.btn-gradient.icon,
.btn-success.btn-gradient.fa,
.btn-success.btn-gradient.icon-rw {
  padding: 8px 10px;
}
.btn-info.btn-gradient {
  background-color: #87ae99;
  color: #ffffff;
  background-color: #588e71;
  background-image: -moz-linear-gradient(top, #87ae99, #588e71);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87ae99), to(#588e71));
  background-image: -webkit-linear-gradient(top, #87ae99, #588e71);
  background-image: -o-linear-gradient(top, #87ae99, #588e71);
  background-image: linear-gradient(to bottom, #87ae99, #588e71);
  background-repeat: repeat-x;
  border: none;
}
.btn-info.btn-gradient:hover,
.btn-info.btn-gradient:focus {
  color: #FFF;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-info.btn-gradient:hover,
.btn-info.btn-gradient:focus {
  background-color: #588e71;
}
.btn-info.btn-gradient:active,
.btn-info.btn-gradient.active,
.btn-info.btn-gradient.active:hover {
  background-color: #588e71;
  border-color: #588e71;
}
.btn-info.btn-gradient.disabled:hover,
.btn-info.btn-gradient.disabled:focus,
.btn-info.btn-gradient.disabled:active,
.btn-info.btn-gradient.disabled.active,
.btn-info.btn-gradient[disabled] .btn-info.btn-gradient:hover,
.btn-info.btn-gradient[disabled] .btn-info.btn-gradient:focus,
.btn-info.btn-gradient[disabled] .btn-info.btn-gradient:active,
.btn-info.btn-gradient[disabled] .btn-info.btn-gradient.active {
  background-color: #87ae99;
  border-color: #87ae99;
}
.btn-info.btn-gradient.icon,
.btn-info.btn-gradient.fa,
.btn-info.btn-gradient.icon-rw {
  padding: 8px 10px;
}
.btn-gray {
  color: #414042;
  background-color: #f2f2f3;
  border-color: #f2f2f3;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  color: #414042;
  background-color: #dddddf;
  border-color: #d2d2d6;
}
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #f2f2f3;
  border-color: #f2f2f3;
}
.btn-gray .badge {
  color: #f2f2f3;
  background-color: #414042;
}
.btn-white {
  color: #414042;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #414042;
  background-color: #ebebeb;
  border-color: #e0e0e0;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white .badge {
  color: #ffffff;
  background-color: #414042;
}
.btn.btn-right {
  border-radius: 1px;
  position: relative;
  /*&:after {
        position: absolute;
        top: calc(~'50% - @{width}');
        margin-left: @margin;
        display: inline-block;
        border-top: @width solid transparent;
        border-bottom: @width solid transparent;
        border-left: @width solid @black-light;
        content: '';
    }*/
}
.btn.btn-right:after {
  margin-left: 6px;
  display: inline-block;
  font-family: FontAwesome !important;
  content: '\f0da';
}
a.btn {
  text-decoration: none;
}
.btn-icon {
  width: 180px;
  text-transform: uppercase;
  line-height: 1.112;
  padding: 0;
}
.btn-icon .text {
  padding: 8px 0;
}
.btn-icon .text .line1 {
  display: block;
  font-size: 12px;
}
.btn-icon .text .line2 {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.btn-icon .icon,
.btn-icon .fa,
.btn-icon .icon-rw {
  padding: 8px 0;
  float: left;
  width: 55px;
  height: 44px;
  display: block;
  font-size: 28px;
  border-right: 1.5px solid white;
}
@font-face {
  font-family: 'roguewave';
  src: url('../fonts/roguewave.eot');
  src: url('../fonts/roguewave.eot?#iefix') format('embedded-opentype'), url('../fonts/roguewave.woff') format('woff'), url('../fonts/roguewave.ttf') format('truetype'), url('../fonts/roguewave.svg#roguewave') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
      font-family: 'WebSymbolsRegular';
      src: url('../fonts/websymbols-regular-webfont.eot');
      src: url('../fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/websymbols-regular-webfont.woff') format('woff'), url('../fonts/websymbols-regular-webfont.ttf') format('truetype'), url('../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
      font-weight: normal;
      font-style: normal;
  }
.icon-rw {
  display: inline-block;
  font-family: "roguewave";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-rw:hover {
  text-decoration: none;
}
[data-icon-rw]:before {
  font-family: "roguewave";
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-rw-"]:before,
[class*=" icon-rw-"]:before {
  font-family: "roguewave";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-size-2x {
  font-size: 28px;
}
.icon-size-3x {
  font-size: 42px;
}
.icon-size-4x {
  font-size: 56px;
}
.icon-title {
  line-height: 1.1428571;
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
}
a.icon-title {
  text-decoration: none;
}
a.icon-title:hover {
  font-weight: 600;
}
a.icon-link {
  color: #414042;
  text-decoration: none;
}
a.icon-link:hover {
  font-weight: 700;
  text-decoration: none;
}
a.icon-link:hover .icon-rw:before {
  opacity: 0.6;
}
a.icon-link.active {
  font-weight: 700;
}
a.icon-link.active .icon-rw:before {
  opacity: 1;
}
a.icon-link .icon-rw {
  display: block;
}
.icon-rw-security:before {
  content: "a";
  color: #d24417;
}
.icon-rw-refactoring:before {
  content: "b";
  color: #006b4f;
}
.icon-rw-scanning:before {
  content: "c";
  color: #f68746;
}
.icon-rw-certified:before {
  content: "d";
  color: #b8006c;
}
.icon-rw-review:before {
  content: "e";
  color: #0079eb;
}
.icon-rw-debugging:before {
  content: "f";
  color: #00687c;
}
.icon-rw-interfaces:before {
  content: "g";
  color: #57146c;
}
.icon-rw-management:before {
  content: "h";
  color: #00addb;
}
.icon-rw-algorithms:before {
  content: "i";
  color: #f4a416;
}
.icon-rw-analysis:before {
  content: "j";
  color: #3597a4;
}
.icon-rw-support:before {
  content: "k";
  color: #6800b5;
}
.icon-rw-migration:before {
  content: "l";
  color: #2d9f5f;
}
.icon-rw-blocks:before {
  content: "m";
  color: #8bc53f;
}
.icon-rw-olmark:before {
  content: "n";
}
.icon-rw-rwmark:before {
  content: "o";
}
.icon-rw-socialpeople:before {
  content: "p";
}
.icon-rw-paperclip:before {
  content: "q";
}
.icon-rw-mail:before {
  content: "r";
}
.icon-rw-phone:before {
  content: "s";
}
.icon-rw-kwmark:before {
  content: "t";
}
.icon-rw-casestudy:before {
  content: "u";
}
.icon-rw-research:before {
  content: "v";
}
.icon-rw-whitepaper:before {
  content: "w";
}
.icon-rw-star:before {
  content: "x";
}
.icon-rw-video:before {
  content: "y";
}
.icon-rw-factsheet:before {
  content: "z";
}
.icon-rw-report:before {
  content: "z";
}
.icon-rw-infographic:before {
  content: "A";
}
.icon-rw-ebook:before {
  content: "q";
}
.icon-rw-events:before {
  content: "p";
}
.icon-rw-presentation:before {
  content: "A";
}
.icon-rw-datasheet:before {
  content: "B";
}
.icon-rw-download:before {
  content: "C";
}
.icon-rw-resources:before {
  content: "D";
}
.icon-rw-inverse:before {
  color: #FFF;
}
.icon-rw-off:before,
.icon-rw.off:before {
  color: #999999;
}
.navbar-nav .dropdown-menu {
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #e6e6e8;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.navbar-nav .dropdown-menu > li > a {
  position: relative;
  display: block;
  padding: 3px 32px;
  clear: both;
  font-weight: normal;
  color: #002b49;
}
.navbar-nav .dropdown-menu > li > a:before {
  left: 16px;
  top: 6px;
  position: absolute;
  display: none;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #002b49;
  content: '';
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #288dc0;
  background-color: transparent;
}
.navbar-nav .dropdown-menu > li > a:hover:before,
.navbar-nav .dropdown-menu > li > a:focus:before {
  left: 16px;
  top: 6px;
  position: absolute;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #288dc0;
  content: '';
}
.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:hover,
.navbar-nav .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #002b49;
}
.navbar {
  margin-bottom: 0;
}
.navbar-collapse {
  padding-left: 0px;
}
.navbar-default {
  border: 0;
  border-bottom: 5px solid #288dc0;
}
.navbar-default .navbar-nav > li {
  padding-left: 25px;
  padding-right: 25px;
}
.navbar-default .navbar-nav > li:first-child {
  padding-left: 0px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.navbar-default .navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 14px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  font-weight: 700;
}
.navbar-default .navbar-nav > li > a:after {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
.navbar-default .navbar-nav > li > a:first-child {
  padding-left: 0px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  font-weight: 700;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.navbar-inverse {
  border: 0;
}
.navbar-inverse .navbar-nav > li {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-inverse .navbar-nav > li:first-child {
  padding-left: 0px;
}
@media (min-width: 768px) {
  .navbar-inverse .navbar-nav > li {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .navbar-inverse .navbar-nav > li {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .navbar-inverse .navbar-nav > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar-inverse .navbar-nav > li.nav-parent:after {
  content: "\f0da";
  color: #ffffff;
  font-family: FontAwesome;
  position: absolute;
  display: block;
  top: 11px;
  right: 5px;
}
.navbar-inverse .navbar-nav > li.nav-parent > a {
  font-weight: 700;
}
.navbar-inverse .navbar-nav > li > a {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  font-weight: 700;
}
.navbar-inverse .navbar-nav > li > a:after {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
.navbar-inverse .navbar-nav > li > a:first-child {
  padding-left: 0px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  font-weight: 700;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.navbar-inverse.navbar-subnav {
  margin-top: -5px;
}
.navbar-inverse.navbar-icons {
  font-size: 18px;
  padding: 6.5px 0;
}
.navbar-inverse.navbar-icons .navbar-nav.navbar-nav-center {
  display: table;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.navbar-inverse.navbar-icons .navbar-nav > li > a .icon-title {
  line-height: 1;
}
.navbar-inverse.navbar-icons .navbar-nav > li > a .icon-title,
.navbar-inverse.navbar-icons .navbar-nav > li > a .icon-rw:before {
  opacity: 0.6;
}
.navbar-inverse.navbar-icons .navbar-nav > li > a:hover .icon-title,
.navbar-inverse.navbar-icons .navbar-nav > li > a:focus .icon-title,
.navbar-inverse.navbar-icons .navbar-nav > li > a:hover .icon-rw:before,
.navbar-inverse.navbar-icons .navbar-nav > li > a:focus .icon-rw:before {
  opacity: 1;
}
.navbar-inverse.navbar-icons .navbar-nav > .active > a.icon-link .icon-title,
.navbar-inverse.navbar-icons .navbar-nav > .active > a.icon-link:hover .icon-title,
.navbar-inverse.navbar-icons .navbar-nav > .active > a.icon-link:focus .icon-title,
.navbar-inverse.navbar-icons .navbar-nav > .active > a.icon-link .icon-rw:before,
.navbar-inverse.navbar-icons .navbar-nav > .active > a.icon-link:hover .icon-rw:before,
.navbar-inverse.navbar-icons .navbar-nav > .active > a.icon-link:focus .icon-rw:before {
  opacity: 1;
}
.navbar-inverse.navbar-icons .navbar .navbar-collapse.navbar-nav-center {
  text-align: center;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 5px;
}
.navbar-nav > li > .dropdown-menu:before {
  position: absolute;
  top: -15px;
  left: 25px;
  display: inline-block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #e6e6e8;
  border-bottom-color: #e6e6e8;
  content: '';
}
/*.dropdown:hover .dropdown-menu {
    display: block;
}*/
.navbar-form {
  margin-top: 16px;
  padding-right: 0px;
  color: #9eabb4;
}
.navbar-form .search-icon {
  margin-right: -28px;
}
.navbar-form .search-input {
  width: 180px;
  height: 26px;
  background: transparent;
  border: 1px solid #9eabb4;
  color: #9eabb4;
  text-transform: uppercase;
  text-align: center;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.navbar-form .search-input:focus {
  outline: none;
}
.jumbotron {
  padding: 10px;
  margin-bottom: 0;
  color: #002b49;
  background-color: #FFFFFF;
}
.jumbotron h1,
.jumbotron .h1 {
  margin-bottom: 0;
  font-weight: 300;
}
.jumbotron h1 strong,
.jumbotron .h1 strong {
  font-weight: 700;
}
.jumbotron p {
  line-height: 1;
}
.jumbotron.background-white {
  background-color: #ffffff;
}
.panel-border-none {
  border: none;
}
.panel-border-radius-none {
  border-radius: 0;
}
.panel-transcript {
  border: none;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 14px;
}
.panel-transcript .panel-heading {
  border: none;
  border-radius: 0;
  background-color: #288dc0;
}
.panel-transcript .panel-heading a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none\9;
}
.panel-transcript .panel-heading a:after {
  content: "\f068";
  color: #ffffff;
  font-family: FontAwesome;
  padding-left: 10px;
  display: inline-block;
  text-decoration: none;
}
.panel-transcript .panel-heading a.collapsed:after {
  content: "\f067";
}
.panel-transcript .panel-body {
  background-color: #edf3f6;
}
.panel-default.panel-form {
  border-color: #dddddd;
}
.panel-default.panel-form > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  /*.panel-title {
            > a {
                color: @heading-text-color;
            }
        }*/
}
.panel-default.panel-form > .panel-heading > h1,
.panel-default.panel-form > .panel-heading .h1,
.panel-default.panel-form > .panel-heading h2,
.panel-default.panel-form > .panel-heading .h2,
.panel-default.panel-form > .panel-heading h3,
.panel-default.panel-form > .panel-heading .h3,
.panel-default.panel-form > .panel-heading h4,
.panel-default.panel-form > .panel-heading .h4,
.panel-default.panel-form > .panel-heading h5,
.panel-default.panel-form > .panel-heading .h5 {
  color: #333333;
}
.panel-default.panel-form > .panel-heading.panel-arrow-down:after {
  border-top-color: #f5f5f5;
}
.panel-default.panel-form > .panel-body.panel-color {
  color: #333333;
}
.panel-default.panel-form > .panel-body ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333;
}
.panel-default.panel-form > .panel-body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  opacity: 1;
}
.panel-default.panel-form > .panel-body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  opacity: 1;
}
.panel-default.panel-form > .panel-body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333;
}
.panel-default.panel-form > .panel-body input {
  border-color: #333333;
}
.panel-primary.panel-form {
  border-color: #002b49;
}
.panel-primary.panel-form > .panel-heading {
  color: #ffffff;
  background-color: #002b49;
  border-color: #002b49;
  /*.panel-title {
            > a {
                color: @heading-text-color;
            }
        }*/
}
.panel-primary.panel-form > .panel-heading > h1,
.panel-primary.panel-form > .panel-heading .h1,
.panel-primary.panel-form > .panel-heading h2,
.panel-primary.panel-form > .panel-heading .h2,
.panel-primary.panel-form > .panel-heading h3,
.panel-primary.panel-form > .panel-heading .h3,
.panel-primary.panel-form > .panel-heading h4,
.panel-primary.panel-form > .panel-heading .h4,
.panel-primary.panel-form > .panel-heading h5,
.panel-primary.panel-form > .panel-heading .h5 {
  color: #ffffff;
}
.panel-primary.panel-form > .panel-heading.panel-arrow-down:after {
  border-top-color: #002b49;
}
.panel-primary.panel-form > .panel-body.panel-color {
  color: #002b49;
}
.panel-primary.panel-form > .panel-body ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #002b49;
}
.panel-primary.panel-form > .panel-body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #002b49;
  opacity: 1;
}
.panel-primary.panel-form > .panel-body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #002b49;
  opacity: 1;
}
.panel-primary.panel-form > .panel-body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #002b49;
}
.panel-primary.panel-form > .panel-body input {
  border-color: #002b49;
}
.panel-success.panel-form {
  border-color: #002b49;
}
.panel-success.panel-form > .panel-heading {
  color: #ffffff;
  background-color: #288dc0;
  border-color: #288dc0;
  /*.panel-title {
            > a {
                color: @heading-text-color;
            }
        }*/
}
.panel-success.panel-form > .panel-heading > h1,
.panel-success.panel-form > .panel-heading .h1,
.panel-success.panel-form > .panel-heading h2,
.panel-success.panel-form > .panel-heading .h2,
.panel-success.panel-form > .panel-heading h3,
.panel-success.panel-form > .panel-heading .h3,
.panel-success.panel-form > .panel-heading h4,
.panel-success.panel-form > .panel-heading .h4,
.panel-success.panel-form > .panel-heading h5,
.panel-success.panel-form > .panel-heading .h5 {
  color: #ffffff;
}
.panel-success.panel-form > .panel-heading.panel-arrow-down:after {
  border-top-color: #288dc0;
}
.panel-success.panel-form > .panel-body.panel-color {
  color: #288dc0;
}
.panel-success.panel-form > .panel-body ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #288dc0;
}
.panel-success.panel-form > .panel-body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #288dc0;
  opacity: 1;
}
.panel-success.panel-form > .panel-body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #288dc0;
  opacity: 1;
}
.panel-success.panel-form > .panel-body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #288dc0;
}
.panel-success.panel-form > .panel-body input {
  border-color: #288dc0;
}
.panel-info.panel-form {
  border-color: #d9e4de;
}
.panel-info.panel-form > .panel-heading {
  color: #588e71;
  background-color: #eef3f1;
  border-color: #eef3f1;
  /*.panel-title {
            > a {
                color: @heading-text-color;
            }
        }*/
}
.panel-info.panel-form > .panel-heading > h1,
.panel-info.panel-form > .panel-heading .h1,
.panel-info.panel-form > .panel-heading h2,
.panel-info.panel-form > .panel-heading .h2,
.panel-info.panel-form > .panel-heading h3,
.panel-info.panel-form > .panel-heading .h3,
.panel-info.panel-form > .panel-heading h4,
.panel-info.panel-form > .panel-heading .h4,
.panel-info.panel-form > .panel-heading h5,
.panel-info.panel-form > .panel-heading .h5 {
  color: #588e71;
}
.panel-info.panel-form > .panel-heading.panel-arrow-down:after {
  border-top-color: #eef3f1;
}
.panel-info.panel-form > .panel-body.panel-color {
  color: #588e71;
}
.panel-info.panel-form > .panel-body ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #588e71;
}
.panel-info.panel-form > .panel-body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #588e71;
  opacity: 1;
}
.panel-info.panel-form > .panel-body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #588e71;
  opacity: 1;
}
.panel-info.panel-form > .panel-body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #588e71;
}
.panel-info.panel-form > .panel-body input {
  border-color: #588e71;
}
.panel-warning.panel-form {
  border-color: #c4ebf3;
}
.panel-warning.panel-form > .panel-heading {
  color: #002b49;
  background-color: #d9edf7;
  border-color: #d9edf7;
  /*.panel-title {
            > a {
                color: @heading-text-color;
            }
        }*/
}
.panel-warning.panel-form > .panel-heading > h1,
.panel-warning.panel-form > .panel-heading .h1,
.panel-warning.panel-form > .panel-heading h2,
.panel-warning.panel-form > .panel-heading .h2,
.panel-warning.panel-form > .panel-heading h3,
.panel-warning.panel-form > .panel-heading .h3,
.panel-warning.panel-form > .panel-heading h4,
.panel-warning.panel-form > .panel-heading .h4,
.panel-warning.panel-form > .panel-heading h5,
.panel-warning.panel-form > .panel-heading .h5 {
  color: #002b49;
}
.panel-warning.panel-form > .panel-heading.panel-arrow-down:after {
  border-top-color: #d9edf7;
}
.panel-warning.panel-form > .panel-body.panel-color {
  color: #002b49;
}
.panel-warning.panel-form > .panel-body ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #002b49;
}
.panel-warning.panel-form > .panel-body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #002b49;
  opacity: 1;
}
.panel-warning.panel-form > .panel-body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #002b49;
  opacity: 1;
}
.panel-warning.panel-form > .panel-body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #002b49;
}
.panel-warning.panel-form > .panel-body input {
  border-color: #002b49;
}
.panel-danger.panel-form {
  border-color: #ebccd1;
}
.panel-danger.panel-form > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #f2dede;
  /*.panel-title {
            > a {
                color: @heading-text-color;
            }
        }*/
}
.panel-danger.panel-form > .panel-heading > h1,
.panel-danger.panel-form > .panel-heading .h1,
.panel-danger.panel-form > .panel-heading h2,
.panel-danger.panel-form > .panel-heading .h2,
.panel-danger.panel-form > .panel-heading h3,
.panel-danger.panel-form > .panel-heading .h3,
.panel-danger.panel-form > .panel-heading h4,
.panel-danger.panel-form > .panel-heading .h4,
.panel-danger.panel-form > .panel-heading h5,
.panel-danger.panel-form > .panel-heading .h5 {
  color: #a94442;
}
.panel-danger.panel-form > .panel-heading.panel-arrow-down:after {
  border-top-color: #f2dede;
}
.panel-danger.panel-form > .panel-body.panel-color {
  color: #a94442;
}
.panel-danger.panel-form > .panel-body ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a94442;
}
.panel-danger.panel-form > .panel-body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a94442;
  opacity: 1;
}
.panel-danger.panel-form > .panel-body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a94442;
  opacity: 1;
}
.panel-danger.panel-form > .panel-body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a94442;
}
.panel-danger.panel-form > .panel-body input {
  border-color: #a94442;
}
.well {
  min-height: 20px;
  padding: 36px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.well-flat {
  border-radius: 0;
  box-shadow: none;
  background-color: #ffffff;
}
.carousel-control {
  color: #002b49;
  font-size: 18px;
  opacity: 1;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #288dc0;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  font-family: FontAwesome !important;
}
.carousel-control .icon-prev:before {
  content: '\f0d9';
}
.carousel-control .icon-next:before {
  content: '\f0da';
}
#carousel-learn .carousel-inner > .item {
  min-height: 158px;
  width: 70%;
  margin: 0 15%;
  padding: 34px 0;
  font-size: 18px;
}
#carousel-learn .carousel-inner > .item .title {
  font-size: 18px;
  font-weight: 700;
  color: #288dc0;
  text-transform: uppercase;
}
#carousel-learn .carousel-inner > .item img {
  padding-right: 24px;
}
#carousel-learn .carousel-inner > .item a {
  text-decoration: underline;
  color: #414042;
}
#carousel-learn .carousel-inner > .item a:hover {
  text-decoration: none;
}
#carousel-home-news .carousel-inner > .item {
  min-height: 158px;
  width: 70%;
  margin: 0 15%;
  padding: 34px 0;
  font-size: 13px;
  color: #FFFFFF;
}
#carousel-home-news .carousel-inner > .item .title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
}
#carousel-home-news .carousel-inner > .item img {
  padding-right: 24px;
}
#carousel-home-news .carousel-inner > .item a {
  text-decoration: underline;
  color: #FFFFFF;
}
#carousel-home-news .carousel-inner > .item a:hover {
  text-decoration: none;
}
#carousel-capabilities .carousel-inner > .item {
  min-height: 204px;
  margin: 0 30px;
  padding: 34px 0;
  font-size: 12px;
}
#carousel-capabilities .carousel-inner > .item a.carousel-icon {
  display: block;
  font-size: 56px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}
#carousel-capabilities .carousel-inner > .item a.carousel-icon:hover {
  text-decoration: none;
}
#carousel-capabilities .carousel-inner > .item a.carousel-title {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #288dc0;
  margin: 10px 0;
  text-align: center;
}
#carousel-capabilities .carousel-inner > .item a.carousel-title:hover {
  text-decoration: underline;
}
#carousel-capabilities .carousel-inner > .item a.btn {
  display: inline-block;
  margin-top: 16px;
  text-align: center;
}
#carousel-capabilities .carousel-control {
  width: 0;
}
#carousel-capabilities .carousel-control.left {
  left: -8px;
}
#carousel-capabilities .carousel-control.right {
  right: -22px;
}
.display-block {
  display: block !important;
}
.display-inline-block {
  display: inline-block !important;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.margin-none {
  margin: 0 !important;
}
.margin-top-none {
  margin-top: 0 !important;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.padding-none {
  padding: 0 !important;
}
.padding-top-none {
  padding-top: 0 !important;
}
.padding-bottom-none {
  padding-bottom: 0 !important;
}
.border-top-bottom-primary {
  border-top: 3px solid #002b49;
  border-bottom: 3px solid #002b49;
}
.border-top-bottom-success {
  border-top: 3px solid #288dc0;
  border-bottom: 3px solid #288dc0;
}
.about-news {
  padding-bottom: 40px;
}
.about-news .col-caret-down:before {
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #002b49;
  content: '';
}
.about-news .col-caret-down {
  padding: 30px 15px;
}
.about-news a.icon-rw {
  text-align: center;
}
.about-news h2,
.about-news .h2 {
  text-align: center;
  text-transform: uppercase;
  color: #288dc0;
  margin-top: 32px;
  margin-bottom: 24px;
}
.about-news p,
.about-news ul {
  font-size: 12px;
  line-height: 1.7142857;
}
.about-news ul > li:not(:last-child) {
  margin-bottom: 16px;
}
.about-news a.read-more {
  display: block;
  color: #414042;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.about-news a.read-more:hover {
  text-decoration: none;
}
.caps-circle {
  position: relative;
  margin: 32px auto 0;
  height: 370px;
  width: 770px;
  -moz-border-radius: 770px 770px 0 0;
  -webkit-border-radius: 770px 770px 0 0;
  border-radius: 770px 770px 0 0;
  background: #f2f2f3;
  line-height: 1.1428571;
}
.caps-circle a.icon-link {
  color: #555555;
  font-size: 13px;
  font-weight: 600;
}
.caps-circle a.icon-link:hover {
  text-decoration: none;
  color: #555555;
}
.caps-circle a.icon-link:hover .icon-rw:before {
  opacity: 0.5;
}
.caps-circle a.icon-link .icon-title {
  text-transform: uppercase;
}
.caps-circle .middle {
  position: absolute;
  top: 150px;
  left: 50%;
  width: 350px;
  margin-left: -175px;
  font-size: 16px;
  line-height: 24px;
}
.caps-circle .middle .caps-title {
  margin-top: 8px;
  font-weight: 600;
}
.caps-circle .middle .caps-icon {
  font-size: 72px;
}
.caps-circle .middle .caps-message a {
  text-decoration: underline;
}
.caps-circle .middle .caps-message a:hover {
  text-decoration: none;
}
.caps-circle .row-1 .col-left {
  padding-right: 5px;
}
.caps-circle .row-1 .col-right {
  padding-left: 5px;
}
.caps-circle .row-2 {
  padding-top: 15px;
  padding-bottom: 35px;
}
.caps-circle .row-2 .col-left {
  margin-left: 14.66666667%;
}
.caps-circle .row-2 .col-right {
  margin-left: 37.66666667%;
}
.caps-circle .row-3 .col-left {
  margin-left: 3.33333333%;
}
.caps-circle .row-3 .col-right {
  margin-left: 60.33333333%;
}
.caps-circle #divApplicationSecurity .caps-title {
  color: #d24417;
}
.caps-circle #divCertifiedOpenSource .caps-title {
  color: #b8006c;
}
.caps-circle #divCodeBuildingBlocks .caps-title {
  color: #8bc53f;
}
.caps-circle #divCodeMigration .caps-title {
  color: #2d9f5f;
}
.caps-circle #divCodeRefactoring .caps-title {
  color: #006b4f;
}
.caps-circle #divCodeReview .caps-title {
  color: #0079eb;
}
.caps-circle #divDebuggingComplexCode .caps-title {
  color: #00687c;
}
.caps-circle #divDevelopingUserInterfaces .caps-title {
  color: #57146c;
}
.caps-circle #divMathStatisticsAlgorithms .caps-title {
  color: #f4a416;
}
.caps-circle #divOpenSourceSupport .caps-title {
  color: #6800b5;
}
.caps-circle #divOpenSourceScanning .caps-title {
  color: #f68746;
}
.caps-circle #divOpenSourceManagement .caps-title {
  color: #00addb;
}
.caps-circle #divStaticCodeAnalysis .caps-title {
  color: #3597a4;
}
.caps-circle .col-xs-1,
.caps-circle .col-sm-1,
.caps-circle .col-md-1,
.caps-circle .col-lg-1,
.caps-circle .col-xs-2,
.caps-circle .col-sm-2,
.caps-circle .col-md-2,
.caps-circle .col-lg-2,
.caps-circle .col-xs-3,
.caps-circle .col-sm-3,
.caps-circle .col-md-3,
.caps-circle .col-lg-3,
.caps-circle .col-xs-4,
.caps-circle .col-sm-4,
.caps-circle .col-md-4,
.caps-circle .col-lg-4,
.caps-circle .col-xs-5,
.caps-circle .col-sm-5,
.caps-circle .col-md-5,
.caps-circle .col-lg-5,
.caps-circle .col-xs-6,
.caps-circle .col-sm-6,
.caps-circle .col-md-6,
.caps-circle .col-lg-6,
.caps-circle .col-xs-7,
.caps-circle .col-sm-7,
.caps-circle .col-md-7,
.caps-circle .col-lg-7,
.caps-circle .col-xs-8,
.caps-circle .col-sm-8,
.caps-circle .col-md-8,
.caps-circle .col-lg-8,
.caps-circle .col-xs-9,
.caps-circle .col-sm-9,
.caps-circle .col-md-9,
.caps-circle .col-lg-9,
.caps-circle .col-xs-10,
.caps-circle .col-sm-10,
.caps-circle .col-md-10,
.caps-circle .col-lg-10,
.caps-circle .col-xs-11,
.caps-circle .col-sm-11,
.caps-circle .col-md-11,
.caps-circle .col-lg-11,
.caps-circle .col-xs-12,
.caps-circle .col-sm-12,
.caps-circle .col-md-12,
.caps-circle .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.caps-table {
  line-height: 1.1428571;
}
.caps-overlay {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(1, 0, 0, 0.8);
  display: none;
}
.caps-overlay.on {
  display: block;
}
.caps-overlay .caps-content {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f2f2f3;
}
.caps-overlay .caps-content .icon-rw:before {
  line-height: inherit;
}
.caps-overlay .caps-content .icon-circle {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  font-size: 74px;
  line-height: 120px;
  text-align: center;
}
.caps-overlay .caps-content p {
  font-size: 18px;
  line-height: 1.7142857;
}
.caps-overlay .caps-content h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
  color: #f2f2f3;
}
.caps-overlay .caps-content a {
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 2px;
}
.caps-overlay .caps-content a:hover {
  text-decoration: none;
}
.caps-overlay .caps-content a.link-underline {
  border-bottom: 1px solid #ffffff;
}
.caps-item {
  display: none;
}
.caps-item.on {
  display: block;
}
.product-heading {
  margin: 0 0 25px;
  border: 1px solid #002b49;
  display: inline-block;
}
.product-heading .product-icon {
  padding: 10px 12px;
  background-color: #002b49;
  display: inline-block;
  float: left;
  font-size: 26px;
  line-height: 1;
}
.product-heading .product-title {
  float: left;
  display: inline-block;
  padding: 10px 16px;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}
.product-heading.color-purple {
  border-color: #5b2f88;
  color: #5b2f88;
}
.product-heading.color-purple a {
  color: #5b2f88;
}
.product-heading.color-purple .product-icon {
  background-color: #5b2f88;
}
.product-heading.color-green {
  border-color: #588e71;
  color: #588e71;
}
.product-heading.color-green a {
  color: #588e71;
}
.product-heading.color-green .product-icon {
  background-color: #588e71;
}
.product-heading.color-blue {
  border-color: #002b49;
  color: #002b49;
}
.product-heading.color-blue a {
  color: #002b49;
}
.product-heading.color-blue .product-icon {
  background-color: #002b49;
}
.product-heading.color-primary {
  border-color: #002b49;
  color: #002b49;
}
.product-heading.color-primary a {
  color: #002b49;
}
.product-heading.color-primary .product-icon {
  background-color: #002b49;
}
.product-heading.color-success {
  border-color: #288dc0;
  color: #288dc0;
}
.product-heading.color-success a {
  color: #288dc0;
}
.product-heading.color-success .product-icon {
  background-color: #288dc0;
}
.product-heading.color-info {
  border-color: #588e71;
  color: #588e71;
}
.product-heading.color-info a {
  color: #588e71;
}
.product-heading.color-info .product-icon {
  background-color: #588e71;
}
.product-heading.color-security {
  border-color: #d24417;
  color: #d24417;
}
.product-heading.color-security a {
  color: #d24417;
}
.product-heading.color-security .product-icon {
  background-color: #d24417;
}
.product-heading.color-refactoring {
  border-color: #006b4f;
  color: #006b4f;
}
.product-heading.color-refactoring a {
  color: #006b4f;
}
.product-heading.color-refactoring .product-icon {
  background-color: #006b4f;
}
.product-heading.color-scanning {
  border-color: #f68746;
  color: #f68746;
}
.product-heading.color-scanning a {
  color: #f68746;
}
.product-heading.color-scanning .product-icon {
  background-color: #f68746;
}
.product-heading.color-certified {
  border-color: #b8006c;
  color: #b8006c;
}
.product-heading.color-certified a {
  color: #b8006c;
}
.product-heading.color-certified .product-icon {
  background-color: #b8006c;
}
.product-heading.color-review {
  border-color: #0079eb;
  color: #0079eb;
}
.product-heading.color-review a {
  color: #0079eb;
}
.product-heading.color-review .product-icon {
  background-color: #0079eb;
}
.product-heading.color-debugging {
  border-color: #00687c;
  color: #00687c;
}
.product-heading.color-debugging a {
  color: #00687c;
}
.product-heading.color-debugging .product-icon {
  background-color: #00687c;
}
.product-heading.color-interfaces {
  border-color: #57146c;
  color: #57146c;
}
.product-heading.color-interfaces a {
  color: #57146c;
}
.product-heading.color-interfaces .product-icon {
  background-color: #57146c;
}
.product-heading.color-management {
  border-color: #00addb;
  color: #00addb;
}
.product-heading.color-management a {
  color: #00addb;
}
.product-heading.color-management .product-icon {
  background-color: #00addb;
}
.product-heading.color-algorithms {
  border-color: #f4a416;
  color: #f4a416;
}
.product-heading.color-algorithms a {
  color: #f4a416;
}
.product-heading.color-algorithms .product-icon {
  background-color: #f4a416;
}
.product-heading.color-analysis {
  border-color: #3597a4;
  color: #3597a4;
}
.product-heading.color-analysis a {
  color: #3597a4;
}
.product-heading.color-analysis .product-icon {
  background-color: #3597a4;
}
.product-heading.color-support {
  border-color: #6800b5;
  color: #6800b5;
}
.product-heading.color-support a {
  color: #6800b5;
}
.product-heading.color-support .product-icon {
  background-color: #6800b5;
}
.product-heading.color-migration {
  border-color: #2d9f5f;
  color: #2d9f5f;
}
.product-heading.color-migration a {
  color: #2d9f5f;
}
.product-heading.color-migration .product-icon {
  background-color: #2d9f5f;
}
.product-heading.color-blocks {
  border-color: #8bc53f;
  color: #8bc53f;
}
.product-heading.color-blocks a {
  color: #8bc53f;
}
.product-heading.color-blocks .product-icon {
  background-color: #8bc53f;
}
.product-summary {
  font-size: 18px;
  margin-bottom: 46px;
  line-height: 1.7142857;
}
.separator-link {
  background-color: #288dc0;
  padding: 22px 0 20px 0;
}
.separator-link a {
  display: block;
  color: #f2f2f3;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.separator-link a:hover {
  text-decoration: none;
  color: #dbdbdb;
}
.separator-link a .icon,
.separator-link a .fa,
.separator-link a .icon-rw {
  text-transform: none;
  font-size: 28px;
  font-weight: normal;
  margin-right: 10px;
  vertical-align: middle;
}
.separator-title {
  background-image: url('../images/dot-pattern-01.png');
  padding: 8px 0;
  color: #f2f2f3;
  /*text-transform: uppercase;*/
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 36px;
}
.separator-title .font-light {
  font-weight: 300;
}
.quote:before,
.bubble-quote:before,
.quote:after,
.bubble-quote:after {
  content: " ";
  display: table;
}
.quote:after,
.bubble-quote:after {
  clear: both;
}
.quote:before,
.bubble-quote:before,
.quote:after,
.bubble-quote:after {
  content: " ";
  display: table;
}
.quote:after,
.bubble-quote:after {
  clear: both;
}
.quote .quote-bubble,
.bubble-quote .quote-bubble,
.quote .bubble,
.bubble-quote .bubble {
  border: 4px solid #288dc0;
  padding: 18px 18px;
  font-size: 24px;
  line-height: 1.1428571;
  text-transform: uppercase;
  color: #288dc0;
  background-color: #ffffff;
}
.quote .quote-bubble p,
.bubble-quote .quote-bubble p,
.quote .bubble p,
.bubble-quote .bubble p {
  font-size: 18px;
  line-height: 1.42857143;
  font-weight: 600;
  text-transform: none;
}
.quote .quote-bubble a,
.bubble-quote .quote-bubble a,
.quote .bubble a,
.bubble-quote .bubble a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  text-decoration: underline;
}
.quote .quote-bubble a:hover,
.bubble-quote .quote-bubble a:hover,
.quote .bubble a:hover,
.bubble-quote .bubble a:hover {
  text-decoration: none;
}
.quote .quote-citation,
.bubble-quote .quote-citation,
.quote .citation,
.bubble-quote .citation {
  position: relative;
  font-size: 18px;
  line-height: 1.1428571;
  font-weight: 600;
  padding-left: 28px;
}
.quote .quote-citation .citation-name,
.bubble-quote .quote-citation .citation-name,
.quote .citation .citation-name,
.bubble-quote .citation .citation-name {
  color: #288dc0;
}
.quote .quote-citation .citation-logo,
.bubble-quote .quote-citation .citation-logo,
.quote .citation .citation-logo,
.bubble-quote .citation .citation-logo {
  margin-top: 15px;
}
.quote .quote-citation.citation-right:before,
.bubble-quote .quote-citation.citation-right:before,
.quote .citation.citation-right:before,
.bubble-quote .citation.citation-right:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #288dc0;
  top: 50%;
  margin-top: -16px;
  left: -4px;
}
.quote .quote-citation.citation-right:after,
.bubble-quote .quote-citation.citation-right:after,
.quote .citation.citation-right:after,
.bubble-quote .citation.citation-right:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  top: 50%;
  margin-top: -10px;
  left: -4px;
  z-index: 1000;
}
.quote .quote-citation.citation-left:before,
.bubble-quote .quote-citation.citation-left:before,
.quote .citation.citation-left:before,
.bubble-quote .citation.citation-left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #288dc0;
  top: 50%;
  margin-top: -16px;
  right: -4px;
}
.quote .quote-citation.citation-left:after,
.bubble-quote .quote-citation.citation-left:after,
.quote .citation.citation-left:after,
.bubble-quote .citation.citation-left:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
  top: 50%;
  margin-top: -10px;
  right: -4px;
  z-index: 1000;
}
.callout {
  padding: 18px 18px;
  border-radius: 3px;
}
.callout h1.callout-title,
.callout h2.callout-title,
.callout h3.callout-title {
  font-weight: 600;
}
.callout a.callout-link {
  text-transform: none;
  font-weight: 600;
  text-decoration: underline;
}
.callout a.callout-link:hover {
  text-decoration: none;
}
.callout p.callout-text {
  font-size: 18px;
  line-height: 1.42857143;
  font-weight: 600;
}
.callout.callout-arrow-left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 50%;
  margin-top: -15px;
  left: -4px;
  z-index: 1000;
}
.callout.callout-arrow-left.callout-arrow-white-dark:before {
  border-left: 15px solid #f2f2f3;
}
.callout.callout-arrow-left.callout-arrow-white:before {
  border-left: 15px solid #ffffff;
}
.callout.callout-arrow-right:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 50%;
  margin-top: -20px;
  right: -4px;
  z-index: 1000;
}
.callout.callout-arrow-right.callout-arrow-white-dark:before {
  border-right: 15px solid #f2f2f3;
}
.callout.callout-arrow-right.callout-arrow-white:before {
  border-right: 15px solid #ffffff;
}
.company-feature {
  border-top: 3px solid #002b49;
  border-bottom: 3px solid #002b49;
}
.company-feature .company-feature-text {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  margin: 48px 0 40px;
  height: 120px;
}
.company-feature .company-feature-logo {
  margin: 48px 0 40px;
  height: 120px;
}
.company-feature .company-feature-divider {
  width: 0;
  height: 0;
  border-top: 104px solid transparent;
  border-bottom: 104px solid transparent;
  border-left: 104px solid #002b49;
  background-color: #edf3f6;
  float: left;
  margin: -48px 0 -15px -40px;
}
.panel-landing {
  border: none;
}
.panel-landing h2,
.panel-landing .h2 {
  font-size: 30px;
}
.panel-landing .panel-heading {
  padding: 30px;
}
.panel-landing .panel-heading.panel-arrow-down {
  position: relative;
}
.panel-landing .panel-heading.panel-arrow-down:after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 12px);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffffff;
  content: '';
}
.panel-landing .panel-body a {
  text-decoration: underline;
}
.panel-landing .panel-body a:hover {
  text-decoration: none;
}
.gsc-input-box {
  border: 1px solid #D9D9D9;
  background: #fff;
  height: 35px !important;
}
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  width: auto !important;
  height: auto !important;
  padding: 10px 27px !important;
  min-width: 13px;
  margin-top: 2px;
}
/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */
/* Account for fixed navbar */
/* Don't let the lead text change font-size. */
.lead {
  font-size: 16px;
}
/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}
/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */
/* Reset the container */
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
/* Always float the navbar header */
.navbar-header {
  float: left;
}
/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}
.navbar-brand {
  margin-left: -15px;
}
/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}
/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  /*background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  /*color: #333;*/
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  /*color: #fff !important;
  background-color: #428bca !important;*/
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  /*color: #999 !important;
  background-color: transparent !important;*/
}
.home-banner {
    margin: 30px auto;
    min-height: 220px;
    width: 904px;
}
.home-banner-image {
  position: absolute;
}
.home-banner-content {
    text-align: left;
    z-index: 90;
    position: absolute;
    padding-top: 10px;
    padding-left: 20px;
    pointer-events: none;
}
.home-banner-content h2 {
    font-size: 24px;
}
.home-banner-content p {
    font-size: 14px;
}

.navbar-nav .dropdown-menu {
   background-color: #e6e6e8 !important;
}
.navbar-nav .open .dropdown-menu>li>a {
    color: #002b49 !important;
}

@media (max-width: 768px) {
  .navbar-header {
      float: none;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-collapse.collapse.in {
display: block!important;
}
  .navbar-nav {
      float: none!important;
      margin: 7.5px -15px;
        overflow: auto;
  max-height: 330px;
  }
  .navbar-nav>li {
      float: none;
    padding-left: 25px !important;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .navbar .navbar-nav .open .dropdown-menu {
        position: relative;
      width: 100%;
  }
}

.footer { background-image: none; background-color: #000000; }

/* Carousel */

#carousel-home { background-color: #021c2d; }
#carousel-home .carousel-inner>.item { height: 409px !important; }
#carousel-home .carousel-inner>.item>img { height: 409px !important; width: 2000px !important; min-width: 2000px !important; }
#carousel-home .carousel-inner>.item> .image { height: 409px; background-position: center 25%; background-repeat: no-repeat; }
#carousel-home .carousel-inner>.item h2 { font-family: inherit; font-weight: 400; line-height: 1.1; text-align: left; text-transform: uppercase; color: #FFFFFF; }
#carousel-home .carousel-inner>.item p { font-family: inherit; font-weight: 400; text-align: left; color: #FFFFFF; }

#carousel-home .carousel-inner>.item { height: auto !important; }
#carousel-home .carousel-inner>.item a img{ margin-left: -30px; min-height: 100px; }

.separator-title { background-image: none; }
.separator-title .font-light { font-weight: 400; }
.home-section1 { background-color: #032c48; }
.home-section2 { background-color: #288dc1; }
.home-content1 h2 { color: #032c48; }
.home-content1 .col-caret-down:before { border-top: 10px solid #032c48; }
.home-content2 h2 { color: #288dc1; }
.home-content2 .col-caret-down:before { border-top: 10px solid #288dc1; }


/* Jumbotron */
.jumbotron { background-color: #FFFFFF; }
.jumbotron h1 { font-size: 40px; }
.jumbotron p { font-size: 20px; }
@media screen and (min-width: 768px) {
  .jumbotron { background-color: #FFFFFF; }
  .jumbotron h1 { font-size: 40px; }
  .jumbotron p { font-size: 20px; }
}
.carousel-news { background: url('/sites/www.roguewave.com/files/assets/news-bar-blue-bkg.png') center no-repeat; }
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { height: 30px; margin-top: -15px; margin-left: 45px; font-size: 30px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; margin-right: 40px; font-size: 30px; }
}
#carousel-home-news .carousel-inner > .item { min-height: 158px; width: 70%; margin: 30px 15%; padding: 34px 0; font-size: 15px; color: #FFFFFF; }
#carousel-home-news .carousel-inner > .item .title { font-size: 17px; font-weight: 700; color: #FFFFFF; text-transform: uppercase; }
#carousel-home-news .carousel-inner > .item img { padding-right: 24px; }
#carousel-home-news .carousel-inner > .item a { text-decoration: underline; color: #FFFFFF; }
#carousel-home-news .carousel-inner > .item a:hover { text-decoration: none; }

.caps-table { margin-top: 30px; }
.caps-table .caps-col { display: inline-block; padding-bottom: 20px; }

   @font-face {
  font-family: "rw-cap";
  src:url("https://d2fldozy9mokv9.cloudfront.net/assets/fonts/rw-cap.eot");
    src:url("https://d2fldozy9mokv9.cloudfront.net/assets/fonts/rw-cap.eot?#iefix") format("embedded-opentype"),
    url("/themes/rws/fonts/rw-cap.woff") format("woff"),
    url("https://d2fldozy9mokv9.cloudfront.net/assets/fonts/rw-cap.ttf") format("truetype"),
    url("https://d2fldozy9mokv9.cloudfront.net/assets/fonts/rw-cap.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon2-rw-cap {
  display: inline-block;
  font-family: "rw-cap";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon2-rw-cap:hover {
  text-decoration: none;
}
[data-icon2]:before {
  font-family: "rw-cap" !important;
  content: attr(data-icon2);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon2-"]:before,
[class*=" icon2-"]:before {
  font-family: "rw-cap" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon2-size-2x { font-size: 28px; }
.icon2-size-3x { font-size: 42px; }
.icon2-size-4x { font-size: 56px; }
.icon2-title { line-height: 1.1428571; display: block; text-transform: uppercase; margin-top: 7px; }

a.icon2-title { text-decoration: none; }
a.icon2-title:hover { font-weight: 600; }
a.icon2-link { color: #414042; text-decoration: none; }
a.icon2-link:hover { font-weight: 700; text-decoration: none; }
a.icon2-link:hover .icon-rw-cap:before { opacity: 0.6; }
a.icon2-link.active { font-weight: 700; }
a.icon2-link.active .icon-rw-cap:before { opacity: 1; }
a.icon2-link .icon-rw-cap { display: block; }


.icon2-rw-cap-api-management:before { content: "a"; color: #35a297; }
.icon2-rw-cap-application-performance:before { content: "b"; color: #938643; }
.icon2-rw-cap-web-development:before { content: "c"; color: #ce2753; }
.icon2-rw-cap-inverse:before { color: #FFF; }

h1.solutions {
    background: url('/sites/www.roguewave.com/files/assets/customers/solution-header-divider.png') center bottom no-repeat;
    padding-bottom: 30px;
  }
  .solution_header {
    background-color: #F1F1F1;
  }
  .solution_logos {
    padding: 20px 0;
    border-top: solid 3px #032c48;
    border-bottom: solid 3px #032c48;
  }
  .solution_logos h3 {
    font-size: 140%;
  }
  .solution_content {
    margin-top: 30px;
  }
  
.amp-logo {
  display: none !important;
  }

  .video-player-content {
    max-width: 770px; 
    margin: auto;
  } 
@media screen and (min-width: 768px) {
    .video-player-content .azuremediaplayer {
      min-height: 428px;
    }
  } 
  
  .mplayer-styles {
  border: 1px solid #B0AFB1;
    background-color: transparent !important;
  }
  
  .resource-description {
    padding-top: 30px;
  }

  /*.resource-description p {
    line-height: 22px;
  }*/

  
  .trans-show {
  display: block !important;
  }
  
  .transcript-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .transcript-button {
  width: 100%;
    text-align: left;
    background-color: transparent;
    border: 1px solid #288DC0;
    height: 30px;
    font-weight: bold;
    color: #288DC0;
    margin-top: 20px;
  }
  
  /*.vjs-big-play-button {
  border-radius: 40px !important;
  }*/
  
  .resource-icon-size {
  font-size: 35px;
    position: relative;
    top: 5px;
  }

  .video-page-header {
  border-bottom: 5px solid #424094;
    background-color: #F2F2F3;
    height: 64px;
  }

  .video-page-header .icon-rw-video {
  color: #424094;
  }

  .video-icon-label {
  font-size: 30px;
    font-weight: bold;
    color: #424094;
    padding-left: 15px;
  }
  
 .casestudy-page-header {
  border-bottom: 5px solid #D14524;
    background-color: #F2F2F3;
  height: 64px;
  }
  
  .casestudy-page-header .icon-rw-casestudy {
  color: #D14524;
  }
  
  .casestudy-icon-label {
  font-size: 30px;
    font-weight: bold;
    color: #D14524;
    padding-left: 15px;
  }
  
  .datasheet-page-header {
    border-bottom: 5px solid #F4A314;
    background-color: #F2F2F3;
    height: 64px;
  }
  
  .datasheet-page-header .icon-rw-datasheet {
    color: #F4A314;
  }
  
  .datasheet-icon-label {
    font-size: 30px;
    font-weight: bold;
    color: #F4A314;
    padding-left: 15px;
  }
  
  .infographic-page-header {
    border-bottom: 5px solid #2E9E5E;
    background-color: #F2F2F3;
    height: 64px;
  }
  
  .infographic-page-header .icon-rw-infographic {
    color: #2E9E5E !important;
  }
  
  .infographic-icon-label {
    font-size: 30px;
    font-weight: bold;
    color: #2E9E5E;
    padding-left: 15px;
  }

  .whitepaper-page-header {
    border-bottom: 5px solid #2763CC;
    background-color: #F2F2F3;
    height: 64px;
  }
  
  .whitepaper-page-header .icon-rw-whitepaper {
  color: #2763CC;
  }
  
  .whitepaper-icon-label {
    font-size: 30px;
    font-weight: bold;
    color: #2763CC;
    padding-left: 15px;
  }

  .report-page-header {
    border-bottom: 5px solid #01687C;
    background-color: #F2F2F3;
    height: 64px;
  }
  
  .report-page-header .icon-rw-report {
    color: #01687C;
  }
  
  .report-icon-label {
    font-size: 30px;
    font-weight: bold;
    color: #01687C;
    padding-left: 15px;
  }

  .ebook-page-header {
    border-bottom: 5px solid #5193AD;
    background-color: #F2F2F3;
    height: 64px;
  }
  
  .ebook-page-header .icon-rw-ebook {
    color: #5193AD;
  }
  
  .ebook-icon-label {
    font-size: 30px;
    font-weight: bold;
    color: #5193AD;
    padding-left: 15px;
  }
  
.events-page-header {
  border-bottom: 5px solid #288DC0;
    background-color: #F2F2F3;
  height: 64px;
  }
  
  .events-page-header .icon-rw-events {
  color: #288DC0;
  }
  
  .events-icon-size {
  font-size: 35px;
    position: relative;
    top: 5px;
  }
  
  .events-icon-label {
  font-size: 30px;
    font-weight: bold;
    color: #288DC0;
    padding-left: 15px;
  }
  
  .chapter-titles {
  margin: 0px;
  }
  
  .chapters{
  padding-top: 30px;
  }

  .video-chapters {
    color: #288dc0;
    font-weight: bold;
    letter-spacing: 1px;
  }
  
.rw-card-img img {
  width: 100%;
    height: auto;
  border-bottom: 1px solid #D6D6D6;
  }
  
.rw-card {
  border: 1px solid #D6D6D6;
}

.card-block {
  padding: 35px;
}

.card-block p {
  line-height: 1.5;
  font-weight: 600;
}

.events .card-block p {
  line-height: 22px !important;
  font-weight: 400 !important;
}

  .resource-content {
  padding-bottom: 30px;
  }

  .resource-image img {
    box-shadow: 0px 0px 30px 4px #cccccc;
  }
 
  .resource-content .btn-primary {
    width: 270px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;    
  }
  
/*.resource-content p, ul {
    line-height: 22px;    
  }*/
  
  .resource-content .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #ffffff !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
    background-color: #002b49 !important;
    border-color: #002b49 !important;
  }
  
  .tags-date {
    padding-top: 30px;
    color: #B0AFB1;
    padding-bottom: 20px;
    font-size: 12px !important;
  }
  .tags-date a {
  font-weight: 600 !important;
 }

  .exposed-filters-styles {
    border: 1px solid #288DC0;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .exposed-filters-styles .view-filters input, .view-filters .select-wrapper, .view-filters .select-wrapper select, .view-filters .form-actions {
    width: 100%;
    margin-bottom: 10px;
  }
  .exposed-filters-styles .view-filters .form-item {
    width: 100%;
  }
  .exposed-filters-styles .view-filters label {
    color: #288DC0;
    margin-bottom: 5px;
  }
  .exposed-filters-styles .view-filters .form-actions .btn-info {
    width: 100% !important;
    background-color: #012B49 !important;
    border-color: #012B49 !important;
    margin-top: 10px !important;
  }
  .exposed-filters-styles .view-filters .form-actions .btn-default {
    width: 100% !important;
    margin-top: 10px !important;
    color: #B0AFB1 !important;
    border: none !important;
  } 
  
  .resources-handler .card .icon-type {
    font-size: 12px;
    font-weight: 600;
    color: white;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  } 
  .resources-handler .card .card-pt-2 .title, .resources-handler .card .card-title  {
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
  }

  .resources-handler .card .card-pt-2 .card-teaser, .resources-handler .card .card-pt-2 .card-teaser p {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .resources-handler .card {
    padding-bottom: 15px;
  }
  @media screen and (max-width: 992px) {
    .resources-handler .card {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
  }

  .resources-handler .card .card-title {
    padding: 0px 20px 10px 20px;
    height: 150px;
    background-color: #01687C;
  }
  .resources-handler .card .card-pt-2 {
    padding: 10px 20px 10px 20px;
    height: 150px;
    background-color: #F2F2F3;
    border-bottom: 5px solid #01687C;
  }
  .resources-handler .card .card-pt-2 .title {
    margin-bottom: 10px !important; 
  }

  /* Report */
  .resources-handler .rws-icon-rw-report-rws .icon-type, .resources-handler .rws-icon-rw-report-rws .no-image .card-title {
    background-color: #01687C !important;
  }
  .resources-handler .rws-icon-rw-report-rws .no-image .card-title a {
    color: white !important;
  }  
  .resources-handler .rws-icon-rw-report-rws .card-pt-2 .title a {
    color: #01687C !important;
  }
  .resources-handler .rws-icon-rw-report-rws .card-pt-2 {
    border-bottom: 5px solid #01687C !important;
  }

  /* Casestudy */
  .resources-handler .rws-icon-rw-casestudy-rws .icon-type, .resources-handler .rws-icon-rw-casestudy-rws .no-image .card-title {
    background-color: #D14524 !important;
  }
  .resources-handler .rws-icon-rw-casestudy-rws .no-image .card-title a {
    color: white !important;
  }
  .resources-handler .rws-icon-rw-casestudy-rws .card-pt-2 .title a {
    color: #D14524 !important;
  }
  .resources-handler .rws-icon-rw-casestudy-rws .card-pt-2 {
    border-bottom: 5px solid #D14524 !important;
  }

  /* White paper */
  .resources-handler .rws-icon-rw-whitepaper-rws .icon-type, .resources-handler .rws-icon-rw-whitepaper-rws .no-image .card-title {
    background-color: #2763CC !important;
  }
  .resources-handler .rws-icon-rw-whitepaper-rws .no-image .card-title a {  
    color: white !important;
  }
  .resources-handler .rws-icon-rw-whitepaper-rws .card-pt-2 .title a {
    color: #2763CC !important;
  }
  .resources-handler .rws-icon-rw-whitepaper-rws .card-pt-2 {
    border-bottom: 5px solid #2763CC !important;
  }

  /* Datasheet */
  .resources-handler .rws-icon-rw-datasheet-rws .icon-type, .resources-handler .rws-icon-rw-datasheet-rws .no-image .card-title {
    background-color: #F4A314 !important;
  }
  .resources-handler .rws-icon-rw-datasheet-rws .no-image .card-title a {  
    color: white !important;
  }
  .resources-handler .rws-icon-rw-datasheet-rws .card-pt-2 .title a {
    color: #F4A314 !important;
  }
  .resources-handler .rws-icon-rw-datasheet-rws .card-pt-2 {
    border-bottom: 5px solid #F4A314 !important;
  }

  /* Video */
  .resources-handler .icon-rw-video-rws .icon-type, .resources-handler .icon-rw-video-rws .no-image .card-title {
    background-color: #424094 !important;
  }  
  .resources-handler .icon-rw-video-rws .no-image .card-title a { 
    color: white !important;
  }
  .resources-handler .icon-rw-video-rws .card-pt-2 .title a {
    color: #424094 !important;
  }
  .resources-handler .icon-rw-video-rws .card-pt-2 {
    border-bottom: 5px solid #424094 !important;
  }

  /* Ebook */
  .resources-handler .rws-icon-rw-ebook-rws .icon-type, .resources-handler .rws-icon-rw-ebook-rws .no-image .card-title {
    background-color: #5193AD !important;
  }
  .resources-handler .rws-icon-rw-ebook-rws .no-image .card-title a {  
    color: white !important;
  }
  .resources-handler .rws-icon-rw-ebook-rws .card-pt-2 .title a {
    color: #5193AD !important;
  }
  .resources-handler .rws-icon-rw-ebook-rws .card-pt-2 {
    border-bottom: 5px solid #5193AD !important;
  }

  /* Infogrphic */
  .resources-handler .rws-icon-rw-infographic-rws .icon-type, .resources-handler .rws-icon-rw-infographic-rws .no-image .card-title {
    background-color: #2E9E5E !important;
  }
  .resources-handler .rws-icon-rw-infographic-rws .no-image .card-title a {  
    color: white !important;
  }
  .resources-handler .rws-icon-rw-infographic-rws .card-pt-2 .title a {
    color: #2E9E5E !important;
  }
  .resources-handler .rws-icon-rw-infographic-rws .card-pt-2 {
    border-bottom: 5px solid #2E9E5E !important;
  }
  
  /* Card icons */
  .icon-type .icon-rw-video {
    vertical-align: middle;
    padding-bottom: 2px;
    font-size: 15px;
  }
  .icon-type .icon-rw-datasheet, .icon-type .icon-rw-whitepaper {
    font-size: 15px;
  }
  .icon-type .icon-rw-casestudy, .icon-type .icon-rw-report, .icon-type .icon-rw-ebook, .icon-type .icon-rw-infographic, .icon-type .icon-rw-events {
    vertical-align: middle;
    font-size: 15px;
  }

  /* Related Resources */
  .related-resources {
  color: #288dc0;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    background-color: #f2f2f3;
    padding: 40px; 
  }

  /* Related Resources & events */
  #block-views-block-related-resources-block-1-2, #block-views-block-related-events-block-1 {
    background-color: #f2f2f3;
  }
  #block-views-block-related-resources-block-1-2 .resources-handler .card .card-pt-2, #block-views-block-related-events-block-1 .events-handler .card .card-pt-2 {
    background-color: #FFFFFF !important;
  }

  /* Related Resources & events */
  #block-views-block-related-resources-for-product-pages-block-1 {
    background-color: #f2f2f3;
  }
  #block-views-block-related-resources-for-product-pages-block-1 .resources-handler .card .card-pt-2 {
    background-color: #FFFFFF !important;
  }

  /* Events Handler */
  .events-handler .card .icon-type {
    font-size: 12px;
    font-weight: 600;
    color: white;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  } 
  .events-handler .card .card-pt-2 .title, .events-handler .card .card-title  {
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
  }

  .events-handler .card .card-pt-2 .card-teaser, .events-handler .card .card-pt-2 .card-teaser p {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .events-handler .card {
    padding-bottom: 15px;
  }
  @media screen and (max-width: 992px) {
    .events-handler .card {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
  }

  .events-handler .card .card-title {
    padding: 0px 20px 10px 20px;
    height: 150px;
    background-color: #01687C;
  }
  .events-handler .card .card-pt-2 {
    padding: 10px 20px 10px 20px;
    height: 150px;
    background-color: #F2F2F3;
    border-bottom: 5px solid #01687C;
  }
  .events-handler .card .card-pt-2 .title {
    margin-bottom: 10px !important; 
  }

  /* In-Person Event */
  .events-handler .rws-In-Person .icon-type, .events-handler .rws-In-Person .no-image .card-title {
    background-color: #288DC0 !important;
  }
  .events-handler .rws-In-Person .no-image .card-title a {
    color: white !important;
  }  
  .events-handler .rws-In-Person .card-pt-2 .title a {
    color: #288DC0 !important;
  }
  .events-handler .rws-In-Person .card-pt-2 {
    border-bottom: 5px solid #288DC0 !important;
  }

  /* Live Webinar */
  .events-handler .rws-Live .icon-type, .events-handler .rws-Live .no-image .card-title {
    background-color: #9EB54E !important;
  }
  .events-handler .rws-Live .no-image .card-title a {
    color: white !important;
  }
  .events-handler .rws-Live .card-pt-2 .title a {
    color: #9EB54E !important;
  }
  .events-handler .rws-Live .card-pt-2 {
    border-bottom: 5px solid #9EB54E !important;
  }

  /* On-Demand Webinar */
  .events-handler .rws-On-Demand .icon-type, .events-handler .rws-On-Demand .no-image .card-title {
    background-color: #8C3A69 !important;
  }
  .events-handler .rws-On-Demand .no-image .card-title a {  
    color: white !important;
  }
  .events-handler .rws-On-Demand .card-pt-2 .title a {
    color: #8C3A69 !important;
  }
  .events-handler .rws-On-Demand .card-pt-2 {
    border-bottom: 5px solid #8C3A69 !important;
  }

  @media screen and (min-width: 992px) {
    .card .card-image img {
      height: 150px !important;
    }
  }

  /* Featured Resources */
  .flexslider {
    background-color: #f2f2f3 !important;
    border: none !important;
  }
  .featured-resources .card .card-pt-2 {
    background-color: #FFFFFF !important;
    height: 200px !important;
    border-bottom: none !important;
  }
  .featured-resources .card .card-title a {
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    color: white !important;
  }
  .featured-resources .card .card-pt-2 .card-teaser, .featured-resources .card .card-pt-2 .card-teaser p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .featured-resources .featured-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .featured-resources .featured-block .card {
    padding-left: 0px;
  }
  @media screen and (max-width: 992px) {
    .featured-resources .featured-block .featured-image {
      padding: 0px;
    }
  }

/* Superfish menu */ 

.sf-depth-1{
  color: #f2f2f3;
  padding-top: 18px;
  padding-bottom: 14px;
  font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 0;
}

.sf-depth-1 :hover, .sf-depth-1 :focus, .sf-depth-1 :visited {
  color: #f2f2f3;
  text-decoration: none;
  font-weight: 700;
}

.sf-depth-2 {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #002b49;
  background-color: #e6e6e8;
  font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
  text-transform: none;
}

.sf-depth-2 :hover, .sf-depth-2 :focus, .sf-depth-2 :visited {
  color: #002b49;
}
.sf-depth-2 a {
  padding: 3px 32px !important;
  font-size: 14px !important;
}

.sf-main li:first-child .menuparent {
  padding-left:0px !important;
}

@media screen and (max-width: 768px) {
  .sf-main li .menuparent {
    padding-left:0px !important;
  }
}

.navbar-header .search-block {
  top: 10px;
} 

.navbar-header .search-block, .navbar-header .sf-navbar {
  padding-left: 0px !important;
  padding-right: 0px !important;
} 

.sf-navbar .sf-accordion-toggle {
 padding: 15px 15px 15px 0px;
}

.sf-navbar {
  float: left;
}

@media screen and (max-width: 992px) {
  .navbar-header .search-block {
    float: left !important;
  }
}

#superfish-main ul {
  width: 17.2em !important;
  top: 60px;
 }

#superfish-main ul:before {
    position: absolute;
    top: -15px;
    left: 40px;
    display: inline-block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #e6e6e8;
    border-bottom-color: #e6e6e8;
    content: '';
}

.sf-has-clone-parent li {
  background-color: #e6e6e8;
}

.sf-has-clone-parent li a, .sf-has-clone-parent li a:focus, .sf-has-clone-parent li a:visited, .sf-has-clone-parent li a:hover {
  color: #002b49;
}

#superfish-main li ul {
 display:none;
}

.region-content .search-form {
  display: none;
}

.rws-news-content .news-item:nth-child(even) { 
  background: #edf3f6; 
}

.search-block .region-search_box .form-control {
  background-color: transparent;
  border: 1px solid #9eabb4;
  color: #9eabb4;
}

.search-block .region-search_box .form-submit {  
  border: 1px solid #9eabb4;
  color: #9eabb4;
  border-left: none;
  padding-bottom: 5px;
}
.adminimal-admin-toolbar {
	overflow: hidden;
}
#superfish-main ul li ul {
        top: 5px;
        background-color: rgb(230, 230, 232);
        left: 90% !important;
}
#superfish-main ul li ul:before {
        display: none !important;

}
#superfish-main ul li ul li a, #superfish-main ul li ul li a :focus, #superfish-main ul li ul li a :visited {
        color: #002b49;
        font-weight: 700 !important;
}
#superfish-main ul li ul li a:hover, #superfish-main ul li a:hover, #superfish-main ul li a:focus, #superfish-main ul li a:active {
        color: #288dc0;
}
#superfish-main li:first-child ul li a {
        padding-left: 32px !important;
}
@media screen and (max-width: 992px) {
        #superfish-main li:first-child ul .sf-depth-2 .sf-depth-2 {
                padding-left: 32px !important;
        }
}

ul.sf-menu .sf-with-ul {
        padding-right: 27px;
}

.sf-depth-1 a .sf-sub-indicator {
        display: none;
}
.sf-depth-2 a .sf-sub-indicator {
    display: inline-block;
    color: #c0c0c5;
}