/*---- bootstrap-----*/
/*---------------- 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;
  outline: 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 ----------------- */
/*!
 * Bootstrap v3.2.0 (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=ce09fde71af3dd1a0c54)
 * Config saved to config.json and https://gist.github.com/ce09fde71af3dd1a0c54
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

@-ms-viewport {
  width: auto !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -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;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ee6d00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ee6d00;
  text-decoration: underline;
}
a:focus {
  /*outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;*/
  outline-offset: -2px;
  outline: 0; /*added*/
}
figure {
  margin: 0;
}
img,
.img-responsive {
  vertical-align: middle;
  display: block;
  width: auto \9;
  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;
  width: 100% \9;
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 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: 1230px) {
  .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%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}

/*---- main-----*/
/*--Main Body CSS Starts--*/
body {
  font-family: "arial", regular;
  line-height: 18px;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #ee6d00;
  text-decoration: none;
}
a:hover {
  color: #ee6d00;
  text-decoration: none;
}
a:focus,
a:active {
  border: none;
  outline: 0;
  _nofocusline: expression(this.hideFocus=true);
  text-decoration: none;
}
.hide {
  display: none;
}
.invisible {
  position: absolute;
  left: -9999999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: visible;
}
img {
  outline-style: none;
  outline-width: 0;
  border: 0 none;
}
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;
}
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;
}
.uppercase {
  text-transform: uppercase;
}
h1 {
  font-size: 2.375em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  line-height: 40px;
  margin: 0;
  padding: 15px 30px 20px;
}
h2 {
  font-size: 1.75em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
}
h3 {
  font-size: 1.375em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  line-height: 24px;
}
h4 {
  font-size: 1.125em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  line-height: 20px;
}
p {
  margin: 0 0 23px;
}
p#sectionheader {
  font-size: 1.6em;
  line-height: 1.2em;
}
.pad-none {
  padding-left: 0;
  padding-right: 0;
}
.pad-right {
  padding-right: 0;
}
.pad-left {
  padding-left: 0;
}
#MainWrapper {
  margin: 0 auto;
  max-width: 100%;
}
#headerwrapper {
  background: url("../_/media/Images/N/N-Brown/css/bg-top-strip.png") repeat-x
    top center;
}
#footerwrapper {
  margin-top: 60px;
}
.container-fluid {
  margin: 0 auto;
  max-width: 1200px;
}
#contentwrapper,
#contentWrapper {
  min-height: 500px;
}
.float-it,
table,
#topnavigation,
#bannerwrapper .sliderbanner,
#breadcrumb,
table.searchTable,
#tabs.sectionTabs,
#tabs.sectionTabs ul,
#searchFilter,
#resuleMsg,
#sitemapcontainer,
.bod-item,
.snapdownWrapper,
.snapdownItem,
.news-item,
#contentwrapper .yeartab,
#contentwrapper .yeartab ul,
#footerwrapperinner,
.inv-branding {
  float: left;
  width: 100%;
}
.scroll-table-container {
  width: 100%;
  padding: 0 0 5px;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 14px;
}
.scroll-table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 7px;
}
.scroll-table-container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 2px solid #666666;
  background-color: #666666;
}
hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.main-content h2 {
  margin-bottom: 12px;
  color: #2c2954;
}
.main-content h3 {
  margin-bottom: 22px;
  color: #2c2954;
}
.main-content h4 {
  margin-bottom: 18px;
  color: #2c2954;
}
/*-- Main Body CSS Ends --*/

/*Header styling starts--*/
.top-navigation ul li.level1.first,
.top-navigation ul li.level1.first {
  background-position: 0 -324px;
  height: 27px;
  width: 27px;
  margin: 10px 20px 0 0;
  text-indent: -99999px;
  display: block;
}
.top-navigation ul li.level1.first,
.top-navigation ul li.level1.first:hover {
  background-color: transparent;
}
.top-navigation ul li.level1.first:hover,
.top-navigation ul li.level1.current.first {
  background-position: 0 -272px;
  display: block;
  background-color: transparent;
}
.top-navigation ul {
  float: left;
}
.top-navigation ul li {
  font-size: 0.875em;
  text-transform: uppercase;
}
.top-navigation ul li.level1 {
  float: left;
  font-size: 0.875em;
}
.top-navigation ul li.level1 a span,
.top-navigation ul li.level1 span {
  color: #fff;
  padding: 16px 20px;
  display: block;
}
.top-navigation ul li.level1:hover,
.top-navigation ul li.level1.current,
.top-navigation ul li.level1.selected {
  background-color: #ee6d00;
}
.share-price-ticker p {
  color: #fff;
  margin: 0;
  font-size: 0.875em;
  float: right;
  text-transform: uppercase;
  line-height: 16px;
}
.share-price-ticker {
  padding: 12px 0 0px 15px;
  float: right;
  max-width: 100%;
}
.share-price-ticker iframe {
  float: right;
  transform: translateZ(0);
}
#searchbox {
  float: right;
  border: 1px solid #2c2954;
  padding: 0;
}
#SearchButtonContainer input {
  background-color: transparent;
  border: 0 none;
  float: left;
  height: 25px;
  border-radius: 0;
}
#SearchButtonContainer {
  border: 0px none;
  border-left: none;
  display: block;
  float: left;
  padding: 5px 0;
  width: 10%;
}
#searchTextboxContainer input {
  border: 0 none;
  height: 37px;
  border-right: none;
  padding: 2px 0 2px 5px;
  margin: 0;
  width: 90%;
  float: left;
  border-radius: 0;
  box-shadow: none;
}
.top-container {
  margin: 17px 0;
}
/*--Header styling ends--*/

/*--Mobile Navigation starts--*/
.mobi-burger-menu {
  padding: 10px 15px;
}
.mobi-menu {
  display: block;
  height: 28px;
  padding-top: 10px;
  width: 41px;
}
#searchbox1 {
  float: right;
  position: relative;
  display: table;
  padding: 6px 0;
}
#searchTextbox1 {
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #fff;
  display: table-cell;
  margin: 10px 0 0;
  padding: 2px 0 2px 5px;
  width: 155px;
  background-color: #2c2954;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #aba9bb;
  border-radius: 0;
}
#SearchButtonContainer1 {
  float: right;
}
#SearchButtonContainer1 input {
  background-color: transparent;
  border: 0 none;
  float: right;
  height: 34px;
  margin-left: 5px;
  width: 34px;
  border-radius: 0;
}
#searchTextboxContainer1 {
  float: left;
}
/*--Mobile Navigation ends--*/

/*--Footer styling starts--*/
.footer-left-links {
  padding: 62px 15px 0;
  margin-bottom: 27px;
}
.footer-bottom {
  padding-bottom: 30px;
}
.footer-left-links ul {
  float: left;
}
.footer-left-links ul li {
  float: left;
  padding-right: 15px;
  font-size: 0.875em;
}
.footer-left-links ul li.last {
  padding-right: 0;
}
.footer-left-links ul li a {
  color: #fff;
}
.footer-left-links ul li a:hover {
  color: #ee6d00;
}
#footerwrapper {
  background-color: #2c2954;
}
#footerwrapper p {
  color: #fff;
}
.footer-right-links1 p {
  margin: 0 0 5px;
}
.footer-right-links1 p.email-alerts-title {
  font-size: 1.375em;
  line-height: 22px;
  text-transform: uppercase;
}
.footer-right-links1 {
  padding: 35px 15px 0;
}
.signup-text p {
  font-size: 0.875em;
  margin-bottom: 0;
}
#emailAlerts {
  width: 83%;
  height: 35px;
  margin-right: 12px;
  color: #2c2954;
  font-size: 0.875em;
  border: 0px none;
  float: left;
  padding: 0px 8px;
  border-radius: 0;
}
.footer-right-links2 {
  margin: 51px 0 0;
  padding: 5px 20px 5px 12px;
}
#signUpBtn {
  border: 0 none;
  height: 35px;
  width: 31px;
  float: left;
  border-radius: 0;
}
.copyright {
  float: right;
  padding: 0 10px;
}
.branding p {
  margin-bottom: 0;
}
.branding p a img {
  clear: left;
  float: left;
  max-width: 100%;
  width: auto;
}
.copyright-content p {
  font-size: 0.875em;
}
/*--Footer styling ends--*/

/*----- Table CSS starts---*/
table {
  margin-bottom: 20px;
}
td,
th {
  padding: 10px 0;
}
th {
  border-bottom: 1px solid #e5e5e5;
}
th.rad-right {
  text-align: center;
}
td.rad-right {
  text-align: right;
}
.rad-notes {
  font-size: 0.9em;
  font-style: italic;
}
.rad-financialtable td,
.rad-financialtable th {
  text-align: right;
}
.rad-financialtable td:first-child,
.rad-financialtable th:first-child {
  text-align: left;
}
table.rad-datatable tr th,
table.rad-datatable tr td {
  border: 1px solid #f1f1f1;
  color: #000;
  padding: 5px 10px;
  text-align: left;
}
table.rad-datatable tr th .rad-left,
table.rad-datatable tr td .rad-left {
  text-align: left;
}
table.rad-datatable tr th .rad-right,
table.rad-datatable tr td .rad-right {
  text-align: right;
}
/*----- Table CSS ends---*/

/*--Breadcrumb CSS Starts--*/
#breadcrumb a,
#breadcrumb span {
  display: inline-block;
  color: #2c2954;
}
#breadcrumb span {
  color: #ee6d00;
}
#breadcrumb .separator {
  position: relative;
  color: #2c2954;
  padding: 0;
}
/*--Breadcrumb CSS Ends--*/

/*--Banner styling starts--*/
.sub-cont-bannertext p {
  font-size: 1.375em;
  line-height: 26px;
  color: #fff;
  margin-top: -5px;
  padding: 0 30px 6px;
}
.banner-slider .zig-zag {
  float: right;
}
.zig-zag {
  background-color: #b7b7b7;
  position: relative;
  float: left;
  top: 6px;
}
.zig-zag-img {
  margin-left: 6px;
  margin-top: -4px;
  position: relative;
  float: left;
}
.sub-bannertext {
  position: absolute;
  color: #fff;
  line-height: 1.389em;
  z-index: 1;
  top: 315px;
  float: left;
  width: 56%;
}
.sub-bannertext p.banner-title {
  font-size: 3.75em;
  background-color: #ee6d00;
  margin-bottom: 0;
  line-height: 60px;
  padding: 5px 16px 9px;
  text-transform: uppercase;
  width: 100%;
  float: left;
}
.banner-text p {
  font-size: 1.375em;
  background-color: #ee6d00;
  padding: 8px 21px 17px;
  line-height: 26px;
  margin-bottom: 0;
}
.banner-text {
  width: 80%;
  float: left;
}
.banner-slider ul {
  float: left;
  width: 100%;
}
.banner-slider ul li {
  float: right;
}
.logo-container .logo {
  position: absolute;
  z-index: 1;
}
.logo-container {
  position: relative;
}
.readmore-link {
  float: left;
  clear: both;
  margin-top: 25px;
}
.readmore-link p {
  margin: 0;
}
.readmore-link p a {
  padding: 15px;
  border: 1px solid #ee6d00;
  font-size: 0.875em;
  font-weight: bold;
  padding: 8px 10px;
  text-transform: uppercase;
  text-align: center;
}
#bannerWrapper {
  margin-bottom: 60px;
}
#bannerwrapper {
  margin-bottom: 16px;
}
#bannerwrapper .bx-controls-direction {
  display: none;
}
#bannerwrapper .bx-pager-item {
  float: left;
  padding-right: 5px;
}
#bannerwrapper .bx-pager-item a {
  text-indent: -9999px;
  background-position: 0 -488px;
  display: block;
  text-indent: -9999px;
  width: 12px;
}
#bannerwrapper .bx-pager-item a.active {
  text-indent: -9999px;
  background-position: 0 0;
  display: block;
  text-indent: -9999px;
  width: 12px;
}
#bannerwrapper .bx-pager {
  bottom: -5px;
  float: left;
  position: absolute;
}
/*--Banner styling ends--*/

/*--Search page CSS Starts--*/
.searchTable tr {
  border-bottom: 1px solid #cccccc;
}
.ip3search_highlight {
  font-weight: 700;
}
.sitesearchpagination {
  padding-top: 32px;
}
.sitesearchpagination.pagination-main {
  float: left;
  width: 100%;
}
.sitesearchpagination ul li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
table.searchTable tbody tr th {
  text-align: left;
  height: 22px;
}
#tabs.sectionTabs {
  position: relative;
  padding: 0 0 10px;
}
#tabs.sectionTabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#tabs.sectionTabs ul li {
  float: left;
  padding: 0;
  margin: 0;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
#tabs.sectionTabs ul li:before {
  display: none;
}
#tabs.sectionTabs ul li.lastLI {
  border-right: 1px solid #e5e5e5;
}
#tabs.sectionTabs ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #98ca3c;
  color: #fff;
  text-transform: uppercase;
}
#tabs.sectionTabs ul li a span {
  display: block;
  text-align: center;
}
#tabs.sectionTabs ul li.current a:hover,
#tabs.sectionTabs ul li a:hover,
#tabs.sectionTabs ul li.current a {
  background-color: #00aeef;
  color: #fff;
}
#tabs.sectionTabs span.select {
  background: url("../_/media/Images/N/N-Brown/css/searchTab-dd.png") no-repeat
    scroll 96% 15px #7ac460;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 11px 15px 10px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  behavior: url("../_/media/Files/N/N-Brown/htc-files/boxsizing.htc");
  height: 40px;
  font-size: 0.875em;
  text-transform: uppercase;
}
#tabsDD {
  width: 100%;
  cursor: pointer;
  height: 40px;
  font-size: 0.875em;
  text-transform: uppercase;
}
.searchresultpage #searchContainerRP {
  display: inline-block;
  padding: 5px;
}
#searchinnerRP {
  border-bottom: 1px solid #000;
  float: left;
}
#searchTextBoxContainerRP {
  float: left;
  padding: 5px;
}
#searchinnerRP {
  float: left;
}
#searchTextBoxContainerRP,
#searchButtonContainerRP {
  float: left;
}
#searchTextBoxContainerRP .ui-autocomplete-input {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 4px 0 0 0;
}
.ui-autocomplete-input {
  padding: 2px 5px;
  line-height: 17px; /*box-shadow: 10px 10px 20px -5px #f8f8f8 inset;*/
}
#searchFilter,
#resuleMsg {
  padding-top: 10px;
}
.level1level2 td p {
  padding-top: 10px;
}
.searchTable .level1level2 td p {
  padding-top: 0;
}
#SearchbuttonRP {
  padding: 0 0 3px 8px;
}
#search-results .links {
  margin-bottom: 0px;
}
#search-results .searchdescription {
  margin-bottom: 0px;
}
#tabs.sectionTabs ul li {
  list-style: none;
}
/*--Search page CSS Ends--*/

/*--Homepage content styling starts--*/
#ip3-Homepage .breadcrumb-container {
  display: none;
}
.breadcrumb-container {
  margin-top: -5px;
}
.zig-zag {
  float: right;
}
.home-row-4 .zig-zag-img {
  margin-top: -6px;
}
.home-row-1-text p {
  font-size: 2.375em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  line-height: 38px;
}
.home-row-1-text {
  background-color: #98ca3c;
  padding: 19px 27px 19px 20px;
  position: absolute;
  top: 57px;
  z-index: 1;
  left: 15px;
}
.home-row-1 {
  position: relative;
  margin-top: 40px;
}
.home-row-1 .bx-controls-direction .bx-prev,
.investors-content-row2 .bx-controls-direction .bx-prev {
  background-position: 0 -783px;
  width: 62px;
  height: 62px;
  display: block;
  position: absolute;
  text-indent: -99999px;
  top: 43%;
  left: 15px;
}
.home-row-1 .bx-controls-direction .bx-next,
.investors-content-row2 .bx-controls-direction .bx-next {
  background-position: 0 -696px;
  width: 62px;
  height: 62px;
  position: absolute;
  text-indent: -99999px;
  top: 43%;
  right: 15px;
}
.home-row-1 .bx-controls-direction a.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.home-row-1 .home-content-slider p {
  font-size: 1.125em;
  line-height: 20px;
  margin-bottom: 13px;
}
.home-row-2 {
  margin: 36px 0px 67px;
}
.home-row-3 {
  margin: 65px 0 0 0;
}
.home-row-4 {
  margin: 68px 0 53px 0;
}
.home-row-1 .content-banner-text {
  margin-top: 30px;
  position: relative;
}
.news-tabs ul li,
.news-tabs ul {
  float: left;
}
.news-tabs ul li a {
  color: #fff;
  font-size: 1.75em;
  line-height: 38px;
  background-color: #98ca3c;
  display: block;
}
.report-box {
  float: left;
}
.report-box-left {
  padding: 25px;
  background-color: #ec008b;
  width: 100%;
}
.report-box-right {
  float: right;
  width: 0%;
}
.report-box-right img {
  float: right;
  height: 100%;
}
.report-heading {
  color: #fff;
  font-size: 1.75em;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 12px;
}
.report-box-left {
  float: left;
}
.youtube-title {
  color: #ee6d00;
  font-size: 2.375em;
  margin-bottom: 11px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  line-height: 44px;
}
.youtube-video {
  float: left;
  width: 100%;
}
.home-row-3 .zig-zag-title,
.home-row-3 .zz-text p {
  background-color: #fdc110;
}
.home-row-3 .zz-text p a {
  color: #fff;
}
.home-row-4 .zig-zag-title,
.home-row-4 .zz-text p {
  background-color: #ec008b;
}
.home-row-4 .zz-text p {
  font-size: 1.125em;
  padding: 0 20px 20px 20px;
  line-height: 20px;
  margin: 0;
}
.home-row-4 .readmore-link {
  margin-top: 46px;
}
.home-row-4 .zig-zag-text {
  top: 196px;
}
.zig-zag-text {
  color: #fff;
  float: left;
  line-height: 1.389em;
  position: absolute;
  top: 55px;
  width: 60%;
  z-index: 1;
}
.home-row-4 .zig-zag-text .zig-zag-title {
  padding: 11px 15px 16px 16px;
}
.zig-zag-text .zig-zag-title {
  font-size: 2.375em;
  line-height: 38px;
  margin-bottom: 0;
  padding: 11px 15px 21px 16px;
  text-transform: uppercase;
  width: 100%;
  float: left;
}
.home-row-3 .zz-text p {
  font-size: 0.875em;
  padding: 0 20px 17px;
  line-height: 16px;
  margin: 0;
}
.home-row-3 .zz-text p {
  font-weight: bold;
  text-transform: uppercase;
}
.zz-text {
  width: 80%;
  float: left;
}
.home-row-3 .box-2 {
  position: relative;
}
.twitter-box {
  background-color: #98ca3c;
  float: left;
  width: 100%;
}
.home-content-slider .zig-zag {
  float: left;
  left: 100px;
}
.home-row-3 .zig-zag-text {
  width: 86%;
}
.zz-text {
  width: 62%;
}
.home-content-slider .banner-title {
  color: #000;
  padding: 0;
}
.home-content-slider li:first-child {
  display: block;
}
.banner-bottom-link p a {
  font-size: 0.875em;
  color: #ee6d00;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.banner-bottom-link p {
  font-size: 1em !important;
  margin-bottom: 20px;
}
.banner-bottom-link {
  bottom: 25px;
  float: left;
  position: absolute;
}
.nojs .home-content-slider li {
  display: none;
}
.nojs .home-content-slider li:first-child {
  display: block;
}
.report-section .report-title {
  color: #fff;
  font-size: 1.375em;
  line-height: 23px;
  margin-top: 43px;
  padding: 0 0 18px 35px;
  text-transform: uppercase;
}
.report-section p {
  font-size: 0.875em;
  padding-left: 20px;
  text-transform: uppercase;
}
.report-section .banner-links a {
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 6px 0px 9px 33px;
  font-size: 0.875em;
  text-transform: uppercase;
  line-height: 16px;
}
.report-section .banner-links {
  padding: 0 0 25px 35px;
}
.report-section .banner-links a.download-link {
  background: url("../_/media/Images/N/N-Brown/css/download.png") no-repeat
    scroll 0 0 transparent;
}
.report-section .banner-links a.media-link {
  background: url("../_/media/Images/N/N-Brown/css/view-icon.png") no-repeat
    scroll 0 center transparent;
}
.home-content-slider li .zig-zag-pattern {
  bottom: -7px !important;
}
.home-content-slider .banner-bottom-link p a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875em;
}
.content-banner-text p img,
.content-banner-text img {
  max-width: 100%;
  width: auto;
}
.home-row-4 .zig-zag-text {
  width: 55%;
}
.home-row-4 .zz-text {
  width: 90%;
}
.home-row-3 .zz-text {
  width: 30%;
}
/*--Homepage content styling ends--*/

/*--Tabs styling starts--*/
.tabs-container.bod-tabs ul li span {
  padding: 10px 15px;
}
.tabs-container ul li span {
  font-size: 1.75em;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 20px;
  line-height: 30px;
}
.tabs-container ul.tabs li {
  font-size: 1.75em;
  line-height: 30px;
}
.tabs-container ul.tabs li span {
  font-size: 1em;
}
.tabs-container ul li {
  background-color: #98ca3c;
  border-right: 1px solid #fff;
}
.tabs-container ul {
  float: left;
  width: 100%;
  display: inline-block;
}
.tabs-container ul li {
  float: left;
  display: table-cell;
  width: 50%;
}
.tabs-container ul li a {
  cursor: pointer;
}
.tabs-container ul li.current {
  background-color: #00aeef;
}
.tabs-container ul li.last {
  border: 0 none;
}
.tabs-container {
  float: left;
  width: 100%;
}
.tabs-content {
  float: left;
  width: 100%;
  padding: 15px 20px 15px 20px;
  color: #fff;
  display: none;
}
.tabs-content a {
  color: #fff;
}
.tabs-content .news-item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.tabs-content .news-item.last {
  border-bottom: 0;
  margin-bottom: 0;
}
.tabs-content p {
  margin-bottom: 7px;
}
.tabs-content p.news-date {
  font-size: 0.875em;
  text-transform: uppercase;
  line-height: 16px;
}
.tabs-content p.news-title {
  font-family: "arial", regular;
  font-size: 1.125em;
  line-height: 20px;
}
#ip3-Homepage .tabs-wrapper {
  float: left;
  width: 100%;
}
#ip3-Homepage .tabs-container {
  background-color: #00aeef;
}
.tabs-wrapper {
  float: left;
  width: 100%;
}
.tabsDropDown {
  display: none;
}
.tabs-container.bod-tabs ul li {
  width: auto;
  margin-bottom: 0;
}
.tabs-container.bod-tabs ul li a span,
.tabs-container.bod-tabs ul li span {
  font-size: 1.125em;
}
.tabs-container.bod-tabs ul {
  padding-left: 0;
}
.tabs-container.bod-tabs {
  margin-bottom: 20px;
}
/*--Tabs styling ends--*/

/*--Breadcrumb us styling starts--*/
.breadcrumb-container span {
  font-size: 0.875em;
  color: #2c2954;
}
.breadcrumb-container a {
  font-size: 0.875em;
}
/*--Breadcrumb us styling ends--*/

/*--Content banner styling starts--*/
.content-banner {
  position: relative;
}
.sub-cont-bannertext {
  position: absolute;
  color: #fff;
  z-index: 1;
  top: 57px;
  float: left;
  background-color: #ee6d00;
}
.sub-cont-bannertext-new {
  background-color: #ee6d00;
  color: #fff;
  float: left;
  margin-top: 59px;
}
/*--Content banner styling ends--*/

/*--Left Navigation styling starts--*/
.left-navigation ul li.level2.selected > a > span,
.left-navigation ul li.level2.selected > span {
  background-color: #ee6d00;
}
.left-navigation ul li.level2.selected.haschildren > span,
.left-navigation ul li.level2.selected.haschildren > a > span {
  background-color: #2c2954;
}
.left-navigation ul li.level3.selected > a > span,
.left-navigation ul li.level3.selected > span {
  background-color: #ee6d00;
}
.left-navigation ul li.level3.selected.haschildren > span,
.left-navigation ul li.level3.selected.haschildren > a > span {
  background-color: #2c2954;
}
.left-navigation ul li.level3.selected.haschildren:hover > span,
.left-navigation ul li.level3.selected.haschildren:hover > a > span {
  background-color: #ee6d00;
}

.contentWrapper .logo {
  width: 85%;
}
.left-navigation {
  background-color: #2c2954;
  margin: 52px 0;
}
.left-navigation ul ul {
  display: none;
}
.left-navigation ul li.level2 a span,
.left-navigation ul li.level2 span {
  font-size: 0.875em;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 9px 19px;
  display: block;
}
.left-navigation ul li.level2 ul li.level3 a span,
.left-navigation ul li.level2 ul li.level3 span {
  padding: 10px 38px;
  font-weight: normal;
  text-transform: none;
}
.left-logo img {
  width: 84%;
}
/*.left-navigation ul li.level2:hover>a>span, .left-navigation ul li.level2.current:hover>span{background:#ee6d00 !important}*/
.left-navigation ul li.level3:hover > a > span,
.left-navigation ul li.level3.current:hover > span {
  background: #ee6d00;
}
.left-navigation ul li.level2.current > span,
.left-navigation ul li.level3.current > span {
  background: #ee6d00;
}
/*--Left Navigation styling ends--*/

/*--About us page styling starts--*/
.main-content {
  float: left;
  width: 100%;
}
.introtext {
  margin-bottom: 34px;
  margin-top: -5px;
}
.introtext p {
  font-size: 1.375em;
  line-height: 26px;
  text-transform: uppercase;
  color: #2c2954;
}
.about-us-item {
  margin-bottom: 46px;
  float: left;
  width: 100%;
  position: relative;
}
.zig-zag-img-text {
  background-color: #2c2954;
  left: 15px;
  position: absolute;
  z-index: 1;
  top: 25px;
  width: 51%;
}
.zig-zag-img-text p {
  margin-bottom: 0;
}
.zig-zag-img-text p a,
.zig-zag-img-text p.no-link-text {
  font-size: 1.375em;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 25px;
  display: block;
  margin-left: 2px;
  word-wrap: break-word;
}
.zig-zag-box {
  float: right;
  padding: 0;
}
.zigzag-item-cont {
  padding-left: 14px;
  padding-top: 49px;
}
.zigzag-item-cont p {
  margin-bottom: 2px;
}
.zigzag-item-cont .top-text p {
  line-height: 18px;
}
.zigzag-item-cont .middle-text p {
  font-size: 1.375em;
  line-height: 25px;
  text-transform: uppercase;
}
/*--About us styling ends--*/

/*--Who we are styling starts--*/
.no-banner-img .sub-cont-bannertext {
  position: relative;
}
#bannerWrapper.no-banner-img {
  margin-bottom: 78px;
}
.color-div.first {
  margin-top: 0;
}
.color-div:nth-child(5n + 1) {
  background-color: #98ca3c;
}
.color-div:nth-child(5n + 2) {
  background-color: #00aeef;
}
.color-div:nth-child(5n + 3) {
  background-color: #fdc110;
}
.color-div:nth-child(5n + 4) {
  background-color: #ec008b;
}
.color-div:nth-child(5n + 5) {
  background-color: #ee6d00;
}
.color-div {
  margin-top: 15px;
}
.rhs-color-box p {
  margin-bottom: 0;
}
.rhs-color-box p a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 22px;
  padding: 24px 10px;
  display: block;
  word-wrap: break-word;
  text-align: center;
}
.snap-title {
  background-color: #2c2954;
  color: #fff;
  padding: 20px 41px 20px 15px;
  font-size: 1.125em;
  line-height: 20px;
  cursor: pointer;
  position: relative;
}
.snap-title:after {
  background-position: 0 -870px;
  content: " ";
  height: 18px;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 28px;
  z-index: 1;
}
.snap-title.active:after {
  background-position: 0 -913px;
}
.snap-item {
  margin-bottom: 10px;
}
.snap-content {
  padding: 27px 16px;
  display: none;
}
.snap-content ul li ul,
.snap-content ol li ol {
  padding-top: 10px;
}
.nojs .snap-content {
  display: block;
}
.main-content ul,
.main-content ol {
  padding-left: 30px;
}
.main-content ul li,
.main-content ol li {
  list-style: disc;
  margin-bottom: 18px;
}
.left-content {
  margin-bottom: 10px;
}
.nojs .snap-title:after {
  background-image: none !important;
}
/*--Who we are styling ends--*/

/*--Site map css starts--*/
#sitemapcontainer ul {
  float: left;
  width: 100%;
}
#sitemapcontainer ul#sitemap-section-Homepage-level1 {
  padding-top: 0;
}
#sitemapcontainer ul li {
  float: left;
  clear: both;
}
#sitemapcontainer ul li a {
  display: block;
}
#sitemapcontainer ul li.level1 {
  list-style: outside none none !important;
  text-transform: uppercase;
}
#sitemapcontainer ul {
  padding-top: 20px;
}
#sitemapcontainer ul li.level2 {
  text-transform: none;
}
/*--Site map css ends--*/

/*--Bod CSS Starts--*/
.bod-detail p {
  line-height: 21px !important;
}
p.bodname {
  margin-bottom: 2px;
  color: #000;
  text-transform: uppercase;
  padding: 10px 0px 0px 13px;
}
.bod-tag {
  float: left;
  padding-top: 24px;
  font-weight: bold;
  width: 100%;
}
p.bod-d {
  color: #000;
  padding: 0px 0px 0px 13px;
}
.large-bod-img .zig-zag {
  float: left;
  top: 0;
}
.large-bod-img-left p.bod-sld-ttl {
  margin-bottom: 2px;
  color: #ee6d00;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 8px;
}
.bod-container .zig-zag {
  float: left;
}
.large-bod-img-left p.bod-sld-d {
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
}
.bod-slider-main .bx-pager.bx-default-pager {
  display: none;
}
.bod-slider-main .bx-controls-direction {
  float: right;
}
.bod-slider-main {
  position: relative;
  float: left;
  width: 100%;
}
.bod-slider-main a.bx-next {
  background-position: 0 -696px;
  bottom: 0;
  display: block;
  height: 70px;
  position: absolute;
  text-indent: -9999px;
  width: 70px;
  right: 0;
}
.bod-slider-main a.bx-prev {
  background-position: 0 -783px;
  bottom: 70px;
  display: block;
  height: 70px;
  position: absolute;
  text-indent: -9999px;
  width: 70px;
  right: 0;
}
.bod-open {
  left: 4px;
  position: absolute;
  top: 22px;
  display: none;
}
.bod-open > img {
  width: auto;
}
.bod-open.img-open {
  display: block;
}
.bod-slider-main a.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bodname,
.bod-d,
.bod-sld-ttl,
.bod-sld-d {
  font-size: 0.875em;
  line-height: 16px;
}
.small-bod-container {
  float: left;
  width: 100%;
}
.small-bod-container.no-margin {
  margin-top: 26px;
}
.bod-detail p,
.bod-sld-d,
.bod-sld-ttl,
.bod-d,
.bodname {
  font-size: 0.875em;
  line-height: 18px;
}
.small-bod-content {
  float: left;
  width: 100%;
  margin-bottom: -14px;
}
.large-bod-img-left {
  padding-right: 105px;
}

.bod-hide {
  display: none;
}
/*--Bod Page CSS Ends--*/

/*-- Button styling --*/
a.rad-link {
  border: 1px solid #ee6d00;
  display: block;
  float: left;
  font-size: 0.875em;
  font-weight: bold;
  margin: 4px 0 30px 0;
  padding: 10px 15px;
  text-transform: uppercase;
}
.snapdown-container {
  float: left;
  width: 100%;
}
#auto-top-link:hover {
  background-color: #2c2954;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 5px;
  color: #fff;
  display: none;
  float: left;
  font-weight: normal;
  padding: 16px 11px;
  position: fixed;
  right: 12px;
  text-decoration: none;
  z-index: 10;
}
.snap-content p {
  font-size: 1.125em;
  line-height: 20px;
}
.snapdown-wrapper.first {
  margin-top: 0;
}
.snapdown-wrapper {
  float: left;
  margin-top: 25px;
  width: 100%;
}
.snapdown-wrapper .snapdown-container {
  margin-bottom: 5px;
}
.snapdown-container img,
.snapdown-wrapper img,
.snapdown-container p img,
.snapdown-wrapper p img {
  width: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.snapdown-container ul li,
.snapdown-container ol li {
  font-size: 1.125em;
  line-height: 20px;
}
.snap-content ul li ul li,
.snap-content ol li ol li {
  font-size: 1em;
}

/*--Slider arrows styling starts--*/
.home-row-1 .bx-controls-direction .bx-next:hover {
  background-image: url("../_/media/Images/N/N-Brown/css/arrow-sprite.png");
  background-position: -159px -80px;
  background-repeat: no-repeat;
  height: 62px;
  width: 62px;
}
.home-row-1 .bx-controls-direction .bx-prev:hover {
  background-image: url("../_/media/Images/N/N-Brown/css/arrow-sprite.png");
  background-position: -159px -3px;
  background-repeat: no-repeat;
  height: 62px;
  width: 62px;
}

.bod-slider-main .bx-controls-direction .bx-next:hover {
  background-image: url("../_/media/Images/N/N-Brown/css/arrow-sprite.png");
  background-position: -86px -80px;
  background-repeat: no-repeat;
  bottom: 52px;
  height: 50px;
  position: absolute;
  right: -5px;
  width: 50px;
}
.bod-slider-main .bx-controls-direction .bx-prev:hover {
  background-image: url("../_/media/Images/N/N-Brown/css/arrow-sprite.png");
  background-position: -76px -3px;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  position: absolute;
  right: -5px;
  bottom: -3px;
}

.bod-slider-main .bx-wrapper .bx-prev {
  background-image: url("../_/media/Images/N/N-Brown/css/arrow-small.png");
  background-repeat: no-repeat;
  background-position: 10px -45px;
  height: 60px;
  width: 60px;
  position: absolute;
  right: -5px;
  bottom: -3px;
}
.bod-slider-main .bx-wrapper .bx-next {
  background-image: url("../_/media/Images/N/N-Brown/css/arrow-small.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  bottom: 52px;
  height: 50px;
  position: absolute;
  right: -5px;
  width: 50px;
}
/*--Slider arrows styling ends--*/

/*--Video gallery styling starts--*/
.video-play-icon {
  background-image: url("../_/media/Images/N/N-Brown/icons/video-play-icon.png");
  background-position: no-repeat;
  display: block;
  width: 47px;
  height: 46px;
  position: absolute;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -20px;
}
.video-link {
  float: left;
  width: 100%;
  min-height: 300px;
}
.video-title {
  margin: 35px 0 27px;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 16px;
  float: left;
  width: 100%;
}
.video-link a {
  display: block;
  float: left;
  position: relative;
}
/*--Video gallery styling ends--*/

/*--Press releases landing styling starts--*/
.news-sub-category {
  background-color: #fdc110;
  float: left;
  padding: 0 15px;
  float: left;
  width: 100%;
}
.sub-cat-div {
  float: left;
  display: none;
}
.sub-cat-div.active {
  display: block;
}
.news-sub-category ul {
  float: left;
  padding: 0;
  width: 100%;
}
.news-sub-category ul li {
  float: left;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.news-sub-category ul li a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 15px 23px 15px 17px;
}
.news-sub-category ul li a:before {
  height: 10px;
  width: 10px;
  background-color: #fff;
  margin-right: 8px;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 18px;
}
.clearFilterBtn {
  margin-left: -12px;
}
.clearFilterBtn a {
  border: 1px solid #ee6d00;
  font-size: 0.875em;
  font-weight: bold;
  padding: 8px 10px;
  text-transform: uppercase;
  text-align: center;
  width: 120px;
  display: block;
}
/*.news-sub-filter{padding-left:15px;}*/
.tabs-container.year-tabs {
  margin-bottom: 40px;
}
.pr-item {
  border-top: 1px solid #939598;
  padding: 28px 0 20px;
  float: left;
  width: 100%;
}
.pr-item.last {
  border-bottom: 1px solid #939598;
}
.pr-item p.pr-date {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 12px;
}
.pr-item p.pr-title {
  float: left;
  width: 100%;
  font-size: 1.125em;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
.pr-item p.pr-title a {
  color: #2c2954;
}
.pr-item p.pr-title a:hover {
  color: #ee6d00;
}
.pr-intro-text {
  float: left;
  width: 100%;
  line-height: 20px;
}
.pr-intro-text p {
  margin-bottom: 0;
}
.news-sub-category ul li a.active:before {
  background-color: #00aeef;
}
.pr-container.loader {
  background-image: url("../_/media/Images/N/N-Brown/icons/loader.gif");
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
}
.sub-category-tabs,
.news-main-category {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.sitesearchpagination.pagination-main ul li.pag-img {
  margin-right: 20px !important;
}
.sitesearchpagination.pagination-main ul li {
  margin-right: 10px;
  list-style: none;
}
.sitesearchpagination.pagination-main ul li a {
  color: #2c2954;
}
.sitesearchpagination.pagination-main ul {
  float: left;
  width: 100%;
  margin-left: 6px;
  padding-left: 0;
}
.main-content h2.pr-title {
  margin-top: -4px;
}
.sitesearchpagination.pagination-main ul li.next {
  margin-left: 10px;
}
.sub-cat-ul {
  float: left;
  width: 100%;
}
.sub-category-tabs ul li {
  list-style-type: none;
  margin-bottom: 0;
}
.sub-category-tabs ul li,
.sub-category-tabs ul {
  padding-left: 0;
}
.pr-item-detail p img,
.pr-item-detail img {
  max-width: 100%;
  width: auto;
}
.rad-financialtable tr {
  border-bottom: 1px solid #f1f1f1;
}
/*--Press releases landing styling ends--*/

/*--XBT starts--*/
.safari .banner-slider ul li {
  margin: 0 2px 0 -2px;
}
.safari5 .bottom-signpost-left .signpost-inner {
  height: 309px;
}
/*--XBT ends--*/

/*--Self serve styling starts--*/
.ss-banner-item .zig-zag {
  float: left;
}
.document-item .inv-responsive-table {
  margin-bottom: 0;
}
.document-item .box-table {
  margin-bottom: 20px;
}
.right-signpost .zig-zag-img-text {
  position: relative;
}
.ss-home-banner-item ul li {
  display: block !important;
}
.ss-home-banner-item .logo-container {
  margin-bottom: 20px;
}
.home-slider-content-item .zig-zag {
  float: left;
}
.home-slider-content-item ul li {
  list-style-type: none;
}
.home-slider-content-item ul li,
.home-slider-content-item ul {
  float: left;
  width: 100%;
  padding: 0;
}
.home-slider-content-item .content-banner-text {
  margin-top: 20px;
}
/*--Self serve styling ends--*/

td.inv1-responsive-data-header {
  background-color: #fff !important;
  color: #000 !important;
}
.inv1-responsive-data-tr td {
  border-bottom: 1px solid #f1f1f1 !important;
}
td.inv1-responsive-data-content {
  text-align: center !important;
}
.inv1-responsive-table {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.news-main-category ul li.selected {
  background-color: #00aeef;
}
.news-sub-filter {
  width: 79%;
}
.clear-btn {
  width: 21%;
}
.tabs-container.year-tabs ul li span {
  padding: 10px 19.5px;
}
.patter-mar .zig-zag-pattern {
  bottom: -7px !important;
}
.investors-content-row1 .box2-iframe {
  padding: 10px 20px 0;
}
.nojs .small-bod-container {
  display: none;
}
.video-play {
  margin-bottom: 20px;
}
p.rad-small {
  font-size: 0.8em;
  line-height: 16px;
}
ul.rad-small li {
  margin-bottom: 12px;
  font-size: 0.8em;
  line-height: 16px;
}

/*--Twitter styling starts--*/
#twitterfeed p,
#twitterfeed a,
#twitterfeed ul li {
  color: #fff;
}
#twitterfeed ul li {
  margin-bottom: 0px;
}
.twitt-bar {
  padding: 20px;
}
.tweet-icon img {
  width: auto;
  float: left;
}
.tweet-icon {
  float: left;
  width: 100%;
}
.jta-tweet-list {
  padding: 20px 0 0;
  float: left;
  width: 100%;
}
.jta-tweet-user-name a {
  font-weight: bold;
}
.jta-tweet-user-name,
.jta-tweet-actions {
  float: left;
  width: 100%;
}
.jta-tweet-actions {
  padding-top: 13px;
}
.jta-tweet-action-reply,
.jta-tweet-action-retweet {
  padding-right: 7px;
}
#twitterfeed p,
#twitterfeed a,
#twitterfeed ul li,
#twitterfeed span {
  line-height: 20px;
}
.jta-tweet-user-name {
  font-weight: bold;
}
.jta-tweet-timestamp {
  font-weight: normal;
}
.jta-tweet-actions a {
  background: url("../_/media/Images/N/N-Brown/css/arrow-sprite1.png") no-repeat
    scroll transparent;
  display: block;
  float: left;
  height: 18px;
  text-indent: -99999px;
  width: 30px;
}
.jta-tweet-action-reply a {
  background-position: -12px -181px;
}
.jta-tweet-action-retweet a {
  background-position: -37px -181px;
}
.jta-tweet-action-favorite a {
  background-position: -65px -181px;
}
.jta-tweet-user-name .dot {
  background: url("../_/media/Images/N/N-Brown/css/arrow-sprite1.png") no-repeat
    scroll -95px -181px;
  display: block;
  height: 12px;
  width: 10px;
  float: left;
}
.jta-tweet-timestamp,
.jta-tweet-user-screen-name-link,
.jta-tweet-user-full-name-link,
.sps {
  float: left;
}
.jta-tweet-user-name > .jta-tweet-user-screen-name {
  display: block;
}
.sps {
  font-weight: normal;
  padding-left: 5px;
}
.jta-tweet-user-screen-name-link {
  font-weight: normal !important;
}
.jta-tweet-attributes {
  display: none;
}
.jta-tweet-user-full-name {
  padding-right: 5px;
}
.rt {
  display: none;
}
.dot {
  padding: 0 8px;
}
.no-video-image img {
  height: 192px;
}
.left-signpost-content .news-item:last-child,
.investors-content-row1 .box1-content .news-item:last-child {
  margin-bottom: 0;
}
.twitterfeed,
.twitt-bar {
  float: left;
  width: 100%;
}
.jta-tweet-user-full-name,
.jta-tweet-user-screen-name,
.jta-tweet-timestamp,
.at-the-rate {
  float: left;
}
.signpost-inner-left.full-width-signpost {
  width: 100% !important;
}
td.inv1-responsive-data-header {
  font-weight: bold;
}

.inv2-responsive-data-header {
  font-weight: bold;
}
.inv2-responsive-data-tr td {
  border-bottom: 1px solid #f1f1f1 !important;
  background-color: #fff;
  color: #000;
}

.detailed-content table {
  float: left;
  width: 100%;
  display: block;
  overflow: auto;
}
table.rad-datatable {
  float: left;
  width: 100%;
  display: block;
  overflow: auto;
}
table.rad-datatable thead th,
table.rad-datatable thead td {
  border-bottom: 0 !important;
}
.detailed-content table th,
.detailed-content table td {
  text-align: left;
  padding: 10px !important;
}
.detailed-content table thead th,
.detailed-content table thead td {
  border-bottom: 0 !important;
}

.safari5#ip3-Homepage .report-boxes {
  max-height: 330px;
}
.firefox41#ip3-Homepage .report-boxes {
  max-height: 330px !important;
}
#ip3-Homepage .report-box {
  background: #ec008b;
}
#ip3-Homepage .banner-2 .sub-bannertext {
  width: 50%;
}
#ip3-Homepage .banner-1 .sub-bannertext {
  width: 72%;
}
body#ip3-investors .sub-cont-bannertext {
  top: 28px;
}

.banr-logo img {
  width: 70%;
}
/*---- main-other-----*/
/*.zig-zag{border-left:4px solid #b7b7b7;}*/
.zig-zag-img {
  margin-bottom: 0;
}
/* .home-banner  .zig-zag-img{margin-bottom:-7px;} */
.zig-zag-pattern {
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 28px;
  width: 100%;
  background: url(_/media/Images/N/N-Brown/css/banner-arrow.png) left center
    repeat-x;
}
.home-banner .banner-slider li {
  display: none;
}
.home-banner .banner-slider li.first {
  display: block;
}

/*----Financial Calendar---*/
.eventWrapper {
  width: 100%;
  float: left;
}
.eventWrapper h2 {
  color: #ee6d00;
  font-size: 1.375em;
  line-height: 1.375em;
  text-transform: none;
  padding: 0px 0 12px;
  border-bottom: 1px solid #ee6d00;
  width: 100%;
  float: left;
}
.eventWrapper h2.upcoming-events {
  margin-top: -6px;
}
.events-header {
  width: 100%;
  float: left;
  border-bottom: 1px solid #a5a7a9;
  position: relative;
}
.date {
  width: 21.5%;
  float: left;
  line-height: 1.25em;
  padding: 12px 0px;
}
.subject {
  width: 62.5%;
  float: left;
  line-height: 1.25em;
  padding: 12px 0px;
}
.outlook {
  width: 16%;
  float: left;
  line-height: 1.25em;
  padding: 7px 0px;
}
.outlook a {
  margin-left: 45%;
  float: left;
}
.events-header .date,
.events-header .subject,
.events-header .outlook {
  color: #2c2954;
  font-weight: bold;
  padding: 16px 0px;
}
.events-header .outlook {
  padding: 16px 0;
}
.event-data {
  float: left;
  width: 100%;
  border-bottom: 1px solid #a5a7a9;
  position: relative;
}
.event-date-info {
  padding: 21px 0px 23px;
  float: left;
  width: 100%;
}
.event-date-info p {
  color: #8b8b8b;
  font-style: italic;
  font-size: 0.75em;
  margin-bottom: 0;
  padding-bottom: 4px;
}
.cAlign {
  text-align: center;
  padding: 17px 0 12px !important;
}
#event-item-page .date {
  width: 33%;
}
#event-item-page .subject {
  width: 33%;
}

/*---Results Center---*/
.results-content td.no-news {
  width: 100%;
  padding: 17px 0px 20px 18px !important;
}
.results-content tr th:first-child .result-date-heading {
  width: 12% !important;
}
/*.results-content tr td.results-date{padding:17px 20px 20px 20px;}*/
.results-content tr.first td {
  padding: 17px 0px 12px 16px;
}
.results-header {
  background-color: #fdc110;
  color: #fff;
  width: 100%;
  text-align: left;
}
.results-header th {
  padding: 13px 20px;
  border-right: 1px solid #fff;
  border-bottom: none;
  font-weight: normal;
}
.results-content tr {
  border-bottom: 1px solid #f1f1f1;
}
.results-content td {
  padding: 7px 0px 10px 16px;
  vertical-align: middle;
  line-height: 18px;
}
.data-container img {
  width: auto;
}
.results-content td.cAlign {
  padding-left: 0;
}
.results-content td a {
  display: inline-block;
  margin-top: 3px;
}
.tabs-container.bod-tabs.results-tabs {
  margin-bottom: 20px;
}
.box-table {
  margin-bottom: 99px;
}

.inv-responsive-table {
  margin-bottom: 9px;
}
td.inv-responsive-data-header {
  padding: 13px 15px;
  background-color: #fdc110;
  border-bottom: 1px solid white;
  width: 42%;
  color: #fff;
  vertical-align: middle;
}
td.inv-responsive-data-content {
  width: 58%;
  padding: 13px 19px;
  vertical-align: middle;
}
td.inv-responsive-data-content img {
  margin-left: 1px;
}
/*zig-zag img text*/
.about-us-item:nth-child(5n + 1) .zig-zag-img-text {
  background: #00aeef;
}
.about-us-item:nth-child(5n + 2) .zig-zag-img-text {
  background: #ec008b;
}
.about-us-item:nth-child(5n + 3) .zig-zag-img-text {
  background: #ee6d00;
}
.about-us-item:nth-child(5n + 4) .zig-zag-img-text {
  background: #98ca3c;
}
.about-us-item:nth-child(5n + 5) .zig-zag-img-text {
  background: #fdc110;
}

.about-us-item:nth-child(5n + 1) .middle-text p {
  color: #00aeef;
}
.about-us-item:nth-child(5n + 2) .middle-text p {
  color: #ec008b;
}
.about-us-item:nth-child(5n + 3) .middle-text p {
  color: #ee6d00;
}
.about-us-item:nth-child(5n + 4) .middle-text p {
  color: #98ca3c;
}
.about-us-item:nth-child(5n + 5) .middle-text p {
  color: #fdc110;
}

.about-us-item:nth-child(2n) .image-left {
  float: right;
  padding-left: 0;
}
.about-us-item:nth-child(2n) .zig-zag-box {
  float: left;
  padding-left: 15px;
}
.about-us-item:nth-child(2n) .zigzag-item-cont,
.about-us-item:nth-child(2n) .zigzag-item-cont div {
  float: right;
  padding-left: 15px;
}
.about-us-item:nth-child(2n) .zigzag-item-cont div {
  padding-left: 30px;
  width: 100%;
}
.about-us-item:nth-child(2n) .zigzag-item-cont p {
  text-align: right;
}
.about-us-item:nth-child(2n) .zig-zag-img-text {
  left: auto;
  right: 15px;
}

/*Media signposts*/

.bottom-signpost {
  width: 100%;
  float: left;
}
.bottom-signpost-left,
.investors-content-row1 .box1 {
  width: 100%;
  float: left;
  margin-bottom: 9px;
}
.investors-content-row1 .box1 {
  margin-bottom: 28px;
}
.bottom-signpost-left {
  background-color: #00aeef;
}
.investors-content-row1 .box1 {
  background-color: #98ca3c;
}
.left-signpost-header span.header-text,
.box1-header span.header-text {
  font-size: 1.75em;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 20px;
  line-height: 28px;
}
.left-signpost-content,
.box1-content {
  float: left;
  width: 100%;
  padding: 13px 21px 15px 23px;
  color: #fff;
}
.left-signpost-content .news-item,
.box1-content .news-item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.left-signpost-content .news-item:last-child,
.box1-content .news-item:last-child {
  border-bottom: none;
}
.left-signpost-content .news-date,
.box1-content .news-date {
  font-size: 0.875em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.left-signpost-content .news-title,
.box1-content .news-title {
  margin-bottom: 16px;
  font-size: 1.125em;
}
.left-signpost-content .news-title a,
.box1-content .news-title a {
  color: #fff;
}

.bottom-signpost-right,
.box2 {
  background-color: #ee6d00;
  float: left;
  margin-bottom: 9px;
  width: 100%;
}
.box2 {
  margin-bottom: 28px;
}
.box2-header > span.header-text,
.right-signpost-header > span.header-text {
  color: #fff;
  display: inline-block;
  font-size: 1.75em;
  line-height: 30px;
  padding: 10px 20px 0;
  text-transform: uppercase;
}
.investors-content-row1 .box2 {
  background-color: #fdc110;
}
.right-signpost-header > p {
  color: #fff;
  line-height: 1.063em;
  padding: 5px 20px 0;
  margin-bottom: 0px !important;
}
.right-signpost-image {
  width: 100%;
  text-align: center;
}
.right-signpost-image img {
  margin-left: 5px;
  max-width: 100%;
  display: inline;
  width: auto;
}
.right-signpost-link {
  float: left;
  padding: 16px 10px 22px 20px;
}
.right-signpost-link a {
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 10px 12px;
  float: left;
  font-size: 0.875em;
  font-weight: bold;
}
.right-signpost-link a:hover {
  color: #fff;
  text-decoration: none;
}

/*Investors landing*/
.investors-content-slider .zig-zag-img-text p a,
.investors-content-slider .zig-zag-img-text p.no-link-text {
  padding: 14px;
}
.investors-content-row1 {
  margin-top: 3px;
}
.nojs .investors-content-slider li {
  display: none;
}
.nojs .investors-content-slider li:first-child {
  display: block;
}
.investors-content-slider .zigzag-item-cont {
  padding-top: 73px;
}

/*.investors-banner{width:100%;position:relative;}*/
.investors-banner .zig-zag {
  width: 88%;
  left: -6px;
}
.investors-banner .zig-zag .zig-zag-img {
  overflow: hidden;
  width: 100% !important;
  position: relative;
  background-color: #00aeef;
}
.investors-banner-content {
  width: 38%;
  background-color: #00aeef;
  float: left;
  height: 100%;
}
.banner-content-inner {
  padding-bottom: 61px;
  position: absolute;
  bottom: 4.5%;
  left: 0;
}
body#ip3-investors .banner-content-inner {
  padding-bottom: 61px;
  position: absolute;
  bottom: -9.5%;
  left: 0;
}

.investors-banner-img {
  background-color: #00aeef;
  float: right;
  width: 62% !important;
}
.investors-banner .banner-title {
  color: #fff;
  font-size: 1.375em;
  text-transform: uppercase;
  line-height: 23px;
  padding: 0 0px 17px 25px;
  width: 73%;
}
.investors-banner .banner-links {
  text-transform: uppercase;
  font-size: 0.875em;
  padding-left: 20px;
}
.investors-banner .banner-links a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 6px 33px;
}
.investors-banner .banner-links a.download-link {
  background: url(../_/media/Images/N/N-Brown/css/download-2.png) no-repeat 3px
    0;
}
.investors-banner .banner-links a.media-link {
  background: url(../_/media/Images/N/N-Brown/css/view-icon-2.png) 0 center
    no-repeat;
}
.investors-content-row2 .bx-controls-direction .bx-prev {
  background-image: url("../_/media/Images/N/N-Brown/css/arrow-small.png");
  background-position: 0 -52px;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  text-indent: -99999px;
  top: 49%;
  left: 23px;
}
.investors-content-row2 .bx-controls-direction .bx-next {
  background-image: url("../_/media/Images/N/N-Brown/css/arrow-small.png");
  background-position: 0 0;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  text-indent: -99999px;
  top: 49%;
  right: 23px;
}

.signpost-inner-left {
  width: 66%;
  float: left;
  background-color: #ec008b;
  height: 100%;
}

.signpost-inner-right {
  width: 34%;
  float: right;
  height: 100%;
}
.signpost-inner-right img {
  height: 100% !important;
}
.investors-content-row3 .bottom-signpost-left {
  background-color: #ec008b;
}

.banner-left {
  width: 100%;
  float: left;
}
.banner-top-text {
  color: #fdc110;
  font-size: 1.375em;
  line-height: 1.375em;
  text-transform: uppercase;
}
.banner-bottom-text {
  margin-top: 0px;
}

.investors-content-row2 {
  padding-bottom: 26px;
}
.investors-content-row2 .zig-zag-img-text {
  background-color: #fdc110 !important;
}
iframe {
  width: 100%;
}
/*.investors-banner-wrapper{margin-bottom:73px;margin-top:12px;}*/
.investors-content-row2 .zig-zag-img-text {
  margin-left: -15px;
  top: 28px;
}

.investors-content-row2 .bx-controls-direction .bx-next:hover {
  background-image: url("../_/media/Images/N/N-Brown/css/arrow-sprite.png");
  background-position: -86px -80px;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  text-indent: -99999px;
  top: 49%;
  right: 23px;
}
.investors-content-row2 .bx-controls-direction .bx-prev:hover {
  background-image: url("../_/media/Images/N/N-Brown/css/arrow-sprite.png");
  background-position: -86px -12px;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  text-indent: -99999px;
  top: 49%;
  left: 23px;
}
.investors-content-row2 .bx-pager {
  display: none;
}
.investors-content-row2 .bx-pager .bx-pager-item {
  padding-right: 5px;
}

/*OVERWRITE*/
.tabs-container.bod-tabs.results-tabs {
  margin-bottom: 17px;
}

.media-signpost-cont p {
  font-size: 1.125em;
  line-height: 20px !important;
}
.media-signpost-wrapper .zigzag-item-cont {
  padding-top: 72px;
}

/*Map*/
.contact-us-map {
  width: 100%;
  min-height: 300px;
  float: left;
}

p.links span.resultURL {
  color: #999;
}

body#ip3-corporate-governance .snap-content p {
  font-size: inherit;
}

/*body#ip3-Homepage .banner-1 .sub-bannertext {margin-top: -130px;}*/
.image-gallery-download {
  background-color: transparent;
  color: black;
  text-transform: none;
  border: none;
}

/* From investors corporate-governance audit-committee starts here */
/*body#ip3-corporate-governance .snapdown-container ol{counter-reset: item;list-style-position: outside;display: table;margin: 0;padding: 0;}*/
body#ip3-corporate-governance .snapdown-container ol {
  counter-reset: item;
  list-style-position: outside;
  display: block;
  margin: 0;
  padding: 0;
}
body#ip3-corporate-governance .snapdown-container ol li {
  list-style: decimal !important;
  display: table-row;
  font-size: 1em;
}
body#ip3-corporate-governance .snapdown-container ol li:before {
  content: counters(item, ".") " ";
  display: table-cell;
  text-align: right;
  padding-right: 0.6em;
  counter-increment: item;
}
body#ip3-corporate-governance .snapdown-container ol.first-level > li:before {
  color: #fff;
}
body#ip3-corporate-governance .snapdown-container ol.first-level li p {
  padding-top: 20px;
  margin-bottom: 10px;
}
/* From investors corporate-governance audit-committee ends here */

/* RAD youtube iframe video starts here */
.rad-video-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  padding-bottom: 56.25%;
  /* The height of the iframe will now be 57% of the width. */
}

.rad-video-embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* RAD youtube iframe video ends here */

@media all and (max-width: 736px) {
  body#ip3-Homepage .banner-1 .sub-bannertext {
    margin-top: 20px;
  }
}
/*IPad/IPad mini landscape mode:*/
@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body#ip3-Homepage .banner-1 .sub-bannertext {
    margin-top: -52px;
  }
}
/*IPad/IPad mini portrait mode:*/
@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body#ip3-Homepage .banner-1 .sub-bannertext {
    margin-top: -110px;
  }
}
.home-row-2 .tabs-container ul li:last-child {
  width: 28%;
}
.home-row-2 .tabs-container ul li:first-child {
  width: 100%;
}

.small-bod-content {
  min-height: 390px;
}

.social-media-box .boxImage img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.social-media-box {
  padding: 10px 20px;
  background-color: #98ca3c;
  color: #fff;
}
.social-media-box .boxTitle {
  font-family: "Futura LT W01 Bold", Arial, Helvetica, sans-serif;
  font-size: 2.375em;
  line-height: 38px;
  margin-bottom: 0;
  padding: 11px 10px 21px 10px;
  text-transform: uppercase;
  width: 100%;
  float: left;
}
.social-media-box .boxImage {
  margin-top: 65px;
}

#footerwrapper .footer-right-links1 .signup-text {
  padding-bottom: 20px;
}
#footerwrapper .footer-right-links2 {
  margin: 27px 0 0;
  padding-right: 10px;
}
#footerwrapper .footer-right-links2 .footerLogoImage img {
  width: 80%;
  float: right;
}
@media all and (max-width: 767px) {
  #footerwrapper .footer-right-links2 .footerLogoImage img {
    width: 80%;
    float: left;
    padding-bottom: 30px;
  }
}

.home-row-2.row .pad-left.boxes1 {
  padding-right: 0px;
}

body#ip3-Homepage ul.tabs li {
  border-right: none;
}

body.ip3-press-releases .tabs-container.year-tabs ul li span {
  padding: 10px 16.5px !important;
}
/*---- media-queries-----*/
/*--------- iPad Landscape and Desktops ---------*/
@media all and (max-width: 1200px) and (min-width: 992px) {
  #emailAlerts {
    margin-right: 10px;
    width: 79%;
  }
}

@media all and (min-width: 1171px) {
  .tabs-container ul.tabs li {
    height: auto !important;
  }
  .no-video-image img {
    width: 260px;
  }
}

@media all and (min-width: 1200px) {
  #ip3-Homepage .row0-box-equal {
    min-height: 406px;
  }
  #ip3-Homepage .row3-box-equal {
    min-height: 400px;
  }
  .video-item {
    margin-top: -3px;
  }
  #ip3-our-ambition .top-content img {
    margin-top: -1px;
  }
}

@media all and (max-width: 1070px) and (min-width: 992px) {
  .banner-content-inner {
    bottom: 4.5%;
    float: left;
    left: 0;
    padding-bottom: 20px;
    position: absolute;
    width: 42%;
  }
}

@media all and (min-width: 1024px) {
  .share-price-box {
    padding: 0;
  }
  .share-price-ticker {
    width: 278px;
  }
}

@media all and (max-width: 1023px) and (min-width: 992px) {
  .investors-content-row1 .box2-iframe iframe {
    height: 200px;
  }
  .readmore-link {
    margin-top: 23px;
  }
  .share-price-box {
    padding: 0;
  }
  .share-price-ticker {
    width: 278px;
  }
  #ip3-investors .left-signpost-header span.header-text,
  #ip3-investors .box1-header span.header-text,
  #ip3-investors .box2-header > span.header-text,
  #ip3-investors .right-signpost-header > span.header-text {
    font-size: 1.5em;
  }
}

@media all and (max-width: 1199px) and (min-width: 992px) {
  #twitterfeed p,
  #twitterfeed a,
  #twitterfeed ul li,
  #twitterfeed span {
    font-size: 0.98em;
    line-height: 17px;
  }
  #twitterfeed ul li {
    margin-bottom: -5px;
  }
  .jta-tweet-list {
    padding: 10px 0 0;
  }
  .investors-content-row1 .box2-iframe {
    padding: 0 20px;
  }
}

@media all and (max-width: 1169px) and (min-width: 992px) {
  .sub-bannertext p.banner-title {
    font-size: 2.5em;
    line-height: 50px;
  }
  .banner-text p {
    font-size: 1.2em;
    line-height: 22px;
    padding: 0 15px 15px;
  }
  .sub-bannertext {
    position: absolute;
    top: 228px;
  }
  .home-row-1-text {
    top: 35px;
  }
  .report-box-left {
    padding: 14px;
  }
  .about-us-item .zig-zag {
    width: auto;
  }
  .top-navigation ul li.level1 a span,
  .top-navigation ul li.level1 span {
    padding: 16px 10px;
  }
  #ip3-Homepage .banner-slider .zig-zag {
    width: 70% !important;
  }
  #ip3-Homepage .zig-zag {
    width: 80% !important;
  }
  .home-row-4 .zig-zag-img {
    width: 100% !important;
  }
  #ip3-Homepage .home-row-4 .zig-zag-text {
    width: 70%;
    top: 140px;
  }
  .bxslider ul li {
    float: left;
    width: 100%;
  }
  #bannerwrapper .bx-pager {
    bottom: 0px;
  }
}

@media all and (max-width: 849px) and (min-width: 768px) {
  .sub-bannertext {
    top: 230px !important;
  }
  .home-row-3 .box-2 .zig-zag-text {
    width: 50% !important;
  }
}

@media all and (min-width: 991px) {
  .investors-banner .zig-zag {
    width: 88% !important;
  }
}

@media all and (max-width: 991px) {
  .main-content h2.pr-title {
    margin-top: 0;
  }
  .tabs-container.bod-tabs.news-main-category {
    margin-bottom: 20px;
  }
  .right-signpost-image {
    float: left;
    padding-left: 37px;
    width: 100%;
    text-align: left;
  }
  .right-signpost-header > p {
    margin-bottom: 10px !important;
  }
  #bannerwrapper .bx-pager-item {
    display: inline-block;
    float: none;
    text-align: center;
  }
  .home-row-4 .zz-text {
    width: 89%;
  }
  .home-row-4 .zig-zag-text {
    top: 162px;
    width: 56%;
  }
  .home-row-3 .box-2 .zig-zag-text {
    top: 55px;
  }
  .youtube-title {
    margin-bottom: 20px;
  }
  .report-section .report-title {
    margin-top: 41px;
    padding: 0 0 21px 35px;
  }
  .home-content-slider .banner-bottom-link p a {
    font-size: 0.75em;
    line-height: 14px;
  }
  .home-row-1 .home-content-slider p {
    font-size: 1em;
    line-height: 18px;
  }
  .home-row-1-text p {
    font-size: 2.019em;
    line-height: 33px;
  }
  .banner-bottom-link {
    bottom: 30px;
  }
  .home-row-1-text {
    top: 31px;
  }
  .banner-text {
    width: 77%;
  }
  .report-box-left {
    padding: 20px 25px;
  }
  .footer-right-links1 {
    padding: 25px 15px 0;
  }

  .small-bod-content a {
    float: left;
    width: 100%;
  }
  .video-link .zig-zag,
  .video-link .zig-zag .zig-zag-img,
  .video-link .zig-zag img,
  .small-bod-content .zig-zag,
  .small-bod-content .zig-zag .zig-zag-img,
  .small-bod-content .zig-zag img,
  .bod-sld-top .zig-zag,
  .bod-sld-top .zig-zag .zig-zag-img,
  .bod-sld-top .zig-zag img {
    width: 99.4% !important;
  }
  .video-link a {
    width: 100%;
  }
  .home-row-1 {
    margin-top: 0;
  }
  #bannerwrapper {
    margin-top: 15px;
  }
  .home-content-slider .zig-zag {
    left: 0px;
  }
  .pad-left {
    padding-right: 0;
  }
  .pad-right {
    padding-left: 0;
  }
  .home-row-2,
  .home-row-3,
  .home-row-4 {
    margin: 0;
  }
  .home-row-4 .box-1 {
    margin-bottom: 75px;
  }
  .home-row-4 .box-2 {
    min-height: 235px;
  }
  .home-row-3 .box-2 {
    margin-bottom: 55px;
  }
  .home-row-2 .box-2 {
    margin-bottom: 45px;
  }
  #bannerwrapper {
    margin-bottom: 40px;
  }
  .home-row-1 {
    margin-bottom: 22px;
  }
  .home-row-3 .box-1,
  .home-row-2 .box-1 {
    margin-bottom: 30px;
  }
  .zig-zag-text {
    top: 160px;
  }
  .home-row-4 .readmore-link {
    margin-top: 35px;
  }
  .box-1,
  .box-2 {
    float: left;
    width: 100%;
  }
  .footer-left-links ul li {
    padding-right: 20px;
    margin-bottom: 9px;
  }
  .footer-left-links ul li:nth-child(3) {
    float: left;
    clear: both;
  }
  .footer-left-links {
    padding: 33px 15px 0;
    margin-bottom: 17px;
  }
  .home-row-3 .box-2 .zig-zag {
    float: left;
    margin-left: 100px;
  }
  .home-row-3 .box-2 .zig-zag-text {
    top: 45px;
    width: 32%;
  }
  .home-row-1 .bx-controls-direction .bx-prev,
  .home-row-1 .bx-controls-direction .bx-next {
    display: none;
  }
  .home-content-slider li {
    padding-bottom: 21px;
  }
  .home-row-1 .bx-controls-direction {
    display: none;
  }
  .home-row-1 .bx-pager-item {
    display: inline-block;
    padding-right: 5px;
  }
  .home-row-1 .bx-pager-item a,
  .investors-content-row2 .bx-pager-item a {
    text-indent: -9999px;
    background-position: 0 -488px;
    display: block;
    text-indent: -9999px;
    width: 12px;
  }
  .home-row-1 .bx-pager-item a.active,
  .investors-content-row2 .bx-pager-item a.active {
    text-indent: -9999px;
    background-position: 0 0;
    display: block;
    text-indent: -9999px;
    width: 12px;
  }
  .home-row-1 .bx-pager {
    display: block;
    text-align: center;
  }
  .banner-slider .zig-zag {
    width: 100% !important;
  }
  #emailAlerts {
    width: 79%;
    height: 35px;
  }
  .banner-slider .readmore-link {
    background-color: #ee6d00;
    clear: both;
    float: left;
    padding: 0 15px 15px;
    margin-top: 0;
  }
  .banner-slider .readmore-link p a {
    background-color: #fff;
    padding: 10px;
    font-size: 0.75em;
    line-height: 14px;
  }
  .banner-slider .readmore-link p {
    margin: 5px;
  }
  .sub-bannertext {
    top: 289px;
    width: 78%;
  }
  .sub-bannertext p.banner-title {
    font-size: 2.188em;
    line-height: 51px;
    padding: 8px 18px;
  }
  .banner-text p {
    font-size: 1.169em;
    line-height: 20px;
    padding: 14px 20px 18px;
  }
  #bannerwrapper .bx-pager {
    text-align: center;
    bottom: 0;
    position: relative;
    float: none;
  }
  .footer-right-links2 {
    margin: 42px 0 0 0;
  }
  .sub-cont-bannertext {
    top: 265px;
    left: 15px;
  }
  .content-banner,
  .investors-banner-wrapper {
    margin-top: 12px;
  }
  .content-banner .zig-zag {
    float: left;
  }
  .top-container {
    display: none;
  }
  .logo-mobi,
  .logo-container .logo {
    float: left;
    left: 15px;
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 0 15px 15px 0;
    background-color: #fff;
  }

  a[href="#mmenu"] {
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    width: 35px;
  }
  #hamburger {
    cursor: pointer;
    float: left;
    position: relative;
    transform: rotate(0deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 34px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  #hamburger span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 5px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
  }
  #hamburger.open span {
    height: 5px;
  }
  #hamburger span:nth-child(1) {
    top: 0;
  }
  #hamburger span:nth-child(2) {
    top: 11px;
  }
  #hamburger span:nth-child(3) {
    top: 22px;
  }
  #hamburger.open span:nth-child(1) {
    top: 11px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  #hamburger.open span:nth-child(2) {
    left: -60px;
    opacity: 0;
  }
  #hamburger.open span:nth-child(3) {
    top: 11px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
  }

  .bottom-signpost-left {
    margin-bottom: 28px;
  }

  #bannerWrapper,
  .investors-banner-wrapper {
    margin-bottom: 25px;
  }
  #bannerWrapper.no-banner-img {
    margin-bottom: 45px;
  }
  .tabs-container.bod-tabs {
    margin-bottom: 38px;
  }
  .results-content td {
    padding: 11px 0 10px 16px;
  }
}

@media all and (min-width: 992px) {
  .home-row-1 .bx-pager {
    display: none;
  }
  .investors-content-row2 .bx-pager {
    display: none;
  }
  .color-div {
    height: auto !important;
  }
  .bottom-signpost-right {
    position: relative;
  }
  .right-signpost-link {
    padding: 16px 20px 0 20px;
    position: absolute;
    bottom: 20px;
  }
  .investors-content-row1 .box2 {
    position: relative;
  }
}

/*--------- iPad Portrait and large Tablets Portrait ---------*/
@media all and (min-width: 900px) and (max-width: 991px) {
  .banner-slider .zig-zag .zig-zag-img img,
  .banner-slider .zig-zag .zig-zag-img {
    width: 99.8% !important;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  body#ip3-Homepage .banner-bottom-link {
    position: relative;
    bottom: unset;
  }
  .home-row-1 .home-content-slider .zig-zag {
    left: 0px;
    min-height: 275px;
  }
  body#ip3-Homepage .logo-container .logo.pad-none > img {
    width: 120px;
  }
  body#ip3-Homepage .logo-container .logo.pad-none .banr-logo > img {
    width: 120px;
  }
  body#ip3-investors .sub-cont-bannertext {
    top: 265px;
  }
  .share-price-ticker iframe {
    width: 260px;
  }
  .share-price-box {
    padding: 0 15px;
  }
  .investors-banner .banner-content-inner {
    padding: 20px 0 30px;
    position: relative;
  }
  .investors-banner .investors-banner-content {
    float: left;
    width: 100% !important;
  }
  .investors-banner .investors-banner-img {
    float: left;
    width: 100% !important;
  }
  .investors-banner .zig-zag {
    width: 99.5% !important;
    left: -4px;
  }
  #footerwrapper {
    margin-top: 38px;
  }
  #bannerwrapper .bx-pager {
    margin-top: 20px;
  }
  .no-banner-img .logo-mobi {
    padding: 0 30px 15px 0;
    position: relative;
    left: 15px;
  }
  .no-banner-img .sub-cont-bannertext {
    left: 0;
    top: 0;
    width: 100%;
  }
  .color-div {
    float: left;
    margin-right: 3%;
    margin-top: 25px;
    width: 31.3%;
  }
  .color-div.first {
    margin-top: 25px;
  }
  .color-div:nth-child(5n + 3) {
    margin-right: 0;
  }
  .content-banner-text p {
    font-size: 1em;
  }
  .zig-zag-img-text p a {
    font-size: 1.125em;
    padding: 21px;
  }
  .sub-cont-bannertext-new {
    margin-top: 0px;
    width: 100%;
  }
  .report-box-left {
    width: 72%;
  }
  .report-box-right {
    width: 28%;
  }
  .report-box-right img {
    height: 271px;
  }
  #searchTextbox1 {
    width: 155px !important;
  }
  .about-us-item {
    margin-bottom: 60px;
  }
  .zigzag-item-cont {
    padding-top: 29px;
  }
}

/*--------- All Small Tablets and Large Phones Global CSS ---------*/
@media (max-width: 767px) {
  body#ip3-investors .sub-cont-bannertext {
    top: 2px;
  }
  .signpost-item-content .zigzag-item-cont {
    padding-left: 0;
  }
  .home-row-1-text {
    top: 0;
    width: 66% !important;
    position: relative;
    margin-bottom: 20px;
  }
  .video-item .zig-zag,
  .investors-content-slider .zig-zag {
    float: left;
  }
  .investors-content-slider .about-us-item .image-left,
  .media-signpost-wrapper .about-us-item .image-left,
  .signpost-item-content .image-left {
    padding: 0;
  }
  .investors-content-row2 .zig-zag-img-text {
    top: 0;
    margin-left: 0;
  }
  .share-price-ticker {
    max-width: 210px;
  }
  .video-item img {
    height: auto;
    width: 100%;
  }
  .tabs-container ul.tabs li {
    height: auto !important;
  }
  .tabs-container ul li span {
    padding: 17px 14px;
  }
  .tabs-container.year-tabs ul li span {
    padding: 10px 14px;
  }
  .pr-item-detail p img,
  .pr-item-detail img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .news-sub-category ul li {
    float: left;
    width: 100%;
  }
  .clearFilterBtn {
    margin-top: 0;
  }
  .news-sub-filter {
    width: 100%;
  }
  .clear-btn {
    width: 100%;
  }
  .sitesearchpagination.pagination-main ul {
    margin-left: 0;
  }
  .sitesearchpagination.pagination-main ul li.next {
    margin-left: -5px;
  }
  .sitesearchpagination.pagination-main ul li.pag-img {
    margin-right: 4px !important;
  }
  .news-sub-category {
    padding: 0 15px 25px;
  }
  .news-sub-category ul li a {
    padding: 15px 23px 0 17px;
  }
  .tabs-container.bod-tabs.news-main-category {
    margin-bottom: 1px;
  }
  .news-sub-category {
    display: none;
  }
  .clearFilterBtn {
    background-color: #fdc110;
    border-top: 1px solid #feda70;
    margin-left: 0;
    padding: 18px 15px 20px;
  }
  .clearFilterBtn a {
    border: 0px;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 150px;
  }
  .clear-btn {
    padding: 0;
    float: left;
    width: 100%;
    display: none;
  }
  .sub-category-tabs .tabsDropDown1 {
    background-color: #fdc110;
    border-bottom: 1px solid #feda70;
  }
  .sub-category-tabs {
    margin: 0 0 1px 0;
  }
  .news-sub-filter {
    padding: 0;
  }
  .sub-cont-bannertext p {
    font-size: 1em;
    line-height: 18px;
  }
  .ui-menu .ui-menu-item a {
    padding: 2px 1em !important;
  }
  #searchTextbox1 {
    padding: 2px 0 2px 15px;
  }
  .investors-banner .zig-zag {
    left: -4px;
  }
  .small-bod-content {
    float: left;
    margin-bottom: 15px;
  }
  .bod-slider-main .bx-pager.bx-default-pager {
    margin-top: 0px;
  }
  .small-bod-container.no-margin {
    margin-top: 47px;
  }
  .large-bod-img-left p.bod-sld-d {
    margin-bottom: 10px;
  }
  .large-bod-img-left p.bod-sld-ttl {
    margin-top: 32px;
  }
  .large-bod-img-left {
    padding-right: 15px;
  }
  .tabs-container.bod-tabs {
    margin-bottom: 30px;
  }
  #footerwrapper {
    margin-top: 25px;
  }
  .footer-left-links {
    padding: 20px 15px 2px;
  }
  .footer-right-links1 p.email-alerts-title {
    font-size: 1.224em;
    line-height: 20px;
  }
  .signup-text p {
    font-size: 0.779em;
    line-height: 14px;
  }
  .footer-left-links ul li {
    font-size: 0.779em;
    padding-right: 25px;
    margin-bottom: 3px;
    line-height: 14px;
  }
  .home-row-4 .box-1 {
    margin-bottom: 40px;
  }
  .zig-zag-text .zig-zag-title {
    padding: 20px 15px 21px 14px;
  }
  .home-row-4 .box-1 {
    margin-bottom: 41px;
  }
  .home-row-4 .readmore-link {
    margin-top: 18px;
    padding: 0;
  }
  .home-row-4 .zz-text p {
    line-height: 22px;
  }
  .home-row-3 .box-1,
  .home-row-3 .box-2 {
    margin-bottom: 28px;
  }
  .report-section .report-title {
    padding: 0 0 20px;
  }
  .report-box-left {
    padding: 20px 15px;
  }
  .tabs-content {
    padding: 26px 15px;
  }
  .home-row-1 {
    margin-bottom: 39px;
  }
  .home-content-slider li {
    padding-bottom: 0px;
  }
  .home-row-1 .hm-bnr {
    left: 50%;
    position: absolute;
  }
  .banner-bottom-link p {
    margin-top: 14px !important;
  }
  .home-row-1 .home-content-slider p {
    font-size: 1.125em;
    line-height: 20px;
  }
  .home-content-slider .banner-bottom-link p a {
    font-size: 0.875em;
    line-height: 16px;
  }
  .home-row-1 .content-banner-text {
    margin-top: 38px;
  }
  .share-price-ticker p {
    font-size: 0.75em;
    line-height: 14px;
  }

  .report-section .report-title,
  .report-section .banner-links {
    padding: 0 0 25px;
  }
  .banner-bottom-link {
    bottom: auto;
    float: left;
    position: relative;
  }
  #searchbox1 {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 99;
    right: 0;
    background-color: #2c2954;
  }
  #searchTextboxContainer1 {
    width: 97%;
    margin: 0 5px;
  }
  #searchTextboxContainer1 input {
    border-bottom: none;
  }
  .mobi-search-open {
    background-color: transparent;
    border: 0 none;
    float: right;
    height: 41px;
    margin-left: 5px;
    width: 30px;
    background-image: url(_/media/Images/N/N-Brown/icons/search-icon-mobile.png);
    margin-top: 11px;
    cursor: pointer;
    background-size: 30px 30px;
    background-repeat: no-repeat;
  }
  .share-price-ticker {
    padding: 14px 0;
  }
  #signUpBtn {
    height: 35px;
  }
  .investors-banner .zig-zag {
    width: 100%;
  }
  .investors-banner-img {
    width: 100% !important;
  }
  .investors-banner-content {
    width: 100% !important;
  }
  .investors-banner .logo-mobi {
    width: 45%;
  }

  .investors-banner .banner-content-inner {
    position: static;
    padding-top: 20px;
  }

  #ip3-investors .investors-banner .banner-content-inner {
    position: static;
    padding-top: 20px;
  }

  #SearchButtonContainer1 {
    display: none;
  }
  .bod-slider-main .bx-pager-link {
    background: #ee6d00;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin-right: 5px;
    text-indent: -9999px;
    width: 10px;
  }
  .bod-slider-main .bx-pager.bx-default-pager {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .bod-slider-main .bx-controls-direction {
    display: none;
  }
  .bx-pager-item {
    display: inline-block;
  }
  .share-price-box {
    float: left;
  }
  .mobi-search {
    float: right;
  }
  #bannerWrapper.no-banner-img {
    margin-bottom: 22px;
  }
  #bannerWrapper.no-banner-img h1 {
    font-size: 1.375em;
    line-height: 24px;
  }
  .sub-cont-bannertext-new {
    width: 100%;
    margin-top: 40px;
  }
  .content-banner.no-banner-img .logo-mobi-new {
    width: auto;
  }
  .logo-container .logo,
  .logo-mobi {
    padding: 0 15px 15px 0;
    background-color: #fff;
  }
  .color-div {
    clear: left;
    float: left;
    margin-top: 25px;
    width: 80%;
  }
  .rhs-signpost {
    margin-top: 20px;
  }
  .sub-cont-bannertext {
    position: relative;
    left: 0;
    top: 0px;
  }

  /*.home-row-1-text { background-color: #98ca3c; left: 15px; position: relative; top: 0;z-index: 1; margin-bottom:30px;}*/
  .branding p a img {
    float: left;
  }
  .banner-slider .sub-bannertext {
    position: relative;
    top: 0;
    margin-top: 15px;
    width: 100%;
    margin-right: 1px;
  }
  .banner-slider .readmore-link {
    background-color: transparent;
    clear: both;
    float: left;
    margin-top: 30px;
    padding: 0;
  }
  .banner-slider .banner-text {
    width: 100%;
  }
  .home-row-4 .box-1,
  .home-row-3 .box-2 {
    margin-bottom: 45px;
  }
  .home-row-4 .box-1 .zig-zag,
  .home-row-3 .box-2 .zig-zag {
    float: left;
    width: 100%;
  }
  .home-row-4 .box-1 .zig-zag-text,
  .home-row-3 .box-2 .zig-zag-text {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 15px;
  }
  .home-row-4 .box-1 .zz-text,
  .home-row-3 .box-2 .zz-text {
    width: 100%;
  }
  .footer-right-links2 {
    margin: 0 0 25px;
  }
  .footer-right-links1 {
    padding: 0 15px 13px;
  }
  .footer-left-links ul li {
    padding-right: 19px;
    margin-bottom: 10px;
  }
  #signUpBtn {
    background-color: #ee6d00;
  }
  .home-row-3 .box-2 .zig-zag {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .home-content-slider .zig-zag {
    width: 100%;
    float: left;
  }
  .footer-left-links ul li:nth-child(3) {
    clear: none;
    float: left;
  }
  .report-box-right,
  .report-box-left {
    width: 100%;
    float: left;
  }
  .home-row-3 .box-2 .zig-zag-text {
    width: 100%;
  }
  #ip3-Homepage .tabs-container ul li,
  .tabs-container ul li.current {
    float: left;
    width: 100%;
    background-color: #98ca3c;
  }
  .tabs-container ul li,
  .tabs-container ul li.current {
    float: left;
    width: 100%;
    background-color: #98ca3c;
  }
  .tabs-container ul li:hover,
  .tabs-container ul li.current:hover {
    background-color: #00aeef;
  }
  .zig-zag-img-text {
    width: 70%;
    padding: 30px 18px;
  }
  .home-row-3 .box-2 {
    margin-bottom: 30px;
  }
  .home-row-2 .box-2 {
    margin-bottom: 30px;
  }
  #bannerwrapper {
    margin-bottom: 22px;
  }
  .sub-bannertext p.banner-title {
    font-size: 1.563em;
    line-height: 27px;
    padding: 8px 18px 0;
  }
  .sub-cont-bannertext h1 {
    font-size: 1.375em;
    line-height: 24px;
  }
  .banner-text p {
    font-size: 0.813em;
    line-height: 15px;
    padding: 5px 20px 18px;
  }
  .banner-slider .readmore-link p {
    margin: 0;
  }
  .home-row-1-text p {
    font-size: 1.375em;
    line-height: 24px;
  }
  .banner-slider .readmore-link {
    margin-top: 20px;
  }
  .sub-bannertext {
    padding-bottom: 20px;
  }
  .home-row-3 .zig-zag-text .zig-zag-title,
  .home-row-4 .zig-zag-text .zig-zag-title {
    font-size: 1.375em;
    line-height: 24px;
  }
  .readmore-link {
    background-color: #fff;
    padding: 10px;
  }
  .readmore-link p {
    margin: 0;
  }
  .sub-cont-bannertext {
    margin: 30px 0 0 0;
  }
  .about-us-item .zig-zag-img-text {
    padding: 0;
  }
  .zig-zag-img-text p a,
  .zig-zag-img-text p.no-link-text {
    padding: 15px;
    font-size: 1.125em;
  }
  .zigzag-item-cont {
    padding-top: 30px;
  }
  .tabsDropDown.arrowUp span.arrow,
  .tabsDropDown1.arrowUp span.arrow {
    float: right;
  }
  .tabsDropDown.page-reload ul li,
  .tabsDropDown1.page-reload ul li {
    float: left;
    width: 100%;
  }
  .tabsDropDown p,
  .tabsDropDown1 p {
    font-size: 1.75em;
    line-height: 28px;
  }
  .tabsDropDown,
  .tabsDropDown1 {
    display: block;
    background-color: #98ca3c;
    padding: 17px 14px;
    float: left;
    width: 100%;
    cursor: pointer;
  }

  body#ip3-Homepage .tabsDropDown {
    background-color: #00aeef !important;
  }

  .tabsDropDown p {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.75em;
    line-height: 30px;
    text-transform: uppercase;
    width: 88%;
    float: left;
  }
  .tabsDropDown1 p {
    color: #fff;
    margin-bottom: 0;
    font-size: 1em !important;
    line-height: 18px;
    text-transform: uppercase;
    width: 88%;
    float: left;
  }
  .tabs-container ul {
    display: none;
  }
  .tabs-container ul li.current {
    display: none !important;
  }
  .tabsDropDown span.arrow,
  .tabsDropDown1 span.arrow {
    background-position: 0 -870px;
    float: left;
    height: 18px;
    float: right;
    display: block;
    width: 28px;
  }
  .tabsDropDown .arrow-dwn,
  .tabsDropDown1 .arrow-dwn {
    width: 12%;
    float: left; /*padding-top: 6px;*/
  }
  .tabsDropDown.arrowUp span.arrow,
  .tabsDropDown1.arrowUp span.arrow {
    background-position: 0 -913px;
    display: block;
    height: 18px;
    width: 28px;
    display: block;
  }
  .tabs-container ul li {
    float: left;
    width: 100% !important;
  }
  .tabs-container ul li {
    border-right: 0 none;
  }
  .tabsDropDown1 p,
  .tabs-container.bod-tabs ul li a span,
  .tabs-container.bod-tabs ul li span {
    font-size: 1em !important;
    line-height: 18px;
  }
  .bod-sld-ttl,
  .bod-sld-d,
  .bod-detail p {
    font-size: 0.875em;
    line-height: 16px;
  }
  .large-bod-img-left p.bod-sld-ttl {
    margin-top: 45px;
  }
  .bod-slider-main .bx-pager-item a {
    background-position: 0 0;
  }
  .bod-slider-main .bx-pager-item a.active {
    background-position: 0 -488px;
  }
  .investors-content-row2 .bx-controls-direction {
    display: none;
  }
  .investors-content-row2 .bx-pager {
    display: block;
    text-align: center;
  }
  #bannerWrapper {
    margin-bottom: 45px;
  }
  #bannerWrapper.no-banner-img {
    margin-bottom: 45px;
  }
  .report-box-right img,
  .signpost-inner-right img {
    height: auto !important;
    width: 100%;
  }
  .news-main-category ul li.selected {
    display: none;
  }
  .zig-zag-box {
    float: left;
  }
  .about-us-item:nth-child(2n) .zig-zag-box {
    float: right;
    clear: right;
  }
  .zig-zag-img-text {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    left: 0;
    width: 61%;
  }
  .about-us-item:nth-child(2n) .zig-zag-img-text {
    float: right;
    margin-bottom: 20px;
    position: relative;
    right: 0;
    top: 0;
    width: 61%;
  }
  table.rad-datatable td,
  table.rad-datatable th {
    padding: 10px;
  }
}

@media all and (min-width: 768px) {
  .report-box {
    float: left;
    width: 100%;
  }
  .report-boxes {
    height: 100%;
  }
  .news-main-category,
  .year-tabs {
    display: block !important;
  }
}

@media all and (min-width: 640px) and (max-width: 767px) {
  .sub-bannertext {
    top: 180px;
    width: 90%;
  }
  .video-link .zig-zag,
  .small-bod-content .zig-zag,
  .bod-sld-top .zig-zag {
    left: -3px;
  }
  .video-link .zig-zag,
  .video-link .zig-zag .zig-zag-img,
  .video-link .zig-zag img,
  .small-bod-content .zig-zag,
  .small-bod-content .zig-zag .zig-zag-img,
  .small-bod-content .zig-zag img,
  .bod-sld-top .zig-zag,
  .bod-sld-top .zig-zag .zig-zag-img,
  .bod-sld-top .zig-zag img {
    width: 99.7% !important;
  }
}

@media all and (max-width: 640px) {
  .events-header .subject {
    padding: 0 0 16px 0;
  }
  .date {
    float: none;
    width: 51%;
  }
  .subject {
    padding-top: 0;
    width: 51%;
  }
  .outlook {
    position: absolute;
    top: 0;
    right: 0;
    width: 49%;
  }
  .video-play iframe {
    height: 300px;
  }
}

@media all and (max-width: 480px) {
  .snapdown-container img,
  .snapdown-wrapper img,
  .snapdown-container p img,
  .snapdown-wrapper p img {
    width: 100%;
    height: auto;
  }
  .large-bod-img-left {
    width: 100%;
    margin-top: 10px;
  }
  .content-banner .logo-mobi,
  .logo-container .logo {
    width: 45%;
  }
  .home-row-1 .hm-bnr {
    left: 45%;
  }
}

@media all and (max-width: 991px) and (min-width: 640px) {
  /*.results-header th,.results-content tr td{padding:17px 14px 20px 14px !important;}*/
}

@media all and (max-width: 767px) and (min-width: 641px) {
  .date {
    width: 25.5%;
  }
  .subject {
    width: 58.5%;
  }
  .investors-content-row2 .about-us-item {
    margin-top: -2px;
  }
}

@media all and (max-width: 767px) {
  .investors-content-slider .zigzag-item-cont {
    padding: 28px 0;
  }
  .investors-content-row2 {
    padding-bottom: 21px;
  }
  .signpost-inner-left {
    width: 100%;
  }
  .signpost-inner-right {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 640px) {
  .outlook {
    padding: 16px 0px;
  }
  .investors-content-row2 bx-pager {
    display: block;
  }
  .investors-content-row2 .about-us-item {
    margin-top: -2px;
    margin-bottom: 0;
  }
}

@media all and (max-width: 793px) and (min-width: 768px) {
  .share-price-ticker {
    padding: 12px 0 0 5px;
  }
}

/*IPad/IPad mini landscape mode:*/
@media all and (min-width: 0px) and (max-width: 991px) {
  body#ip3-investors .banner-content-inner {
    position: relative;
  }
}
@media all and (min-width: 992px) and (max-width: 1170px) {
  body#ip3-investors .sub-cont-bannertext {
    top: 0px;
  }
  body#ip3-investors .investors-banner-img {
    width: 68% !important;
  }
  body#ip3-investors .investors-banner .zig-zag {
    width: 90% !important;
  }
  body#ip3-investors .investors-banner .banner-links a {
    padding: 6px 6px 6px 33px;
    width: 74%;
  }
}

/*IPad/IPad mini landscape mode:*/
@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* 
.banr-logo {position: fixed;left: 244px;top: 124px;} */
  body#ip3-Homepage .logo-container .logo.pad-none > img {
    width: 130px;
  }
  body#ip3-Homepage .logo-container .logo.pad-none .banr-logo > img {
    width: 130px;
  }
}

/*IPad/IPad mini portrait mode:*/
/*@media all and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) 
{
.banr-logo img {Width:auto;}
.banr-logo{position: fixed;left: 258px;top: 65px;}
}*/

@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .banr-logo img {
    width: auto;
  }
  /* .banr-logo{position: absolute;right: -206px;top: 1px;} */
}
/*---- 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: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.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: 0.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: 0.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: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.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: 0.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: 0.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: 0.5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.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: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.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: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.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: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.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 0.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: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.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: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.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: 0;
  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 0.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: 0.4em 0 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: 0.2em;
  left: 0.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: 0.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: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.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: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.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: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.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: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.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;
}
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 {
  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: #ee6d00;
}
.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: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.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 {
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa 50% 50% repeat-x;
  opacity: 0.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: 340px !important;
  background-color: #2c2954;
}
.ui-menu a {
  height: 30px;
  width: 100%;
  position: relative;
  top: 0px;
  margin-bottom: 1px;
  float: left;
  color: #fff;
}
.ui-menu a:hover {
  height: 30px;
  width: 100%;
  position: relative;
  top: 0px;
  margin-bottom: 1px;
}
.ui-menu .ui-menu-item {
  padding: 0 !important;
  width: 100% !important;
}
/*---- mmenu-----*/
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.nojs .mmenu {
  display: none;
}
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.mm-menu .mm-hidden {
  display: none;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mmenu-list {
  background: #f3f3f3;
  z-index: 100;
}
.mm-subclose > span {
  color: #003366;
  font-size: 1.3em;
}
.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mm-list li.level1.last a:after {
  background-position: 0 -894px;
  height: 15px;
  width: 15px;
  content: "";
  position: absolute;
  left: 85px;
  top: 16px;
}
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translateX(-135%);
  transform: translateX(-135%);
}
.mm-menu > .mm-panel.mm-highest {
  z-index: 12;
}
.mm-menu .mm-list {
  padding: 0;
  z-index: 9999;
  margin-top: 50px;
}

.mm-menu > .mm-list:after {
  content: "";
  display: block;
  height: 40px;
}

.mm-panel > .mm-list {
  margin-left: 0;
  margin-right: 0;
}
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-list {
  font: inherit;
  font-size: 14px;
}
.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}
.mm-list > li {
  position: relative;
}
.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  margin: 0;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
}

.mm-list > li.selected > a,
.mm-list > li.current > span {
  color: #fff;
}

.mm-list > li > a:hover,
.mm-list > li > span:hover {
  color: #fff;
}
.mm-list > li.selected > a.mm-subopen:after,
.mm-list > li.current > a.mm-subopen:after {
  color: #fff;
}

.mm-list a.mm-subopen:hover {
}
.mm-list
  > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(
    .mm-noresults
  ):after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mm-list li > a.mm-subopen:hover {
}
.mm-menu .mm-list > li > a.mm-subclose:before {
  font-size: 3.5em;
}
.mm-subtitle > a {
  border-bottom: 0 !important;
}
.mm-list
  > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(
    .mm-noresults
  ):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}
.mm-list a.mm-subopen {
  /*  background: rgba(3, 2, 1, 0);*/
  width: 45px;
  height: 50px;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  background-position: 0 -853px;
}

.mm-list li.mm-opened > a.mm-subopen {
  background-position: 0 -902px;
}

.mm-list a.mm-subopen:before {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
.mm-list a.mm-subopen + a {
  padding-right: 5px;
  /* margin-right: 45px;*/
}
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
.mm-list a.mm-subclose {
  text-indent: 0;
  padding: 30px 35px;
  margin-top: 0;
}
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}
.mm-list > li.mm-spacer {
  padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}
.mm-list a.mm-subopen:after {
  content: "";
  color: #ed6d00;
  padding-right: 15px;
  display: inline-block;
  position: absolute;
  bottom: 68%;
  background-position: 0 -131px;
  height: 16px;
  width: 11px;
  left: 20px;
  top: 18px;
}

.mm-list > li > .newSubtitle {
  background: #363534;
  border-bottom: 0;
  font-size: 14px;
  font-family: "Futura BT W01 Bold";
  padding: 10px 20px;
}
.mm-list > li > .newSubtitle:hover {
  background: #363534;
}

.mm-list a.mm-subclose:before {
  content: "";
  color: #ed6d00;
  padding-right: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 97%;
  background-position: 0 -971px;
  height: 17px;
  width: 11px;
}
.mm-menu .mm-list > li:hover > a.mm-subopen:before,
.mm-list > li:hover a.mm-subopen:after {
  color: #fff;
}
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 35px;
}
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 35px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 50px;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  right: 16px;
  bottom: auto;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px;
}

html.mm-opened .mm-page {
}
li.mm-subtitle {
  background: #919090;
}
li.mm-subtitle > a.mm-subclose:before {
  bottom: auto;
  left: 15px;
  top: 12px;
}

.mm-menu {
  background: #2c2954;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
  background: #c90062;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  left: 20px !important;
  margin-bottom: 10px;
  text-align: right;
  margin-top: 15px;
  padding: 10px 20px;
  position: relative;
  width: 93px;
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-opened .mm-page {
  box-sizing: border-box;
  position: relative;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  cursor: pointer;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 100%;
  min-width: 140px;
  max-width: 262px;
  z-index: 10;
}

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  -webkit-transform: translate(262px, 0);
  transform: translate(262px, 0);
  -moz-transform: translateY(262px, 0);
  -ms-transform: translateY(262px, 0);
  -o-transform: translateY(262px, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -moz-transform: translateY(140px, 0);
    -ms-transform: translateY(140px, 0);
    -o-transform: translateY(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(262px, 0);
    transform: translate(262px, 0);
  }
}
-moz-transform: translateY(262px, 0);
-ms-transform: translateY(262px, 0);
-o-transform: translateY(262px, 0);
/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.mm-buttonbar:after {
  content: "";
  display: block;
  clear: both;
}
.mm-buttonbar > * {
  border-left: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-buttonbar > a {
  text-decoration: none;
}
.mm-buttonbar > input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}
.mm-buttonbar > input:checked + label {
  border-color: transparent !important;
}
.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
  border-left: none;
}
.mm-buttonbar.mm-buttonbar-2 > * {
  width: 50%;
}
.mm-buttonbar.mm-buttonbar-3 > * {
  width: 33.33%;
}
.mm-buttonbar.mm-buttonbar-4 > * {
  width: 25%;
}
.mm-buttonbar.mm-buttonbar-5 > * {
  width: 20%;
}

.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
}

.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px;
}
.mm-footer .mm-buttonbar > * {
  border-left: none;
}

.mm-list > li > .mm-buttonbar {
  margin: 10px 20px;
}

.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333;
}
.mm-menu .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
}

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%;
}
em.mm-counter + a.mm-subopen {
  padding-left: 40px;
}
em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span {
  margin-right: 80px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-nosubresults > em.mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px;
}

.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next {
  padding-top: 30px;
}
.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
}
.mm-header .mm-prev,
.mm-header .mm-next {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  min-width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-header .mm-prev {
  padding-left: 20px;
  padding-right: 10px;
  left: 0;
}
.mm-header .mm-next {
  padding-left: 10px;
  padding-right: 20px;
  right: 0;
}
.mm-header [href].mm-prev:before,
.mm-header [href].mm-next:after {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-header [href].mm-prev:before {
  border-right: none;
  border-bottom: none;
  margin-left: 2px;
  margin-right: 5px;
}
.mm-header [href].mm-next:after {
  border-top: none;
  border-left: none;
  margin-left: 5px;
  margin-right: -2px;
}

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px;
}
.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next {
  padding-top: 20px;
}

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none;
}
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px;
}
.mm-menu.mm-hasheader > .mm-panel.mm-list {
  padding-top: 60px;
}
.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
  padding-top: 100px;
}

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after {
  border-color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu labels addon CSS
*/
.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-list > li.mm-label.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px;
}
.mm-list > li.mm-collapsed {
  display: none;
}

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box;
}

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px;
}
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0;
}

div.mm-panel > div.mm-search {
  padding: 30px 40px;
}

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0;
}

.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 22;
}

.mm-search {
  padding: 10px;
}
.mm-search input {
  border: none;

  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0;
}
.mm-menu .mm-noresultsmsg:after {
  border: none !important;
}

.mm-noresults .mm-noresultsmsg {
  display: block;
}

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none;
}
.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px;
}
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px;
}
.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px;
}
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
  padding-top: 0;
}

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2;
}
label.mm-toggle:before,
label.mm-check:before {
  content: "";
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

.mm-menu.mm-vertical .mm-list > li label.mm-toggle,
.mm-menu.mm-vertical .mm-list > li label.mm-check {
  bottom: auto;
  margin-bottom: 0;
}
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
  top: 5px;
}
.mm-menu.mm-vertical .mm-list > li label.mm-check {
  top: 5px;
}

label.mm-toggle,
label.mm-check {
  right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px;
}

label.mm-check + a,
label.mm-check + span {
  margin-right: 50px;
}

a.mm-subopen + label.mm-toggle,
a.mm-subopen + label.mm-check {
  right: 50px;
}

a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px;
}

a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px;
}

em.mm-counter + a.mm-subopen + label.mm-toggle,
em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px;
}

em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px;
}

em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu label.mm-toggle:before {
  background: #333333;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left;
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-front.mm-fullscreen.mm-top,
.mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-right {
  left: auto;
  right: 0;
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker {
  -webkit-transform: translate(-255px, 0);
  transform: translate(-255px, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-262px, 0);
    transform: translate(-262px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-page,
html.mm-front #mm-blocker {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  z-index: 0;
}

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: top, right, bottom, left, transform;
  transition-timing-function: ease;

  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mm-menu.mm-front.mm-top,
.mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: none;
}

.mm-menu.mm-light {
  background-color: #f3f5f6;
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: #f3f5f6;
  color: #444e56;
  font-size: 1.4em;
  padding-left: 80px;
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3;
}
.mm-menu.mm-light .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: #f3f3f3;
}

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-search input {
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06);
}
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white;
}
.mm-menu.mm-white .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black;
}
.mm-menu.mm-black .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: black;
}

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu .mm-list li ul,
.mm-menu .mm-list li ul li ul {
  margin-top: 0 !important;
}
.mm-menu .mm-list li.level1 span {
  padding: 15px 20px;
  display: block;
}
.mm-menu .mm-list li.level1 ul li.level2 span {
  padding: 15px 35px;
  display: block;
}
.mm-menu .mm-list li.level1 ul li.level2 ul li.level3 span {
  padding: 15px 40px;
  display: block;
}
.mm-list li.current > a,
.mm-list li.current > span {
  background-color: #ee6d00;
}
/*.mm-list li.selected > a{background-color:#ee6d00;}*/
.mm-list > li.level3 > a,
.mm-list > li.level3 > span {
  text-transform: none;
}
/*#mm-blocker {background-position: 0 -429px; height:35px; width:35px; top:7px; left:15px; cursor:pointer; position:fixed;}*/
#mmenu ul#mm-0 {
  background-color: #2c2954;
}
.mm-menu {
  height: 100%;
}
.mm-menu .mm-list li.selected {
  background-color: #ee6d00;
}
.mm-menu .mm-list li.selected.haschildren {
  background-color: #2c2954;
}
.mm-list a.mm-subopen {
  background-position: 0 -853px;
}

/*---- sprite-----*/
/*--SPRITE STARTS--*/
.icons-sprite,
.icons-active-pager,
.icons-audio-icon,
.icons-burger-menu,
.icons-download-icon,
.icons-email-alerts,
.icons-home,
.icons-html-icon,
.icons-menu-close,
.icons-pager,
.icons-pdf-icon,
.icons-search-icon-mobile,
.icons-search-icon,
.icons-slider-next,
.icons-slider-prev,
.icons-snap-down,
.icons-snap-up,
.icons-view-icon,
.icons-webcast-icon,
#bannerwrapper .bx-pager-item a.active,
#bannerwrapper .bx-pager-item a,
.top-navigation ul li.level1.first,
.home-row-1 .bx-controls-direction .bx-prev,
.home-row-1 .bx-controls-direction .bx-next,
.snap-title:after,
.snap-title.active:after,
.tabsDropDown.arrowUp span.arrow,
.tabsDropDown span.arrow,
.home-row-1 .bx-pager-item a,
.home-row-1 .bx-pager-item a.active,
.mm-list a.mm-subopen,
.mm-list li.current a.mm-subope,
.mm-list li ul li a.mm-subopen,
.mm-list li.current ul li a.mm-subopen,
tabsDropDown1.arrowUp span.arrow,
.tabsDropDown1 span.arrow,
.bod-slider-main .bx-pager-item a,
.bod-slider-main .bx-pager-item a.active,
.investors-content-row2 .bx-pager-item a {
  background-image: url("../_/media/Images/N/N-Brown/css/icons-s4b4bfc7c9e.png");
  background-repeat: no-repeat;
}

.icons-active-pager {
  background-position: 0 0;
}
.icons-audio-icon {
  background-position: 0 -36px;
}
.icons-burger-menu {
  background-position: 0 -89px;
}
.icons-download-icon {
  background-position: 0 -142px;
}
.icons-email-alerts {
  background-position: 0 -211px;
}
.icons-home {
  background-position: 0 -324px;
}
.icons-home:active,
.icons-home.home-active {
  background-position: 0 -272px;
}
.icons-html-icon {
  background-position: 0 -376px;
}
.icons-menu-close {
  background-position: 0 -429px;
}
.icons-pager {
  background-position: 0 -488px;
}
.icons-pdf-icon {
  background-position: 0 -524px;
}
.icons-search-icon-mobile {
  background-position: 0 -577px;
}
.icons-search-icon {
  background-position: 0 -643px;
}
.icons-slider-next {
  background-position: 0 -696px;
}
.icons-slider-prev {
  background-position: 0 -783px;
}
.icons-snap-down {
  background-position: 0 -870px;
}
.icons-snap-up {
  background-position: 0 -913px;
}
.icons-view-icon {
  background-position: 0 -956px;
}
.icons-webcast-icon {
  background-position: 0 -1015px;
}
/*--SPRITE ENDS--*/

/*---- fonts-----*/
@import url("../../fast.fonts.net/t/1e444.css?apiType=css&amp;projectid=06511085-16c7-4fae-a1de-0e7dc6e6eec3");
@font-face {
  font-family: "Futura LT W01 Light";
  src: url("Fonts/2b40e918-d269-4fd9-a572-19f5fec7cd7fd41d.html?#iefix");
  src: url("../_/media/Files/N/N-Brown/fonts/2b40e918-d269-4fd9-a572-19f5fec7cd7fd41d.eot?#iefix")
      format("eot"),
    url("../_/media/Files/N/N-Brown/fonts/26091050-06ef-4fd5-b199-21b27c0ed85e.woff2")
      format("woff2"),
    url("../_/media/Files/N/N-Brown/fonts/cca525a8-ad89-43ae-aced-bcb49fb271dc.woff")
      format("woff"),
    url("../_/media/Files/N/N-Brown/fonts/88cc7a39-1834-4468-936a-f3c25b5d81a1.ttf")
      format("truetype"),
    url("../_/media/Files/N/N-Brown/fonts/14d6bf5d-15f1-4794-b18e-c03fb9a5187e.svg#14d6bf5d-15f1-4794-b18e-c03fb9a5187e")
      format("svg");
}

@font-face {
  font-family: "Futura LT W01 Bold";
  src: url("../_/media/Files/N/N-Brown/fonts/87f56fc1-ab05-4355-90af-9e83740663afd41d.eot?#iefix");
  src: url("../_/media/Files/N/N-Brown/fonts/87f56fc1-ab05-4355-90af-9e83740663afd41d.eot?#iefix")
      format("eot"),
    url("../_/media/Files/N/N-Brown/fonts/3cf9e1e8-63a2-497f-86ed-6b63d6de1986.woff2")
      format("woff2"),
    url("../_/media/Files/N/N-Brown/fonts/184895ac-545b-450b-9d3a-c0a0a7620977.woff")
      format("woff"),
    url("../_/media/Files/N/N-Brown/fonts/bf8628d2-1ae0-4645-ba3f-3ce62d8d907c.ttf")
      format("truetype"),
    url("../_/media/Files/N/N-Brown/fonts/20073de8-56dd-4e4c-9434-5097c3f2fd28.svg#20073de8-56dd-4e4c-9434-5097c3f2fd28")
      format("svg");
}

.footer-right-links1 p.email-alerts-title,
.sub-bannertext p.banner-title,
.home-row-1-text p,
.tabs-container ul li a span,
.tabs-container ul li span,
.report-heading,
.zig-zag-text .zig-zag-title,
.youtube-title,
.introtext p,
h1,
h2,
h3,
h4,
h5,
h6,
.zig-zag-img-text p,
.zigzag-item-cont .middle-text p,
.rhs-color-box p,
.tabs-content p.news-date,
.tabsDropDown p,
.tabsDropDown1 p,
.news-tabs,
.investors-banner .banner-title,
.left-signpost-header span.header-text,
.box1-header span.header-text,
.left-signpost-content .news-date,
.box1-content .news-date,
.right-signpost-header > span.header-text,
.box2-header > span.header-text,
.banner-top-text,
.report-section .report-title {
  font-family: "Futura LT W01 Bold", Arial, Helvetica, sans-serif;
}

/* CHANGES AFTER HTTRACK */
#searchbox,
#searchbox1,
.mobi-search-open {
  display: none;
}

.footer-right-links1 {
  opacity: 0;
}

.row.sub-category-tabs {
  display: none;
}
