
/*---- bootstrap-----*/
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=2e390ecd90f78bac5861)
 * Config saved to config.json and https://gist.github.com/2e390ecd90f78bac5861
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
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 #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #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: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.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: 5px;
  padding-right: 5px;
}
.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: auto;
}
.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: auto;
}
.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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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 {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.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: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > 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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.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: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@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 .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.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,
.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.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  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.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.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.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !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;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 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 (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !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 (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !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;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*---- main-----*/
/*---------------- Start Reset CSS ----------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small, strike,strong, tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}body{line-height:1}ol,ul{list-style:none} blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}/*:focus{outline:0}*/ins{text-decoration:none} del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/*---------------- End Reset CSS ----------------- */

#MainWrapper{margin:0 auto; max-width:968px;}

/*-------------- Main Body CSS Starts --------------*/
body{font-family:'DIN Next W01 Medium',Arial,Helvetica,sans-serif; font-size:0.875em; line-height:24px;color:#000;background:#fff;position:relative;}

a{color:#004990;text-decoration: underline;}

a:focus, a:active{border:none;/* outline:0; _nFocusLine:expression(this.hideFocus=true);*/}
a:focus{ color:#fff !important;background-color:#004990 !important;text-decoration:none;}
a:hover,a:active{color:#0C143A !important; background-color:transparent !important;text-decoration:none;}
.hide{display:none;}
.invisible{position:absolute; left:-9999999px; top:auto; width:1px; height:1px; overflow:hidden; visibility:visible;}
.visuallyhidden {border: 0; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; overflow: hidden;position: absolute;}
table {width: 100%;} 
table, caption {text-align: left;} 
caption{ text-align: center;color: #004990;padding: 30px 0 20px;}

img{outline-style:none;outline-width:0;border:0 none;max-width:100%;height:auto;}
sup{font-size:smaller;	font-weight:bold;}
sub{margin:2px 0; padding:2px 0;}
ul{list-style-image:none; list-style-position:outside; list-style-type:none;}
ol{list-style-image:none; list-style-position:outside; padding-left:30px;}
ol li{margin-bottom:10px;list-style-type:decimal;}
hr{border-style:none none solid; border-width:0 0 1px; margin:5px 0;}
:active{outline-style:none; outline-width:0;}
*{margin:0; padding:0;}
p{margin:0 0 10px;}
h1{font-size:3.857em; line-height:55px;margin:0 0 30px;font-family:"DIN Next W01 Bold";color:#004990;letter-spacing:-1px;}
h2{font-size:2.000em; /*margin:0 0 20px;*/padding:15px 0 25px 0;color:#004990;}
h1+h2 {padding-top:0px}
h3{font-size:1.429em; line-height:1.1em; margin:0 0 20px;color:#004990;}
p#sectionheader{border-bottom: 1px solid #c9ddf0;color: #004990;font-size: 1.714em; padding: 0 20px 20px 0;}
#searchbox{display:none;}
.uppercase{text-transform:uppercase;}
#auto-top-link:focus{background-color:transparent !important;}
/*-------------- Main Body CSS Ends --------------*/

.top-share{float:right;margin-right:12px;}
.bottom-share{text-align:center;margin-top:5px;}
.social-share{text-decoration:none;margin-right:3px;background:none;border:none;}
.social-share:hover{text-decoration:none;}
.social-share:hover img{opacity:0.7;}
.left-share{float:left;margin-top:20px;}
.left-share img{height:27px;width:27px;}
.left-share a,.left-share button{display:inline-block;height:27px;width:27px;}
.left-share a:focus{background:rgba(0,0,0,0) !important;}
.left-share img:hover{opacity:0.7;}

/*-------------- Header CSS Starts --------------*/
/*.logo-bg{background:url(~/media/Images/J/Jetblue-IR-V2/css/jetblue-header-bg.jpg) no-repeat top left #fff;position:absolute;height:100%;width:100%;top:0;left:0;-webkit-background-size:100%;-moz-background-size: 100%;-o-background-size: cover;background-size:100%;}*/

#headerwrapper{ height: 100px; position: relative;}
#headerlinks{overflow:hidden;}
#headerlinks ul li{float:right;}
#searchcontainer{clear:both; float:right; height:25px; margin:10px 0 0; overflow:hidden;}
#searchTextboxContainer{float:left;}
#searchTextboxContainer input{width:140px; height:23px;}
#SearchButtonContainer{float:left;}
#SearchButtonContainer input{height:24px; width:44px;}
#toplinks{float:right;}
#logo{height:85px;padding:0;}
/*#logo img{visibility:hidden;height:85px;}*/
#logo a{display:block;}
.login-utility  li a.sign-in, .login-utility  li a.join{ padding:4px 19px 1px;background:#4e91c8;color:#fff;text-transform:uppercase;display:block;margin-left:7px;border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;font-size: 0.9em;}
#utility ul li{float:left;font-size:0.857em;}
#utility ul li.fri-email{background:url(~/media/Images/J/Jetblue-IR-V2/css/pipe.png) no-repeat right center; margin-right: 13px;padding-right: 12px;}
#utility ul li.fri-email a{color:#4d90cd}
#utility ul li.fri-email a img{margin-right:5px;}
#utility ul li.print a{color:#4d90cd;}
#utility ul li.print a img{margin-right:4px;}


.login-utility  li a.sign-in:hover, .login-utility  li a.join:hover{background-color:#004990;color:#fff;text-decoration: none;}

.login-utility  li a {padding:4px 5px;display:block;color:#4e91c8;}
.login-utility  li a:hover{ color: #004990;text-decoration: none;}
#headerlinks{padding-top:45px;}
.login-utility li.true-blue-sign-in{ background:url(~/media/Images/J/Jetblue-IR-V2/css/bg-true-blue-label.jpg) no-repeat left 2px;padding-left:130px;}
/*-------------- Header CSS Ends --------------*/

/*-------------- Top Navigation CSS Starts --------------*/
#topnavigation{clear:both;margin-top:10px;}
/*-------------- Top Navigation CSS Ends --------------*/

/*-------------- Left Navigation CSS Starts --------------*/
#utility{margin-top:30px;}
/*-------------- Left Navigation CSS Ends --------------*/

/*-------------- Breadcrumb CSS Starts --------------*/
#breadcrumb{margin:0 0 10px;}
/*-------------- Breadcrumb CSS Ends --------------*/


/*-------------- Search page CSS Starts --------------*/
.title-txt { text-transform: lowercase;}
.ip3search_highlight{font-weight:bold;}
.sitesearchpagination{padding-top:10px;}
.sitesearchpagination ul li{float:left; margin:0 10px 0 0; padding:0;}
table.searchTable{width: 100%; word-break:break-all;}
table.searchTable tbody tr th{ text-align:left; height:22px;}
#tabs.sectionTabs{float:left; position:relative; width:100%; padding:0 0 10px;}
#tabs.sectionTabs ul{border-bottom:1px solid #000; float:left; list-style:none outside none; padding:0; margin:0; width:100%;}
#tabs.sectionTabs li{float:left; padding:0; margin:0; border-left:1px solid #000; border-top:1px solid #000;}
#tabs.sectionTabs li.lastLI{border-right:1px solid #000;}
#tabs.sectionTabs li a span{display:block; text-align:center;}
#tabs.sectionTabs li a{display:block; padding:10px; text-align:center; background-color:#ccc;}
#tabs.sectionTabs li.current a, #tabs.sectionTabs li a:hover{background-color:#fff;}
#tabsDD{height:35px; font-size:1em; width:180px;}
#tabs.sectionTabs span.select{position:absolute; font-size:1em; top:0; left:0; height:35px; color:#000; padding:11px 15px 10px 5px; background:url("/~/media/Images/J/Jetblue-IR-V2/css/searchTab-dd.png") no-repeat scroll 96% 15px #cccccc; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; *behavior:url("/~/media/Files/J/Jetblue-IR-V2/htc-files/boxsizing.htc");}
/*-------------- Search page CSS Ends --------------*/

/*-------------- Site Map CSS Starts --------------*/
#sitemapcontainer{ background:transparent url(~/media/Images/J/Jetblue-IR-V2/css/graypixel.png) repeat-y 15px 0; width:340px;}
#sitemapcontainer li{ margin:15px 0 20px; padding:0 0 0 10px; font-weight:bold}
#sitemapcontainer li a{ display:block; padding:3px;}
#sitemapcontainer li ul li{ background:transparent url(~/media/Images/J/Jetblue-IR-V2/css/graypixel.png) repeat-x 0 8px; font-size:1em; margin:4px 0 4px 5px; padding:0 0 0 20px; font-weight:normal}
#sitemapcontainer li ul li a{ padding:0 0 0 3px;}
#sitemapcontainer li ul li ul{ background:transparent url(~/media/Images/J/Jetblue-IR-V2/css/graypixel.png) repeat-y 15px 0; margin-bottom:10px;}
#sitemapcontainer li ul li ul li{ margin-left:16px; padding-left:10px;}
/*-------------- Site Map CSS Ends --------------*/

/*-------------- Footer CSS Starts --------------*/
#footerwrapper{clear:both; padding-top:40px;}
#footerlinks ul li{border-right:1px solid #0000FF; float:left; padding:0 5px;}
/*-------------- Footer CSS Ends --------------*/

/* --------------- Banner Starts ---------------*/
#bannerwrapper{position:relative;}
#bannerwrapper .sliderbanner{float:left; width:100%; position:relative;}
#bannerwrapperinner>.bx-wrapper{position:relative;}
.banneritem{position:relative;}
.banneritem .bannertext{position:absolute; bottom:20px; left:20px;}
.nojs .banneritem{display:none;}
.nojs .banneritem.banner1{display:block;}
#bannerwrapper .bx-controls .bx-pager{position:absolute; right:10px; bottom:10px;}
#bannerwrapper .bx-controls .bx-controls-direction{position:absolute; top:50%; width:100%;}
#bannerwrapper .bx-controls-direction a{float:left; padding:0 10px;}
#bannerwrapper .bx-controls-direction a.disabled{display:none;}
#bannerwrapper .bx-controls-direction .bx-next{float:right;}
#bannerwrapper .bx-controls-direction, #bannerwrapper .bx-pager{float:left; clear:both;}
#bannerwrapper .bx-pager div{margin:0 0 0 10px;}
#bannerwrapper .bx-pager div{float:left;}
/* --------------- Banner Ends ---------------*/

/* --------------- Content Wrapper Starts ---------------- */
#contentwrapper{margin-top:30px;clear: both;}
.highlights-slider{border: 1px solid #dcedfc;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius: 5px;padding:15px 15px 5px 15px;}
body:not(#media-room) .highlights-slider ul li{float:left;/*width:160px !important;*/padding:0 10px 0 0;position: relative;}
.highlights-slider .bx-pager-item{display:inline-block;}
.highlights-slider .bx-pager-item a{text-indent:-9999px;background:url(~/media/Images/J/Jetblue-IR-V2/css/dot) no-repeat top center;height:11px;width:12px;margin-right:5px;display:block;}
.highlights-slider .bx-pager-item a.active{background:url(~/media/Images/J/Jetblue-IR-V2/css/active-dot) no-repeat top center;height:11px;width:12px;}
.ir-video img{max-width:100%;}
.highlights-slider .bx-has-pager{width:100%;margin-top:15px;}
.highlights-slider .bx-pager{width:100%;text-align:center;}
.highlights-slider h2{font-size:1.286em;color:#004990;font-weight:normal;text-transform:uppercase;margin-bottom: 25px;padding:0;}
.hi-item  p { color: #004990;   font-size: 1.143em;line-height:20px;}
.hi-item  p.rad-highlight { font-size: 3.286em;line-height:35px;letter-spacing: -2px;}
.hi-item  p.rad-highlight sup{font-size: 0.45em; font-weight: normal;top: -0.75em;}
.latest-doc {margin-top: 25px; border-bottom: 1px solid #c9ddf0;}
.latdoc-item {float: left;padding: 0 10px;text-align: center; width: 154px;margin-bottom:7px;}
.latdoc-item p {line-height: 16px;}
.latest-doc h2, .latest-pr h2, .latest-sec h2{font-size:1.286em;color:#004990;font-weight:normal;text-transform:uppercase;margin-bottom:22px;padding:0;}
p.link {clear: both; color: #004990; font-size: 0.857em;}
p.link a {padding-right:12px;position:relative;}
p.link a img{position:absolute;right:0;top:2px;}
.latest-pr, .latest-sec{padding-right: 35px;}
p.date{font-size:0.857em;color:#000;margin-bottom:0;}
.pr-item p{line-height:18px;/*text-transform: uppercase;*/}
.latest-items{margin-top:20px;}
.pr-item {margin-bottom: 15px;}
.signpost h2, .email-alert h2{font-size:1.143em;color:#004990;font-weight:normal;text-transform:uppercase;margin-bottom:10px;padding:0;}
.signpost{padding:12px;background:#f1f5f8;margin-bottom:10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius: 5px;}
.signpost .pr-item{padding:0 15px;}
#threecolright .up-events .bx-wrapper {min-height: 55px;}
.right-slider > p {line-height: 14px;padding-bottom: 20px;text-transform:capitalize !important;}
.up-events{position:relative;min-height:110px;}
.up-events a.bx-prev{position:absolute;top:75px;width:9px;left:12px;}
.up-events a.bx-next{position:absolute;top:75px;width:9px;right:12px;}
.up-events a.bx-prev:focus,.up-events a.bx-next:focus{background-color:rgba(0,0,0,0) !important;}
.up-events a.bx-prev.disabled,.up-events a.bx-next.disabled{display:none;}
p.pdf-link a{background:url(~/media/Images/J/Jetblue-IR-V2/css/download.png) no-repeat right center;padding-right:30px;}
p.pdf-link{margin:0;}
.email-alert{/*background:url(~/media/Images/J/Jetblue-IR-V2/css/alert-bg.jpg) repeat top left;*/padding:12px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius: 5px;}
.email-alert p {font-size: 0.857em; line-height: 16px;}
.reg-text-box { border: 1px solid #ccc;height: 30px; padding: 0 5px; width: 100%;color:#0C143A;}
.regBtn {margin-top: 15px;}
.regBtn input {background:#004990;border:1px solid transparent;color: #fff;  padding: 6px 15px 3px;}
.regBtn input:hover,.regBtn input:focus{background:#0C143A;}
.email-alert .regEmail .errormsg1,.email-alert .regEmail .errormsg2{color:#ff0000;font-weight:400;line-height:20px;}
.email-alert .regEmail.error .reg-text-box{border:2px solid #ff0000;}
#leftcol{padding-right:35px;padding-left:0;}
#leftnavigation{border-bottom: 1px solid #c9ddf0;padding-bottom:5px;}
#leftnavigation li.level2 a{color: #004990;display: block; padding: 8px 0;}
#leftnavigation li.level2 ul{padding-left:15px;}
#leftnavigation li.level2 a:hover{color:#004990;}
#leftnavigation li.level2.selected ul li.level3.current span, #leftnavigation li.level2.current span, #leftnavigation li.level4.current span{ display: block; padding: 8px 0;color:#0C143A;}
#leftnavigation li.selected>a>span{color:#0C143A;}
#leftnavigation li.current>a>span{padding:0 !important;}

.section-nav a {background:#004990;color: #fff;display: block;padding: 7px 0 2px;text-align: center;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin-top:10px;border: 1px solid transparent;text-decoration:none;}
.section-nav a:hover,.section-nav a:focus{background:#0C143A !important;}
.section-nav a:hover{color:#fff !important;text-decoration:none;}
.landingwrapper{margin-top:5px !important;}
.rad-introtext{font-size:1.429em;font-family:DIN Next W01 Medium;line-height:37px;margin-bottom:30px;}
.ar-item {border-top: 1px solid #004990;float: left;padding:25px 0 15px;width: 100%;}
.ar-item a:hover .ar-title{color:#0C143A;text-decoration:none;}
.ar-item a:focus .ar-title{color:#fff;background-color:#004990;}

.ar-image { float: left;}
.ar-title { color: #004990;float: left;margin-top: 33px; padding-left: 6%;text-decoration: underline;}
.ar-title.pad-left-zero {padding-left: 0;}
.ar-pdf { float: right; margin-top: 30px;  padding-right: 20px;}
.ar-image img {height: 90px; width: 70px;}
.ar-item.last{border-bottom: 1px solid #004990;}
.snap-item{border-top: 1px solid #d2e3f2;float: left;width: 100%;}
.snap-title{padding:15px 0 10px 0;}
.snap-item.last{border-bottom: 1px solid #d2e3f2;}
.events-title{font-size:1.2em;color:#004990;/*background:url(~/media/Images/J/Jetblue-IR-V2/css/plus.png) no-repeat right 1px;*/cursor:pointer;padding-right:40px;position:relative;display:block;margin-bottom:10px;}
.events-title:focus img{background:#fff;}
.events-title img{position:absolute;right:0px;top:1px;}
.events-title img.minus{top:8px;}
.snap-title{font-size:1.2em;color:#004990;cursor:pointer;padding-right:40px;position:relative;display:block;text-decoration:none;}
.snap-title:hover,.snap-title:focus{color:#004990 !important;text-decoration:none; background:none !important;}
.snap-title img{position:absolute;right:0px;top:18px;}
.snap-title img.minus{top:24px;}

.nojs .events-title{background:none;}
.nojs .snap-title img{display:none;}
.events-title.snapopen{background:url(~/media/Images/J/Jetblue-IR-V2/css/minus.png) no-repeat right 8px;}

.snap-content{margin-top:15px;cursor:default;}
.upcomingevents{/*background:#f1f5f8;*/border:1px solid #0C143A;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:20px 25px 10px 25px;margin-bottom:30px;float:left;width:100%;}
.upcoming-date{color:#000;}
.materials-container{float: left;margin-top: 10px; width: 100%;}
.addlook, .event-link{ margin-bottom: 5px;}
.pastevents .event-item {border-bottom: 1px solid #c9ddf0;margin-top: 15px; padding-right: 25px;float:left;width:100%;}
.past-date {float: left;padding-right: 15px; width:27%;}
.pastevents .events-title{font-size:1em;padding-right:40px;}
.pastevents .eright{float:left;width: 73%;}
/*.bod-item {float: left; margin: 0 0 10px 10px; width: 232px;}
.bod-item.margin768, .bod-item.margin0, .bod-item.margin400{margin-left:0;}
*/
.margin768, .margin0, .margin400{margin-left:0 !important;}
.bodGroup {float: left;margin-bottom:12px; width: 100%;}
.bodWrapper .bod-item {float: left; margin-right:10px;width:235px;}
.bodWrapper .bod-item:focus .bod-title .bod-name,.bodWrapper .bod-item:hover .bod-title .bod-name { /*text-decoration:underline;*/ }
/*img.bodImage {float: left;width: 100%;	background:#f1f5f8;	border-radius:5px;-moz-border-radius:5px; -webkit-border-radius:5px; cursor: pointer;filter: url(~/media/Files/J/Jetblue-IR-V2/svg-file/filters.svg#grayscale);filter: gray; -webkit-filter: grayscale(1); }*/

/*img.bodImage:hover, .bod-item.currentBod img{background:#4d90cd; filter: none;-webkit-filter:grayscale(0); }*/

.bod-item img{float:left;}
.bod-item .bod-title {float: left;position: relative; width:100%;line-height:15px;background-color:#004990;padding:15px 13px 15px 13px;min-height:100px;border:2px solid #004990; }
.bod-item .bod-title .show-plus,.bod-item .bod-title .show-minus{position: absolute;left:15px;bottom:12px;width:30px;height:30px;z-index:9999;color:#fff;}
.bod-item .bod-title .show-plus:hover,.bod-item .bod-title .show-minus:hover{color:#fff !important;text-decoration:none;}
.bod-item .bod-title .show-plus:focus,.bod-item .bod-title .show-minus:focus{color:#fff;background:none;text-decoration:none;}
.bodWrapper .current-wrapper {float: left; overflow: hidden; padding:24px 18px 10px 18px; position: relative; width:100%;margin-bottom:30px;background:#fff;border:2px solid #0C143A;}


.nojs .bodWrapper .current-wrapper{display:none;}
.nojs .bod-item .bod-details.hide{display:block;}
.bod-item.last { margin-right: 0;}
.bod-name{color: #fff;display: block;line-height:20px; width: 100%;margin-bottom:3px;font-size:1.286em;padding:0;}
.bod-designation {clear: both;color:#fff;}
.current-wrapper .bod-name,.current-wrapper .bod-designation{color:#004990;}
.current-wrapper .bod-name{margin-bottom:0;}

.currentBod .bod-title{background:#fff;border:2px solid #0C143A;}
.currentBod .bod-designation,.currentBod .bod-name{color:#004990;}

.rad-thick{font-size:1.143em;color: #004990;}
#map_1{margin-bottom: 40px;}
.irc-right{background:#f1f5f8;padding:20px;}
#feedbackNameLabelContainer, #feedbackPhoneLabelContainer, #feedbackEmailLabelContainer, #feedbackSubjectLabelContainer, #feedbackCommentLabelContainer, #feedbackCaptchaLabelContainer{float:left;width:100px;clear:both;color:#004990;}
#feedbackNameTextboxTextbox, #feedbackPhoneTextBoxTextbox, #feedbackEmail-TextboxTextbox, #feedbackSubjectTextboxTextbox, #feedbackComment-TextAreaTextarea, #feedbackCaptcha-CodeCaptchaText{margin-bottom:10px;border:solid 1px #ccc;width:210px;padding-left:5px;height:35px;}
#feedbackCaptcha-CodeCaptchaCodeContainer{float:left;margin-left:100px;}
#feedbackSubmitButtonContainer{ float: left;margin-left: 100px; margin-top: 25px;clear:both;}
#feedbackSubmitButton{background:#004990;border: 0 none;color: #fff;padding: 5px 15px 3px;text-transform: uppercase;}
#feedbackCaptcha-CodeCaptchaCodeError{float: left;margin-left: 100px; margin-top: 10px;color: #004990;}
#feedbackComment-TextAreaTextarea{height:60px !important;}
.pres-link a{padding-left:40px;display:block;position:relative;float:left;}
.pres-link a img{position:absolute;left:0;top:0;}
.pres-link a:focus img{background:#fff;}
.pres-link {margin-bottom: 15px;float:left;width:100%;}
.center{text-align:center;}
.rad-table thead tr th {border-bottom: 1px solid #d2e3f2;  color: #004990;font-size: 1.2em;font-weight: normal; padding: 8px 5px 5px 0;}
.rad-table tbody tr td{border-bottom: 1px solid #d2e3f2;padding: 8px 5px 5px 0;}
.rad-table tbody tr td.date{color:#999;}
.ir-video{padding:0;}
.tab-menu li{float: left;}
.tab-menu.annual-reports li{float: left;font-family: "DIN Next W01 Bold";font-size: 1.286em;line-height: 18px;}
.tab-menu span {display: block;/*padding: 10px 25px 5px;*/padding:11px 15px 9px;}
.tab-menu.annual-reports span{border: 1px solid #004990;}
.tab-menu li a{background:#fff;display: block;text-decoration: none;}
.tab-menu li a:hover{text-decoration:none !important;background-color:#004990 !important;color:#fff !important;}
.tab-menu li.current span{background:#004990;color:#fff;outline:3px solid transparent;} 


/* --------------- Content Wrapper Ends ---------------- */
/* --------------- Start Media Section Ends ---------------- */
.headingsection{ margin: 10px 0 15px;}

.multimedia{background:#dcedfc;}
.mmbox {margin: 10px 0;text-align: center;}
.mmbox img {width: 100%;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.multimedia.row {padding: 0 5px;}
.multimedia h2{border-bottom: 1px solid #b1d1ee;font-size: 1.429em;margin: 0 5px 15px; padding: 15px 0 8px; text-transform: uppercase;}
.media-link{text-align: left; /*text-transform: uppercase;*/}
.media-link a {display: block;float: left;padding-left:35px;}
#mmbox1 .media-link a{/* background: url(~/media/Images/J/Jetblue-IR-V2/css/image-icon.png) no-repeat left 1px; */}
#mmbox2 .media-link a{/* background:url(~/media/Images/J/Jetblue-IR-V2/css/videos.jpg) no-repeat left 1px; */}
#mmbox3 .media-link a{/* background:url(~/media/Images/J/Jetblue-IR-V2/css/factsheet.png) no-repeat left 1px; */ padding-left:30px; display: inline-block;}
.box3{display:none;}
.box-small{min-height:205px!important;}
.box3 .lbox img{margin-top:25%;}
.box6 .lbox img{margin-top:20%;}
/*#mmbox1{padding-left:10px;}
#mmbox3{padding-right:10px;}*/
.boxes-row, .box3, .box6{margin-top:15px;}
.box1, .box4{/*padding:0;*/min-height:425px;}
.box5,.box6{padding-left:0;}
.box1 .box-structure, .box2 .box-structure{background:#f1f5f8;float: left;/*padding:30px 30px 22px 30px; */    padding: 30px 30px 60px 30px;width: 100%;    min-height: 205px;}
.lbox {float: left; width: 35%;height:100%;padding-right:10px;}
.rbox { float: left; width: 65%;height:100%;}
.box3 .box-structure, .box5 .box-structure, .box6 .box-structure{border: 1px solid #b1d1ee;float: left;width: 100%;padding: 25px 30px 56px;background:#f1f5f8;position:relative;}
.box4 .box-structure{/*background: url("~/media/Images/J/Jetblue-IR-V2/css/alert-bg.jpg") repeat left top;*/ background:#f1f5f8;float: left;padding: 30px; width: 100%;}
.box-structure{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;height:100%;}
.boxes, .box2, .box3, .box5, .box6{padding-right:0;}
.rbox > h2 { font-size: 1.286em; margin-bottom: 10px; text-transform: uppercase; padding:0}
.box2, .box3, .box5, .box6{min-height:205px;}
.boxes{min-height:465px;}
.box-structure p.link{text-transform: uppercase;position:absolute;bottom:20px;margin:0;}
.boxes-row3 .box-structure{float: left;width: 100%;/*padding:20px 20px 10px;*/padding:20px 20px 50px;background: url("~/media/Images/J/Jetblue-IR-V2/css/bot-img.jpg") no-repeat right bottom #dcedfc;word-wrap: break-word;}
.box7{padding-left:0;}
.box9{padding-right:0;}
.mdate {color: #000;font-size: 0.857em;line-height: 20px; margin: 0;}
.mdata{color: #07478d;font-size: 1.143em;line-height: 20px;/*text-transform: uppercase;*/}
.media-pr {border-bottom: 1px solid #07478d; margin-bottom: 10px;}
.media-pr:last-child{border:0 none;}
.box4 .rbox .email-alert{border-top: 1px solid #b1d1ee; padding: 15px 15px 0 0;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}
.box4 .rbox p{color:#07478d;line-height:20px;}
/*.box4 .rbox p a, .lightblue*/{color: #4a8fca;}
.ip3-edit .media-scroller-box{height:200px;}
.media-scroller-box .rbox{ /*height: 138px;*/padding-left: 5px;overflow:hidden;}
.rad-caption {color: #004990;font-family: DIN Next W01 Bold;font-size: 1.143em; line-height: 18px; margin-bottom: 5px; text-transform: uppercase;}
.rad-big { color: #004990;font-family: DIN Next W01 Bold; font-size: 1.714em; font-weight: bold; margin: 0; text-transform: uppercase;}
.rad-small {color: #999; font-size: 0.857em; line-height: 20px; margin-bottom: 5px;  text-transform: uppercase;}
/*--- start media gallery ----*/
.media-nav{border-bottom: 1px solid #c9ddf0;float: left;margin-bottom: 20px;padding:0 0 5px;width:100%;}
.nav-type{float:left;/*width:30%;*/margin-right:15px;width:32%;}
.nav-category{float:left;width:65%;border-left: 1px solid #c9ddf0;padding-left:20px;}
.nav-type ul li{float:left;width: 50%;}
.nav-type ul li a{display:block;padding:4px 10px 2px;margin:0 10px 10px 0;color: #004990;background: #fff;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;/*width:104px;*/text-transform:uppercase;text-align:center; border: 1px solid #004990;text-decoration:none;}
.nav-type ul li.current a{display:block;padding:4px 10px 2px;margin:0 10px 10px 0;color:#fff;background:#004990;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;width:104px;text-transform:uppercase;text-align:center;}

.nav-type ul li a:hover, .nav-type ul li.selected a, .nav-category ul li a:hover{background:#004990 !important; color: #fff !important; text-decoration:underline !important;}
.nav-category ul li{display:block;float:left;}
.nav-category ul li a{display:block;padding:4px 15px 2px;margin:0 10px 10px 0;color:#004990;background:#fff;  border: 1px solid #004990; border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;text-align:center;min-width:95px;text-decoration:none;}
.nav-category ul li.current a { border: 1px solid #004990; display:block;padding:4px 15px 2px;margin:0 10px 10px 0;color:#fff;background:#004990;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;text-align:center;min-width:95px; text-decoration:underline !important;}
.ip3-media-room h1{border-bottom: 1px solid #c9ddf0;margin-bottom:15px;padding-bottom:16px;}
.ip3-media-room #leftcol{margin-top:25px;}
.ip3-media-room p#sectionheader{padding-bottom:22px;}
.nav-type p, .nav-category p{color:#4d8eca;}
.inline{display:none;}

.img-view{/*background:url("~/media/Images/J/Jetblue-IR-V2/icons/view.png") no-repeat 172px top;*/height:180px;width:232px;text-indent:-9999px;position:absolute;top:0;left:0;z-index:111;}
.img-view:after {/* content: ""; *//* position: absolute; *//* top: 0; *//* right: 30px; *//* width: 29px; *//* height: 29px; *//* z-index: 0; *//* background: #f1f5f8 url("~/media/Images/J/Jetblue-IR-V2/icons/view.png") no-repeat 0 0; */}
/*.img-view:after:hover { opacity: 1;}
.img-view:hover, .img-view:focus, .video-view:hover, .video-view:focus {background-color:rgba(0,0,0,0.4 )!important;}
.video-view:hover:before, .video-view:focus:before { content: ""; top: 0; left: 0; position: absolute; background-color: rgba(0,0,0,0.4 ) !important; height: 180px; width: 232px;}*/

.img-view img:focus{border:1px solid #004990;}
.img-view:focus,.img-view:hover,.video-view:focus,.video-view:hover {outline:2px solid #004990;background:none !important;}

.video-view{/*background:url("~/media/Images/J/Jetblue-IR-V2/icons/view.png") no-repeat right top;*/height:180px;width:232px; display: block;/*text-indent:-9999px;position:absolute;top:0;left:0;*/position:relative;z-index:111;}

.video-view:after {content: ""; position: absolute; top: 0; right: 0; width: 29px;  height: 29px; z-index: 0; /*background: #f1f5f8 url("~/media/Images/J/Jetblue-IR-V2/icons/view.png") no-repeat 0 0;*/}
.video-view:focus, .img-view:focus { color:#fff !important; text-decoration:none;}
.download-container input{background-color: #f1f5f8;/* background:url("~/media/Images/J/Jetblue-IR-V2/icons/mdownload.png") no-repeat top center; */height:29px;width:29px;border:0 none;}
.download-container{position:absolute;top:0;right:0;z-index:200;overflow:hidden;height:29px;}
.image-gallery-main {float: left;width: 100%; display: table;}
.image-gallery-item {float: left; display: table-cell;  width: 32.4%;margin:0 0 20px 10px;}
.image-gallery-item a { display: block;}
.gallery-image {position: relative;}
.gallery-image img{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#footerwrapperinner{ border-top: 1px solid #c9ddf0; color:#004990;padding:10px 0 0;}
.gallery-image p { background:#f1f5f8;color: #004990; line-height: 18px; padding: 7px 10px 5px; text-transform:capitalize;}
.image-gallery-item a:focus .gallery-image p {
    color: #fff !important;
    background-color: #004990 !important;
    text-decoration: none;
}

#topnavigation-mobi, .mobi-icon, #topnavigation-mobi ul li.level2 ul{display:none;}
#topnavigation-mobi ul li.level2 ul li.level3 ul{display:block;}
#topnavigation-mobi ul li ul{margin-left:20px;}
#topnavigation-mobi{background:#e9f1f6;padding:10px 20px 20px 20px;}


#topnavigation-mobi ul li.level2, #topnavigation-mobi ul li.level2 ul li.level3{position:relative;}

#topnavigation-mobi .showmore {background:url(~/media/Images/J/Jetblue-IR-V2/css/plus.png) no-repeat right center;display: block;height: 16px;position: absolute;right: 0;top: 5px; width: 16px !important;text-decoration:none;}
#topnavigation-mobi .showmore.selected{background:url(~/media/Images/J/Jetblue-IR-V2/css/minus.png) no-repeat right center;}
#topnavigation-mobi ul li.level2 a, #topnavigation-mobi ul li.current span{display: block;line-height: 20px; padding:7px 0; width: 95%;}
.mobi-icon{background:#004990;}
.mobi-icon a{color:#fff !important;padding: 7px 20px 5px;background:url(~/media/Images/J/Jetblue-IR-V2/css/mo-down.png) no-repeat 97% center;display:block;text-decoration:none;}
.mobi-icon.selected a{background:url(~/media/Images/J/Jetblue-IR-V2/css/mo-up.png) no-repeat 97% center;}
.mobi-section-nav{padding-top:5px;}
#media-room #leftcol{display:none;}
.headtab {color: #004990;/*float: left;*/font-size: 1.2em;width: 100%;padding:8px 0 5px 0;border-bottom: 1px solid #d2e3f2;}
.headtab th{font-weight:400;}
.headtab th.dtitle{width:16%;}
.headtab th.prtitle{width:59%;}
.headtab th.playtitle{width:25%;}
.investor-update-data tbody th{font-weight:400;}
.dtitle, .pr-date{/*float: left; width: 20%;*/padding-right:10px;}
.prtitle, .pr-title{/*float: left; width: 80%;*/}
.quarterly-results-landing .pr-title{float: left; width: 80%;}
.quarterly-results-landing .dtitle,.quarterly-results-landing .pr-date{float:left;width:20%;}
.pr-content .pr-item {border-bottom: 1px solid #d2e3f2;/*float: left;*/margin: 0;/* padding: 8px 0 5px;*/ width: 100%;}
.quarterly-results-landing .pr-content .pr-item {float: left;padding: 8px 0 5px; width: 100%;}
.pr-item th,.pr-item td{padding:3px 0 8px;}
.pr-date{color:#004990;}
.pr-inner .pr-date{width:100%;}
.backlink{margin-top:20px;}
.backlink img{background:#fff;}
.subhead{display:block;}
.note{font-size: 0.857em;line-height: 18px;}
table.contenttable{float:left;width:100%;border:0 none;margin-bottom:30px;}
table.contenttable thead tr th{border-bottom: 1px solid #d2e3f2;color: #004990;font-size: 1.2em; padding:6px 0 4px;}
table.contenttable tbody tr td{ border-bottom: 1px solid #d2e3f2;padding:6px 0 4px;}
.investor-update-data .prtitle, .investor-update-data .pr-title{/*width:70%;*/color:#004990;}
/*.investor-update-data .pr-pdf{float:left;}*/
.boxes-row3 {border-top: 1px solid #b1d1ee; margin-top: 10px; padding-top: 10px;}
#nav-multimedia-level2.selected a{ color: #004990 !important;}
.mfp-title{margin-top:10px;}
.blue{color: #004990;}
.right-slider .pr-item p{width:86%;}
.download-container input { -webkit-appearance: none; /*background-color:rgba(0,0,0,0);*/border-radius:0;/*position:relative;z-index:5;top:-30px;*/}
.download-container input:hover,.download-container input:focus{border:1px solid #004990;}
.right-slider .pr-item p, .box6 .pr-item p{margin-bottom:5px;color:#004990;}
.box6 .pr-item p{padding: 0;}
.right-slider .addlook, .box6 .addlook{font-size:0.8em;}
.audio-data .dtitle, .audio-data .pr-date{ /*width: 15%;*/padding:5px 0 0 0;}
.audio-data .prtitle, .audio-data .pr-title{ /*width:58%;*/ padding:5px 0 5px 0;}
/*.playtitle{float:left;}*/
.play-doc {/*float: left; text-align: center;  width: 25%;*/ padding:5px 0 0 0;text-align:center;}
.play-doc a{height: 25px;width: 25px;display: inline-block;margin-top: 4px;}
.play-doc a:focus{background:rgba(0,0,0,0) !important;}
.audio-data .pr-item {border-bottom: 1px solid #d2e3f2;/* float: left;*/ margin: 0;  padding-top: 10px;  width: 100%;}
.latest-pr p.date, .latest-sec p.date{text-transform: none !important;width:100%;padding-bottom:0;padding-top:0;}
.signpost.quicklinks > p {margin: 0 0 2px;text-transform:capitalize !important;}
.signpost.stock-price {padding-bottom: 0;}

/*--- end media gallery ----*/
/* ---------------Ends Media Section ---------------- */

/* ---------------Starts Committee Composition ---------------- */
.committee-composition-table th{background:#004990;color:#fff;text-align:center;border-right:1px #fff solid;font-weight:normal;}
.committee-composition-table th,.committee-composition-table td{padding:5px;line-height: 18px;vertical-align: middle;}
.committee-composition-table tr td{border-right:1px #dee7ee solid;border-bottom:1px #dee7ee solid;;text-align:center;background:#f0f5fb;vertical-align: middle;}
.committee-composition-table td:first-child{text-align:left;}
.committee-composition-table tr.alt td{background:#fff;}
.committee-composition-table tr td img{vertical-align:middle;}
.committee-composition-table tbody{border:1px #dee7ee solid;border-right:0px none;border-bottom:0px none; }
.inv-responsive-header-tr td{background:#4b8fcc;color:#fff;text-align:center;}
.inv-responsive-table-wrapper table{margin-bottom:20px;width:100%;}
.inv-responsive-table-wrapper table tr:first-child{display:none;}
.inv-responsive-table-wrapper table th{padding:20px 0px;}
.inv-responsive-table-wrapper table tr{border-bottom:1px #dee7ee solid;}
.inv-responsive-table-wrapper table tr td{padding:5px;}
.inv-responsive-table-wrapper table tr td img{vertical-align:middle;}
.inv-responsive-table-wrapper table tr.inv-responsive-data-tr-first td:nth-child(2){text-align:center;}
.inv-responsive-table-wrapper table tr td:nth-child(2){text-align:right;}
.category-key span{width:30%;float:left;}
.category-key{float:left;width:100%;}

.committee-composition-table-mobile{display:none;}
.committee-composition-table-mobile li{float:left;width:100%;margin-bottom:20px;}
.committee-composition-table-mobile li .list-row{float:left;width:100%;display:table;}
.committee-composition-table-mobile li .list-row div{border-bottom:1px #dee7ee solid;vertical-align: middle;font-weight:normal;padding:5px;display:table-cell;}
.committee-composition-table-mobile .heading{text-align:left;width:63%;}
.committee-composition-table-mobile .data{text-align:right;width:37%;}

/* ---------------Ends Committee Composition ---------------- */
.documents .gallery-image {
    border: 1px solid #c9ddf0;
border-radius:5px;
}
.documents .media-link{text-transform:none;}
.required-fields {
    color: #004990;
    float: left;
    font-size: 0.9em;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
}
/*----------MEDIA SCROLLER-----------*/
.boxes-row3 .highlights-slider{padding:0px; border:0px none;}
.media-scroller-box .rad-alternate{color:#0C4B91;text-transform:uppercase;font-size: 0.857em;}

.pr-wrap .XmlXmlContainer .pr-item { height:auto !important;}

.btn-press-statement {    background: none repeat scroll 0 0 #dcedfc;
    border: 2px solid #e9a02d;
    bottom: 11px;    
    font-size: 1.429em;
    padding: 10px;
    position: absolute;
text-transform: uppercase;
    right: 0;}


div.clsiframedivheight{min-height:244px !important}
div.clsiframedivheight p.link{ margin-bottom:3px !important;}
/*div.clsheightbox4{height:466px !important;}*/
div.clsheightbox4 .box-structure{padding-top:54px !important;word-wrap: break-word;}



.right-slider p, .signpost p,  {text-transform:capitalize !important;}

body.ie8 .media-pr {border-bottom:none !important;}

#media-room .box5 .box-structure, #media-room .box6 .box-structure{ border: none;min-height: 288px;}

/*#media-room table span.date*/#mediacenter .box6 .pr-item ul li span.date{color:#000;width: 100%;padding: 0;}
#media-room .pr-item td{padding:0;}
body.ip3-images .nav-category ul li{display:block;float:left; /*width:130px;*/width: 28.9%;}
body.ip3-videos .nav-category ul li{display:block;float:left;width: 41%;}
#ip3-multimedia .nav-type ul li{width: 104px;}


body#media-room .bannerContainer{float:left;width:100%;margin-bottom:10px;padding:20px 20px 20px 20px;background-color:#003777;color:#fff;}
body#media-room .bannerContainer .bannerText{width:100%;float:left;clear:both;margin-bottom:20px;}
body#media-room .bannerContainer .bannerText h2{color:#fff!important;padding:0px 0px 5px!important;}
body#media-room .bannerContainer .bannerLink a{padding:7px 30px; background-color:#fe9900;color:#fff!important;text-decoration:none;}
body#media-room .box6 .box-structure p.link{bottom:10px;}
body#media-room div#mediacenter p.link a img {top: 47.4%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}
body#media-room div#mediacenter p.link a {display: inline-block;}
a:focus img[src*="external-link-icon"]{background:#fff;}
.download-container a.img-focus { position: absolute;top: 0;right: 0;height: 30px;width: 29px;background: none;/*z-index:11;*/}
.download-container a.img-focus:focus{background:none !important;}
/*.download-container a.img-focus > img{position:relative;z-index:4;}*/
.download-container a.img-focus:focus + span, .download-container a.img-focus:hover {border: 1px solid #004990; display: block;height:31px;}
body#media-room .highlights-slider .bx-pager-item a,body#media-room .highlights-slider .bx-pager-item a.active{background:none !important;display:inline;}
.highlights-slider .bx-pager-item a.active img:first-child,.highlights-slider .bx-pager-item a img:last-child{display:none;}
.highlights-slider .bx-pager-item a.active img:last-child,.highlights-slider .bx-pager-item a img:first-child{display:inline-block;}
.img-view img {background: #f1f5f8;width: 30px;height: 29px;position: absolute;right: 30px;border-radius: 0;}
.img-view img:hover, .img-view img:focus {border:1px solid #004990;}
.gallery-image p:hover { color: #0C143A;}
.gallery-image:hover p { color: #0C143A;}

.mfp-iframe-holder .mfp-close { top: -45px!important;}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {right: 0px!important;}
.media-scroller-box{position:relative !important;}
.media-scroller-box .rbox p.link{right: 33px !important;bottom: 20px;z-index: 9999;padding-left: 25px;}
.image-gallery-item .gallery-image a.video-view .img-wrapper {display: inline-block;top: 0;right: 0;position: absolute;    background: #f1f5f8;max-width: 30px;max-height: 30px;}
.image-gallery-item .gallery-image a.video-view:focus .img-wrapper, .image-gallery-item .gallery-image a.video-view:hover .img-wrapper {border: 1px solid #004990;}
#mediacenter .clsiframedivheight .rbox{width:100%;}
.pr-inner > ul {list-style: outside none disc;padding: 0 0 0 15px;}
.pr-inner > ul li {margin-bottom: 10px;}
.pr-body ul {list-style: outside none disc;padding: 0 0 0 15px;}

.media-scroller-container .lbox {width: 100%; text-align: center;}

/*---- media-queries-----*/
/*--------- iPad Landscape and Desktops ---------*/
@media all and (min-width: 1200px) {
.bx-viewport{height:auto !important;}
}

@media all and (min-width: 992px) {
}

@media all and (max-width:1024px){
.nav-type ul li a{width:111px;}
}

@media (max-width:992px) {
#utility, #sectionheader, #leftnavigation, .section-nav{display:none;}
#headerwrapper{padding:0 10px;margin:0 10px;}
#contentwrapper, #footerwrapper{padding:0 10px;margin-left:0;margin-right:0;}
#leftcol{padding-right:0;margin-bottom:20px;}
#topnavigation-mobi,  .mobi-icon{display:block;}
#media-room #leftcol{display:block;}
#contentwrapper{margin-top:5px;}
#footerwrapper{margin-top:30px;}
.rbox > h2{font-size: 1.15em;}
.mdata{font-size: 1em;}
p{line-height:20px;}
.box4 .rbox p a{font-size: 0.9em;}
.rad-caption{font-size: 1em; line-height: 16px;}
.rad-big{font-size: 1.3em;}
#mmbox2 .media-link a{line-height:24px;}

}


/*--------- iPad Portrait and large Tablets Portrait ---------*/
@media all and (min-width: 768px) and (max-width: 991px) {
.nav-type ul li{width: 50%;}
.nav-type ul li a{width:111px;}
body.ip3-videos .nav-category ul li{width: 180px;}
.gallery-image{width: auto;float: left;}
.gallery-image p{min-height: 48px;}
.image-gallery-item{min-height: 245px;max-width: 234px;}
div#FooterPagination{padding:50px;}
#threecolcenter{padding-left: 0;}
#threecolright{padding-right:0;}
#headerwrapper{height:90px;}
#logo {height: 70px;}
#logo a {display: block;height: 70px;}
.bodWrapper .current-wrapper{width:98.5%;}
.mfp-arrow-left{left:-15px !important;}
.mfp-arrow-right{right:-15px !important;}
#mediacenter .box6 .pr-item ul li{height: 55px;}
.img-view img{right: 28px;}
.left-share {display: none;}
body.ip3-images .nav-category ul li{width: 130px;}
body.ip3-videos .nav-type ul li {width:104px;}
}

/*--------- All Small Tablets and Large Phones Global CSS ---------*/
@media (max-width: 767px) {
.bodGroup > .bod-item { margin-bottom: 15px; }
.bodGroup {padding-bottom: 0 !important;margin-bottom: 0 !important;}
div.bod-item > img {width: 100%;}
#mediacenter .btn-play-pause { display:block !important;bottom: -26px; right: 8px;}
.slick-dots{width:100%;margin-left:0 !important;}
.nav-type ul li{width:auto;}
body.ip3-images .nav-category ul li{width: 180px;}
.left-share {display: none;}
.ir-landing .highlights-slider ul.slick-dots{margin: 8px 30%;}
button.btn-play-pause img:first-child {display: none;}
button.btn-play-pause{display:block;position: absolute;bottom: 0;right: 0;background: none;border: 0;z-index: 99999;}
.image-gallery-item{width: 33.4%; min-width:235px; /*margin: 0 0 20px 0px;*/}
div.newssearchsec{padding: 10px 0% 10px 0%;}
#mediacenter div.mmbox-container {margin-left: 0px;}
.searchbtn{margin-top: -4px !important;}
div#FooterPagination .inner-wrapper{width: 25%;}
.main-news-wrapper #divYear2{padding-top:15px;}
.main-news-wrapper .pagenav ul{padding:24px 0 !important;}
div#FooterPagination{    padding: 39px;}
.RowStyle{margin-bottom: 5px;}
.searchbox .searchtxt{float:none;}
.title .title-link{width: 100% !important;}
.title{width: 86% !important;padding: 12px 5px 12px 0 !important;}
.pdf{width:6% !important;}
a.teaser-link {display: none;}
.News .date {float: none; width: 100%;padding: 0;}
.main-news-wrapper .tab-menu span {padding: 11px 6px 9px !important;}
.main-news-wrapper .pagenav span { display: none !important;}
#threecolcenter{padding-left: 0;padding-right: 0;}
#threecolright{padding-right:0;margin-top:30px;padding-left: 0;}
#footerwrapper{margin:30px 5px 0 0;}
/*.highlights-slider ul li{ width: 140px !important;}*/
.hi-item p.rad-highlight{font-size: 2.5em;}
#headerwrapper{height:70px;}
#logo {height:60px;}
#logo a {display: block;height:60px;}
h1{font-size:2.8em;line-height:40px;margin-bottom:15px;}
.rad-introtext{font-size: 1.2em; line-height: 30px;}
.ar-item.last, .event-item.last{border:0 none;}
.snap-item.last, .pr-item.last{border-bottom:0 none;}
#auto-top-link{display:none !important;}
.bodGroup{margin-bottom:15px;}
.snap-title, .events-title{font-size:1.2em;}
.pastevents .event-item{padding-right:0;}
.past-date{padding-right:10px;}
h2{font-size:1.7em;}
.media-link{float:left;line-height:24px;}
.box1, .box4, .boxes{float: left;height: auto;margin-bottom: 10px;}
.rbox{padding-bottom:30px;}
.boxes, .box2, .box3, .box5, .box6{padding-left:0;height:auto;}
.box-structure{padding:15px !important;}
.box7, .box8, .box9{padding-left:0;margin-bottom:10px;float:left;width:100%;}
.boxes-row, .box3, .box6 {margin-top: 10px;}
.nav-type{width:100%;margin-right:0;border:0 none;}
.nav-category{width:100%;border-top: 1px solid #c9ddf0;padding-top:10px;border-left: 0 none;padding-left: 0;}
.nav-type ul, .nav-category ul{display:none;}
.nav-type > a, .nav-category > a{cursor:pointer;/*background:url(~/media/Images/J/Jetblue-IR-V2/css/plus.png) no-repeat right center;*/display: block;}
.nav-type > a:focus, .nav-category > a:focus{/*background:url(~/media/Images/J/Jetblue-IR-V2/css/hover-plus.png) no-repeat right center;*/}
.nav-type > a.selected, .nav-category > a.selected{cursor:pointer;/*background:url(~/media/Images/J/Jetblue-IR-V2/css/minus.png) no-repeat right center;*/}
.nav-type > a.selected:focus, .nav-category > a.selecteda:focus{cursor:pointer;/*background:url(~/media/Images/J/Jetblue-IR-V2/css/hover-minus.png) no-repeat right center;*/}
 .media-nav{padding:0;}
 .subhead{display:block;margin-bottom:10px;}
 .box-small{height:auto !important;}
 .boxes-row2 {margin-top: 0px;}
 .bodWrapper .bod-item {width: 32%;}
}

@media (max-width: 640px) {
#media-room .box6 .box-structure p.link {bottom: 0;}
#mediacenter .box6 .pr-item ul li {margin-bottom: 0px;}
.searchbox .searchtxt{width: 42.37%;}
.committee-composition-table{display:none;}
.committee-composition-table-mobile{display:block;}
}

@media (max-width:480px) {
.searchbox .searchtxt {width: 53.37%;}
.logo-bg{-webkit-background-size:135%;-moz-background-size: 135%;-o-background-size: 135%;background-size:135%;}
.ar-title{clear: both;margin-top: 0;padding-left: 0; width: 80%;}
.ar-pdf {float: left; margin-top: 0; padding-left: 10px;padding-right:0;}
.lbox{width:25%;}
.rbox{width:75%;}
.box4 .rbox p a {font-size: 0.8em;}
.category-key span{width:100%;float:left;}
.media-video iframe {height: auto;}
}

@media (max-width:479px) {
.logo-bg{-webkit-background-size:150%;-moz-background-size: 150%;-o-background-size: 150%;background-size:150%;}
#headerwrapper{height:55px;}
#logo {height:45px;}
/*#logo a {display: block;height:45px;width:60px;}*/
.past-date, .pastevents .eright{width:100%;}
#feedbackCaptcha-CodeCaptchaCodeContainer, #feedbackSubmitButtonContainer{margin-left:0;}
.latdoc-item{ padding: 0 10px 0 0;width:135px;text-align: left;}
.bodWrapper .bod-item{width:100%;}
.image-gallery-item{  width: 100%;}
.img-view{width:100%;height:100%;background-position:261px top;}
.gallery-image img{width:100%;}
.img-view img{width:30px;}
}

@media (max-width: 360px) {
div#FooterPagination .inner-wrapper {
    width: 60%;
}
.searchbtn{    margin-left: 0px!important;
    margin-top: -3px !important; float: none;
    display: block;}
   .searchtxt{margin: 3px 0 3px 0px !important;} 
}
@media (max-width: 320px) {
.box4 .rbox p a {font-size: 0.7em;}
.img-view{height:215px;background-position:220px top;}

}
@media (max-width:420px) {
img.img-xs {width: 100%;}
.image-gallery-item .gallery-image p{height:auto !important}
.video-view{width: 100%;height:auto;}
.image-gallery-item a {
    display: block;
    float: left;
}
a.video-view,a.video-view img{width: 100% !important;height:auto !important;}
div.main-news-wrapper .pagenav{top: 38px;}
.main-news-wrapper .tab-menu span{font-size: 0.778em;}
.main-news-wrapper #divYear2{padding-bottom: 40px;}
}
@media (max-width:991px)
{
.btn-press-statement  {
    bottom: 0;
    float: left;
    font-size: 1em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
}


/*---- fonts-----*/

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=e26c2ed3-0567-4985-8161-8cfeb0392c8b");
@font-face{
font-family:"DIN Next W01 Medium";
src:url("/~/media/Files/J/Jetblue-IR-V2/fonts/324dee78-6585-4c13-8ca3-5817cc600d84-eot.eot?#iefix");
src:url("/~/media/Files/J/Jetblue-IR-V2/fonts/324dee78-6585-4c13-8ca3-5817cc600d84-eot.eot?#iefix") format("eot"),url("/~/media/Files/J/Jetblue-IR-V2/fonts/4bf0ead4-e61b-4992-832b-6ff05828d99f-woff.woff") format("woff"),url("/~/media/Files/J/Jetblue-IR-V2/fonts/73713a0b-8f6a-4c4e-b8a8-7cf238e632f6-ttf.ttf") format("truetype"),url("/~/media/Files/J/Jetblue-IR-V2/fonts/b90b6bdf-15e2-4544-9fe0-92c79fff0ecd-svg.svg#b90b6bdf-15e2-4544-9fe0-92c79fff0ecd") format("svg");
}
@font-face{
font-family:"DIN Next W01 Bold";
src:url("/~/media/Files/J/Jetblue-IR-V2/fonts/b32ab78b-6c51-4bd3-bc37-4edcec0331f8-eot.eot?#iefix");
src:url("/~/media/Files/J/Jetblue-IR-V2/fonts/b32ab78b-6c51-4bd3-bc37-4edcec0331f8-eot.eot?#iefix") format("eot"),url("/~/media/Files/J/Jetblue-IR-V2/fonts/9949035f-6226-4080-a14a-bf7d94ffb1e1-woff.woff") format("woff"),url("/~/media/Files/J/Jetblue-IR-V2/fonts/6241bd09-15c2-485e-9796-9db8d0aa6974-ttf.ttf") format("truetype"),url("/~/media/Files/J/Jetblue-IR-V2/fonts/af94da3e-4232-416a-b6bc-f39f85dd5db6-svg.svg#af94da3e-4232-416a-b6bc-f39f85dd5db6") format("svg");
}
@font-face{
font-family:"DIN Next W01 Black";
src:url("/~/media/Files/J/Jetblue-IR-V2/fonts/abcc85a3-c3f7-49d9-a80a-f79267998ec7-eot.eot?#iefix");
src:url("/~/media/Files/J/Jetblue-IR-V2/fonts/abcc85a3-c3f7-49d9-a80a-f79267998ec7-eot.eot?#iefix") format("eot"),url("/~/media/Files/J/Jetblue-IR-V2/fonts/9541b817-6a02-4e7a-af21-ce24b70d9ba3-woff.woff") format("woff"),url("/~/media/Files/J/Jetblue-IR-V2/fonts/c1a5af90-f79a-44b1-a4a4-5fd6d888c2f2-ttf.ttf") format("truetype"),url("/~/media/Files/J/Jetblue-IR-V2/fonts/0c36e45b-5edd-4927-b9ad-2e46a30e5593-svg.svg#0c36e45b-5edd-4927-b9ad-2e46a30e5593") format("svg");
}



/*---- jquery-ui-----*/
/*! jQuery UI - v1.10.2 - 2013-03-14
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu-item:hover {
        /*background-color:#999999;*/
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	/*margin: -1px;*/
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1em;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	/*font-size: 1.1em;*/
font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #000;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus a:hover {
	/*border: 1px solid #999999;
	background-color: #aaaaaa !important;
	font-weight: normal;
	color: #212121;*/
	background-color:#cccccc;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus a:focus {
	/*border: 1px solid #999999;
	background-color: #aaaaaa;
	font-weight: normal;
	color: #212121;*/
}

.ui-state-hover  a,
.ui-state-hover  a:hover,
.ui-state-hover  a:link,
.ui-state-hover  a:visited {
/*	color: #212121;
	text-decoration: none;*/
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
        color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
}
.ui-widget-header .ui-icon {
}
.ui-state-default .ui-icon {
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
}
.ui-state-active .ui-icon {
}
.ui-state-highlight .ui-icon {
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa  50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa  50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

.currentDomainCSS
{
    background: #D3D3D3 50% 50% repeat-x;
}

.serachTextBoxMiddle
{
    height: 18px;
    margin-left: 220px;
    right: 44px;
    width: 140px;
}
.serachButtonMiddle
{
    left: 363px;
    position: absolute;
    top: 53px!important;
}
.centerText
{
    margin-left: 195px;
}
.centerText1
{
margin:0 auto;
width: 180px;
}


.ui-menu {min-width: 180px !important; max-width: 300px !important;}
.ui-menu a{background-color:#ffffff;height:20px;width:100%;position:relative;top:0px;margin-bottom:1px;}
.ui-menu a:hover{height:20px;width:100%;position:relative;top:0px;margin-bottom:1px;}


.ui-menu .ui-menu-item {padding: 0 !important;  width: 96% !important;}
/*---- main-others-----*/
.News {float: left;padding: 30px 0 0;width: 100%;}


.RowStyle {border-bottom: 1px dotted #004990;float: left;padding: 1px 0;width: 100%; font-family:arial;}

.title {width: 68%;}
.title {width: 70%;}
.title {float: left;padding: 12px 0;width: 70%;}

.date {float: left;padding: 12px 0 12px 1%;text-align: left;width: 18%;}
.date {width: 13%;}
.date {width: 19%;}


.pdf {width: 12%;}
.pdf {float: left;padding: 10px 0;text-align: center;width: 9%;}
img.hover-img{display:none;}
a:hover img.hover-img:not(.hide), a:focus img.hover-img:not(.hide){display:inline-block;}
a:hover img.no-hover-img, a:focus img.no-hover-img{display:none;}
.pdf a:focus img{background:#fff;}
.expandcollapse {cursor: pointer;
    float: left;
    padding: 3px 10px 0 0 !important;
}


.back-to-link a:focus img{background:#fff;}

.title .teaser-link{float:left;}
.title .teaser-link:focus img{background:#fff;border:1px solid #004990;}
.title .title-link {
    width: 90%;
}
.title .title-link {
    float: left;
    line-height: 24px;
    margin: -1px 0 0;
    width: 93%;
}


.description p {
    line-height: 14px;
    text-align: justify;
    width: 100%;
}


.description {
    float: left;
    font-size: 11px;
    padding: 7px 0 0 3%;
    text-align: justify;
    width: 96%;
    line-height: 0.875rem;
}

.description {
    padding: 7px 0 0 6%;
}

.newssearchsec {
    display: block;
    float: left;
    padding: 10px 0 10px 1%;
    width: 99% !important;
}


/*Search*/
.newssearchsec{float:left;padding:10px 0% 10px 1%;width:99% !important;display:block;}
.newssearchsec h2{font-size:28px;color:#004990;/*padding:6px 0 9px 0;*/float:left;width:15%;font-family:"DIN Bold",Arial !important;margin:8px 0;}
.searchbox{position:relative;}

.searchtxt{border: 1px solid #e1e1e1;border-radius: 0;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;color: #000;width:25.37%;padding:4px 8px !important;float:left;margin:3px 0 3px 3px;font-family:Arial; font-size:1em; font-weight:400;transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;background-color: #ffffff;background-image: none;}
input#keyword::-webkit-input-placeholder {opacity: 1;color: #000;}
input#keyword::-moz-placeholder{opacity: 1;color: #000;}
input#keyword:-ms-input-placeholder{opacity: 1;color: #000;}
input#keyword:-moz-placeholder{opacity: 1;color: #000;}
.searchtxt:focus{border-color: #66afe9;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);outline: 0 none;}

.searchbtn {background: #004990 none repeat scroll 0 0;border:1px solid transparent;border-radius: 2px;color: #fff;font-family: "DIN Next W01 Bold";font-size: 1em;/* height: 34px; */line-height: 1em;margin-left: 35px;margin-top: 2px;padding: 11px 13px 8px;text-align: center;text-transform: uppercase;vertical-align: middle;display: inline-block;}

.searchbtn:hover{cursor:pointer;}
.searchbtn:hover,.searchbtn:focus{background:#0C143A;}
.searchopt{float:left;width:100%;padding:3px 0 0 3px;}
.hide2 {display: none;}

.topSec {float: left;width: 100%; margin-bottom:20px;}
.dateP {float:left;}



#breadcrumb .share-box a {float: left;margin-right: 15px;}
#brdcrmshr a {
    background-color: #004990;
    border-color: #004990;
    border-radius: 4px;
    float: right;
    height: 30px;
    margin-bottom: 0;
    margin-left: 16px;
    padding: 0 3px 0 2px;
}


#breadcrumb a {text-decoration: none;}

#breadcrumb .share-box {
    text-align: right;
}
#breadcrumb .share-box {
    float: left;
    width: 33%;
}


.share-box, #brdcrmshr {float: right; height:32px;}
#breadcrumb .share-box a img {display: inline-block;}
.topSec .share-box .share-links {display: none;float: right;opacity: 0;padding: 3px 0;}
.topSec .share-box .share-links.active {display: block;opacity: 1;}


#brdcrmshr a:hover {
    background-color: #4d8eca!important;
    border-color: #4d8eca;
    border-radius: 4px;
    
}





/* Press releases start*/
.main-news-wrapper #divYearValue #tabs-section-Homepage-level3 li.level3{display:none;}
a#a_Prev{display:none;}
.year-nav{border-bottom:none;}
.main-news-wrapper .tab-menu li a {background: #fff;text-decoration: none;padding: 0px;font-family: "DIN Next W01 Bold";font-size: 1.286em;line-height: 18px;text-transform:none; border: 1px solid #004990;margin-left:-1px;}
.main-news-wrapper .tab-menu li a:hover,.main-news-wrapper #a_Prev:hover,.main-news-wrapper #a_Next:hover {background: #004990 !important;text-decoration: none;color: #fff !important;}

.main-news-wrapper .tab-menu li.current a {border-bottom: 1px solid #004990; border-right: 1px solid #004990; border-left: 1px solid #004990; border-top: 1px solid #004990;}

.main-news-wrapper #a_Next{background: #fff;border: 1px solid #004990;padding: 0;font-size: 1.286em;    line-height: 18px;text-decoration:none;display:none;padding: 8px 13px;  }



.main-news-wrapper #a_Next {display: inline-block;background: #fff; border: 1px solid #004990;none;padding: 0;font-size: 1.286em;    line-height: 18px;text-decoration:none;margin-left:-1px;}

a#a_Prev {background: #fff; border: 1px solid #004990;padding: 0;font-size: 1.286em;line-height: 18px;    text-decoration: none;float: left;}
/*.main-news-wrapper a:active,.main-news-wrapper a:visited{color:#004990 !important;background: #f1f5f8 !important;}*/
.main-news-wrapper #divYear2 {float: left;width: 75%;position: relative;}
.main-news-wrapper #divYear2::after {content: "";border-bottom: 1px solid #004990;width: 133%;height: 1px;position: absolute;bottom: 0;left: 0;}
.main-news-wrapper .pagenav {position:absolute;top: -6px;right: 0;}
.main-news-wrapper .pagenav span{float: left;display: inline-block;font-family: Arial;padding:20px 16px 10px !important;}
.main-news-wrapper .pagenav ul{float:right;display:inline-block;padding:18px 0;}
.main-news-wrapper .nav_wrapper {position: relative; float: left; width: 100%; display: inline-block;}
.main-news-wrapper  li.news-prev a,.main-news-wrapper  li.news-next a,.main-news-wrapper  li.news-prev a:hover,.main-news-wrapper  li.news-next a:hover {background: rgba(0,0,0,0) !important;border: 0 !important;padding: 5px 5px 0px;}


.nojs .main-news-wrapper #divYearValue #tabs-section-Homepage-level3 li.level3 {display: block;}
.nojs .main-news-wrapper #a_Next,.nojs .main-news-wrapper #a_Prev{display:none;}
.nojs .main-news-wrapper .pagenav > span{display:none;}

#IrContactForm #formerrormessages{margin-bottom:15px;}
#IrContactForm #formerrormessages li{position:relative;}
#IrContactForm #formerrormessages li{min-height:20px;display:block;}
#IrContactForm #formerrormessages li span{position:absolute;left:0;display:block;}

#IrContactForm #formerrormessages h2,#IrContactForm .form-msg h2{color:red;padding: 0;font-size: 1.5em;}


#IrContactForm label{float: left;width:100px;clear: both;color: #004990;font-weight:400;min-height:1px;}
#IrContactForm input[type='text']{margin-bottom:10px;border:solid 1px #ccc;width:210px;padding-left:5px;height:35px;}
#IrContactForm textarea{margin-bottom: 10px;border: solid 1px #ccc;width: 210px;padding-left: 5px;height: 60px;}
#IrContactForm .form-field{float:left;width:100%;}
#IrContactForm .form-input{float:left;width:210px;position:relative;}
#IrContactForm .form-field.captchafield{margin-bottom:25px;}
/*.captchafield > div{margin-left:100%;}*/
#IrContactForm .submitfield input[type="submit"]{background: #004990;border: 0 none;color: #fff; padding: 5px 15px 3px;text-transform: uppercase;}
#IrContactForm .submitfield input[type="submit"]:hover,#IrContactForm .submitfield input[type="submit"]:focus{background:#0C143A;}
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; overflow: hidden; position: absolute; } 
.main-news-wrapper .tab-menu span {padding:11px 15px 9px;}
.news-prev a.disable {cursor: default;opacity: 0.5;} 
.news-next a.disable {cursor: default;opacity: 0.5;} 
#FooterPagination {float: left;width: 100%;padding: 10px;position: relative;}
#FooterPagination span,#FooterPagination ul li{float: left;}
#FooterPagination .inner-wrapper{float: right;width: 24%;display: block;position: absolute;top: 10px;right:0;}
#FooterPagination .inner-wrapper ul{float:right;}
.main-news-wrapper .RowStyle.last {padding-bottom: 78px;}
/* Press releases end*/


#twocolcenter.quarterly-results-container table thead th {text-align: right !important;padding: 3px;}
#twocolcenter.quarterly-results-container table thead th,#twocolcenter.quarterly-results-container table td{width: auto !important;}
#twocolcenter.quarterly-results-container table td,#twocolcenter.quarterly-results-container table th{/* padding: 9px 19px 6px 0px !important; */font-size: 0.786em;
    width: auto !important;
    font-family: Arial;}
    #twocolcenter.quarterly-results-container a img{background:#fff;}
#twocolcenter.quarterly-results-container table td{padding:3px;}
#twocolcenter.quarterly-results-container table td.number {text-align: right;/* width: 15% !important; */padding: 3px;} 
.scroll-table-container {width: 100%;overflow-y: hidden;overflow-x: auto; margin-bottom: 14px; font-weight: normal;}
p.link a:focus img {background: #fff;}
.btn-slider-wrapper {text-align: center; position: absolute; right: 0; bottom: 4px;}
.btn-slider-wrapper a:focus img {background: #fff;}
#mediacenter .mmbox-container {width: 100%;position:relative;}
#mediacenter .box6 .pr-item ul li {float: left;width: 50%;}
#mediacenter .box6 .pr-item ul li span {width: 100%;}
#mediacenter .box6 .pr-item ul li:nth-child(even){padding-left: 3px;}
#mediacenter .mmbox .media-link a > span > img {width:inherit;height: auto;position: absolute;left: 0;}
#mediacenter .mmbox .media-link a:focus > span > img {background: #fff;}
#mediacenter #mmbox1 .media-link a > span{display: inline-block;float: left;padding-top: 2px;}
#mediacenter #mmbox2 .media-link a > span,#mediacenter #mmbox3 .media-link a > span{display: inline-block;float: left;padding-top: 1px;}
#carousel-pause:not(.pause) img:nth-child(1),#carousel-pause.pause img:nth-child(2) {display: none;}
#carousel-pause:not(.pause) img:nth-child(2),#carousel-pause.pause img:nth-child(1) {display: block;}
#carousel-pause {background: none;border: 0;position: absolute;bottom: 14px;right: 0;}
/* .boxes-row3 .highlights-slider .slick-initialized .slick-slide{margin:0 5px;} */ 
.slick-dots li.slick-active img:first-child,.slick-dots li img:last-child {display: none;}
.slick-dots li img:first-child,.slick-dots li.slick-active img:last-child {display: block;/*position: absolute;left: 0;top: 4px;*/}
.slick-dots li{float:left;}
#mediacenter ul.slick-dots{margin-left: 44%;margin-bottom: 7px;float: left;margin-top: 10px;}
#mediacenter ul.slick-dots li{margin: 5px 2px;position: relative;}
#mediacenter .slick-initialized .slick-slide{margin:0 5px;padding-bottom: 5px;}
#mediacenter .slick-list{margin-left: -5px;margin-right: -5px;}
#mediacenter .btn-play-pause{display:none;}
#bannerSlider .btn-play-pause{bottom: 13px;right: 16px;}
.btn-play-pause.pause img:last-child,.btn-play-pause img:first-child {display: none;}
.btn-play-pause.pause img:first-child,.btn-play-pause img:last-child {display: block;}
.ir-landing .highlights-slider ul.slick-dots{float: left;
    width: auto;
    text-align: center;
    margin: 8px 34%;}
.ir-landing .highlights-slider ul.slick-dots li{padding:0px 5px 0 0px !important;}
.ir-landing  .up-events a.bx-prev {
    position: absolute;
    top: 75px;
    width: 9px;
    left: 0;
    z-index: 99999;
}
.ir-landing .right-slider a.bx-prev.slick-disabled,.ir-landing .right-slider a.bx-next.slick-disabled{display:none !important;}
.btn-play-pause {display: block;position: absolute;bottom: 0;right: 0;background: none;border: 0;z-index: 99999;}
a.mfp-close:hover {color: #fff !important;text-decoration:none;}
/* a.visible-xs.mobile-type.selected span.collapsed img:first-child,a.visible-xs.mobile-type span.expanded img:first-child{display: none !important;}
a.visible-xs.category.selected span.expanded img:first-child,a.visible-xs.category span.collapsed img:first-child{display: block !important;}
a.visible-xs.mobile-type span.collapsed img.hover-img, a.visible-xs.mobile-type span.expanded img.hover-img{display: none !important;} */ 

/* a.mobi-link expanded{display: block;}
a.mobi-link expanded img{display: none;} */ 
a.mobi-link{position:relative;}
a.mobi-link.selected span.collapsed,a.mobi-link span.expanded{display:none}
a.mobi-link.selected span.expanded,a.mobi-link span.collapsed{display:block}
a.mobi-link span.collapsed,a.mobi-link span.expanded{position: absolute;top: 0;right: 0;}
a.mobi-link:focus span {background: #fff;}
#mediacenter .box4 .rbox > p span.lightblue{color:#004990}
#mediacenter .box5 h2.iframe-heading {line-height: 1em;margin-bottom: 0;letter-spacing: 1px;font-size:1.143em}

#IrContactForm  .form-field.captchafield #captchaLabel,#IrContactForm  .form-field.captchafield .form-input{float: none;display: block;width:100%}
#IrContactForm #recaptcha_privacy {display: none;}
#recaptcha_table a:focus img{border:1px solid #004990 !important;}
#recaptcha_table tr:last-child{display:none;}
.recaptcha_input_area{margin-bottom:13px !important;}
#formerrormessages a:hover,#formerrormessages a:focus{text-decoration:none;}
#bannerSlider a.btn-play-pause:focus {background: #fff !important;border: 1px solid #004990;}
.latest-doc h2{width:100%}
/*---- slick-----*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
/*.slick-slide img
{
    display: block;
}*/
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}