
/*---- 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: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  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;
  }
}

/*---- investor-story-magnific-popup-----*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*---- slick-slider-----*/
@charset 'UTF-8';
/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; margin-top: -10px; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -25px; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
.slick-prev:before { content: 'â†'; }
[dir='rtl'] .slick-prev:before { content: 'â†’'; }
.slick-next { right: -25px; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
.slick-next:before { content: 'â†’'; }
[dir='rtl'] .slick-next:before { content: 'â†'; }
/* Dots */
.slick-slider { margin-bottom: 30px; }
.slick-dots { position: absolute; bottom: -45px; display: block; width: 100%; padding: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: 'â€¢'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: .75; color: black; }
/* Slider */
.slick-slider { position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

/*---- main-investor-story-----*/
#ip3-red-hat-at-a-glance table.rad-list td{background:#fff;border:24px solid #efefef;}
#ip3-red-hat-at-a-glance table.rad-list td ul{padding-bottom:0;}
#ip3-red-hat-at-a-glance table.rad-list td ul li{color:#252527;line-height:24px;font-size:1.5rem;}

.investment-case .section1 .section1-title{font-size:2.2rem;line-height:30px;font-weight:600;padding-bottom:24px;text-transform:uppercase;}
.investment-case .section1 .video-embed{margin-bottom:40px;position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.nojs .investment-case .section1 .video-embed{display:none;}
.investment-case .section1 .video-embed iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.investment-case .section2 .section2-content{margin-top:9px;margin-bottom:35px;}
.investment-case .section2 .box{background:#c70f1e;text-align:center;position:relative;padding:20px;margin-bottom:49px;cursor:pointer;}
.investment-case .section2 .box:hover{background:#636363;}
.investment-case .section2 .box.active{background:#636363;}

.investment-case .section2 .box:after{content:'';display:block;position:absolute;left:50%;bottom:-14px;height:0;width:0;border:14px solid #636363;transform:translateX(-50%),rotate(45deg);-moz-transform:translateX(-50%) rotate(45deg);-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);-o-transform:translateX(-50%) rotate(45deg);display:none;}
.investment-case .section2 .box:hover:after{display:block;}
.investment-case .section2 .box.active:after{display:block;}
.investment-case .section2 .box .box-image{margin-top:21px;margin-bottom:25px;min-height:80px;}
.investment-case .section2 .box .box-image img{display:inline-block;}
.investment-case .section2 .box .box-title{color:#fff;font-size:1.8rem;line-height:22px;font-weight:600;letter-spacing:0.5px;margin-bottom:24px;}
.investment-case .section2 .nopaddingleft{padding-left:0;}
.investment-case .section2 .nopaddingright{padding-right:0;}
.investment-case .section2 .box-content{display:none;}
.investment-case .section2 .box-content.active{display:block;}
.nojs .investment-case .section2 .boxouter{width:100% !important;}
.nojs .investment-case .section2 .box + .box-content{display:block !important;}


.investment-case .section2 .box-content ul li{font-size:1.8rem;line-height:26px;font-weight:600;color:#646464;margin-bottom:12px;}
.investment-case .section2 .box-content ul.rad-content{float:left;width:33.33%;padding-right:15px;padding-left:15px;}
.investment-case .section2 .box-content ul.rad-content:first-child{padding-left:0;}
.investment-case .section2 .box-content ul.rad-content:last-child{margin-right:0;padding-right:0;padding-left:20px;}
/*.investment-case .section2 .box-content ul.rad-content:first-child{padding-left:0;}*/
.investment-case .section2 .box-content ul.rad-content li{padding-left:15px;}
.investment-case .section2 .box-content ul.rad-content li:before{left:0;}

.investment-case .section2 .box-content .rad-left,.investment-case .section2 .box-content .rad-right{font-size:1.8rem;line-height:26px;color:#646464;float:left;width:50%;}
.investment-case .section2 .box-content .rad-left span,.investment-case .section2 .box-content .rad-right span{text-transform:uppercase;font-size:2.2rem;line-height:26px;color:#333;display:block;margin-bottom:10px;}
.investment-case .section2 .box-content .rad-left{padding-right:13px;}
.investment-case .section2 .box-content .rad-right{padding-left:13px;padding-right:13px;}




.investment-case .section3{margin-bottom:41px;}
.investment-case .section3 h2{padding-bottom:30px;}

.investment-case .section4{margin-bottom:30px;}
.investment-case .section4 .box{float:left;background:#252527;border-right:10px solid #fff;width:20%;text-align:center;padding:10px;margin-bottom:10px;cursor:pointer;}
.investment-case .section4 .box:nth-child(6n){border-right:none;}
.investment-case .section4 .box .box-image img{display:inline-block;}
.investment-case .section4 .box p{color:#fff;padding-bottom:14px;font-size:1.6rem;line-height:20px;}
.investment-case .section4 .box:hover{background:#eee;}
.investment-case .section4 .box:hover p{color:#ca0813;}
.investment-case .section4 .box .box-image{min-height:90px;margin-top: 10px;margin-bottom: 26px;}

.investment-case .section5 .section5-content{padding:31px 25px 28px;background:#eee;}
.investment-case .section5 .section5-content h2{padding-bottom:27px;}
.investment-case .section5 .section5-content p{font-size:1.4rem;line-height:26px;color:#646464;text-transform:uppercase;letter-spacing:0.1px;}
.investment-case .section5 .section5-content .rad-quote{font-size:1.8rem;line-height:26px;color:#252527;font-style: italic;text-transform:none;position:relative;text-indent:38px;padding-bottom:13px;letter-spacing:-0.06px;}
.investment-case .section5 .section5-content .rad-quote:before{content: "\201C";font-size:8.2rem;font-weight:400;font-style:normal;color: #c00;position: absolute;left:-38px;top:23px;}

.letter-to-shareholders .top-subheading{font-size:1.4rem;line-height:26px;padding-bottom:0;}
.letter-to-shareholders .top-subheading+h1{margin-top:6px;}
.letter-to-shareholders .bottom-content{margin-top:30px;}
.letter-to-shareholders .bottom-content p{color:#252527;}

.corporate-strategy .section1{margin-bottom:61px;}
.corporate-strategy .section1 .box{background:#eee;margin-top:11px;}
.corporate-strategy .section1 .box-title{padding:10px;text-align:center;min-height:59px;display:table;width:100%;}
.corporate-strategy .section1 .box-title p{color:#fff;text-transform:uppercase;font-weight:700;font-size:1.8rem;line-height:20px;display:table-cell;vertical-align:middle;}
.corporate-strategy .section1 .box .box-content{padding:20px 16px;}
.corporate-strategy .section1 .box .box-content ul li,.corporate-strategy .section1 .box .box-content p{color:#252527;font-size:1.6rem;line-height:24px;}
.corporate-strategy .section1 .box .box-content ul{padding-bottom:0;}
.corporate-strategy .section1 .box .box-content ul li{padding-left:7px;margin-bottom:7px;}
.corporate-strategy .section1 .box .box-content ul li:before{color:#678992;}

.corporate-strategy .section2{margin-bottom:70px;}
.corporate-strategy .section2 .box{text-align:center;margin-top:20px;}
.corporate-strategy .section2 .box .box-image{min-height:75px;margin-bottom:30px;}
.corporate-strategy .section2 .box .box-image img{display:inline-block;}
.corporate-strategy .section2 .box .box-title{color:#252527;text-transform:uppercase;font-weight:700;font-size:1.8rem;line-height:20px;margin-bottom:6px;}
.corporate-strategy .section2 .box .box-content p{color:#252527;font-size:1.6rem;line-height:24px;}

.corporate-strategy .section3 .section3-link{margin-top:10px;}
.corporate-strategy .section3 .section3-link a{display:inline-block;background:#c00;color:#fff;text-transform:uppercase;font-size: 1.6rem;font-weight: 700;line-height: 1.6rem;padding:13px 23px 11px;letter-spacing:0.2px;}
/*.mfp-wrap{overflow:scroll;}*/
img.mfp-img{max-width:none !important;}

body.mfp-zoom-out-cur{overflow:hidden;}
.mfp-figure figure{overflow-x:scroll !important;}



.homesection .content-box-content .rad-quote{font-size:1.8rem;line-height: 26px;color: #252527;font-style: italic;    text-transform: none;position: relative;text-indent: 38px;padding-bottom: 13px;letter-spacing: -0.06px;}

.homesection .content-box-content .rad-quote:before {content: "\201C";font-size: 8.2rem;font-weight: 400;font-style: normal;  color: #c00;position: absolute;left: -38px;top: 23px;}

.homesection .content-box-content p {font-size: 1.4rem;line-height: 26px;color: #646464;text-transform: uppercase;letter-spacing: 0.1px;font-weight:600;}

@media (max-width:767px){
.corporate-strategy .section2{margin-bottom:10px;}
}




/*.content-box-content-slider{margin-bottom:100px !important;}*/











.sectionTabs ul li{width:12.25% !important;}

/*---- media-investor-story-----*/
@media (max-width:767px){
	#ip3-red-hat-at-a-glance table.rad-list td{display:block;border-bottom:none;}
    #ip3-red-hat-at-a-glance table.rad-list td:last-child{display:block;border-bottom:24px solid #efefef;}
    
    .investment-case .section4 .box{width:100%;border-right:none;}
    
    .investment-case .section2 .box{margin-bottom:35px;}
    .investment-case .section2 .box-content ul.rad-content{width:100%;padding-bottom:0;padding-left:0 !important;}
    .investment-case .section2 .box-content .rad-left,.investment-case .section2 .box-content .rad-right{width:100%;padding-bottom:15px;padding-left:0;padding-right:0;}
}
/*---- font-awesome-----*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/~/media/files/R/Red-Hat-IR/fonts-awesome/fontawesome-webfont-eot.eot?v=4.3.0');
  src: url('/~/media/files/R/Red-Hat-IR/fonts-awesome/fontawesome-webfont-eot.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/~/media/files/R/Red-Hat-IR/fonts-awesome/fontawesome-webfont-woff2.woff2?v=4.3.0') format('woff2'), url('/~/media/files/R/Red-Hat-IR/fonts-awesome/fontawesome-webfont-woff.woff?v=4.3.0') format('woff'), url('/~/media/files/R/Red-Hat-IR/fonts-awesome/fontawesome-webfont-ttf.ttf?v=4.3.0') format('truetype'), url('/~/media/files/R/Red-Hat-IR/fonts-awesome/fontawesome-webfont-svg.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

/*---- jquery-ui-----*/
/*! jQuery UI - v1.10.2 - 2013-03-14
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu-item:hover {
        /*background-color:#999999;*/
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	/*margin: -1px;*/
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1em;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	/*font-size: 1.1em;*/
font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #000;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus a:hover {
	/*border: 1px solid #999999;
	background-color: #aaaaaa !important;
	font-weight: normal;
	color: #212121;*/
	background-color:#cccccc;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus a:focus {
	/*border: 1px solid #999999;
	background-color: #aaaaaa;
	font-weight: normal;
	color: #212121;*/
}

.ui-state-hover  a,
.ui-state-hover  a:hover,
.ui-state-hover  a:link,
.ui-state-hover  a:visited {
/*	color: #212121;
	text-decoration: none;*/
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
        color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
}
.ui-widget-header .ui-icon {
}
.ui-state-default .ui-icon {
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
}
.ui-state-active .ui-icon {
}
.ui-state-highlight .ui-icon {
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa  50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa  50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

.currentDomainCSS
{
    background: #D3D3D3 50% 50% repeat-x;
}

.serachTextBoxMiddle
{
    height: 18px;
    margin-left: 220px;
    right: 44px;
    width: 140px;
}
.serachButtonMiddle
{
    left: 363px;
    position: absolute;
    top: 53px!important;
}
.centerText
{
    margin-left: 195px;
}
.centerText1
{
margin:0 auto;
width: 180px;
}


.ui-menu {min-width: 180px !important; max-width: 300px !important;}
.ui-menu a{background-color:#ffffff;height:20px;width:100%;position:relative;top:0px;margin-bottom:1px;}
.ui-menu a:hover{height:20px;width:100%;position:relative;top:0px;margin-bottom:1px;}


.ui-menu .ui-menu-item {float: left;padding: 0 !important;  width: 100% !important;}

.ui-menu{ z-index: 9999 !important;}
.ui-menu .ui-menu-item a{line-height: 1.5rem;}
/*---- main-----*/
body{ -webkit-font-smoothing: antialiased;}
.width1{width:1%}.width2{width:2%}.width3{width:3%}.width4{width:4%}.width5{width:5%}.width6{width:6%}.width7{width:7%}.width8{width:8%}.width9{width:9%}.width10{width:10%}.width11{width:11%}.width12{width:12%}.width13{width:13%}.width14{width:14%}.width15{width:15%}.width16{width:16%}.width17{width:17%}.width18{width:18%}.width19{width:19%}.width20{width:20%}.width21{width:21%}.width22{width:22%}.width23{width:23%}.width24{width:24%}.width25{width:25%}.width26{width:26%}.width27{width:27%}.width28{width:28%}.width29{width:29%}.width30{width:30%}.width31{width:31%}.width32{width:32%}.width33{width:33%}.width34{width:34%}.width35{width:35%}.width36{width:36%}.width37{width:37%}.width38{width:38%}.width39{width:39%}.width40{width:40%}.width41{width:41%}.width42{width:42%}.width43{width:43%}.width44{width:44%}.width45{width:45%}.width46{width:46%}.width47{width:47%}.width48{width:48%}.width49{width:49%}.width50{width:50%}.width51{width:51%}.width52{width:52%}.width53{width:53%}.width54{width:54%}.width55{width:55%}.width56{width:56%}.width57{width:57%}.width58{width:58%}.width59{width:59%}.width60{width:60%}.width61{width:61%}.width62{width:62%}.width63{width:63%}.width64{width:64%}.width65{width:65%}.width66{width:66%}.width67{width:67%}.width68{width:68%}.width69{width:69%}.width70{width:70%}.width71{width:71%}.width72{width:72%}.width73{width:73%}.width74{width:74%}.width75{width:75%}.width76{width:76%}.width77{width:77%}.width78{width:78%}.width79{width:79%}.width80{width:80%}.width81{width:81%}.width82{width:82%}.width83{width:83%}.width84{width:84%}.width85{width:85%}.width86{width:86%}.width87{width:87%}.width88{width:88%}.width89{width:89%}.width90{width:90%}.width91{width:91%}.width92{width:92%}.width93{width:93%}.width94{width:94%}.width95{width:95%}.width96{width:96%}.width97{width:97%}.width98{width:98%}.width99{width:99%}.width100{width:100%}
html { font-size:10px; }
html {-webkit-text-size-adjust: none; -moz-text-size-adjust:none; -ms-text-size-adjust:none;} 
body { font-family: 'Overpass', Helvetica, sans-serif; font-size: 1.4rem; line-height: 1.6rem; color: #666666; }
a { color: #424242; text-decoration: none; }
a:hover {color: #424242; text-decoration: none; }
a:focus, a:active { text-decoration: none; border: none; outline: 0; _noFocusLine: expression(this.hideFocus=true);
}
.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; max-width: 100%; height: auto; }
sup { font-size: smaller; font-weight: 700; }
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; list-style-type: decimal; }
hr { border-style: none none solid; border-width: 0 0 1px; margin: 5px 0; }
hr { display: block; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px; }
:active { outline-style: none; outline-width: 0; }
p { padding: 0 0 10px; }
.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;
}

th { background-color: #f0f0f0; border-right: 2px solid #fff; font-size: 1.4rem; font-weight: 600; padding: 20px 15px; text-align: left !important; text-transform: uppercase;color:#646464 }
.archived-events th.date, .upcoming-events th.date, td { font-size: 1.6rem; vertical-align: middle; background-color: #f0f0f0; border-right: 2px solid #fff; border-top: 2px solid #fff; line-height: 2.2rem; padding: 20px 15px; font-weight: 600; color:#646464}
td span {display: block;}
td.date{text-transform:uppercase;vertical-align: top;}
.maxWidth1170.container-fluid { max-width: 1170px; }
.uppercase { text-transform:uppercase; }
.float100 { float:left; width:100% }
.maxWidth1170 { max-width:1170px; margin:0 auto; }
.maxWidth1200 { max-width:1200px; margin:0 auto; }
#MainWrapper { background-color: #fff;float: left;width:100%; position:relative;}
#ip3-Homepage #MainWrapper{background-color: #f0f0f0; }
/*-------------- Header CSS Starts --------------*/
.mainheadersection { position: relative; z-index: 9; transition: all 0.5s ease 0s; }
.left-topheadersection ul li { float: left; font-size: 1.1rem; padding-right: 28px; text-transform: uppercase; font-weight:700; }
.left-topheadersection { float: left; padding-left: 20px;padding-top:14px; }
/*.right-topheadersection { float: right; padding-right: 20px; }
.right-topheadersection li { float: left; margin-left: 28px; }*/
.left-topheadersection li a { color:#646464}
.left-topheadersection li a:hover { color:#252527}
.right-topheadersection-content { background: #f0f0f0 none repeat scroll 0 0; display: none; left: 0; position: absolute; top: 37px; width: 100%; z-index: 10; }
.search-content.right-topheadersection-content-inner { overflow: hidden; margin: 0 auto; max-width: 936px; padding: 60px 0; text-align: center; }
.search-content, .login-content, .global-content { display:none }
.logo { float: left; }
.main-menu { float: left; margin-left: 36px; }
.nav-links { cursor: pointer; float: left; }
.navopen .nav-links.active a { background-color: #000; }
.nav-links a { display: inline-block; position: relative; color: #fff; font-size: 2rem; font-weight: 600; line-height:2rem; padding: 16px 32px 20px; }
.headerbannerimage { height: 569px; position: absolute; width: 100%; z-index: 1; }
.contentheaderbannerimage { height: 432px; }
.mainheadersection .mainheadersectioninner { overflow: hidden;padding: 20px 0 17px 10px; margin: 0 auto; max-width: 1170px; position: relative; z-index: 10; }
body.fixedTopNav .mainheadersection:before { opacity: 0.8; }
.mainheadersection:before { background-color: #000; content: ""; height: 100%; opacity: 0; position: absolute; transition: all 0.5s ease 0s; width: 100%; z-index: 8; }
body.fixedTopNav .mainheadersection { position: fixed; left: 0; top: 0; }
body.fixedTopNav .mainheadersection-replacement { height:93px; }
.mainheadersection-replacement { height:0px; float:left; width:100% }
.main-menu-content {margin-top: -17px; background-color: #000; float: left; height:0; position: relative; width: 100%; z-index: 3; }
.main-menu-contentinner { height: 422px; left: -9999px; position: absolute; top: 0; width: 100%; z-index: 111; }
.topheadersection .maxWidth1170 {margin-bottom:17px; background-color: #fff; min-height: 41px; /*padding-top: 15px;*/ position: relative; z-index: 20; }
.main-menu-content-inner { height: 100%; margin: 0px auto; position: relative; }
.nav-links a:before { border: 2px solid #fff; bottom: 11px; content: ""; left: 32px; position: absolute; width: 32px; }

.nav-links.active a:before,.nav-links a:hover:before { border: 2px solid #c00; }
.menu-items { float: left; width: 16.6667%; padding:0 15px }
.inner-sub-container .menu a { display: block; color: #fff; font-size: 1.7rem; line-height: 2.2rem; }
.inner-sub-container { position: relative; float: left; width: 100%; }
.menu li { margin-bottom: 12px; }
.global-right-content .menu li { margin-bottom: 10px; }
.go-to { bottom: 0; left: 0; position: absolute; }
.link-all.entire { background-color: #c00; color: #fff; display: inline-block; font-size: 1.6rem; font-weight: bold; padding: 12px 40px 10px 38px; text-transform: uppercase;margin-left:15px; }
aside { float: right; width: 33.3333%; }
.trending { background: #252527 none repeat scroll 0 0; float: right; padding: 15px 20px 40px; }
.search-content input[type="text"] { border: 1px solid #999; float: left; height: 36px; line-height: 36px; padding: 5px 10px; width: 84%; }
.search-content.right-topheadersection-content-inner > input[type="submit"] { background-color: #c00; border: 0 none; color: #fff; float: left; font-weight: bold; height: 36px; margin: 0; padding: 0; text-transform: uppercase; width: 16%; }
.rh-login-heading.rh-user-loggedout { color: #252527; font-size: 4.2rem; font-weight: bold; line-height: 4.5rem;padding-bottom:28px; }
.rh-login-heading.rh-user-global { color: #252527; font-size: 4.2rem; font-weight: bold; line-height: 4.5rem;padding-bottom:18px; }
.login-content { float: left; padding-bottom: 47px; padding-left: 25px; padding-top: 28px; width: 100%; }
.account-login-wrapper { float: left; padding-left: 24px; width: 48.975%; padding-right: 5%; }
.account-login-wrapper > p { font-size: 1.6rem; line-height: 2.3rem;    padding-bottom: 20px; }
.account-register-wrapper { border-left: 1px solid #d2d3d4; float: left; padding-left: 67px; padding-right: 4%; width: 51%; }
.user-additional-links .item-list { float: left; width: 100%; }
.item-list li { font-size: 1.6rem; line-height: 2.3rem; margin-bottom: 10px;float:left;width:50% }
.account-register-wrapper .item-list li{width:100%;}
.account-register-wrapper > p { font-size: 1.8rem; line-height: 2.6rem; }
.account-register-link, .account-login-link.utility-user-login-link { background-color: #c00; color: #fff; display: inline-block; font-size: 1.6rem; font-weight: bold; margin-bottom: 21px; padding: 12px 41px 13px 40px; text-transform: uppercase; }

.menu-items span.h3, .menu-items span.h3 a { color: #0fbaf2; font-size: 1.8rem; text-transform: none; }
.menu-items span.h3 { margin-top:38px; margin-bottom: 16px;    display: block;font-weight: bold; }
.menu-signpost { float: right; margin-top: 20px; width: 33.3%;padding-left: 15px;padding-right: 15px; }
.trending-item p strong { font-size: 2rem; line-height: 2.6rem; }
.trending-item p { font-size: 1.4rem; line-height:1.8rem;padding:0}
.trending-item { background: #3f3f3f none repeat scroll 0 0; color: #fff; font-size: 1.4rem; padding: 20px; }
/*-------------- Header CSS Ends --------------*/

/* --------------- Banner Starts ---------------*/
.bannerwrapper.float100 {transition: all 0.5s ease 0s; padding-top:21px; float: left; z-index:3; position:relative; }
.banner-text { color: #fff; font-size: 4.2rem; font-weight: bold; letter-spacing: -0.5px; line-height: 5rem; max-width: 910px; padding-bottom: 37px; }
.banner-title { letter-spacing: 0.3px; padding-bottom: 32px; color: #fff; font-size: 2.2rem; font-weight: bold; text-transform: uppercase; line-height:2.5rem }
.banner-link a { background-color: #c00; color: #fff; display: inline-block; font-size: 1.6rem; line-height: 2rem; padding: 12px 43px 9px; text-transform: uppercase; font-weight: bold; }
.bannerinnerwrapper.maxWidth1170 { padding-left: 17px; }
#MainWrapper .slick-dots li { border: 2px solid #fff; border-radius: 50%; cursor: pointer; display: inline-block; height: 10px; margin: 0 5px; padding: 0; position: relative; width: 10px; }
#MainWrapper .slick-dots li.slick-active { background-color:#FFFFFF }
#MainWrapper .slick-dots li button:before { display:none; }
.bannerinnerwrapper .slick-dots { bottom: -41px; }
body.navopen .bannerwrapper{background-color:#333 !important;}
#ip3-Homepage #bannerwrapper{padding-bottom:40px;}
body.navopen.fixedTopNav .bannerwrapper {background-color: transparent;}
/* --------------- Banner Ends ---------------*/

/* --------------- Contentwrapper Starts ---------------*/

.contentwrapper.float100 { visibility: hidden; position: relative; z-index: 3; }
.container-fluid { max-width:1164px; }
.content-box-inner { background-color: #fff; margin-bottom: 30px; min-height: 354px; padding: 19px 25px; position: relative; }
.ip3-edit .content-box-inner { padding: 19px 18px; }
#content-box-3 .content-box-inner, #rhs, #mobi-rhs { background-color: #252527; }
#homesection-2 { background-image: url("/~/media/Images/R/Red-Hat-IR/css/background-pattern.png"); margin-top: 40px; min-height: 500px; }
#homesection-3 { min-height: 284px; background-image:url(/~/media/Images/R/Red-Hat-IR/css/signup-bg-1.jpg); background-size: cover }
#homesection-2 .container-fluid { margin-top: 75px; }
#homesection-2 #left-content-box .box-title p { color: #cc0000; font-size: 2rem; font-weight: bold; line-height: 2rem; padding-bottom: 0; text-transform: uppercase; }
#homesection-2 #left-content-box .box-document-title p { color: #252527; font-size: 4.2rem; font-weight: bold; line-height: 4.6rem; }
#homesection-2 #left-content-box .box-document-title { max-width: 500px; }
#homesection-2 #left-content-box .box-title { margin-bottom: 45px; }
#homesection-1 .content-box-title p { letter-spacing: -0.3px; line-height: 2rem; color: #cc0000; font-size: 2rem; font-weight: bold; text-transform: uppercase; padding-bottom: 0; }
.content-box-icon { color: #252527; font-size: 4.4rem; }
.content-box-icon { margin-bottom: 19px; }
.content-box-link a { background-color: #c00; color: #fff; display: block; font-size: 1.6rem; font-weight: bold; line-height: 1.6rem; padding: 15px 0 13px; text-align: center; text-transform: uppercase; }
.content-box-item p { color: #646464; font-size: 1.4rem; font-weight: 600; text-transform: uppercase; }
.content-box-item a { color: #08c0fc; font-size: 1.8rem; font-weight: 600; line-height: 2.6rem; }
#mobi-rhs .content-box-content li span, #rhs .content-box-content li span {margin-bottom: 20px; color: #08c0fc; font-size: 1.8rem; font-weight: 600; line-height: 2rem;}

#mobi-rhs .content-box-content ul, #rhs .content-box-content ul {padding-left: 13px;}
#mobi-rhs .content-box-content li, #rhs .content-box-content li {float: left; width: 100%;color: #08c0fc; list-style-position: outside; list-style-type: disc; }
#mobi-rhs, #rhs { padding: 35px 28px; }
#mobi-rhs .content-box-content .level1 a, #rhs .content-box-content .level1 a, #rhs .content-box-content .level1 span , #mobi-rhs .content-box-content .level1 span{display: block;}
#mobi-rhs .content-box-content .level1 span:hover, #rhs .content-box-content .level1 span:hover{color:#fff}
.tabs ul li span, .tab-title { background-color: #646464; color: #fff; cursor: pointer; float: left; font-size: 1.4rem; font-weight: bold; line-height: 1.8rem; margin-right: 1px; padding: 16px 26px 22px 22px; text-transform: uppercase; position:relative }
.tabs ul li a{color:#fff}
.tabs ul li span::before, .tab-title::before { border-bottom: 4px solid #8d8d8d; bottom: 9px; content: ""; left: 22px; position: absolute; width: 23px;}
.tabs ul li.current span::before, .tab-title.active::before { border-bottom: 4px solid #cc0000; }
.tabs ul li.current span, .tab-title.active { background-color: #252527; }
.right-content-box-tabscontent { background-color: #252527; float: left; min-height: 260px; padding: 59px 22px; width: 100%;}
.tab-content-box p { color: #fff; font-size: 1.8rem; font-weight: 600; line-height: 2.6rem; }
.right-content-box-tabs { float: left; width: 100%; }
.tab-content-box { display:none; }
#tab-content-box-1 { display:block; }
#homesection-3 { position:relative; }
#homesection-3 .signupemailalertcontent { position: absolute; top: 50%; transform: translateY(-50%); z-index: 20; }
.signup-text { float: left; margin-right: 30px; }
.signup-input { float: left; margin-right: 30px; }
.signup-submit { float: left; }
.signup-text p { line-height: 4rem; color: #FFFFFF ; font-size: 3rem; font-weight: bold; padding: 0; }
.signup-input input { border: 2px solid #f0f0f0; font-family: arial; font-size: 1.6rem; font-style: italic; font-weight: bold; height: 40px; padding-left: 20px; width: 485px;padding-right:20px; }
.signup-submit a { background-color: #c00; color: #fff; display: block; font-size: 1.6rem; font-weight: bold; padding: 14px 0 11px; text-align: center; text-transform: uppercase; width: 260px; }
.content-box-content .slick-dots { bottom: -22px; }
#MainWrapper .content-box-content .slick-dots li.slick-active { background-color:#7f7f7f }
#MainWrapper .content-box-content .slick-dots li { border: 2px solid #7f7f7f; }
.content-box-item-icons a {font-size: 1.6rem;font-weight: normal; background-color: #08c0fc; color: #fff; display: inline-block; height: 31px; text-align: center; vertical-align: middle; width: 31px; position:relative; }
.content-box-item-icons a::before {left: 50%;position: absolute;top: 50%;transform: translateY(-50%) translateX(-50%);
 -ms-transform:  translateY(-50%) translateX(-50%); /* IE 9 */
   	-webkit-transform: translateY(-50%) translateX(-50%); /* Safari */}


.content-box-item-icons.float100 { margin-top: 15px; }
.icon-outlook { font-size:2.2rem !important; background-color: #ffbc00 !important; }
.icon-google { background-color: #dd4b39 !important; font-size:2.0rem !important; }
.content-box-link { bottom: 0px; position: absolute; width: 100%; }
.content-box-inner-content { min-height: 314px; position: relative; }
.tab-content-box p.tab-content-box-title { font-size:3rem; }
.content-box-title { margin-bottom: 20px; }
#contentwrapper #contentwrapperinner { padding-bottom: 160px; }
.media-link:before { font-size: 4.3rem; }
.media-link.icon-pdf, .media-link.icon-html, .media-link.icon-doc, .media-link.icon-xls, .media-link.icon-xbrl { display: inline-block; font-size: 4.3rem; line-height: 4.3rem; }
.icon-pdf, .icon-pdf:hover { color:#cc0000 }
.icon-html, .icon-html:hover { color:#00a7de }
.icon-doc, .icon-doc:hover { color:#0b0b7c }
.icon-xls, .icon-xls:hover { color:#0b7c35 }
.icon-xbrl, .icon-xbrl:hover { color:#8f11d0 }
.twocolleft p { font-size: 1.8rem; font-weight: 600; line-height: 2.6rem; color:#646464; padding-bottom:20px; }
.twocolleft ul {font-size: 1.8rem; font-weight: 600; line-height: 2.6rem; color:#646464;padding-bottom:20px; padding-left: 20px;}
.twocolleft ol{font-size: 1.8rem; font-weight: 600; line-height: 2.6rem; color:#646464;padding-bottom:20px;list-style-position: inside;padding-left: 20px;}
.twocolleft h2 {letter-spacing: -0.3px; font-size: 3.2rem; font-weight: bold; line-height: 3.1rem; color:#333333; padding-bottom:20px; }
.twocolleft h3 { font-size: 2.2rem; font-weight: bold; line-height: 3.1rem; color:#333333; padding-bottom:20px; text-transform:uppercase; margin-top:0; margin-bottom:0 }
.twocolleft h1 { font-size: 4.2rem; font-weight: bold; line-height: 4.6rem; color:#252527 }
.snapdown-title.active p { color: #000; color: #fff; }
.snapdown-title p { color: #000; font-size: 1.8rem; font-weight: 600; padding:4px 25px 0 0 ;position:relative;}
.snapdown-title.active { background-color: #252527; }
.snapdown-title { background-color: #f0f0f0; padding: 15px; }
.snapdown-content { padding: 22px; display:none }
.snapdown-content p { font-size: 1.8rem; font-weight: 600; line-height: 2.6rem; }
.snapdown-item {margin-bottom: 2px;}
.media-link {color: #08c0fc;}
.media-link:hover {color: #08c0fc;}
.upcoming-events ul,.archived-events ul{list-style-type:none;    padding-left: 0px;}
.archived-events table td ul li a span{display: inline-block;}
.archived-events table td ul li a span.icon-webcast,.archived-events table td ul li a span.icon-pdf, .archived-events table td ul li a span.icon-xls, .archived-events table td ul li a span.icon-html, .archived-events table td ul li a span.icon-xbrl, .archived-events table td ul li a span.icon-doc {display: inline-block;font-size: 2.4rem;padding-right: 15px;}
.upcoming-events table td ul li a span.icon-webcast,.upcoming-events table td ul li a span.icon-pdf, .upcoming-events table td ul li a span.icon-xls, .upcoming-events table td ul li a span.icon-html, .upcoming-events table td ul li a span.icon-xbrl, .upcoming-events table td ul li a span.icon-doc {display: inline-block;font-size: 2.4rem;padding-right: 15px;}
.upcoming-events {margin-bottom: 23px;margin-top:5px;}
.archived-events th, .upcoming-events th{padding: 11px 15px;}
.archived-events td, .upcoming-events td{padding: 18px 15px;}
body.fixedTopNav .main-menu-content {position: fixed;top: 73px;z-index: 9999;margin-top:0}
#rhs .content-box-content .level1 ul{display:none}
#rhs .content-box-content .level1.selected.haschildren > ul, #rhs .content-box-content .level1.current.haschildren > ul {display:block; padding-left: 40px;}
.headerwrapper.float100 {position: relative;}
#rhs .content-box-content .level1.selected .level2.current, #rhs .content-box-content .level1.selected, #rhs .content-box-content .level1.current, #rhs .content-box-content .level1.current > span, #rhs .content-box-content .level1.selected .level2.current > span, #rhs .content-box-content .level1.selected .level2.selected > a > span {color: #fff;}
#rhs .content-box-content li li {list-style-type: circle;}
.tabs li {float: left;position: relative;}
.form-right select {width: 202px;padding: 5px 5px 2px;}
.form-left {float: left;width: 30%;}
.form-right {float: left;width: 70%;}
.ir-label {font-size: 1.6rem;font-weight: 600;}
.form-element {float: left;margin-bottom: 20px;width: 100%;}
#body_0_main_1_ctl02_Submit { background-color: #c00; border: medium none; color: #fff; float: left; font-size: 1.8rem; font-weight: bold; margin-top: 20px; padding: 15px; text-transform: uppercase; width: 200px; }
.form-right textarea {width: 200px;}
.category-key{float: left;width: 100%;padding:10px 10px 20px;}
.category-key span{float:left;/*width:20%;*/  }
.category-key > span{margin-right:20px }
/*.category-key span:last-child{margin-top:2px;}*/
.category-key span img{display:inline;}
.form-right input {padding: 5px 10px;width: 200px;}
.twocolleft .tabs ul {float: left;list-style-type: none;padding-left: 0;width: 100%;padding-bottom:0}
/* --------------- Contentwrapper Ends ---------------*/

/*-------------- Document page CSS Starts --------------*/
.icons{font-size:3.7rem;}
/*-------------- Document page CSS Ends --------------*/

/*---------- PR css Starts ----------*/
.pr-table td span.pr-mobi-headers{display:none;}
.pr-table td span{display:inline;}
.pr-table [class^="icon-"], .pr-table [class*=" icon-"]{font-size:3.7rem;}
.pr-date-field {text-transform: uppercase;}


.filter{width:100%;float:left;margin-bottom: 2px;background:#252527;padding: 15px 18px;}
.filter .category ,.filter .years{float:left;padding-right:15px;position:relative;height:40px;}
.filter .category span.pr,.filter .years span.pr{background-color: #cc0000;color: #fff;cursor: pointer;float: left;font-size: 1.8rem;font-weight: 600;padding: 14px 15px 11px;position: relative;width: 212px;}
.filter .category span.label, .filter .years span.label{float:left;width:60px;padding-left:5px;padding-top:7px;}
#contentwrapper .filter .category ul,#contentwrapper .filter .years ul{float:left;position:absolute;left:0px;top:40px;width:212px;padding-left:0px;list-style-type:none;display:none;padding-top:10px;background:#cc0000;cursor:pointer;}
#contentwrapper .filter .category ul li,#contentwrapper .filter .years ul li{padding:14px 15px 10px;margin:0;color: #fff;font-size: 1.6rem;font-weight: 600;}
#contentwrapper .filter .category ul li:hover,#contentwrapper .filter .years ul li:hover{background:#fff;color:#cc0000;}
.filter .category span.arrow, .filter .years span.arrow{float:left;width:32px;height:27px;position:absolute;right:30px;top:0px;display:none;}
/*---------- PR css CSS Ends ----------*/


/*-------------- Footer CSS Starts --------------*/
#footerwrapper {background: linear-gradient(to bottom, #000, #292e33) repeat scroll 0 0; min-height: 507px; position: relative; z-index: 999;}
.ie9 #footerwrapper {background: #292e33!important;}
#footer-content-section-1 img { margin-top:20px; }
#footerwrapper h3{margin-bottom:30px;line-height:1.7rem;}
h3 { color: #fff; font-size: 1.5rem; margin-bottom: 20px; margin-top: 40px; text-transform: uppercase; }
.footer-content-section li { margin-bottom: 16px; }
#footer-content-section-6.footer-content-section ul li a{font-size: 1.4rem;}
.footer-content-section ul li a {color: #fff; font-size: 1.3rem; line-height: 1.8rem; }
.footer-content-section ul { width: 84%; }
#footer-content-section-6 { background-color: #c00;    padding-bottom: 28px;    margin-bottom: 10px; }
.copyright-content{font-size:1.2rem;padding-top:15px;}
.bottom-links ul{padding-left:65px;font-size:1.2rem;}
.bottom-links ul li{float:left;margin-right:8px;color:#858585}
.bottom-links ul li a{color:#858585}
.bottom-links ul li:first-child{margin-right: 22px;}
.bottom-links ul li:last-child{padding-left: 10px;border-left:1px solid #858585}
.bottom-footer{float:left;width:100%;margin-top: 30px;}
.bottom-links{padding-top:13px;}
.summit a img{display:inline;}
.summit a:first-child{padding-right:10px;}
.social-icons-footer{float:left}
.summit{float:left;padding-top:3px;}
.social-icons-footer ul{padding-left:33px;padding-top:10px;}
/*-------------- Footer CSS Ends --------------*/

/*sprite*/
 .social-icons-footer li{background-image: url(/~/media/Images/R/Red-Hat-IR/css/sprite.png);}
/*.right-topheadersection li{float:left;}*/
.social-icons-footer li{float:left;margin-right:20px}
.social-icons-footer li:last-child{margin:0;}
.icons-googleplus{height: 20px;width: 17px;background-position: -64px -51px;}
.icons-googleplus a{height: 20px;width: 17px;float: left;}
.icons-linkedin a{height: 20px;width: 17px;float: left;}
.icons-youtube a{height: 20px;width: 20px;float: left;}
.icons-facebook a{height: 20px;width: 17px;float: left;}
.icons-twitter a{height: 20px;width: 17px;float: left;}
.icons-linkedin{height: 20px;width: 17px;background-position: -105px -51px;}
.icons-youtube{height: 20px;width: 20px;background-position: -142px -51px;}
.icons-facebook{height: 20px;width: 17px;background-position: -180px -51px;}
.icons-twitter{height: 20px;width: 17px;background-position: -220px -51px;}
/*.right-topheadersection li a{float:left;font-size:0;}
.right-topheadersection .search a{height:20px;width:20px;background-position:-50px -102px;text-indent:-99999px;cursor:pointer;}
.right-topheadersection .login a{height:20px;width:20px;background-position:-105px -102px;text-indent:-99999px;cursor:pointer;}
.right-topheadersection .global a{background-position:-163px -102px;text-indent:-99999px;cursor:pointer;height:20px;width:20px;}
.right-topheadersection li.global a{padding-right:5px;display:block;padding-right: 8px;padding-top: 15px;font-size: 2rem;}
.right-topheadersection li.login a{padding-top: 15px;display:block;padding-right:2px;}
.right-topheadersection li.search a{padding-top: 5px;font-size:3.3rem;display:block;}
.right-topheadersection ul{margin-top:-2px;}
.right-topheadersection li:last-child{margin-left: 38px;}*/
/*sprite end*//**/
.rh-global-pref-heading2{font-size:2.6rem;line-height:3.75rem;margin-bottom:11px;
    letter-spacing: -1px;}
.global-left-content,.global-right-content{float:left;}
.global-content{padding-top:31px;padding-left:25px;}
.global-left-content{padding: 7px 18px 18px 24px;width:35.6%;}
.global-left-content .language-picker div>div>div{float:left;width:50%;font-size:1.6rem;font-weight: 600;margin-bottom: 12px;}
.global-right-content{border-left:1px solid #D2D3D4;padding-left:57px;padding: 7px 18px 18px 57px;margin-bottom:60px;}
.global-right-content p.h3{color: #252527;color: #252527;font-weight: 800;text-transform:Uppercase;font-size:1.8rem;float:left;width:100%;padding-bottom: 7px;}
.global-right-content .menu ul li {float:left;margin-right:12px;font-size: 1.6rem;font-weight: 600;text-decoration: underline;color: #1A1A1A;}.global-right-content .menu ul li a{color: #1A1A1A;}
.global-right-content .menu div{float:left;width:100%;margin-bottom:26px;}
.global-right-content .menu div:last-child{margin-bottom:5px;}
.global-right-content-text{padding-bottom:26px;font-size:1.6rem;letter-spacing: 0px;}
/**/
.box-documents{padding-top:6px;padding-top:12px; }
.box-documents .icon-pdf{display:inline-block;font-size:3rem;}
.box-documents .icon-pdf span{font-size:1.8rem;color:#08c0fc;font-family:"overpass";font-weight:600;}
.twocolleft a .icon-webcast,.twocolleft a .icon-pdf{color:#cc0000;}
.twocolleft a .icon-html{color:#00a7de;}
.twocolleft a .icon-xbrl{color:#8f11d0;}
.twocolleft a .icon-xls{color:#0b7c35}
.twocolleft a .icon-doc{color:#0b0b7c}
.twocolleft a.icon-webcast,.twocolleft a.icon-pdf{color:#cc0000;}
.twocolleft a.icon-html{color:#00a7de;}
.twocolleft a.icon-xbrl{color:#8f11d0;}
.twocolleft a.icon-xls{color:#0b7c35}
.twocolleft a.icon-doc{color:#0b0b7c}
.pr-date-field{text-transform:Uppercase;}
.pr-title-field a{color:#08c0fc;}
.snapdown-container{padding-bottom:15px;margin-top: 25px;}
.rad-notes{font-size:1.4rem;line-height:1.6rem;}
.committee-chair{display:inline;padding-left:10px;}
.printed-material-docs label{padding-left:10px;}
.nojs .contentwrapper.float100{visibility:visible}
.nojs #contentwrapper{margin-top:150px;}
.tab-content-box a[href^="tel"]{color:#FFF!important}
.tab-content-box a{color:#08c0fc}
.nojs .snapdown-content{display:block;}
.twocolleft table{width:100%;}
.twocolleft ul ul{padding-bottom:0}
.twocolleft ol ol{padding-bottom:0}

.twocolleft .page-content ul li:before{content:'\02022';color:red;position:absolute;left:-15px;}
.twocolleft .page-content ul li{position:relative;}
.twocolleft .icons-list li:before,.tabs ul li:before{content:'';position:relative;}
.twocolleft ul.quarterly{padding-left:0;}
.icons-list li a{display:inline-block;width: 100%;margin-top:4px;}

#mini-bar.scrolled { bottom: 507px; height: 50px; position: absolute; width: 100%; z-index: 998; }
.fixeddiv { height: 100%; margin: 0 auto; max-width: 1170px; position: relative; text-align:center; }


.actual-div {    background-color: #c00;    display: table;    float: right;    height: 50px;    position:relative;}
.contact-us-section-hovered-text {z-index:-1; background-color:#c00; left:0;padding:0;position:absolute;width:100;bottom:24px;height:0;left:0;width:100%;transition:all 0.5s ease 0s;}
.share-save-section-hovered-text{z-index:-1;background-color:#c00; left:0;padding:0;position:absolute;width:100;bottom:24px;height:0;left:0;width:100%;transition:all 0.5s ease 0s;}
.contact-us-section {display: table-cell;vertical-align: middle;width: 97.5px;color: #fff;cursor:pointer;}
.share-save-section {display: table-cell;vertical-align: middle;width: 97.5px;color: #fff;cursor:pointer;}
body.fixedbottomNav #mini-bar.scrolled {    bottom: 0;    position: fixed;}
.share-save-section:hover .share-save-section-hovered-text, .contact-us-section:hover .contact-us-section-hovered-text{float:none;height:26px;padding:5px 0;vertical-align:middle;bottom:60px;background-color:#e10000}
.contact-us-section:hover,.share-save-section:hover{background-color:#e10000 ;}
body.overflowhidden{overflow:hidden}
.mini-bar-content{height: 0;background-color:#000;bottom:0;float:left;opacity:0.85;position:absolute;width:100%;z-index:-2;}
/*pr*/
.pr-title,.pr-date,.pr-icon{float:none;padding-left:15px;padding-top:15px;padding-bottom:15px;display:table-cell;vertical-align:middle;}
.pr-date{text-transform:Uppercase;}
.pr-title{border-right:2px solid #fff;border-left:2px solid #fff;padding-right:60px}
.newsbox p{font-size:1.4rem;line-height:2.2rem;padding:0}
.news-item,.news-header{background-color: #f0f0f0;margin-bottom:2px;display:table;}
.pr-icon p>a{font-size:3.7rem;}
.pr-title a{color:#08c0fc;}
.pr-title p{font-size:1.6rem;}
.newsbox .news-header:first-child{display:table;}
.newsbox .news-header{display:none;}
/*pr-end*/
.tab-content-box p:last-child{padding-bottom:0;}
.main-menu ul li:last-child>a:before{border-color:#c00}

.share-panel, .contact-panel { padding: 20px 20px 48px; float: left; width: 100%; }
.contact-options { border-bottom: 2px solid #fff; float: left; padding-bottom: 15px; width: 100%; }
.contact-options > li { float: left; text-align: left; width: 25%; }
.save-options { border-bottom: 2px solid #fff; float: left; margin-bottom: 20px; padding-bottom: 10px; width: 100%; }
.sales-options > li { float: left; text-align: left; width: 25%; }
.training-options { float: left; width: 100%; }
.training-options > li { float: left; text-align: left; width: 25%; }
.mini-bar-links h4 { color: #0fbaf2; display: block; float: left; font-size: 1.4rem; padding: 15px 0; text-align: left; width: 100%; }
.sales-options li a { color: #fff; float:left; }
.contact-options li a { color: #fff; }
.save-options li { float: left; text-align: left; width: 26%; }
.item-list { float: left; width: 100%; }
.share-options li { float: left; text-align: left; width: 26%; font-size: 1.4rem; }
.share-panel a { color: #fff; }
.contact-panel.reveal h3, .share-panel h3 { font-size: 2rem; font-weight: 600; line-height: 2.6rem; margin-top: 0; text-align: left; }
.training-options li a { color: #fff; }

.snapdown-title{cursor:pointer;}
.snapdown-title p:after{color:#8d8d8d;font-family:'icomoon' !important;content:"\e918";float:right;font-size:1rem;transform: rotate(0deg); -webkit-transform: rotate(0deg);-ms-transform: rotate(180deg);top:5px;right:0;position:absolute;}
.snapdown-title.active p:after{transform: rotate(180deg); -webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);color:#cb0000}
.event-subject>s:last-child{padding-bottom:5px;}
.event-subject .icons-list{padding-top:5px;padding-bottom:10px;}
.event-subject .icons-list a{color:#08c0fc;}
.filter .category .pr:after,.filter .years .pr:after{color:#fff;font-family:'icomoon' !important;content:"\e918";float:right;font-size:1rem;top:33%;right:16px;position:absolute;}
.filter .category.active .pr:after,.filter .years.active .pr:after{transform: rotate(180deg); -webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);color:#fff}
.nojs .snapdown-title p:after{display:none;}
#content-box-5 .content-box-item a{display:block;padding-bottom:10px}
.upcoming-events .icons-list span{display:inline;}
.twocolleft a{color:#08c0fc}
.twocolleft .content-box-item-icons a{color:#fff;}
.twocolleft a[href^="tel"]{color:#646464!important;}
.mob-menu-search{display:none;}
.nojs .tab-content-box{display:block}
.snapdown-content p:last-child{padding: 0;}
.mobi-date, .mobi-title, .mobi-doc{display:none;}
#rhs .content-box-content li li.selected {color: #fff;}
.tabstodropdown p{display:none}
.rad-financialtable tbody tr td{text-align:right;}
.rad-financialtable tbody tr td:first-child{text-align:left;}
.form-element p.rad-right { display: inline-block; font-size: 1.3rem; padding-left: 30%; padding-top: 5px; padding-bottom:0; }
.textCenter {text-align:center!important}
.textCenter img {display:inline-block}
th.date {vertical-align: top !important;}
table.document-table .media-links{float:left;}
.form-element .rad-notes{color:#c00; font-size:1.3rem;}
.media-link{text-transform:uppercase;}
#homesection-2 .icon-pdf::before{float:left; font-size:3.7rem; margin-right:12px;}
#homesection-2 .box-documents .icon-pdf span{float:left; padding:12px 0;}

.mob-menu-icon.icon-hamburger::before {top: 0;font-size: 3.7rem;line-height: 2.5rem;}
.mobi-contact-us-share{display:none;}



/*.right-topheadersection li{float: left;height: 41px;width: 30px;}
.right-topheadersection li.active{background-color: #f0f0f0;}
.right-topheadersection .icon-cross {font-size: 3rem !important;padding-left: 3px;padding-top: 10px !important;}
.right-topheadersection li.login a{padding-left: 7px;}
.right-topheadersection li.global a{padding-left: 7px;}
.right-topheadersection li.login.active a{padding-left: 3.5px;}
.right-topheadersection li.global.active a{padding-left: 3.5px;}
.right-topheadersection li:last-child{margin-left: 27px;}
.right-topheadersection li.search a{padding-top: 7px;}
.right-topheadersection li.login a{padding-top: 16px;}*/
.right-topheadersection-content{top: 37px;}

.quarterly .icon-pdf {font-size: 2.9rem;float: left;margin-right: 10px;}
.quarterly .icon-webcast {font-size: 2.7rem;float: left;margin-right: 10px;}

.quarterly > li {float: left;margin-bottom: 5px;width: 100%;}
.link-title {float: left;width: 88%;}
.upcoming-events table td ul li a span.icon-webcast, .upcoming-events table td ul li a span.icon-pdf {margin-right: 15px;padding: 0;width: 20px;}

.twocolleft ul.quarterly {float: left;padding-bottom: 0;padding-left: 0;width: 100%;}
.twocolleft p:last-child {padding-bottom: 0;}
.snapdown-content{padding: 18px;}
.newsWrapper.float100 {margin-top: 20px;}
.account-register-link:hover, .account-login-link.utility-user-login-link:hover{color:#fff;}


.icon-customer-service:before {font-size:2.1rem; float: left; margin-top: -1px; padding-right:5px; }
.ie9 .icon-customer-service:before {margin-top:-2px}
.icon-find-a-partner:before {font-size: 1.5rem; float: left; margin-top: 3px; padding-right:0px;}
span.icon-cart {float:left}
.icon-cart:before {font-size: 1.8rem; float: left;  margin-top: -2px; padding-right:5px;}
.icon-plus:before {font-size: 2.3rem; font-weight: bold; float: left; margin-top: -2px;}
.icon-phone:before {padding-left:4px}
.sales-options li a {float: left; padding-bottom: 2px; width: 100%;}
.share-save-section.active .icon-share:before, .contact-us-section.active .icon-contact:before {content:"\e91b"; font-size:2.5rem}
.web-icon-print.icon-print {float: left;font-size: 2.1rem;margin-right: 5px;}
.archived-events table td ul li a span {float: left;}
.upcoming-events table td ul li a span{float: left;}
.searchTable .searchdescription {font-size: 1.4rem !important;}
.searchTable .ip3search_highlight {display: inline;font-weight: bold;}
.searchTable .level1level2 > td {font-size: 1.6rem !important;}
.searchTable .links {font-size: 1.6rem !important;font-weight: normal !important;}
.searchTable b, .searchTable strong {font-weight: 600;}

.sectionTabs ul li { border-right: 1px solid #fff; display: table; float: left; font-size: 1.4rem; height: 70px; line-height: 1.4rem; width: 14.25%; }
.sectionTabs span { display: block; }
.sectionTabs ul { background-color: #646464; float: left; padding-bottom: 0 !important; padding-left: 0 !important; text-align: center; width: 100%; }
.sectionTabs li a { display: table-cell; vertical-align: middle; color:#fff; }
.sectionTabs { float: left; margin-bottom: 20px; margin-top: 20px; width: 100%; }
.sectionTabs ul li.current { background-color: #000; }
.sectionTabs ul li.current a { color:#fff; }
.sectionTabs ul li.lastLI { border-right: 0 none; }
#searchTextBoxContainerRP { float:left; }
#searchButtonContainerRP input { background-color: #c00; border: 0 none; color: #fff; float: left; font-weight: bold; height: 30px; margin: 0; padding: 0; text-transform: uppercase; width: 10%; }
#searchinnerRP { float:left; width:100%; margin-bottom:10px; }
#SearchTextboxRP { height: 30px; padding: 5px 10px; width: 300px; }
#searchFilter { float: left; padding-bottom: 20px; padding-top: 10px; width: 100%; }
.mobi-bottom-footer{display:none;}
#content-box-5 .content-box-item > p {visibility: hidden;}
.icon-chairman:before, .icon-director:before, .icon-chairBoard {color:#cc1417; }
.textLeft .icon-chairBoard {padding-top:5px; float:left;} 
.icon-chairBoard { font-size:1.2rem; float:left; } 
.deep-link{color:#646464!important; font-size:1.6rem; float:left; margin-right:10px;}

#content-box-5 .content-box-item > p.event-title {padding-bottom:0;font-size: 1.8rem;text-transform: none;visibility: visible;}
#mobi-content-box-3 {display: none;}
.contact-panel.reveal h3{position:relative;padding-left: 40px;}
.contact-panel.reveal h3>.icon-contact{display: inline-block;position: absolute;left: 0px;bottom: 0px;line-height: 2.5rem !important;}
.share-panel h3>.icon-share{padding-right: 10px;}
.web-icon-envelope.icon-customer-service{margin-right: 5px;}
iframe{width:100%;}
body.ie9 .content-box-iframe iframe{height:135px!important;}
.back-to-link a{display:inline-block;padding:10px;background:black;color: white;font-weight: bold;margin-top: 30px;}
.mem-image{float:left;margin-right:30px;}
.mem-bio{float:left}
.technologies-content .menu-signpost {margin-bottom: 30px;}
body#ip3-Homepage .content-box-link {bottom:-13px;}
/*---- main2-----*/
#ip3-prospectus-disclaimer .postal-code {-webkit-appearance: none;border: 1px solid #ccc;font-size: 18px;height: 38px;margin: 0 10px 20px 0;}
#ip3-prospectus-disclaimer #prospectus-disclaimerAcceptButton {margin-bottom: 20px;}
#ip3-prospectus-disclaimer .twocolleft p:last-child {padding-bottom: 20px;}
#ip3-prospectus-disclaimer .disc-back-btn {cursor: pointer;}
#ip3-prospectus-disclaimer .disclaimerAcceptButton {background: #cc0000 none repeat scroll 90% center / auto 50%;border: medium none;color: #fff;font-size: 16px;font-weight: bold;outline: medium none;padding: 11px 20px 9px;text-transform: uppercase;}
/*body.internetexplorer11#ip3-prospectus-disclaimer select, body.internetexplorer10#ip3-prospectus-disclaimer select, body.internetexplorer9#ip3-prospectus-disclaimer select {padding:6px 0 0 0;}*/

body.internetexplorer11#ip3-prospectus-disclaimer .disclaimerAcceptButton, body.internetexplorer11#ip3-prospectus-disclaimer .disclaimerAcceptButton, body.internetexplorer11#ip3-prospectus-disclaimer .disclaimerAcceptButton{padding:14px 20px 7px;}

#ip3-prospectus-disclaimer #disclaimerDDLCountry{min-width:200px;}

/*#ip3-prospectus-disclaimer.ie10 #disclaimerDDLCountry, #ip3-prospectus-disclaimer.internetexplorer11 #disclaimerDDLCountry, #ip3-prospectus-disclaimer.ie9 #disclaimerDDLCountry{padding-top:5px;}*/

body.internetexplorer11#ip3-prospectus-disclaimer option, body.internetexplorer10#ip3-prospectus-disclaimer option, body.internetexplorer9#ip3-prospectus-disclaimer option {padding:6px 0 0 0;}



/* WO#292016 Starts */
.right-topheadersection .icon-search::before, .right-topheadersection .icon-person::before, .right-topheadersection .icon-globe::before, .right-topheadersection .icon-cross::before{content:none!important;}
.right-topheadersection .icon-search::after{content: "\e912";font-family:"icomoon"!important;font-size:35px;vertical-align:middle;} 
.right-topheadersection .icon-person::after{content: "\e901";font-family:"icomoon"!important;font-size:15px;vertical-align:middle;}
.right-topheadersection .icon-globe::after{ content: "\e900";font-family:"icomoon"!important;font-size:20px;vertical-align:middle;}
.right-topheadersection .icon-cross::after{content: "\e91b";font-family:"icomoon"!important;font-size:20px;vertical-align:middle;}

.right-topheadersection .icon-cross::after { font-size:29px;}

.right-topheadersection { float: right; position: relative; z-index: 9999; display: block; margin-right:22px;}
.right-topheadersection ul li { margin:0 0 2.75px 16.5px; float:left; padding:10px;}
.right-topheadersection ul li a { color: #646464; padding: 0; text-decoration: none; font-family:"Overpass",Helvetica,sans-serif !important; font-size: 1.1rem; text-transform:uppercase; font-weight:bold; line-height:inherit}
.right-topheadersection ul li a:hover { color:#252527}
.right-topheadersection ul li a::after { margin-left: 10px; vertical-align: middle;}
.right-topheadersection li.search a{float:left;}

.right-topheadersection li.global { padding:11px 6px;}
.right-topheadersection .icon-globe::after { margin-top:2px; float:right;}

.right-topheadersection li.login { padding:11px 17px; margin-left:14px;}
.right-topheadersection .icon-person::after { margin-top:0; float:right; margin-left:9px;}

.right-topheadersection li.search { padding:12px 0 13px 14px;}
.right-topheadersection .icon-search::after { font-size:33px; margin-left:1px; float:right; margin-top:0;}

.right-topheadersection li.active {
    background-color: #f0f0f0;
}
.right-topheadersection ul li.search.active a.icon-cross {padding-right: 35px;}
.right-topheadersection ul li.search.active a { position:relative}
.right-topheadersection ul li.search.active .icon-cross::after { right:6px; top:1px; }

.right-topheadersection ul li.active a.icon-cross { padding-right: 26px;}
.right-topheadersection ul li.active a { position:relative}
.right-topheadersection ul li.active .icon-cross::after { margin-left:0px; position:absolute; right:0px; top:0px; font-size:28px;}


/*.right-topheadersection li.search a{float:left;}
.right-topheadersection li.login a{float:left;padding:10px!important;line-height:20px;}
.right-topheadersection li.global a{float:left;padding:10px!important;line-height:20px;}
.right-topheadersection .icon-cross{font-size: 1.1rem!important;float:left;padding:10px!important;line-height:20px;}*/
/* WO#292016 Ends */ 


@media all and (min-width: 768px) and (max-width: 814px) {
	.left-topheadersection ul li{padding-right:16px;}
	.right-topheadersection{margin-top:2px;}
}
@media all and (min-width: 0px) and (max-width: 767px) {
	.mob-menu-content{height:90vh!important;}
}

.pr-content-box-content p{text-transform: none!important;}

/*---- media-queries-----*/
@media (max-width: 420px){
#ip3-prospectus-disclaimer #disclaimerNotesContainer p {float: left;width: 100%;}
#ip3-prospectus-disclaimer select#disclaimerDDLCountry {width: 100%;}
} 

@media all and (min-width: 768px) and (max-width: 823px) {
	.right-topheadersection { margin-right:12px;}
	.right-topheadersection ul li { padding:13px 10 !important;}
}

/*--------- All Small Tablets and Large Phones Global CSS ---------*/
@media (max-width: 767px){
.mem-image{text-align:center;width:100%!important;margin:0!important}
.mem-image img{display:inline-block!important;}
.mem-bio{width:100%!important;}
#mobi-content-box-3 {display: block;}
#tabsDD{opacity: 1 !important;}
.select{display:none !important;}
#SearchTextboxRP{width: 200px;}
#searchButtonContainerRP input{width: 70px;}
.bottom-links ul li {margin-bottom: 5px;}
.copyright-content{padding-top: 0px;}
.bottom-footer{display:none}
.mobi-bottom-footer{display:block;margin-top: 30px;}
/*body.fixed {position: fixed;}*/
.icons-list > li {float: left;width: 100%;}
.link-title {float: left;margin-top: 7px;}
.archived-events table td ul li a span.icon-webcast, .archived-events table td ul li a span.icon-pdf, .archived-events table td ul li a span.icon-xls, .archived-events table td ul li a span.icon-html, .archived-events table td ul li a span.icon-xbrl, .archived-events table td ul li a span.icon-doc{padding-right: 8px !important;}
.icons-list li a{display: block;}
.mobi-search-content {display:none; background-color: #f0f0f0; left: -15px; padding: 25px 10px; position: absolute; top: 48px; width: 100vw; }
.search-txt { border: 0 none; float: left; height: 30px; padding: 5px 10px; width: 70%; }
.mobi-search-content > #mobi-SearchButton { width: 30%;background-color: #c00; border: 0 none; color: #fff; font-weight: 600; height: 30px; padding: 0 15px; text-transform: uppercase; }
.mob-menu-icon.icon-hamburger::before{position: absolute;top: 0px;}
.windowsmobile .mob-menu-icon.icon-hamburger::before{position: absolute;top: 13px;}

.web-icon-print.icon-print {float: left;font-size: 2rem;margin-right: 5px;}
.share-panel > h3 {display: none;}
.save-options {border: 0 none;margin-bottom: 0;padding: 0;}
.share-options li, .save-options li{height: 20px;margin-bottom: 10px;width: 100%;}
.sales-options {float: left;margin-bottom: 20px;}
.web-icon-cart {margin-bottom: 10px;}
.icon-plus {float: left;margin-left: 0px;}
.icon-find-a-partner::before, .icon-customer-service::before{padding-right: 0px;}
.mini-bar-links h4 { color: #fff; font-size: 1.4rem; font-weight: 600; padding: 10px 0; width: 100%; }
.icon-phone { display: inline-block; float: left; font-size: 1.8rem; height: 14px; margin-right: 10px; width: 14px; }
.icon-find-a-partner, .icon-customer-service, .phone { float: left; }
.contact-panel > h3 {display: none;}
.contact-options li a{display: block;}
.icon-customer-service::before{padding-right: 0px;}
.contact-options{border-bottom: 0px solid #fff;padding-bottom: 0px;}
.mini-bar-links .sales-options li a{ padding-bottom: 0px;}
.share-panel, .contact-panel{padding: 0px 50px;display:none}
.contact-options > li, .sales-options > li, .training-options > li{height: 20px;width:100%;margin-bottom: 10px;}
#content-box-1 .content-box-title {margin-bottom: 10px;}
.fixeddiv{display:none}
.mobi-contact-us-share{display:block}
.mobi-contact-title .icon-contact, .mobi-share-title .icon-share {color: #fff;display: inline-block;float: left;font-size: 2.5rem;height: 20px;line-height: 1 !important;padding-top: 0;}
.mobi-share-title .icon-share{font-size: 2.0rem;}
.mobi-contact-title, .mobi-share-title {cursor:pointer; color: #fff; float: left; padding: 15px; width: 100%; }
.mobi-contact-us-title, .mobi-share-us-title {cursor:pointer; color: #fff; display: inline-block; font-size: 1.4rem; margin-left: 10px; margin-top: 2px; text-transform: uppercase; }
.mobi-contact-us-footer, .mobi-share-footer {background-color: #c00;float: left;width: 100%;}
.summit{width:100%;}
.footer-content-section ul {margin-top: 15px;width: 100%;}
.mini-bar-content{display: none;}
#mini-bar.scrolled {bottom: 0;height: auto;position: relative;}
.bottom-links ul li:first-child{width: 100%;margin-right: 0;}
.bottom-links ul{padding-left: 0px;}
#footerwrapper h3 {cursor: pointer;margin-bottom: 0;margin-top: 30px;}
.social-icons-footer ul{padding-left:0}
#ip3-Homepage #bannerwrapper {height: 405px;}
.snapdown-container{margin-top: 10px;}
#body_0_main_1_ctl02_Submit{ margin-top: 0px;}
.form-element p.rad-right{padding-left: 0;}
.form-right.error select {border: 1px solid #c00;}
.form-right.error textarea {border: 1px solid #c00;}
.form-right.error input {border: 1px solid #c00;}
.form-right span {display: block;margin-top: 5px;display: none;}
.form-left {float: left;margin-bottom: 10px;width: 100%;}
.form-right {float: left;width: 100%;}
.snapdown-title{padding: 10px;}
.snapdown-title p{ font-size: 1.6rem;line-height: 2.2rem;}
.category-key > span {float: left;margin-bottom: 10px;width: 100%;}
/*.category-key .icon-chairBoard {margin-left:0}*/
td, th {font-size: 1.4rem;padding: 10px;line-height: 2rem;}
.tabs.tabstodropdown {float: left;margin-bottom: 20px;width: 100%;}
.your-account-global {background-color: #646464;}
.your-account-global p {color: #fff;font-size: 1.6rem;padding: 15px 20px;text-align: center;cursor:pointer}
.tabstodropdown p{display: block;}
.tabs.tabstodropdown ul li span::before{border-bottom: 0px solid #8d8d8d;}
.tabs.tabstodropdown li.level3.current {display: none;}
.tabs.tabstodropdown > p {background-color: #ececec;color: #1c1c1d;padding: 15px;position:relative;cursor:pointer;}
.tabs.tabstodropdown > p::after{color:#cb0000;font-family:'icomoon' !important;content:"\e918";float:right;font-size:1rem;transform: rotate(0deg); -webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);top:15px;right:15px;position:absolute;}
.tabs.tabstodropdown > p.active::after{transform: rotate(180deg); -webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);}
.tabs.tabstodropdown ul{display:none;}
.tabs.tabstodropdown li{float: left;position: relative;width: 100%;}
.tabs.tabstodropdown ul li span{width: 100%;display: block;padding: 15px;}
.twocolleft ul.quarterly{padding-bottom: 0;float: left;width: 100%;}
.quarterly a {display: block;font-size: 3rem;margin-bottom: 20px;width: 100%;float: left;}
.quarterly li {float: left;width:100%;}
.quarterly .icon-pdf, .quarterly .icon-webcast{float: left;width: 16%;margin-right:0}
.link-title{line-height: 1.8rem;float: left;font-size: 1.4rem;width: 84%;}
.snapdown-content{padding: 11px;}
#rhs .content-box-content{padding-top:20px;}
.mob-search-icon.icon-search::before {font-size: 4.8rem;left: -8px;padding-right: 9px;padding-top: 5px;position: absolute;top: -19px;}
.mob-menu-icon.icon-hamburger, .mob-search-icon.icon-search{cursor: pointer;font-size: 0;height: 25px;position: relative;width: 30px;}
.filter .category .pr::after, .filter .years .pr::after{font-size: 0.8rem;}
#contentwrapper .filter .category ul li, #contentwrapper .filter .years ul li{font-size: 1.4rem;font-weight: normal;padding: 7px 15px 5px;}
.pr-title p {font-size: 1.4rem;}
.Title{width: 60%;float: left;}
.pr-title{padding-right:10px;}
.news-header .pr-title, .news-header .pr-date, .news-header .pr-icon{display:none;}
.mobi-date, .mobi-title, .mobi-doc{display:block;width: 40%;float: left;text-transform: uppercase;}
.pr-title, .pr-date, .pr-icon{padding-left: 10px;padding-top: 10px;padding-bottom: 10px;border: 0px solid #fff;display:block;float:left;width:100%;}
#contentwrapper .filter .category ul, #contentwrapper .filter .years ul{width: 100%;z-index: 2;}
.filter{padding: 10px;}
.filter .category {margin-bottom: 10px;}
.filter .category, .filter .years{width: 100%;float: left;padding-right:0}
.filter .category span.pr, .filter .years span.pr{width: 100%;float: left;font-size: 1.4rem;font-weight: normal;}
.archived-events table td ul li a span.icon-webcast, .archived-events table td ul li a span.icon-pdf, .archived-events table td ul li a span.icon-xls, .archived-events table td ul li a span.icon-html, .archived-events table td ul li a span.icon-xbrl, .archived-events table td ul li a span.icon-doc{padding-right: 13px;}
.inv-responsive-data-td.inv-responsive-data-content span {padding-bottom: 10px;}
.upcoming-events ul, .archived-events ul{float: left;width: 100%;padding-bottom: 0;}
table.inv-responsive-table {border-bottom: 2px solid #fff;}
.twocolleft h2{font-size: 2.6rem;}
.inv-responsive-table td {border: 0 solid #fff;font-size: 1.4rem;padding: 10px;}
.upcoming-events .inv-responsive-table td:first-child, .archived-events .inv-responsive-table td:first-child {width: 22%;}
.upcoming-events .inv-responsive-table td, .archived-events .inv-responsive-table td {vertical-align: top;}
#ip3-Homepage #bannerwrapper{height: 455px;}
#contentwrapper #contentwrapperinner{padding-bottom: 50px;}
.mob-menu-content ul {background-color: #000;opacity:1.0;float: left;width: 100%;}
.main-menu-content, .mainheadersection-replacement{display:none;}
#homesection-2 .container-fluid{margin-top: 0px;}
.mob-menu-content li.active a::before, .mob-menu-content li a:hover::before{border: 0px solid #c00;}
.nav-links{width:100%;}

.mob-menu-content a {border-bottom: 1px solid;color: #fff;display: block;font-size: 1.8rem;font-weight: 600;line-height: 2.6rem;padding: 15px;position: relative;}
.mob-menu-content a::before{border: 0 none;}
.mob-menu-search {display: block;float: right;margin-top:15px;}
.mob-menu-content {overflow: auto !important;height: 100vh;display: none;background-color: #000;left: -15px;position: absolute;top: 48px;}
.mob-menu {float: left;margin-right: 20px;width: 30px;}
.mob-search {float: left;margin-right: 10px;width: 30px;}
.mob-menu-icon, .mob-search-icon {padding: 0;}
.top-of-page{display: none;}
input, button, select, textarea{border-radius:0;}
.signup-input input{border: medium none;}
.main-menu, .topheadersection {display:none;}
.mainheadersection .mainheadersectioninner{ overflow: visible;padding: 0;}
.mainheadersection{background-color: #000;padding: 9px 0 12px 15px;}
.logo{width:36.5%;}
.banner-link a{padding: 18px 60px 15px;}
.bannerinnerwrapper .slick-dots{bottom: -32px;left: -10px;}
.banner-title, .banner-text{padding-bottom: 22px;}
.signup-input input, .signup-submit a{width:280px}
#MainWrapper .slick-dots li {height: 15px;width: 15px;margin: 0 5px;}
.banner-text{padding-right:20px;}
.banner-text{font-size: 3.5rem;letter-spacing: -0.0px;line-height: 4rem; }
.headerwrapper.float100 {left: 0;position: fixed;top: 0;z-index: 9999;}
.headerbannerimage{display: none;}
.bannerwrapper.float100{padding-top: 105px;height: 400px;background-size: cover !important;}
.contentwrapper.float100{margin-top: 20px;}
.content-box-inner{margin-bottom: 20px;padding: 20px;}
#content-box-3{display:none;}
#rhs {padding: 15px 18px;min-height: 304px;margin-top: 20px;}
#homesection-2{margin-top: 30px;min-height: 730px; padding-top: 60px;}
#homesection-2 #left-content-box .box-title{margin-bottom: 25px;}
.content-box {margin-bottom: 20px;}
#homesection-3{min-height: 224px;}
.signup-input, .signup-text{margin-bottom: 15px;margin-right: 0px;width: 100%;}
#footer-content-section-6{background-color: transparent;}
.footer-content-section ul{display: none;}
.content-box-link a{ font-size: 1.4rem;padding: 15px 5px 13px;}
.twocolleft h1{font-size: 3rem;line-height: 3.6rem;}
}

@media all and (min-width: 640px) and (max-width: 767px) {
}

@media all and (min-width: 375px) and (max-width: 639px) {
.banner-text{font-size: 3.0rem;letter-spacing: -0.0px;line-height: 3.5rem; }
#homesection-2 #left-content-box .box-document-title p{font-size: 3rem;line-height: 3.5rem;}
}

@media (max-width: 374px){
.bannerwrapper.float100{height: 300px;}
.banner-text{font-size: 2.5rem;letter-spacing: -0.0px;line-height: 3rem; }
#homesection-2 #left-content-box .box-document-title p{font-size: 3rem;line-height: 3.5rem;}
.right-content-box-tabscontent{padding: 39px 22px 19px;}
.tab-content-box p.tab-content-box-title{font-size: 2rem;}
.tabs ul li span, .tab-title{padding: 16px 16px 22px;}
.right-content-box-tabscontent{min-height: 220px;}
.box-documents .icon-pdf span{font-size: 1.6rem;margin-left: -8px;}
.signup-text p{font-size: 2rem;line-height: 3rem;}
#homesection-2{min-height: 630px;}
}


/*--------- iPad Landscape and Desktops ---------*/

@media all and (min-width: 1170px){
.bannerwrapper.float100 {background-image: none !important;}
}

@media all and (min-width: 1024px) and (max-width: 1169px) {
.signup-submit a{width: 230px;}
.signup-input, .signup-text{margin-right: 15px;}
.signup-input input{width: 405px;border-radius:0;}
.social-icons-footer li{margin-right: 7px;}
.share-save-section, .contact-us-section{width: 85.5px;}
#mini-bar.scrolled{bottom: 554px;}
.pr-date{padding: 15px 5px;}
.tabs ul li span, .tab-title{padding: 16px 22px 22px;}
input, button, select, textarea{border-radius:0;}
.content-box-link a{font-size: 1.4rem;}
.nav-links a{padding: 13px 12px 17px 12px; font-size: 1.6rem;}
.main-menu{margin-left: 0;}
.logo{width:15%;}
.main-menu{width:75%;padding-left: 17px;}
.nav-links a::before{left: 12px;border: 2px solid #fff;}
.nav-links.active a::before, .nav-links a:hover::before{border: 2px solid #c00;}
.mainheadersection .mainheadersectioninner{padding-left:30px;}
.main-menu-content {margin-top: -17px;}
body.fixedTopNav .main-menu-content{top:70px;}
#footerwrapper{padding: 0 15px;}
#footer-content-section-1 img{margin-top: 28px;width: 95%;}
.footer-content-section {padding: 0 15px;}
.share-save-section, .contact-us-section{width: 82.5px;}
.actual-div{margin-right: 15px;}
#mini-bar.scrolled{bottom: 538px;}
.summit {margin-right: 40px;width: 30%;}
.top-of-page{margin-top: 7px;padding-right: 1%;}
.upcoming-events .content-box-item-icons.float100{margin-top: 0px;}
.upcoming-events td:nth-child(3n+3){padding: 18px 6px;}
.archived-events table td ul li a span.link-title {font-size: 1.6rem;}
.bottom-links ul{padding-left: 0px;}
.bannerwrapper.float100 {background-image: none !important;}
}

/*--------- iPad Portrait and large Tablets Portrait ---------*/
@media all and (min-width: 768px) and (max-width: 1023px) {
.internetexplorer11 .social-icons-footer ul{float:left;padding-left:35px;}
.internetexplorer11 .bottom-links ul li:last-child{margin-right:0}
#mobi-content-box-3 {display: block;}
.box-documents .icon-pdf{margin-right:0;}
.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{padding-left:2px;padding-right:2px;}
.container-fluid{padding-left:2px;padding-right:2px;}
.row{margin-left: -2px;margin-right: -2px;}
#content-box-3{display:none;}
.content-box-inner{margin-bottom: 4px;}
#homesection-1 .content-box-title p{font-size: 1.8rem;}
#content-box-6 .content-box-inner, #content-box-5 .content-box-inner, #content-box-4 .content-box-inner{padding: 19px 10px;}
#homesection-2{margin-top: 20px;}
#contentwrapper, .homesection{padding-left:18px;padding-right:18px;}
.tabs ul li span, .tab-title{padding: 16px 21px 22px 22px}
.headerbannerimage{height: 544px;}
.signup-input input{width: 467px;}
.signup-input{margin-right: 0;}
#homesection-3 .signupemailalertcontent{left: 20px;}
#homesection-3{min-height: 213px;}
#ip3-Homepage #bannerwrapper{padding-bottom: 30px;}
.bannerinnerwrapper .slick-slider{margin-bottom:20px;}
.contentheaderbannerimage{height: 356px;}
#rhs {margin-bottom: 20px;margin-top: 20px;}
.twocolleft h1{margin-top:0}
#contentwrapper #contentwrapperinner{padding-bottom: 90px;}
.main-news-container{margin-bottom:20px;}
input, button, select, textarea{border-radius:0;border:1px solid;}
.nav-links a{padding: 13px 10px 17px; font-size: 1.6rem !important;}
.main-menu{margin-left: 0;}
.logo{width:15%;}
.main-menu{width:85%;padding-left: 17px;}
.nav-links a::before{left: 12px;}
.mainheadersection .mainheadersectioninner{padding-left:20px;}
.trending-item p{font-size: 1.3rem;}
body.fixedTopNav .main-menu-content{top: 70px;}
#footer-content-section-6{padding-left: 15px;}
#footerwrapper{padding: 0 18px;}
#footer-content-section-1 img{margin-top: 28px;width: 95%;}
.footer-content-section {padding: 0 15px;}
#footerwrapper h3{font-size: 1.3rem;}
#footer-content-section-1 {padding-left: 0;}
.contact-us-section, .share-save-section{width: 60.5px;}
#mini-bar.scrolled{bottom: 647px;}
.actual-div{margin-right: 20px;}
.content-box-link a{padding: 15px 8px 13px;font-size: 1.4rem;}
.social-icons-footer ul {padding-left: 39px;padding-top: 10px;}
.social-icons-footer li {float: left;margin-right: 10px;}
.summit {float: left;padding-top: 3px;width: 30%;}
.main-menu{width: 78%;}
.top-of-page{margin-top: 7px;padding-right: 1%;}
.content-box-item a{ font-size: 1.6rem;line-height: 2.2rem;}
.content-box-content .slick-dots {bottom: -36px;}
.upcoming-events .content-box-item-icons a{width: 30px;}
.upcoming-events .content-box-item-icons.float100{margin-top: 0px;}
.bottom-links ul{padding-left: 0px;}
.signup-input input{border: 0 none;}
.banner-text{padding-right: 20px;padding-bottom: 25px;}
.tab-title{padding: 16px 18px 22px}
.bannerwrapper.float100 {background-image: none !important;}
.signup-submit{margin-bottom: 30px;}
.signup-text{margin-bottom: 10px;}
.banner-link {padding-bottom: 0;}
.bannerinnerwrapper .slick-dots {bottom: -30px;}
}

/*---- overpass-fonts-----*/
/* Webfont: Overpass-Bold */@font-face {
    font-family: 'Overpass';
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Bold-eot.eot'); /* IE9 Compat Modes */
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Bold-eot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Bold-woff.woff') format('woff'), /* Modern Browsers */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Bold-ttf.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Bold-svg.svg#Overpass-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

/* Webfont: Overpass-BoldItalic */@font-face {
    font-family: 'Overpass';
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Bold-Italic-eot.eot'); /* IE9 Compat Modes */
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Bold-Italic-eot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Bold-Italic-woff.woff') format('woff'), /* Modern Browsers */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Bold-Italic-ttf.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Bold-Italic-svg.svg#Overpass-BoldItalic') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

/* Webfont: Overpass-Reg */@font-face {
    font-family: 'Overpass';
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Regular-eot.eot'); /* IE9 Compat Modes */
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Regular-eot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Regular-woff.woff') format('woff'), /* Modern Browsers */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Regular-ttf.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Regular-svg.svg#Overpass-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}


/* Webfont: Overpass-Italic */@font-face {
    font-family: 'Overpass';
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Italic-eot.eot'); /* IE9 Compat Modes */
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Italic-eot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Italic-woff.woff') format('woff'), /* Modern Browsers */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Italic-ttf.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Italic-svg.svg#Overpass-Italic') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}


/* Webfont: Overpass-Light */@font-face {
    font-family: 'Overpass';
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Light-eot.eot'); /* IE9 Compat Modes */
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Light-eot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Light-woff.woff') format('woff'), /* Modern Browsers */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Light-ttf.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Light-svg.svg#Overpass-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/* Webfont: Overpass-LightItalic */
@font-face {
    font-family: 'Overpass';
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Light-Italic-eot.eot'); /* IE9 Compat Modes */
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Light-Italic-eot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Light-Italic-woff.woff') format('woff'), /* Modern Browsers */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Light-Italic-ttf.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-Light-Italic-svg.svg#Overpass-LightItalic') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/* Webfont: Overpass-ExtraLight */@font-face {
    font-family: 'Overpass';
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-ExtraLight-eot.eot'); /* IE9 Compat Modes */
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-ExtraLight-eot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-ExtraLight-woff.woff') format('woff'), /* Modern Browsers */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-ExtraLight-ttf.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-ExtraLight-svg.svg#Overpass-ExtraLight') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

/* Webfont: Overpass-ExtraLightItalic */@font-face {
    font-family: 'Overpass';
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-ExtraLight-Italic-eot.eot'); /* IE9 Compat Modes */
    src: url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-ExtraLight-Italic-eot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-ExtraLight-Italic-woff.woff') format('woff'), /* Modern Browsers */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-ExtraLight-Italic-ttf.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/~/media/Files/R/Red-Hat-IR/overpass-fonts/Overpass-ExtraLight-Italic-svg.svg#Overpass-ExtraLightItalic') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

.icon-share{font-size:2.1rem;line-height:0;font-weight:bold}
.icon-contact{font-size:2.5rem;line-height:5.5rem!important;font-weight:bold; display:inline-block; padding-top:5px;}