
/*---- 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{
  color: #2a6496;
  text-decoration: underline;
}

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: 3px;
  padding-right: 3px;
}
.row {
  margin-left: -3px;
  margin-right: -3px;
}
.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: 3px;
  padding-right: 3px;
}
.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;
}
.show {
  display: block;
}
.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);
}

/*---- temp-----*/
.welcome-scroll { background:#dd5827 !important; color:#FFF !important}

.scroll-link a { color:#FFFFFF !important; background :url(/~/media/images/s/selective/css/icn-next-new.jpg) right 9px no-repeat !important; background-position:inherit; padding-right:10px; display:inline-block; width:52px; }

.scroll-link { width:auto !important;}
.scroll-link a::after { background-position:inherit !important}

.welcome-scroll {height:70px; background-color:#fbe389; clear:both; padding:20px 0; position:relative; padding: 23px 0;
-webkit-backface-visibility:hidden;
transform:translateZ(0);
}
.js-marquee{
-webkit-backface-visibility:hidden;
}

#ip3-feedback fieldset { padding-bottom:10px; }
#ip3-feedback .label-container {width:21%}
#ip3-feedback .textbox-container { width:65% }
/*---- main-----*/
#MainWrapper { margin:0 auto; max-width:1400px;}
#headerlinks, #searchbox #searchTextbox{display:none;}
.container-fluid { max-width:1176px; margin:0 auto;}
html {-webkit-text-size-adjust: none; font-size:10px; -webkit-font-smoothing: antialiased;}
/*-------------- Main Body CSS Starts --------------*/
body { background-color:#fff; font-family:"HelveticaNeueW01-45Ligh", 'Arial', Helvetica, sans-serif; font-size: 1.5rem; line-height: 2.3rem; color:#7e7e82;}
a { color:#729bc7; text-decoration:none; }
a:hover { color:#014179; text-decoration:none; }
a:focus, a:active { border:none; outline:0; _noFocusLine:expression(this.hideFocus=true); }
.hide { display:none;}
.invisible { position:absolute; left:-9999999px; top:auto; width:1px; height:1px; overflow:hidden; visibility:visible; }
img { outline-style:none; outline-width:0; border:0 none; }
sup { font-size:smaller; }
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:none; }
b, strong {font-family: HelveticaNeueW01-65Medi; font-weight:bold;}
#twocolright ul { list-style-type:none; padding-left:16px; margin-bottom:10px; clear:left; z-index:7; }
#twocolright .find-an-agent-container ul{position:relative;}
#twocolright ul ul { list-style-type:none; margin-top:10px; }
#twocolright ul li, #contentwrapper ol li { margin-bottom:10px; } 
#twocolright ol ol { margin-top:10px; }
#twocolright ol { list-style-type:decimal; padding-left:18px; marg in-bottom:10px; }
#twocolright ul > li {position:relative}
#twocolright ul > li:before {/*content:"\f0c8"; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); font-family:FontAwesome; color:#f58559; font-size:0.8rem*/ content:"";  float:left; position:absolute; left:-17px; top:7px; width:10px; height:10px; background-position:-166px -46px }
#twocolright .intro-text ul li:before {top:9px}
#twocolright ol li:before {background:none!important;}
#twocolright .noBullets li:before {background:none}
#twocolright .noBullets ul {padding-left:0}
hr { border-style:none none solid; border-width:0 0 1px; margin:5px 0; }
:active { outline-style:none; outline-width:0; }
* { margin:0; padding:0; }
.uppercase { text-transform:uppercase; }
.capitalize { text-transform:capitalize !important; }
p { padding:0 0 10px; }
h1 {font-size:3.4rem; line-height:34px; color:#729bc7; padding:50px 0 16px; margin:0; font-family:"HelveticaNeueW01-45Ligh", Arial; font-weight:normal; border-bottom:1px solid #e5e5e5; margin-bottom:27px; }
.twocolright h1 {padding-right:110px}
#twocolright img {max-width:100%; height:auto}
p.h1 {font-size:3.4rem; line-height:34px; color:#729bc7; padding:52px 0 16px; margin:0; font-family:"HelveticaNeueW01-45Ligh", Arial; font-weight:normal; border-bottom:1px solid #e5e5e5; margin-bottom:27px; clear:both }
#ip3-Homepage .bannertext {position:relative; top:195px;}
.bannertext h2 { font-size:7.4rem; line-height:5rem; padding:0 70px 35px 114px; color:#fff; background-color:rgba(0, 74, 139, 0.8)/*#004a8b*/; /*background-blend-mode:soft-light; */background-position:0 -197px; line-height:4.5rem; font-weight:normal; text-align:left; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; }
.bannertext h2 span { font-size:2.5rem; color:#f58559; display:inline; }
#ip3-Homepage .bannertext h2 span {font-family:"HelveticaNeueW01-75Bold"; text-transform:uppercase; padding-top:13px; padding-bottom:0 ; display:block;}
#ip3-Homepage .bannertext h2 {font-family:"HelveticaNeueW01-45Ligh"; text-transform:uppercase; font-size:7.5rem; color:#fff; padding-bottom:32px}
#ip3-Homepage.ie9 .bannertext h2, body[class*="internetexplorer"] .bannertext h2 {background:rgba(0, 74, 139, 0.8)/*#004a8b*/; background-image:inherit!important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8;}
#ip3-Homepage .bannertext p {background:rgba(255, 255, 255, 0.8); padding:15px 5px 15px 114px; line-height:22px; font-family:"HelveticaNeueW01-45Ligh"; color:#014179; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; width:91%}
.inv-contact-box-image {background-position:-506px -6px; content:""; width:30px; height:30px;}
.bannertext h2 .link-arrow {background-position:-481px 27px; content:""; width:30px; height:30px; margin-left:14px}
.blue-bx-frm {color:#fff; line-height:20px}
.blue-bx-frm a {color:#f58559; font-family:"HelveticaNeueW01-65Medi"; position:relative;display:inline-block; }
.blue-bx-frm a:after {content: "\f0da"; width: 9px; height: 20px; position: absolute; right: -13px; top: 0px; font-family: FontAwesome; color:#f58559; font-family:FontAwesome; display:inline-block;}
.blue-bx-frm a.zip-go:after {content:""}
#ip3-Homepage .banner-left .bannertext p a {font-family:"HelveticaNeueW01-65Medi"; font-size:1.6rem; color:#f58559}
.bottom-bar {height:89px}
.bottom-bar .bottom-left {width:50%; background:#dd7852; float:left; height:100%}
.bottom-bar .bottom-right {width:50%; background:#013a6d; float:left; height:100%}
.sliderbannerMobiWrapper {max-width:768px}
.noTouch .controls div.next-con:hover { background-color: transparent; opacity: 1;}
.noTouch .controls div.next-con:hover a {background-position: -305px -25px;}
h2 { color:#729bc7; font-size:3rem; font-weight:normal; line-height:3.5rem; padding:10px 0 20px; }
h2 span { display:block; font-size:1.8rem; padding:10px 0 10px;  }
.home-content2 h2 span { margin-bottom:12px; ;line-height:18px; text-transform:uppercase; font-family:"HelveticaNeueW01-67MdCn_692710";}
#ip3-Homepage h2 {font-family:"HelveticaNeueW01-45Ligh"; }
h3 { font-size:1.4em; line-height:1.2em; padding:0 0 10px;}
p#sectionheader { font-size:1.6em; line-height:1.2em; }
.scroll-table-container { width: 100%; float: left; 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 #717171;
background-color: #6F6F6F;
}
#twocolright ul li:before, 
.inv-contact-box-image,
.bannertext h2 .link-arrow,
.header-search, .header-login a:before, #bannerwrapper .bx-controls-direction a, .home-bx2 a:before, .footer-social a, .blue-box-cont:before, .inv-contact-box-content a.highlight-bx-link:after,
.header-login.active:after, 
#topnavigation li.active span:after,
.menu-close, 
.help-text ul li:before, 
.flood-box p a:before,
.menu-content li.haschildren a:after,
#breadcrumb a:after, 
.bannertext-right h3 a:after, 
.prev-con a, 
.next-con a, 
.page-tools .print, 
.page-tools .bookmark, 
.page-tools .share, 
.sp-box-image, 
.sp-box-image.sp-login, 
.media-link:after, 
.media-link:before, 
#auto-top-link:before,
.history-right-top a.history-arrow, 
.history-left a.history-arrow.back,
.right-section a:after,
.box1-link a:after, 
.contact-box:before,
p.flood-link a:after,
.tabs-images > div.current > a:after,
span.ib-l2:after, span.fl-text:before, .scroll-link a:after, /*.app-push,*/ .app-push-close {background-image:url(/~/media/images/s/selective/css/sprite.png); background-repeat:no-repeat;}
/*-------------- Main Body CSS Ends --------------*/
/*
font-family:"HelveticaNeueW01-45Ligh";
font-family:"HelveticaNeueW01-55Roma";
font-family:"HelveticaNeueW01-65Medi";
font-family:"HelveticaNeueW01-75Bold";
font-family:"HelveticaNeueW01-47LtCn_692686";
font-family:"HelveticaNeueW01-57Cn";
font-family:"HelveticaNeueW01-67MdCn_692710";
font-family:"HelveticaNeueW01-77BdCn_692722";
*/

/*-------------- Header CSS Starts --------------*/
.ui-menu {z-index:10!important}
#headerlinks { overflow:hidden; font-family: 'Helvetica LT Std',arial;}
#headerlinks ul { margin-bottom:0px; }
#headerlinks ul li { float:left; padding:7px 20px 0 0; font-family:"HelveticaNeueW01-45Ligh"; }
#headerlinks ul li a { color:#fff; }
#headerlinks ul li.current > a, #headerlinks ul li.selected > a {color:#f58559}
#headerlinks ul li.current > span{color:#f58559}
#headerlinks ul li a:hover { text-decoration:none; color:#f58559; }
#searchcontainer { clear:both; float:right; height:25px; margin:10px 0 0; overflow:hidden; }
#searchTextboxContainer { float:left; }
#searchTextboxContainer input { padding:7px 0 0 0; /*transition:all 0.7s ease 0s;*/ background:none; border:none; color:#fff; border-bottom:3px solid #fff; margin-right:7px; }
#SearchButtonContainer { float:left; }
#SearchButtonContainer input { height:24px; width:44px; }
#toplinks { float:left; }
/*#bannerwrapper {z-index:10}*/
#ip3-Homepage #bannerwrapper {z-index:inherit; -webkit-box-shadow: inset 0 -6px 8px -8px rgba(0,0,0,0.5);-moz-box-shadow: inset 0 -6px 8px -8px rgba(0,0,0,0.5);box-shadow: inset 0 -6px 8px -8px rgba(0,0,0,0.5); position:relative; }
.header-search, .header-login a:before, #bannerwrapper .bx-controls-direction a, .home-bx2 a:before, .footer-social a, .blue-box-cont:before, .inv-contact-box-content a.highlight-bx-link:after {cursor:pointer; }

#headerwrapper { width:100%; float:left; }
/*.prev-con a.bx-prev, .next-con a.bx-next {display:none} */
.controls.mobile-con {display:none}
.float100 { width:100%; float:left; }
.header-strip { background:#004a8b; }
.header-bottom-outer{background: linear-gradient(to right, #DBEAF9 0%,#DBEAF9 50%,#729bc7 50%,#729bc7 100%); filter:none; -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.29);-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.29);box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.29); position:relative; z-index:9;}
.ie9 .header-bottom-outer, .safari .header-bottom-outer {background:url(/~/media/images/s/selective/css/bg-header.jpg) center center}
/*.header-bottom-outer { background: linear-gradient(to right, #DBEAF9 0%, #DBEAF9 50%, #729bc7 50%, #729bc7 100%); filter:none; -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5); position:relative; z-index:9; }*/
.header-botom-inner { background:#dbeaf9; }
#headerlinks { float:right; }
.header-search { float:right; width:39px; height:37px; background-position:10px 9px; background-color:#fff; text-indent:-99999px; }
#searchbox { float:right; }
#searchbox.opened { background:#fff;}
#searchbox.opened #searchTextbox {display:block}
#searchTextboxContainer .ui-autocomplete-input { width:0; margin:0; background:none; border:none; color:#004a8b; float:right; display:none }
#searchbox #searchTextbox {padding:7px 10px; transition:all 0.7s ease 0s}
#logo { padding-bottom: 9px;padding-left: 24px;padding-top: 9px; }
#logo img {display:block}
#topnavigation {display:none}
.nojs #topnavigation {display:block}
#topnavigation ul { padding:37px 0 0; }
#topnavigation li { float:left; padding:0 58px 0 0;position: relative; }
#topnavigation li a span{letter-spacing: 0.2px; border-top:8px solid transparent;display: block;color:#004a8b; font-size:2.0rem; font-family:"HelveticaNeueW01-55Roma"; text-decoration:none; padding:10px 0px 15px;}
#topnavigation li.active a span, #topnavigation li.current a span, #topnavigation li.selected a span{border-top:8px solid #f58559;}
#topnavigation li a:hover { text-decoration:none; }
.header-login {cursor: pointer; width:213px; float:right; background:#729bc7; /*margin-right:-19px;*/ padding:29px 0px 19px; position:relative }
.header-login a { font-family:"HelveticaNeueW01-67MdCn_692710", Arial; text-align: center; position:relative; font-size:2.0rem; text-transform:uppercase; color:#fff; padding:26px 0 0; display:block; }
.header-login a:hover { text-decoration:none; }
.header-login a:before { content:""; background-position:-80px 0; width:20px; height:20px; position:absolute; left:52%; top:0; display:block; margin-left:-14px; }
.header-login.active:after {content: "";position: absolute;width: 27px;height: 25px;margin-left: -0.75em;bottom: -6px;left: 50%; background-position:-245px -184px}
.header-right {padding-right:0}
/* Mobile Menu */

.mobile-burger {cursor: pointer; width: 80px; float: right;}
.mobile-burger a {text-align: center; position: relative; text-transform: uppercase; color: #fff; padding:32px 13px; display: inline-block;}
.mobile-burger a:after {content: "\f0c9"; float: right; width: 50px; color: #004a8b; font-family: FontAwesome; font-size: 3em;}
.sharing-tools {position: absolute; background: #fff; right: -22px; top: 30px; border:1px solid #e5e5e5; padding:12px 10px 8px; width:160px; z-index:200}
.sharing-tools ul {margin:0!important; padding:0!important}
.sharing-tools li a {display:inline!important; color:#b6b6b6; float:left;}
.sharing-tools li a:hover {color:#f68559}
.sharing-tools li {margin:0 10px 0 0!important;}
.sharing-tools li a:before {font-family:FontAwesome; width: 20px; height: 20px; font-size: 2em;}
.share-fb a:before {content:"\f082";}
.share-twitter a:before {content:"\f081";}
.share-linkedin a:before {content:"\f08c";}

.mobile-burger.active a:after {content:"\f00d"; }
#topnavigationMobi {position:absolute; top:87px; left:0; width:100%; z-index:100; background:#e2f0fe; z-index:100; }
#topnavigationMobi {background:#e2f0fe; /*border-bottom:4px solid #a8a8a8;*/ padding-top:12px}
#topnavigationMobi ul li{border-bottom:1px solid #cbd3dc; font-size:2rem; line-height:20px; font-family:"HelveticaNeueW01-55Roma"; } 
#topnavigationMobi ul li a {color:#002d6a; display:block; padding:12px 12px 12px 40px; position:relative}
#topnavigationMobi ul li.level1 a {padding-left:40px}
#topnavigationMobi ul li.level1 ul a {padding-left:54px}
#topnavigationMobi ul li.level2 ul a {padding-left:80px}
#topnavigationMobi ul li.level3 ul a {padding-left:100px}
#topnavigationMobi ul li.haschildren > a:after {content:"\f078"; font-family: FontAwesome; position:absolute; right:13px; top:12px; width:20px; height:20px; color:#67676a}
#topnavigationMobi .secondary-menu ul li.haschildren.level1 > a:after {color:#fff}
#topnavigationMobi .secondary-menu ul li.haschildren > a:after {}
#topnavigationMobi ul li.haschildren a.clickCounter:after {content:"\f077"}
#topnavigationMobi .primary-menu a.clickCounter {background:#fff;}

#topnavigationMobi li.level1 > a.clickCounter {border-left:10px solid #f58559}
#topnavigationMobi li.level1 > a.clickCounter > span {margin-left:-10px}
#topnavigationMobi .secondary-menu li.level1 > a.clickCounter {color:#fff}
#topnavigationMobi .secondary-menu li.level2 > a.clickCounter {background:#fff}
#topnavigationMobi ul li ul {display:none; background:#e4e4e4}
#topnavigationMobi ul li ul li {font-family:"HelveticaNeueW01-57Cn"; font-size:1.8rem; line-height:18px; }
#topnavigationMobi li.level3 li {font-family:"HelveticaNeueW01-47LtCn_692686";}
.secondary-menu {background:#004b8d; border-top:5px solid #a4a8ab;}
/*.secondary-menu ul li.level1 {padding:12px 12px 12px 40px}*/
#topnavigationMobi .secondary-menu ul li{border-bottom:1px solid #437098; font-size:1.8rem; line-height:18px; font-family:"HelveticaNeueW01-57Cn";}
#topnavigationMobi .secondary-menu ul > li.level1 > a {color:#fff}
#searchboxMobi {padding:12px 30px; position: relative}
#searchTextboxContainerMobi inut {padding:11px 14px; height:35px; width:100%; color:#868585; font-family:"HelveticaNeueW01-47LtCn_692686"; border:1px solid #d5d5d5; font-style:italic}
input#searchTextboxMobi {
    width: 100%;
    padding: 11px 14px;
    height: 38px;
    width: 100%;
    color: #868585;
    font-family: "HelveticaNeueW01-47LtCn_692686";
    border: 1px solid #d5d5d5;
    font-style: italic;}
    
#SearchButtonContainerMobi{position: absolute;
    right: 30px;
    top: 13px;
    z-index: 10;}
.scrollable-div {width:100%; overflow-x:auto}

/*-------------- Header CSS Ends --------------*/

/*-------------- Top Navigation CSS Starts --------------*/
.login-div { /*height: 400px;*/ background-color: #e4e4e4; border-bottom: 20px solid #cbcbcb; float: left; width: 100%; display: none; padding-bottom: 20px; float:left; position:relative }
.noBorder.login-div {border-bottom:0}
.js-tabs { background-color: #cbcbcb; float: left; margin: 40px 0; width: 100%; }
.js-tabs > ul { margin: 0 auto; max-width: 1170px; }
.js-tabs li { float: left; width: 33.3%; text-transform:uppercase; cursor: pointer; position: relative; font-family:"HelveticaNeueW01-65Medi"; font-size:1.6rem }
.js-tabs li a {color: #9fc8e3; display:block; background-color: #024079; text-align: center;  padding: 13px;}
.js-tabs li.current a {color:#fff; background-color: #f68559; }
.js-tabs li.current::after {border-left: 15px solid transparent;border-right: 15px solid transparent;border-top: 15px solid #f68559;bottom: -15px;content: " ";height: 0;left: 46%;position: absolute;width: 0;}
#topnavigation li.active span{position: relative}
#topnavigation li.active span:after{content: "";position: absolute;width: 27px;height: 25px;margin-left: -0.75em;bottom: -7px;left: 50%; background-position:-245px -145px }
.js-content {position:relative}
.js-content > div {/* background-color: #000; height: 100px;*/ float: left; width: 100%; display: none; }
.js-content > div:first-child { display: block; }
.js-content { margin: 0 auto; max-width: 1170px; }
.menu-close {cursor:pointer; position:absolute; right: 4%; top: 11px; background-position: -160px 0; height:23px; width:23px;   }
.menu-div {background-color: #e4e4e4; border-bottom: 25px solid #cbcbcb;float: left;padding: 55px 0 17px;width: 100%;display: none; position:relative}
.noBorder.menu-div {border-bottom:0}
.login-box input{
    width: 100%;
    background-color: #fff;    
    margin-bottom: 16px;
    height: 44px;
    color: #f58559;
    font-style: italic;
    padding: 0 10px;
    font-size: 1.14em;
    border: coral;
    -webkit-box-shadow: 1px 1px 1px 0.5px #b9b9b9;
    box-shadow: 1px 1px 1px 0.5px #b9b9b9;
}
.login-box { float: left; width: 40%; left: 15%; padding-right:4%; position: relative;}
.login-box .rememberme {height:auto; width:auto; display:none} 
.login-box p {color:#565656; padding-bottom:0}
.login-box > a{font-weight:bold; font-style:italic; display: inline-block; float:right; border-bottom:1px solid #729bc7; margin-bottom:5px;}
a.login-submit { font-size:2rem; float:right;
font-family:"HelveticaNeueW01-65Medi";
    background-color: #f58559;
    text-decoration: none;
    height: 55px;
    text-align: center;
    width: 258px;
    color: #fff;
    margin-top:3px;
    line-height: 55px; display:inline-block;
     -webkit-box-shadow: 1px 1px 1px 0.5px #b9b9b9;
    box-shadow: 1px 1px 1px 0.5px #b9b9b9;}
.customer-content a.login-submit {width:48%;}
.register-link {background:#4f81bd!important; margin-left:4%}
.help-text {padding:16px 0 0 50px; border-left: 2px solid #b2b2b3; float: left; width: 35%; left: 15%; position: relative;}

.help-text ul li {padding-bottom:10px; font-family:"HelveticaNeueW01-47LtCn_692686"; font-size:1.7rem }
.help-text ul li a {padding-left:0; color:#f58559}
.help-text ul li:before {background-position:-16px -156px; content:""; float:left; width:10px; height:22px; padding-right:15px;}
.flood-box p a {position:relative; font-size:0.84em; padding-left:10px}
.flood-box p a:before {background-position:-15px -196px; content:""; position:absolute; left:-5px; width:10px; height:22px;}
.help-text p strong {font-size:1.34em; color:#014179; font-family:"HelveticaNeueW01-65Medi"; font-weight:normal }
.flood-box {text-align: center; background-color: #729bc7; padding: 60px 0 26px; margin-top:-20px}
.flood-box img {display:inline-block}
.flood-box p {color:#fff; font-size:1.6em; padding:0}
.popup-content {position:absolute; top:7px; right:36px; height:auto; width:320px!important; background:#fff; padding:20px }
.customer-content .mobileview {display:none}
.mobileview li {text-align:center}
.customer-content .mobileview a {background-color: #f58559;
    box-shadow: 1px 1px 1px 0.5px #b9b9b9;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "HelveticaNeueW01-65Medi";
    padding:5px 10px;
    width:200px}
.popup-content > a {display:none; padding:10px; margin-top:-10px; float:right; font-family: "HelveticaNeueW01-65Medi";}
span.fl-text {
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #fff;
    clear: both;
    font-family: "HelveticaNeueW01-65Medi";
  	position: relative;
    padding-left: 70px;
} 
 
 .flood-box a {
    color: #729bc7;
    font-size: 2rem;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-transform: uppercase;
    background-color: #fff;
    width: 86%;
    margin-top:58px;
    font-family:"HelveticaNeueW01-65Medi";
}

span.fl-text:before {
    content: "";
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0;
    top:-14px;
    background-position: -61px -298px;
}
 
.menu-content {margin: 0 auto; max-width: 1170px;}
.menu-content-level-1 {border-right: 1px solid #c5c0ba; float: left;width: 20%;}
.menu-content-level-2 {border-right: 1px solid #c5c0ba; float: left;width: 23%;}
.menu-content-level-3 {float: left;width: 57%;}
.menu-content li {font-size: 1.8rem;line-height: 1.9rem; font-family:"HelveticaNeueW01-57Cn" }
.menu-content li:last-child {margin-bottom: 0;}
.menu-content a:hover {background-color: #fff;display: block;}
.menu-content a {display: block; padding: 8px 15px 8px 24px; position:relative}
.menu-content .menu-content-level-3 div a {padding: 6px 15px 6px 24px}
.main-ul-level3 .level4 a {padding: 6px 15px 7px 24px!important;}
.menu-content .box2 a, .menu-content .box3 a {padding: 8px 15px;}
.menu-content span {color:#004a8b;}
.menu-content-level-3 span {font-family:HelveticaNeueW01-47LtCn_692686; font-size:1.8rem; line-height:22px}
.menu-content li ul{display: none}
.menu-content-level-1 li.current a {background-color: #fff; position:relative}
.menu-content-level-1 li.selected > a, .menu-content-level-2 li.selected > a {background-color: #f5f5f5;}
.menu-content li.current a {position:relative}
.menu-content li.haschildren a:after {content:""; background-position:-19px -160px; height:15px; width:6px; position:absolute; right:10px; top:11px}
.menu-content li.haschildren.level4 a:after {background:none}
.menu-content-level-2 li.current a {background-color: #fff;}
.level-3-ul li {float: left;height: 60px;width: 33.3%;}
.menu-content-level-3 .main-ul-level3 {display: none;}
.box3, .box2, .box1 {float: left;width: 33.3%;}
.menu-login-div{display: none; background-color: #e4e4e4;}
#topnavigation ul ul{display: none}
#topnavigation {float: right;}
.fl-login {display:block}
span.remMe {position:relative; margin-left: 21px; margin-right: 5px; cursor:pointer; font-family:"HelveticaNeueW01-47LtCn_692686"; font-size:1.7rem; margin-top:17px; display:inline-block}
span.remMe:before {
    content: "";
    height: 17px;
    width: 17px;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
    margin-top: 0;
    top: 2px;
    left: -22px;
}
span.remMe.checked:before {
    content: "\f00c";
    color: #000;
    font-family: FontAweSome;
    line-height: 18px;
    padding-left: 2px;
    font-size: 0.85em;
}
.showPopup {display:block!important}
/*-------------- Top Navigation CSS Ends --------------*/


/*-------------- Left Navigation CSS Starts --------------*/
#leftnavigation ul { margin-bottom:0px; list-style-type:none; padding-left:0px; }
#leftnavigation ul li { margin-bottom:0px; font-size:1.8rem; line-height:18px; list-style:none; font-family:"HelveticaNeueW01-57Cn", Arial }
#leftnavigation ul li span {padding:13px 10px; display:block}
#leftnavigation li.level2 { border-bottom:1px solid #9fc8e3; font-family:"HelveticaNeueW01-55Roma", Arial}
#leftnavigation li.level2.last {border-bottom:0}
#leftnavigation li.level2 > ul { border-top:1px solid #9fc8e3; padding-left:14px}
#leftnavigation li.level3 > ul { padding-left:10px; margin-top:0}
#leftnavigation li.level4 {font-family:"HelveticaNeueW01-47LtCn_692686";}
#leftnavigation li.level4 span {padding-top:0}
#leftnavigation li.level4 > ul { padding-left:10px; margin-top:0}
#leftnavigation  li.current > span:before, #leftnavigation  li.selected > a > span:before {content: "\f0da"; font-family: FontAwesome; margin-left: -10px; padding-right: 5px;}
#leftnavigation ul li a {color:#fff}
#leftnavigation ul li a:hover {color:#014179}
#leftnavigation ul li.selected > a, #leftnavigation ul li.current > span {color:#014179}
#utility { margin-top:40px; }
#utility ul { margin-bottom:0px; list-style-type:none; padding-left:0px; }
#utility ul li { margin-bottom:0px; }
/*-------------- Left Navigation CSS Ends --------------*/


/*-------------- Breadcrumb CSS Starts --------------*/
.breadcrumb-wrapper {border-top:1px solid #e4e4e4; background:#fff;}
#ip3-Homepage .breadcrumb-wrapper, #ip3-error-page .breadcrumb-wrapper {display:none}
#breadcrumb { margin:0 auto; max-width:1170px; border-left:1px solid #e4e4e4; padding-left:9px }
#breadcrumb a, #breadcrumb span {font-family:"HelveticaNeueW01-45Ligh"; font-size:1.3rem; line-height:15px; padding: 11px 20px 10px 4px; display: inline-block; position:relative; color:#7e7e82}
#breadcrumb a {color:#729bc7}
#breadcrumb a:after {content:""; background-position:-20px -260px; height: 38px; width: 17px; position: absolute; right: 0; top: 0; color:#428bca}
/*-------------- Breadcrumb CSS Ends --------------*/


/*-------------- Search page CSS Starts --------------*/
#searchTextBoxContainerRP input {float: left; height: 38px; border: 1px solid #87aac8; border-right: 0; padding:0 5px}
#searchButtonContainerRP input {border-width:1px!important; border:1px solid #87aac8; border-right:none}
.ip3search_highlight { font-weight:bold; }
.sitesearchpagination { padding-top:10px; }
.sitesearchpagination ul li { float:left; margin:0 10px 0 0; padding:0; }
table.searchTable { width: 100%; word-break:break-all; }
table.searchTable tbody tr th { text-align:left; height:22px; }
.sectionTabs {position:relative; overflow:hidden;margin-top: 12px; padding:0!important}
/*.sectionTabs:after {font-style: normal;content: "\f0d7";font-family: FontAwesome;position: absolute;right: 15px; top: 3px; font-size: 2.6rem; color: #729bc7;}*/
/*
#tabs.sectionTabs { float:left; position:relative; width:100%; padding:0 0 10px; }
#tabs.sectionTabs ul { border-bottom:1px solid #000; float:left; list-style:none outside none; padding:0; margin:0; width:100%; }
#tabs.sectionTabs li { float:left; padding:0; margin:0; border-left:1px solid #000; border-top:1px solid #000; }
#tabs.sectionTabs li.lastLI { border-right:1px solid #000; }
#tabs.sectionTabs li a span { display:block; text-align:center; }
#tabs.sectionTabs li a { display:block; padding:10px; text-align:center; background-color:#ccc; }
#tabs.sectionTabs li.current a, #tabs.sectionTabs li a:hover { background-color:#fff; }
*/

.tabsDD { height:45px; font-size:1em; width:110%!important; cursor:pointer; background:transparent; border:0; padding-left:5px }

.sectionTabs span.select{ position:absolute; font-size:1em; top:0; left:0; height:35px; color: #f58559; font-family: "HelveticaNeueW01-75Bold"; padding:6px 15px 10px 14px; background:#cccccc; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; *behavior:url("/~/media/Files/S/Selective/htc-files/boxsizing.htc"); border: 1px solid #dee2e5; cursor:pointer}
.sectionTabs span.select:after {font-family: FontAwesome;
content: "\f078";
    position: absolute;
    right: 12px;
    top: 5px;
    color: #f58559;
    text-transform: uppercase;}
    
.sectionTabs span.select.open:after, .find-an-agent-content .sectionTabs span.select.open:after {content:"\f077"}

#ip3-search-results .sectionTabs {width:320px; border:1px solid #87aac8; margin-bottom:15px}
/*-------------- Search page CSS Ends --------------*/


/*-------------- Site Map CSS Starts --------------*/
#sitemapcontainer {width:100%; float:left; }
#sitemapcontainer li { padding:0 0 0 10px; font-weight:bold }
#sitemapcontainer li a { display:inline-block; padding:3px; }
#sitemapcontainer li ul li {font-size:1em; margin:0; padding:0; font-weight:normal }
#sitemapcontainer li ul li a { padding:0 0 0 3px; }
#sitemapcontainer li ul li ul { margin-bottom:10px; }
#sitemapcontainer li ul li ul li { /*margin-left:16px; padding-left:10px;*/ }
#sitemapcontainer ul li.level1:before {top:11px}
/*-------------- Site Map CSS Ends --------------*/


/*-------------- Footer CSS Starts --------------*/
#footerlinks ul li { float:left; padding:0 26px 0 0; }
#footerlinks ul li a { color:#5b5b5b; font-size:1.5rem; }
#footerlinks ul li a:hover { text-decoration:none; }
#footerwrapper { background:#e4e4e4; padding-bottom:34px; margin-top:30px }
.copy-text { color:#5b5b5b; font-size:1.3rem; padding:22px 0 0; }
.footer-social { padding-bottom:35px; }
.footer-social a { width:35px; height:35px; float:left; display:block; text-indent:-9999px; margin-right:10px; }
.footer-social a.facebook { background-position:-1px -81px; }
.footer-social a.twitter { background-position:-80px -81px; }
.footer-social a.linkedin { background-position:-160px -81px; }
.footer-social a.youtube { background-position:-241px -81px; }
.footer-right-logos { float:left; margin-top:-10px }
.footer-right-logos img { float:left; }
.footer-right-logos img+img { float:left; margin-left:25px; }
#footerwrapperinner {padding-top:38px}
.footer-right-logos a {float: left;}
.copyright {font-size:1.3rem; margin-top: 18px; color: #5b5b5b;}
.investis-branding {padding-top: 20px; text-align: right;  padding-right: 34px;}
/*-------------- Footer CSS Ends --------------*/


/* --------------- Banner Starts ---------------*/
#bannerwrapper { position:relative; }
#bannerwrapper .sliderbanner { float:left; width:100%; position:relative; }
#bannerwrapperinner {position:relative}
#bannerwrapperinner .boverlay {width:100%; height:100%; background:url(/~/media/images/s/selective/css/loading-banner.gif) no-repeat center center #004A8B; position:absolute; left:0; top:0; z-index:100; }
#bannerwrapperinner>.bx-wrapper { position:relative; }
.banneritem { position:relative; display:none; }
.banneritem.first { display:block; }
.banneritem .bannertext { position:absolute; bottom:58px; left:0; }
.banneritem { background-repeat:no-repeat; }
.nojs .banneritem { display:none; }
.nojs .banneritem.banner1 { display:block; }
#bannerwrapper .bx-controls .bx-pager { position:absolute; right:10px; bottom:10px; }
#bannerwrapper .bx-controls .bx-controls-direction { position:absolute; top:50%; width:100%; }
#bannerwrapper .bx-controls-direction a { float:left; padding:0 10px; }
#bannerwrapper .bx-controls-direction a.disabled { display:none; }
#bannerwrapper .bx-controls-direction .bx-next { float:right; }
#bannerwrapper .bx-controls-direction, #bannerwrapper .bx-pager { float:left; clear:both; }
#bannerwrapper .bx-pager div { margin:0 0 0 10px; }
#bannerwrapper .bx-pager div { float:left; }
#bannerwrapper .bx-controls-direction a { background-color:rgba(255, 255, 255, 0.8); display:block; padding:0; text-indent:-99999px; width:57px; height:57px; }
#bannerwrapper .bx-controls-direction a.bx-prev { background-position:-225px 15px; }
#bannerwrapper .bx-controls-direction a.bx-next { background-position:-300px 15px; }
#bannerwrapper .bx-controls .bx-controls-direction { top:26%; }
.banner-left { height:477px; width:64.285%; float:left; background-repeat:no-repeat; position:relative; }
.banner-right { height:477px; width:35.715%; float:left; background-repeat:no-repeat; position:relative; -webkit-box-shadow: -10px 15px 47px 9px rgba(0, 0, 0, 0.36); -moz-box-shadow: -10px 15px 47px 9px rgba(0, 0, 0, 0.36); box-shadow: -10px 15px 47px 9px rgba(0, 0, 0, 0.36); }
.banneritem p { background-color:rgba(255, 255, 255, 0.8); padding:15px 14px 15px 114px; margin-right:75px; font-size:1.6rem; color:#014179; font-weight:bold; }
.bannertext-right { top:115px; position:absolute; right:0; width:100%; }
.bannertext-right h3 span { font-size:1.7rem; display:block; }
.bannertext-right h3 a {color:#fff; position:relative}
.bannertext-right h3 a:after {background-position:-11px -200px; content:""; width:20px; height:20px; position: absolute; right: -22px; top: 14px;}
.blue-box-cont { padding:25px 0 30px 140px; position:relative; }
.blue-box-cont p { color:#9fc8e3; font-size:2.5rem; padding-bottom:7px; }
.blue-box-cont:before { width:75px; height:75px; position:absolute; right:0; display:block; content:""; background-position:-383px -74px; left:45px; }
.blue-box-cont.login-portal:before {background-position:-206px -280px}
.blue-box-cont.core-values:before {background-position:-614px -74px}
.blue-box-cont p span { display:block; font-size:1.5rem; font-weight:bold; }
.blue-box-cont > p > a {color:#9FC8E3}
.zip-txt { float:left; font-family:Arial, Helvetica, sans-serif; font-style:italic; width:185px; padding:0 8px; background:#fff; border:none; font-size:1.5rem; color:#969696; line-height:2.9rem; margin-right:8px; height:29px }
.zip-go { background:#f58559; color:#fff!important; border:none; padding:0 11px; line-height:2.9rem; font-size:1.5rem; text-transform:uppercase; }
.agent-input {position:relative}
#ip3-Homepage #bannerwrapper .agent-input {width:auto}
#bannerwrapper .agent-input {width:180px}

.mob-right-text { display:none; /*background-blend-mode: color-burn; */background-color: #f58559; width:50%; position:absolute; bottom:0; height:90px; padding:33px 0; color:#fff; text-align:center; font-size:2.8rem; background-position: 0 bottom; }
.video-popup {display:block; height:100%}
.content-right .video-popup {position:relative; color:#c81e1e;  }
.content-right .video-popup:before {content:"\f16a"; font-family: FontAwesome; height:30px; width:30px; position:absolute; top: 40%; left: 40%; font-size: 4em; line-height:40px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7;}
#ip3-Homepage .sliderbanner {height:470px}
#bannerwrapper {min-height:240px; background-repeat: no-repeat; /*background-position-y:-45px;*/ background-position-x:0;}
#ip3-Homepage #bannerwrapper {min-height:inherit; position: relative; height: 470px; overflow: hidden;}
.bt-wrapper {float:left; width:auto; background:#ccc; padding:20px 60px 20px 20px; overflow:hidden; margin-top:45px; background-position-y:-45px; background-position-x:0;  background-position:0 -45px; background-repeat: no-repeat; }
.bt-wrapper a.video-popup {position:relative; height:60px; width:60px}
.bt-wrapper a.video-popup:after{content:"\f01d"; font-family:FontAwesome; font-size:7rem; color:#f58559; height:50px; width:50px; position:absolute; right:-24px; top:20px; }
.bt-wrapper .banner-text-2 a.video-popup:after {top:0; right:-12px}
.bt-wrapper .banner-text-2 a.video-popup {float:right}
.banner-text-1 {font-family:"HelveticaNeueW01-75Bold", Arial; font-size:/*1.35*/2rem; line-height:17px; color:#f58559; text-transform:uppercase;}
.banner-text-2 {font-family:"HelveticaNeueW01-45Ligh", Arial; font-size:/*4.655em;*/7rem; line-height:54px; color:#fff; text-transform:uppercase; padding-bottom:0} 

/********/

#bannerwrapper .bx-controls-direction a{background-color:rgba(255, 255, 255, 0.8); display:block; padding:0; text-indent:-99999px; width:57px; height:57px;}
#bannerwrapper .bx-controls-direction a.bx-prev{background-position:-225px 15px;}
#bannerwrapper .bx-controls-direction a.bx-next{background-position:-300px 15px;}
#bannerwrapper .bx-controls .bx-controls-direction{top:26%;}
.home-page-heading{font-size:3.4rem; color:#729bc7; text-align:center; padding:40px 0;}
.banneritem  p{background-color:rgba(255, 255, 255, 0.8); padding:15px 14px 15px 114px; margin-right:75px; font-size:1.6rem; color:#014179; font-weight:bold;}
.banner-left{height:477px; width:64.285%; background-repeat:no-repeat; position:absolute;}
.banner-right{height:477px; width:35.715%; background-repeat:no-repeat; position:absolute;-webkit-box-shadow: -10px 15px 47px 9px rgba(0,0,0,0.36);-moz-box-shadow: -10px 15px 47px 9px rgba(0,0,0,0.36);box-shadow: -10px 15px 47px 9px rgba(0,0,0,0.36); background-size:100% auto;}
.blue-box{width:35.715%; height:140px; background:#014179; position:absolute; bottom:0; right:0;}
.bannertext-right{top:115px;position:absolute; right:0; width:100%; }
.bannertext-right h3{color:#fff; padding:10px 50px; font-size:3.3rem; line-height:3.0rem; background-position:0 -115px; font-weight:normal; font-family:"HelveticaNeueW01-55Roma";  /*background-blend-mode:color-burn; background-color:rgba(249, 184, 158, 0.47);*/ transition: opacity 3s}
.bannertext-right h3{background:rgba(245, 133, 89, 0.8)/*#f58559*/; background-image:inherit!important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8;}
.bannertext-right h3 span{font-size:1.6rem; display:block;}

.controls div {position:absolute; top:126px; height:57px; width:47px; background:rgba(255, 255, 255, 0.65)/*#fff*/; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; filter: alpha(opacity=65); -moz-opacity: 0.65; -khtml-opacity: 0.65; opacity: 0.65;}
/*.noTouch .controls div.next-con:hover a {background-position:-305px -25px}
.noTouch .controls div.next-con:hover {opacity:1; background-color:transparent;}*/
.controls a {display:block; color:#fff; height:57px; text-indent:-9999px; overflow:hidden} 
.prev-con {left:0}
.prev-con a {background-position:-227px 16px;}
.next-con {right:0}
.next-con a {background-position:-300px 16px; z-index:200}
.btext-wrapper {position:relative}
.banner-left .btext-wrapper {width:70%}
.btext-hover img {height:83px; width:auto; /*margin-right:20px;*/ float:left;}
.btext-hover {background:#7099c5; color:#fff; font-size:1.6rem; text-transform:uppercase; font-family: "HelveticaNeueW01-65Medi"; text-align:right; height:83px;}
.btext-hover span {position: relative; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); float:right; padding-right:48px;}

/* --------------- Banner Ends ---------------*/


/* --------------- Home Content Wrapper Starts ---------------- */
#ip3-Homepage #contentwrapper { margin-top:10px; clear: both;}
.home-page-heading { font-size:3.4rem; color:#729bc7; text-align:center; padding:40px 0; }
.blue-box { width:35.715%; height:140px; background:#014179; position:absolute; bottom:0; right:0; }
.network-boxes { margin:20px 0 35px; border-top: 3px solid #e4e4e4;}
#ip3-Homepage .network-boxes { background:#e4e4e4; margin-top:0; margin-bottom:0; border:none }
.bx-network { width:33.334%; float:left; height:187px; background-size:100% auto; background-repeat:no-repeat; background-position:top center }
.bx-network a {display:block; height:100%}
#ip3-Homepage .bx-network a {display:block; height:auto}
#ip3-Homepage .bx-network {height:255px; width:33.32%; background-size:cover;}
.bx-network { position:relative; overflow:hidden; }
.network-title {font-size:2.4rem; color:#729bc7; line-height:24px; margin:20px 0 15px}
.network-boxes .container-fluid {margin-top:25px;}
#ip3-Homepage .network-boxes .container-fluid {margin-top:0}
.network-boxes p + .container-fluid {margin-top:0}

.bx-network-title { width:100%; position:absolute; top:0; left:0; text-align:center; font-size:1.4rem; color:#fff; font-weight:bold; padding:15px 0 5px; height:56px; transition:all 0.5s ease 0s; overflow:hidden; display:table; -webkit-box-shadow: 2px 6px 28px -1px rgba(0, 0, 0, 0.48); -moz-box-shadow: 2px 6px 28px -1px rgba(0, 0, 0, 0.48); box-shadow: 2px 6px 28px -1px rgba(0, 0, 0, 0.48); background-size:100% auto; }
.ie9 .bx-network-title, body[class*="internetexplorer"] .bx-network-title {background-image:none!important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; box-shadow: 2px 6px 35px -1px rgba(0, 0, 0, 0.8);}

/*@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1200px) and (max-device-width: 1300px) and (orientation: landscape) { .bx-network-title {padding-bottom:45px}}  

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-height: 1200px) and (max-device-height: 1300px) and (orientation: portrait) {.bx-network-title {padding-bottom:30px}}*/
@media only screen and (-webkit-device-pixel-ratio: 2) {
.android .bx-network-title {padding-bottom:30px}
}

#ip3-Homepage .bx-network-title {font-size:1.7rem}
/*.bx-network-1, .bx-blue { background-color:rgba(0, 74, 139, 1); background-blend-mode:color-burn;  }
.bx-network-2, .bx-orange { background-color:rgba(249, 184, 158, 0.47); background-blend-mode:color-burn; }*/
.bx-blue{background-color:rgba(0, 37, 115, 1)/*rgba(0, 74, 139, 1)*/; background-image:none!important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8;}
.bx-network-2{background-color:#f58559;}
.bx-network-3{background-color:rgba(114, 155, 199, 1)}
/*.bx-network-3, .bx-l-blue { background-color:rgba(114, 155, 199, 1); background-blend-mode:color-burn;  }*/
.bx-network-title-hover { width:100%; height:100%; position:absolute; bottom:100%; color:#fff; text-align:center; font-weight:bold; padding:110px 0 50px; }


.boxHeight { bottom:0; /*transition:all 0.5s ease 0s;*/ height:100%; position:relative; }
/*.boxHeight .bx-network-title {height:100%; }*/
/*#ip3-Homepage .boxHeight p.title-bx {display:none}*/
/*#ip3-Homepage .boxHeight .network-bx-title-cont p {display:block}*/
.network-bx-title-cont { width:100%; padding:0 20px; transition:all 0.7s ease 0s;}
.network-bx-title-cont p { display:none;  }

/**** Latest change ****/
/*
#ip3-Homepage .bx-network:hover .bx-network-title { bottom:0; transition:all 0.5s ease 0s; height:100%; position:relative }
#ip3-Homepage .bx-network:hover .network-bx-title-cont { vertical-align:middle; height:100%; display:table-cell; transition:all 0.5s ease 0s; }
#ip3-Homepage .bx-network:hover .network-bx-title-cont p { display:block; }
#ip3-Homepage .bx-network:hover p.title-bx { display:none; transition:all 0.5s ease 0s; width:100%; float:left; }
*/
.clicked .bx-network-title { bottom:0; transition:all 0.5s ease 0s; height:100%; position:relative }
.clicked .network-bx-title-cont { vertical-align:middle; height:100%; display:table-cell; transition:all 0.5s ease 0s; }
.clicked p.title-bx { transition:all 0.5s ease 0s; width:100%; float:left; }
/**** Latest change end ****/

.network-bx-title-cont a {color:#fff}

p.title-bx { color:#fff; font-weight:normal; text-align:center; transition:all 0.5s ease 0s; width:100%; float:left; text-transform:uppercase; font-family:"HelveticaNeueW01-65Medi"; /*padding-bottom:30px*/; position:relative; display: block; /*top:50%; -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */ }
.safari p.title-bx {padding-bottom:30px}
.safari.chrome p.title-bx {padding-bottom:0px}
#ip3-Homepage p.title-bx {padding-top:0}


.heading-bx-hover { border-bottom:2px solid #fff; margin:0 0 15px; text-transform:uppercase; font-family:"HelveticaNeueW01-65Medi"; font-weight:normal }
.home-content2 { padding:86px 0 80px 0; }
.home-content2 h2 {text-align:center; padding:0 0 50px}
.home-bx2 { text-align:center; }
.home-bx2 a { color:#004a8b; font-size:1.6rem; width:auto; display:block; text-align:center; padding:185px 0 0; display:inline-block; }
.home-bx2 a:hover { text-decoration:none; }
.home-bx2 a:before { width:174px; height:174px; content:""; display:block; background-position:-5px -365px; border-radius:50% 50%; background-color:#729bc7; position:absolute; left:50%; top:0; margin-left:-87px; }
.home-bx2 a:hover:before { background-color:#004a8b; }
.home-bx2 a:before, .home-bx2 a:hover:before { transition:all 0.7s ease 0s; }

.home-bx2 a.claim:before { background-position:-5px -365px; }
.home-bx2 a.pay-bill:before { background-position:-183px -365px; }
.home-bx2 a.find-agent:before { background-position:-677px -362px; }
.home-bx2 a.contact:before { background-position:-514px -365px; }
/*.home-bx2 a.claim:hover:before { background-position:-5px -526px; }
.home-bx2 a.pay-bill:hover::before {background-position:-183px -526px;}
.home-bx2 a.find-agent:hover::before {background-position:-677px -520px;}
.home-bx2 a.contact:hover::before {background-position:-514px -526px;}
*/
/* --------------- Home Content Wrapper Ends ---------------- */

/* --------------- Two Col Start ---------------- */

#contentwrapper, .contentwrapper {max-width:1170px; margin:0 auto; z-index:20}
.leftcolWrapper {width:250px; padding:41px 15px; float:left; background:#729bc7; color:#fff}
#ip3-error-page .leftcolWrapper, #ip3-error-page .page-tools {display:none}
 
.page-tools {position: absolute; top: 70px; right: 15px;}
.page-tools ul {float:right; margin-right:10px}
.page-tools li {display:inline; float:left; margin-left:20px; position:relative;}
.page-tools li a {display:block; height:30px; width:30px;}
.page-tools .print {background-position:-73px -152px;}
.page-tools .bookmark {background-position:-131px -152px;}
.page-tools .share {background-position:-186px -152px;}
#twocolright .page-tools ul li:before {content:""; background:none; float:none; width:0}
.content-left{float:left; width:60%;}
.content-right{float:right; width:35%; margin-left:5%}
.content-right img {max-width: 100%; height: auto;}
.twocolright .rad-left {float:left; margin-right:15px;}
.twocolright .rad-small {font-size:1.2rem}
/* --------------- Two Col Ends ---------------- */

/* --------------- Special Boxes ---------------- */

#bannerwrapper .special-box {background:#014179; padding:25px 20px 15px; right:0; bottom:-40px; position:absolute; float:left; z-index:10 }
#bannerwrapper .special-box.media-contact-box {padding-bottom:0}
.special-box  a:hover {color:#fff}
.sp-box-image {background-position:-386px -74px; height:75px; width:75px; float:left; margin-right:12px; }
.sp-box-content {float:left; position:relative }
.sp-box-content p {color:#9fc8e3; line-height:20px; font-family: "HelveticaNeueW01-75Bold", Arial;}
.sp-box-content p span {font-family: "HelveticaNeueW01-55Roma", Arial; font-size:1.6rem}
.sp-box-content input {background:#fff; border:none; height:29px; color:#969696; font-style:italic; margin-right:8px; padding:0 5px; width:128px; margin-top:3px}
.agent-submit{background-color: #f58559; text-decoration: none; height: 29px; text-align: center; color: #fff; line-height: 29px; display:inline-block; padding:0 7px; font-family:"HelveticaNeueW01-55Roma", Arial; }
.sp-box-image.sp-login {background-position:-498px -72px; height:75px; width:75px; float:left; margin-right:12px; }
.media-contact-box .sp-box-image.sp-login{
    float: left;
    width: 80px;
    height: 80px;
    background-position: -715px 0;
}
.sp-box-content.sp-login p {line-height:23px}
.sp-box-content.sp-login p span {font-size:2.3rem; font-family:"HelveticaNeueW01-55Roma", Arial;}
.intro-text {/*font-size:1.7rem; line-height:27px;*/}
#ip3-claim-center .intro-text {font-size:1.7rem; line-height:27px;}
.zipcode-error {position: absolute; bottom: -23px; color:#f58559; font-size:1.3rem; display:none}
.media-contact-box .sp-box-content.sp-login p {font-family: "HelveticaNeueW01-45Ligh"; line-height: 18px; font-size:1.4rem}

/* --------------- Two Col Ends ---------------- */

/* --------------- Snapdown Starts ---------------- */
.snapWrapper {margin:10px 0 25px}
.snapdownItem {border-bottom: 1px solid #d8d8d9;}
.snapdownItem.first{border-top:1px solid #d8d8d9; }
.snapdown-title{padding:11px 0; cursor:pointer; position:relative; color:#729bc7}
.snapdown-title:after{content:"\f078"; display:block; font-family:FontAwesome; position:absolute; right:12px; color:#014179; top:15px;}
.snapdown-title.active:after{content:"\f077";}
.snapdown-title p{margin:0; padding:5px 35px 5px 0; font-size:2.4rem}
.snapdown-title.active{background-color:#fff;}
.snapdown-content{background-color:#fff; width:100%; float:left; padding-bottom:10px; padding-left:0}
/*.bod-image, .bod-content{ float:left;}
.bod-image{width:34.4%;}
.bod-content{width:91%; margin-left:20px}
*/
/*.snapdown-content > ul{
    -webkit-columns: 2; /* Chrome, Safari, Opera */
    -moz-columns:2; /* Firefox */
    columns:2;
}*/
.snapdown-content > ul.rad-single-column{
    -webkit-columns: 1; /* Chrome, Safari, Opera */
    -moz-columns:1; /* Firefox */
    columns:1;
}
#twocolright .snapdown-content > ul{padding-left:0}
.snapdown-content ul li{margin-left:16px; 
-webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid-column; }
.snapdown-content ul {/*float:left;*/ width:100%;}

/* --------------- Snapdown Ends ---------------- */

/* --------------- Year tabs starts ---------------- */
#contentwrapper  .yeartab ul {padding-left:0; margin:20px 0}
.yeartab li {
    display: inline;
    font-family: "HelveticaNeueW01-67MdCn_692710";
    font-size: 1.6rem;
}

.yeartab li span {
    padding: 7px 23px;
}

.yeartab a {
    color: #969696;
}

.yeartab li.current span, .yeartab li a:hover span {
    color: #fff;
    background: #729bc7;
}

/* --------------- Year tabs ends ---------------- */

/* --------------- Responsive Table Starts ---------------- */

table.reportTable {width:100%; margin:10px 0 30px}
table.reportTable th { border-bottom: 1px solid #d8d8d9; border-top: 1px solid #d8d8d9; margin-bottom:6px; padding: 13px 10px 13px 0; color: #002d6a; font-family:"HelveticaNeueW01-67MdCn_692710"; font-size:1.6rem; font-weight:normal; text-transform:uppercase; vertical-align:bottom}
table.reportTable th { text-align: left; }
table.reportTable tbody:before {width:100%; content:""; float:left; border-top:6px solid #fff  }
table.reportTable .cAlign { text-align: center; }
table.reportTable .lAlign { text-align: left; }
table.reportTable .rAlign { text-align: right; }
table.reportTable th { border-bottom: 1px solid #e7e5db; padding: 7px 10px; }
table.reportTable td, table.reportTable tbody th { background:#f1f1f1; padding: 10px; vertical-align:middle; font-family:"HelveticaNeueW01-67MdCn_692710"; color:#729bc7; font-weight:normal; border:none; vertical-align:top}
table.reportTable tbody th {font-size:inherit}
table.reportTable td.reportDate, table.reportTable th.reportDate {color:#014179; font-size:1.6rem; padding-left:23px}
.trHeaders:after {width:100%; content:""; float:left; border-bottom:6px solid #fff}
.media-link {position:relative; display:block; cursor:pointer}
/*.media-link:after {background-position:-59px -200px; content:""; width:57px; height:16px; float:right; margin-top:3px; margin-right:10px}*/

.media-link:before {background-position:-59px -200px; content:""; width:57px; height:16px; float:left; margin-top:3px; margin-right:10px}

.html-link:after {background-position:-59px -233px;}
table.rad-content {width:100%; margin:10px 0 30px}
table.rad-content td { padding: 10px; vertical-align:middle; border:none; vertical-align:top}
img.rad-content {max-width:100%; height:auto}
.ip3-fundamentals table.reportTable td, .ip3-fundamentals table.reportTable tbody th {padding:3px 10px}
table.reportTable .rad-left {text-align:left; float:none}
table.reportTable .rad-right {text-align:right}
.rad-double {border-bottom: double black 2.25pt!important;}
.rad-thick {border-bottom:solid black 1.6pt!important}
.pad-left {padding-left:20px!important}
.pad-left-double {padding-left:30px!important}
.rad-center  {text-align:center!important}
/* --------------- Responsive Table Starts ---------------- */

/* --------------- FYI Articles Starts ---------------- */

.fyi-box {background:#f1f1f1; padding:25px 38px; margin-bottom:10px}
.fyi-box .fyi-date {font-family:"HelveticaNeueW01-57Cn"; color:#014179;}
.fyi-box p { font-size:1.6rem; line-height:22px; font-family:"HelveticaNeueW01-47LtCn_692686"; padding:0 }
.fyi-box p a, .ip-item a{color:#969696;}
.fyi-box p a:after, .read-more a:after, .ip-item>a:after {content: "\f054"; font-family: FontAwesome; color:#729bc7; margin-left:5px; float:right; padding-top:1px }
.ip-item>p>a:after{content:"";}
.ip-item a:after {float:none}
.read-more a {color:#014179; font-family:"HelveticaNeueW01-57Cn"; display:block; text-align:right}
.read-more {padding-top:7px; clear:both}
.floatRight {float:right}
.fyi-pager  {position:relative; float:right; padding:0 20px; clear:both; width:100%;}
.fyi-pager li a {padding: 0 20px; border-left: 1px solid #729bc7;}
.fyi-pager li {display: inline;}
.fyi-pager li.current {color:#014179; font-family:"HelveticaNeueW01-67MdCn_692710";}
.fyi-pager ul {float:right}
.fyi-pager ul {width:100% !important;}
.home-bx2 a {font-family: "HelveticaNeueW01-65Medi";}
.page-next a,.fyi-pager li.page-0 a/*, .fyi-pager li:first-child + li a*/ {border-left:0!important}
.fyi-pager li.page-prev a {padding:0; margin-right:-3px}
.page-next a {padding:0!important; margin-left:-20px;}
.fyi-pager .controls {position:absolute; top:2px; cursor:pointer; }
.page-next {right:0}
.page-prev {left:0}
.page-next:after {content: "\f054"; height: 12px; width: 12px; font-family: FontAwesome; color: #729bc7; font-size: 1.8rem;}
.page-prev:before {content: "\f053"; height: 12px; width: 12px; font-family: FontAwesome; color: #729bc7; font-size: 1.8rem;}
.fyi-pager li.current a {color:#014179}
#auto-top-link:before {
    content: "";
    float: right;
    height: 20px;
    width: 28px;
    background-position:-310px -89px;}
.fyi-articles-wrapper.loading {background:url(/~/media/images/s/selective/css/loading.gif) no-repeat left top; padding-top:32px;}
.data-loading {background:url(/~/media/images/s/selective/css/loading.gif) no-repeat left top; padding-top:32px;}
.fyi-articles .loadmore {text-align:center;}
.fyi-articles .loadmore span a {background:#f58559; color:#fff; padding:5px 10px; font-family:"HelveticaNeueW01-65Medi"}
/* --------------- FYI Articles Ends ---------------- */


/* --------------- Long Tabs Starts ---------------- */
.long-tabs {/*margin-bottom:15px;*/ margin-top:20px}
.long-tabs ul {display:block; float:left; width:100%}
.long-tabs li {
    float: left;
    text-align: center;
    background-color: #e4e4e4;
    vertical-align: middle;
    display: block;
    font-family: "HelveticaNeueW01-75Bold";
    font-size: 1.6rem;
    text-transform:uppercase;
    margin-bottom:13px;
}
.long-tabs li.current {background:#f58559}
.long-tabs li a {color:#6c6c6c; display:block; padding:13px 0}
.long-tabs li.current a {color:#fff}
.long-tabs li.current:after {content:"\f0d7"; position:absolute; bottom:-1px; left:45%; height:12px; width:26px; color: #f58559; font-family: FontAwesome; font-size: 6.5rem;}

.tabsDropDown {width:100%; float:left; position:relative;
	border: 1px solid #dee2e5;
    display: block;    
    font-size: 1.4em;
    padding: 0;
    height:45px;
    background:#e4e4e4;    
    }
.long-tabs .tabsDropDown span {    
    float: right;
    padding: 21px 0;
    border-left:1px solid #fff;
    cursor:pointer;
    width:48px;
}
.tabsDropDown {display:none; text-transform:uppercase;}
.tabsDropDown strong {float: left; padding: 13px 15px; width: 75%; font-weight:normal; color:#f58559; font-family: "HelveticaNeueW01-75Bold"; font-size: 1.7rem; line-height: 18px; font-weight:normal }
.tabsDropDown.arrowDown:after {content: "\f078"; }
.tabsDropDown:after {
    content: "\f077"; 
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    top: 8px;
    color:#f58559;
    text-transform:uppercase;
}
/* --------------- Long Tabs Ends ---------------- */

/* --------------- Our Story - History ---------------- */
#history-content{ 
	float: left;
    width: 100%;
    background:#f4f4f4;
    padding:23px 23px 23px 15px;
    margin-bottom:20px;    
    overflow:hidden;
    position:relative;
    z-index:1;
}
#ip3-our-story p.h1 {border-bottom:0; padding: 10px 0 30px; margin:0 }
.content-main{float: left; width: 100%; margin-top: 20px;}

#history-content .bx-wrapper{  float: left; width: 100%;position: relative;}

#history-content .bx-wrapper .bx-prev{left: 0; position: absolute; top: 0; width:13px; text-indent: -9999px; height:100%; background:transparent/*#f58559*/ }
#history-content .bx-wrapper .bx-next{right: 0; position: absolute; top: 0; width:25%; text-indent: -9999px; height:160px; }

#history-content .bx-wrapper .bx-controls .bx-controls-direction { display: inherit; }
.maxOverflow {max-height:200px; overflow:hidden}
#twocolcenter p.item-year { font-size: 1.7em; }
.history-left, .history-centre{padding-top:18px}
.history-left p {color: #014179; font-size: 2rem; line-height: 24px; text-align:right;}
.history-right-top p{color:#f58559; font-size: 2rem; line-height: 24px; text-align:right}
.history-right-top a.history-arrow {position:relative; width:45px; height:45px; background-position: -309px -174px; float:right }
.history-left a.history-arrow.back {position:relative; width:45px; height:45px; background-position: -741px -253px; float:right; cursor:pointer }
.history-left {border-right: 7px solid #014179; border-left: 13px solid #f58559; padding:20px}
.history-right-top, .history-right {/*border-right: 13px solid #f58559;*/ padding-right:27px; float:right }
.history-right-top {float:right; text-align:right; padding-top:18px;}
.history-centre {padding-left:3%}
.history-centre .h-inner-content em {font-size: 0.9em;} 
.h-bx-loop { visibility:hidden; }
.history-main {visibility:hidden; -webkit-box-shadow: inset -13px 0px 0px -1px rgba(245,133,89,1);
-moz-box-shadow: inset -13px 0px 0px -1px rgba(245,133,89,1);
box-shadow: inset -13px 0px 0px -1px rgba(245,133,89,1);}
.history-img-slider img {max-width:100%; height:auto}
.h-inner-content p, .h-inner-content ul {width:120%}
/* --------------- Our Story - History End ---------------- */

/* --------------- FYI - Start ---------------- */
.fyi-article {margin:0 0 15px 0}
.fyi-categories {margin-bottom:28px;}
.fyi-categories li {float:left; margin:0 5px 5px 0!important}
.fyi-image {border-left:7px solid #f58559; text-align:left; padding:0; height:147px} 
.fyi-image img {float:left; width:auto; height: 100%!important; max-width: none!important; }
.fyi-image {background:url(/~/media/images/s/selective/css/loading.gif) no-repeat center center}
.fyi-categories li a {display:block; padding:14px 16px; background:#e4e4e4; color:#6c6c6c; font-family:"HelveticaNeueW01-67MdCn_692710"; font-size:1.6rem; line-height:15px; text-transform:uppercase; }
.fyi-categories li.current a, .fyi-categories li a:hover {background:#f58559; color:#fff} 
.fyi-content {background:#f1f1f1; padding: 15px 23px; border-left:5px solid #fff; min-height:147px;}
.fyi-date {color:#014179; font-family:"HelveticaNeueW01-57Cn"; padding-bottom:5px;}
.fyi-title {padding-bottom:3px}
.fyi-title a, .fyi-title {color:#014179; font-family:"HelveticaNeueW01-65Medi"; font-size:1.6rem; line-height:19px;  }
.fyi-title a:after {content:"\f054"; padding-left:15px; height:12px; width:12px; font-family:FontAwesome; color:#729bc7}
.fyi-content.active .fyi-title a:after {content:"\f078";}
.fyi-description {font-family:"HelveticaNeueW01-47LtCn_692686"; font-size:1.6rem; line-height:20px}
.fyi-full-description {margin-top:20px}
.fyi-article.current .fyi-description {float: none; display:none}
.fyi-article.current .fyi-content img {float: right; margin-left: 10px;}
.fyi-article.current .fyi-content {width:100%; background:none; padding:0; border:none}
.back-link {padding:10px; float:left; }
.back-link:before {
    content: "\f053";
    padding-right: 10px;
    font-family: FontAwesome;
    color: #729bc7;
    float:left;
    margin-top:1px;
}
.fyi-article.current .fyi-title a:after {display:none}
.fyi-article.current .fyi-title a {font-size:2.2rem; line-height:30px;}
.fyi-article.current .fyi-description {font-family:inherit}
/* --------------- FYI - End ---------------- */

/* --------------- Our Insurance - Start ---------------- */
.insurance-wrapper .row-3 {margin-bottom:20px}
.insurance-wrapper .js-tabs li a {padding:22px 9px;}
.slider-box {padding-top:25px; padding-left:25px}
.insurance-wrapper .row-1 {background:#f3f3f3; padding-top:12px;}
.insurance-wrapper h1 {padding-top:28px; font-size:3rem; margin-bottom:0; border:none}
.insurance-wrapper .left-section p {line-height:30px; font-size:1.7rem;}
.insurance-wrapper .left-section {padding-right:80px}
.img-section img {float:left;}
.right-section a {text-transform:uppercase; color:#f58559; font-size:2rem; font-family:"HelveticaNeueW01-55Roma";}
.right-section a:after{content:""; background-position:-14px -154px; width:20px; height:20px; display:inline-block}
.right-section ul li:before {background-position: -196px -46px!important;}
.right-section ul li {margin-bottom:3px!important}
.right-section {font-size:1.7rem; color:#6c6c6c; padding-top:70px}
.insurance-wrapper .row-2 {background:#e4e4e4; margin-top:50px}
.insurance-wrapper .js-tabs {margin:0}
.insurance-wrapper .js-content {padding-top:25px;}
.map-box {position:relative; text-align:center}
.map-box img {max-width:100%; margin:0 auto; height:auto; display:block; position:relative; /*z-index:10*/}
.map-links {background:#e2f0fe; padding:10px; text-transform:uppercase; z-index:20; text-align:left; float: none; margin: -50px auto 0px;}
.map-links img {float:left; margin-right:20px}
.map-links div {padding-top:62px}
.map-links p {padding:0}
.map-links p {font-family:"HelveticaNeueW01-65Medi"; font-size:2rem; color:#014179 }
.box1-link {font-family:"HelveticaNeueW01-75Bold"!important; font-size:1.5rem!important; color:#729bc7!important}
.box1-link a:after {content:""; background-position:-14px -154px; width:20px; height:20px; display:inline-block}

.insurance-slider {padding-left:40px; background:#e4e4e4; position:relative; height:185px; overflow:hidden}
.insurance-slider li {position:relative;}
.insurance-slider li p {position:absolute; bottom:0; left:0; width:100%; padding:0}
.insurance-slider li p a {display:block; background:#729bc7; color:#fff; text-transform:uppercase; font-family:"HelveticaNeueW01-67MdCn_692710"; font-size:1.6rem; text-align:center; padding:5px 0/*16px 10px*/; min-height:42px; line-height:16px;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; }
.slider-title {font-size:2rem; color:#729bc7; padding-top:28px}
.insurance-slider li img {float:left; max-width: inherit!important; height: 100%!important; width:auto; position:relative; left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.insurance-slider li {width:190px; height:185px; overflow:hidden}
.insurance-slider a.bx-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 100%;
    background:#e4e4e4;
    z-index:100
}
.insurance-slider a.bx-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 33px;
    background:#e4e4e4;
}
.insurance-slider a.bx-prev:before {content:"\f053"; color:#729bc7; top:45%; position:absolute; left:11px; font-family: FontAwesome; width:20px; height:20px; font-size:2.2rem}
.insurance-slider a.bx-next:before {content:"\f054"; color:#729bc7; top:45%; position:absolute; left:14px; font-family: FontAwesome; width:20px; height:20px; font-size:2.2rem}
/* --------------- Our Insurance - End ---------------- */


.inv-responsive-table-wrapper table{margin-bottom:20px;width:100%;}
.inv-responsive-table-wrapper table tr:first-child{text-align:left}
.inv-responsive-table-wrapper table th{padding:20px 0px;}
.inv-responsive-table-wrapper table tr{border-bottom:1px #dee7ee solid;}
.inv-responsive-table-wrapper table tr td{padding:5px; font-family: "HelveticaNeueW01-67MdCn_692710"; color: #729bc7;}
.inv-responsive-table-wrapper table tr td img{vertical-align:middle;display: inline;}
.inv-responsive-table-wrapper .inv-responsive-header-tr td{background:#f1f1f1; color: #002d6a; font-family: "HelveticaNeueW01-67MdCn_692710"; text-align:left;}
/*.inv-responsive-table-wrapper table tr.inv-responsive-data-tr-first td:nth-child(2){text-align:center;}*/
.inv-responsive-table-wrapper .inv-responsive-data-header {width:25%; color: #002d6a; font-family: "HelveticaNeueW01-67MdCn_692710";}
.inv-responsive-table-wrapper .inv-responsive-data-content {width:75%}

/* --------------- Flood Insurance - Start ---------------- */
.image-with-tabs {margin-bottom:40px; margin-top:30px}
.nojs .image-with-tabs .tabs-content > div {display:block!important}
.contact-box {
    padding: 25px 20px 20px 85px;
    background-color: #e4e4e4;
    border-bottom: 20px solid #729bc7;
    position: relative;
    width:295px;
    float:right
}
.contact-box p {
    color: #014179;
    font-size: 1.3rem;
    line-height: 15px;
}
.contact-box p strong {font-family:"HelveticaNeueW01-65Medi"; font-weight:normal}
.contact-box .contact-title {
    font-size: 2.2rem;
    line-height: 26px;
    color: #5b9dcb;
    font-family: "HelveticaNeueW01-55Roma";
}
.contact-box:before {
    content: "";
    background-position:-618px 0;
    position: absolute;
    left: 15px;
    top: 20px;
    height: 60px;
    width: 60px;
}
p.flood-link a {
    display: block;
    padding: 27px 0 28px 20px;
    background-color: #729bc7;
    color: #fff;
    margin-left: 69px;
    font-size: 1.4rem;
    font-family: "HelveticaNeueW01-65Medi";
    line-height: 14px;
    width: 280px;
    text-transform: uppercase;
    position: relative;
}
p.flood-link a:after {
    content: "";
    background-position: -60px -269px;
    width: 20px;
    height: 14px;
    float: right;
    margin-right: 20px;
}
p.flood-link {margin:10px 0} 
p.section-link a {position:relative; color:#f58559}
p.section-link a:after {
    content: "\f0da";
    font-family: FontAweSome; font-size:2rem; position:absolute; right:-12px; top:-1px;}
.flood-insurance p.h1 {margin-bottom:0; border:0; padding:10px 0 20px}
p.section-link {
    font-size: 1.7rem;
    padding-bottom: 20px;
    font-family:"HelveticaNeueW01-65Medi";
    margin-top:15px;
}
.tabs-images div img {max-width:100%; height:auto; float:left; margin-top:11px}
.tabs-images > div > a {display:block; background-color: #e4e4e4; color:#014179; font-family:"HelveticaNeueW01-57Cn";}
.tabs-images div p {clear: both; padding: 14px 15px; }
.tabs-images > div > a > p:before {
    float: left;
    content: "\f067";
    font-family: FontAweSome;
    color: #f58559;
    padding-right: 10px;
    height:25px;
}
.tabs-images > div.current > a > p:before {content:"\f068"}

.tabs-images > div.current > a:after{
    content: "";
    height: 14px;
    width: 36px;
    position: absolute;
    bottom: -16px;
    left: 40%;
    background-position: -233px -237px;
}
.tabs-content {position:relative; overflow:hidden}
.tabs-content .menu-close {top:30px; right:15px}
.tabs-content > div {
    background-color: #e4e4e4;
    padding: 35px 30px;
    margin-top: 13px;
}
#twocolright ul.document-link {padding-left:0; padding-top:10px}
/*.document-link .media-link:after {float:left;}*/
.document-link .media-link:before {float:left;}

.document-link li {margin-bottom:20px}
.document-link li a {/*padding-left:10px;*/ color:#729bc7; font-size:1.6rem; font-family:"HelveticaNeueW01-65Medi";}
.ib-link {border:1px solid #e4e4e4; padding:25px}
.ib-link > a {text-align:center; display:block}
.ib-link span.ib-l1 {display:block; margin-bottom:13px;}
.ib-link div.ib-l1 {display:block; margin-bottom:13px;}
.ib-link span.ib-l2 {position:relative; display:block; text-transform: uppercase; font-family: "HelveticaNeueW01-75Bold"; color:#729bc7}
.ib-link.rollover:hover {cursor:pointer}
/*.ib-link.rollover:hover a {display:none}
.ib-link.rollover:hover .rollover-text {display:block!important}*/
.ib-link.rollover:hover a span, .ib-link.rollover:hover a div {display:none}
.ib-link.rollover:hover a div.rollover-text {display:block!important;line-height:1.8rem;}


span.ib-l2:after {
    content: "";
    background-position: -104px -264px;
    width: 26px;
    height: 19px;
    position: absolute;
    /*top: 3px;
    right: -26px;*/
}
/*.ib-l1 img {position: relative; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);}*/

.ib-l1 .luv {position: relative; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);}

.additional-resources .network-title {padding-top:20px; margin-top:30px; border-top:4px solid #e4e4e4}
.ar-l2 {display:block; margin:10px 0}
.ar-item {
    border: 1px solid #e4e4e4;
    background-color: #f5f5f5;
    padding: 0;
}
.ar-item.center-item {border-left:0; border-right:0}
.ar-item a {
    display: block;
    text-align: center;
width: 100%;
float: left;
height:100%
}
.ar-item span.ar-l1 {
    display: block;
    background-color: #fff;
    font-family: "HelveticaNeueW01-65Medi";
    padding: 20px 0;
    text-transform: uppercase;
    color: #004a8b;
    line-height: 14px;
    font-size: 1.4rem;
}
/*.ar-item img {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.luv {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ip-item {background:#f1f1f1; padding:25px 20px 35px; }
.ip-item p {font-family:"HelveticaNeueW01-47LtCn_692686"; line-height:22px; display:inline}
.ip-item p.ip-title {color:#014179; text-transform:uppercase; font-family:"HelveticaNeueW01-57Cn"; display:block }
.inner-pages-wrapper {margin-bottom:40px}
.image-box-wrapper {margin-bottom:20px}
/* --------------- Flood Insurance - End ---------------- */

#ip3-our-people h2 {clear:both; display:block }
.landing-page .investor-box {background-size:cover!important}

.landing-page .investor-box-content{ /*background-blend-mode: color-burn;background-color: rgba(0, 74, 139, 0.80)!important; */ background-size: cover!important; height: 248px!important;}
.landing-page .content-right {text-align:right}
.landing-page .row-1 {margin-top:20px}
/* --------------- Newsletter -------------------*/
.nl-item {margin-bottom:23px; padding-bottom:20px; border-bottom:1px solid #e5e5e5}
.nl-item p.read-more a {float:left; background-color: #ccc; padding: 5px 10px;}

.ip3-newsletters H1 {padding-right:160px}
.nl-image img {max-width: 100%; height: auto; padding-right: 7%;}
.rad-notes {font-size: 0.8em; line-height: 14px;}


.nojs #topnavigation {width:70%;}
.nojs #topnavigation ul {padding:0}
.nojs #topnavigation li a span {padding:0}
.nojs #headerlinks {display:none}
.flood-insurance .additional-resources {margin-bottom:20px}

/***** INvestment Proposition ******/
.inv-contact-box-content a.highlight-bx-link{font-size:1.5rem; color:#729bc7; font-family:HelveticaNeueW01-65Medi; position:relative;}
.inv-contact-box-content a{color:#014179;}
.inv-contact-box-content a.highlight-bx-link:after{background:none; width:10px; height:10px; content:"\f0da"; position:absolute; right:-18px; top:-3pxpx; font-family: FontAweSome;}
.investor-box-content p.box-title a:after {
    color: #fff;
    width: 15px;
    height: 20px;
    content: "\f054";    
    font-family: FontAweSome;
    padding-left:3px;
    font-size: 0.77em;
}
.contact-box.inv-contact-box-content {width:auto}
.inv-prop h3 {color:#729bc7; padding: 10px 0 0 0;}
.inv-prop h4 {color:#014179; text-transform:uppercase; font-family:"HelveticaNeueW01-67MdCn_692710"; margin-top:15px; font-size:1.6rem; font-weight:normal}
.section-title {font-size:1.8rem; color:#729bc7; text-transform:uppercase; font-family:"HelveticaNeueW01-67MdCn_692710";}
.section-2 {border-top:2px solid #e4e4e4; margin-top:15px; padding-top:15px; }
.w25 {width:24%; margin-right:1%; float:left; background:#014179; text-align:center}
.fl-box {font-size:1.6rem; color:#9fc8e3; font-family:"HelveticaNeueW01-57Cn"; text-transform:uppercase; border-bottom:14px solid #729bc7; border-top:1px solid #729bc7; border-right:1px solid #729bc7; padding:30px 15px 15px; position:relative; overflow:hidden} 
.fl-in {position: relative;
    display: block;
    top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
.fl-box span.fl-figure {font-size:6.84rem; color:#e2f0fe; line-height:70px; }
span.fl-figure-0 {
    min-height: 46px;
    
}
.fl-text{padding:0; /*position:relative; display: block;
    top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/}
.box-row {margin-bottom: 15px}
.section-2 .read-more a {padding-right:10px}
.section-3 {margin-top:20px}
.section-3 tbody th {color:#014179!important}
.section-3 table {margin:10px 0 5px}
.section-notes {font-size:1.3rem; line-height:17px; background:#f1f1f1; padding:15px; color:#7e7e82; margin-bottom:20px}

#twocolright .section-notes ul li:before {content:"\f111"; font-family:FontAwesome; background:none; color:#014179; height:6px; width:6px; float:left; font-size: 0.6rem; top:0}
.section-2 + .read-more a {padding-right:10px; float:right; display:inline-block}

/**** App Push  ***/
.app-push {display:none; /*background-position:-741px -105px;*/ background-color:#004a8b; padding:/*22px 13px 15px 58px*/ 5px 5px 0; color:#fff; position:relative; font-family:"HelveticaNeueW01-55Roma";}
.app-push p {padding-bottom:15px;}
.app-push-close {position:absolute; right:0; top:0; height:35px; width:35px; background-position:-548px -16px; cursor:pointer;}
.app-push a:hover {color:#fff}
.classic-mobile {background:#729bc7; color:#fff; /*margin:0 5px 10px 0;*/ padding:7px 10px; display:inline-block}
.mobile-app {background:#f58559; color:#fff; padding:7px 10px; display:inline-block; clear:both}

/*********** Contact Form ************/
fieldset {border:none}
.label-container {float: left; width: 15%;}
.cbox-label {width:auto}
.label-container.big-box {width:100%}
.textbox-container {float: left; width: 85%; position:relative}
.textbox-container input, .textbox-container textarea, .droplist.select-state {width: 200px;-webkit-appearance:none; -moz-appearance:    none; appearance:none; border-radius:0; border:1px solid rgb(169, 169, 169);}
.big-box textarea {width:330px}
.droplist.select-state  {display:inline-block}
.contact-submit input {float: left; background: #f58559; border: none; padding: 5px 10px; color: #fff; font-family: "HelveticaNeueW01-65Medi"; -webkit-appearance:none; -moz-appearance:    none; appearance:none; border-radius:none;}
.textbox-container select, .textbox-container input {height:25px;padding:0 5px;-webkit-appearance:none; -moz-appearance:    none; appearance:none; border-radius:0; border:1px solid rgb(169, 169, 169);}
.textbox-container #droplist:after {content: "\f077";
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    top: 8px;
    color: #f58559;
    text-transform: uppercase;}
    #contentwrapper .droplist.select-state ul {top: 25px;
    border: 1px solid rgb(169, 169, 169);
    box-shadow: none;
    padding: 5px 0;}
.droplist.select-state p{border: 1px solid rgb(169, 169, 169);
    box-shadow: none;
    height: auto;
    min-height:25px;
    line-height: 20px;
    font-style: normal;
    font-family: HelveticaNeueW01-45Ligh, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding: 0 15px 0 5px;
    width: auto; margin:0}
    .droplist.select-state p:after {right:8px; font-size:2rem}
#contentwrapper .droplist.select-state ul li {
    font-style: normal;
    font-family: HelveticaNeueW01-45Ligh, Arial, Helvetica, sans-serif;
    font-size: 0.9em;    }
    .droplist.select-state{border:none;}
    .feedback-form textarea {width:400px; height:100px}
    .feedback-form fieldset {padding:0}
/******** Find An Agent ********/    
.find-an-agent-tabs { margin: 0 auto; width: 437px; float:none }
/*#contentwrapper .find-an-agent-tabs > ul { list-style-type: none; margin-bottom: 0; padding-left: 0; }
#contentwrapper .find-an-agent-tabs li {font-size: 1.6rem; background-color: #024079; color: #fff; cursor: pointer; float: left; padding:13px 15px; position: relative; text-align: center; text-transform: uppercase; width: 50%; font-family:HelveticaNeueW01-75Bold }
#contentwrapper .find-an-agent-tabs li.current::after {border-left: 15px solid transparent;border-right: 15px solid transparent;border-top: 15px solid #f68559;bottom: -15px;content: " ";height: 0;left: 46%;position: absolute;width: 0;}







#contentwrapper .find-an-agent-tabs li.current { background-color: #f68559; }
*/
.find-an-agent-content.float100 { background-color: #f1f1f1; padding: 40px 0 25px; margin-top:6px }
.location-content, .name-content { float: left; width: 100%; }
.left-icon-content { float: left; width: 30%; /*292px*/ text-align:center; }
.right-actual-content { float: left; width:40% }
.select-radius p, .select-state p, .city-town-zipcode > input, .sectionTabs span.select, .sectionTabs { width: 100%; background-color: #fff; border: medium none coral; box-shadow: 1px 1px 1px 0.5px #b9b9b9; color: #969696; font-size: 1.14em; font-style: italic; line-height: 44px; height:44px; padding: 0 10px; font-family: "HelveticaNeueW01-47LtCn_692686"; }

.sectionTabs{background-image:url(/~/media/images/s/selective/css/dropdown.png);background-repeat:no-repeat;background-position:97% center;}


/*#city-town-zipcode:focus, #agency-name:focus,*/
.sectionTabs span.select:focus, .tabsDD:focus { border: 1px solid #ccc;background-image:url(/~/media/images/s/selective/css/dropdown.png);background-repeat:no-repeat;background-position:88% center;background-color:#fbfbfb;}

.select-radius > ul, .name-content, .select-state > ul { display: none; }
.select-radius p, .select-state p{cursor:pointer}
.select-radius, .select-state { position: relative; }
.select-radius p {font-style:normal}

#contentwrapper .select-radius > ul, #contentwrapper .select-state > ul {overflow-x: hidden!important; overflow-y: scroll!important; overflow:auto; height: 275px; background-color: #fff; list-style-type: none; margin-bottom: 0; padding: 15px; position: absolute; top: 46px; width: 100%; z-index: 9; border: medium none coral; box-shadow: 1px 1px 1px 0.5px #b9b9b9; }
#contentwrapper .select-radius > ul{height: 155px;}
#contentwrapper .select-radius ul li, #contentwrapper .select-state ul li { color: #969696; font-size: 1.14em; cursor:pointer;font-style: italic; font-family: "HelveticaNeueW01-47LtCn_692686"; }
#contentwrapper .select-radius ul li {font-style:normal}
#contentwrapper .select-radius ul li:last-child, #contentwrapper .select-state ul li:last-child{margin-bottom:0}

.select-radius p:after, .select-state p:after, .sectionTabs span.select:after, select.tabsDD:after {font-style: normal;content: "\f0d7";font-family: FontAwesome;position: absolute;right: 15px;top: 0px; font-size: 2.6rem; color: #729bc7;}
.select-radius.down p:after, .select-state.down p:after, .sectionTabs span.select.open:after {content: "\f0d8";}
.find-an-agent-content a.agent-submit { background-color: #f58559; box-shadow: 1px 1px 1px 0.5px #b9b9b9; color: #fff; display: inline-block; font-size: 2rem; height: 52px; line-height: 55px; margin-top: 3px; text-align: center; text-decoration: none; text-transform: uppercase; width: 292px; font-family:"HelveticaNeueW01-65Medi"; }
.find-an-agent-content a.agent-submit:focus /*, .flood-agents:focus */{box-shadow: 2px 3px 3px 0.5px #848080;}
.error { border: 1px solid red !important; }
.agent-fetched-data.loading {background:url(/~/media/images/s/selective/css/loading.gif) no-repeat left top; padding-top:32px;}
.agent-fetched-data .rad-small {color:#002d6a; float:left; margin-top:-5px;}
.agent-fetched-data.float100 > p { color: red; padding-bottom: 0; padding-top: 20px; }
.find-an-agent-container.float100 { margin-top: 20px; margin-bottom: 50px;}
.find-an-agent-content .submission { float: left; margin-top: 6px; }
p.flood-agents{color: #FFF;font-family: "HelveticaNeueW01-57Cn";font-size: 1.5rem;letter-spacing: 1px;margin-top: 5px;padding-bottom: 0; cursor:pointer}

#ip3-find-an-agent p.flood-agents { color:#7e7e82; }

p.flood-agents:before {
    content: "";
    height: 17px;
    width: 17px;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    margin-top:3px;
}
p.flood-agents:focus:before {    background: #fbfbfb;
    border: 1px solid #ccc;}
#bannerwrapper p.flood-agents {letter-spacing:0}
#bannerwrapper p.flood-agents:before {height:13px; width:13px;}
p.flood-agents.checked:before {content: "\f00c"; color: #000; font-family: FontAweSome; line-height: 16px; padding-left: 1px; font-size: 0.85em;}
#bannerwrapper p.flood-agents.checked:before {line-height:14px; padding-left:0 }
#ip3-find-a-body-shop p.flood-agents {display:none}
.map-icon {height:20px; width:20px; background:url(/~/media/images/s/selective/css/sprite.png) no-repeat -751px -329px; display:inline-block }
.find-url {text-decoration:underline}
.flood-only:before {content:"[FA] "; width:20px; height:20px; color:#024079 }
.fa-note {color:#024079}
.fo-div {font-size:1.3rem; padding-top:2px}
#twocolright .rad-link {padding:8px 10px; background:#f58559; color:#fff; font-family:"HelveticaNeueW01-65Medi"}
#twocolright .rad-link:hover {color:#fff; }
.red {color:#ff0000}
ul.rad-content{-webkit-columns: inherit !important; /* Chrome, Safari, Opera */
    -moz-columns: inherit !important; /* Firefox */
    columns: inherit !important;}
ul.rad-content li{float:left !important; width:48% !important;}
.no-green {
    color: #7e7e82;
}

.firsthalf-ulcontent.float50, .secondhalf-ulcontent.float50 {
    float: left;
    width: 50%;
}
.bannertext h2 br{display:none;}
table.rad-content{margin:0 auto;}
.ar-item a.media-link:after{display:none;}

#topnavigationMobi li.level2.current, #topnavigationMobi li.level3.current{background:#fff;}
#topnavigationMobi li.level1.selected li.level2.selected {background:#fff;}
.snapdown-content a{word-wrap: break-word;}
#ip3-who-we-are #bannerwrapper{background-position:center center;}
body.nojs .profileelement{display:block!important;visibility:visible!important;}
body.nojs .profile-close,body.nojs .profile strong:before{display:none;visibility:hidden!important}
body.nojs .profile-left{
-moz-column-count:auto!important;
width:100%!important;
-webkit-column-count:auto!important;
-moz-column-count:auto!important;
column-count: auto!important;
-webkit-column-gap:0!important;
-moz-column-gap: 0!important;
column-gap: 0!important;
}
body.nojs ul.index li{width:100%;}
body.nojs ul.index li a span.profile{height:0;font-size:0;}
body.nojs .bod-image img{float:left;}
.welcome-scroll {height:70px; background-color:#fbe389; clear:both; padding:20px 0; position:relative; padding: 23px 0;
-webkit-backface-visibility:hidden;
transform:translateZ(0);
}
.js-marquee{
-webkit-backface-visibility:hidden;
}
.welcome-scroll {color:#729bc7; font-family:"HelveticaNeueW01-55Roma"; font-size:1.9rem}
.welcome-scroll a{color:#f58559; font-family:"HelveticaNeueW01-45Ligh";}
.scroll-text {overflow:hidden; float:left; width:78%;  max-width:936px; }
.scroll-link {float:left; margin-left:2%; width:20%}
.scroll-link a{position:relative}
.scroll-link a:after {
    content: "";
    background-position: -19px -160px;
    height: 15px;
    width: 6px;
    position: absolute;
    right: -12px;
    top: 5px;
}
.scroll-close {top:24px;}
.single-load .loadmore {display:none}
.scroll-maxwidth{max-width:1170px; margin:0 auto;padding-left:24px;}



#topnavigationMobi ul li { position:relative; }
#topnavigationMobi ul li strong { position:absolute; right:0; top:0; width:40px; height:42px; z-index:9; }



/*---- 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;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.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;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  cursor: pointer !important;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 2.000em;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;font-size: 2.8em; }

.mfp-counter {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.857em;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 55%;
  margin-top: -55px;
  padding: 0;
  width: 35px;
  height: 50px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.25s ease;-moz-transition: all 0.25s ease;-ms-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  /* .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }*/

button.mfp-arrow-left {
  left: 0;
  background: url(/~/media/Images/s/selective/css/carousel-arrows-tcm92-55446.png) no-repeat left center #f2f2f2;}
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

button.mfp-arrow-right {background: url(/~/media/Images/s/selective/css/carousel-arrows-tcm92-55446.png) no-repeat right center #f2f2f2;right: 0; }

  .mfp-arrow-left:hover,.mfp-arrow-right:hover{opacity: 1;-webkit-transform: scale(1.25);-moz-transform: scale(1.25);-ms-transform: scale(1.25);-o-transform: scale(1.25);transform: scale(1.25);}
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 0.857em;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background:#fff;
  padding:10px;
  min-height:38px;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  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: #fff;
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
  
#careersinindia .page-content{
	  position: absolute;
  margin-top: -260px;
  color: #004d91;
  opacity:0.9; 
  filter:alpha(opacity=90);
  z-index: 999;
  font-weight: bold;
width: 99%;
}
/*---- investors-----*/
.investor-landing-introtext-inner{position: relative;max-width:1170px; margin:0 auto;padding: 44px 25px 59px;}
.investor-landing-introtext{background-color:#f3f3f3;margin-bottom: 50px; -webkit-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.12);-moz-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.12);box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.12);}
.investor-landing-introtext-inner .intro-text{font-size:2.7rem; line-height:35px;}
.investor-landing-introtext-inner .intro-text p{color:#729bc7;font-family:"HelveticaNeueW01-45Ligh";}
.investor-box {min-height: 248px;margin-bottom:9px;}
.investor-box-content {float: left;padding: 31px 30px 40px 30px;width: 100%;}
.investor-box-content > p.box-title {color: #fff;font-family: "HelveticaNeueW01-57Cn";font-size: 2rem;text-transform: uppercase;}
.investor-box-content p{color: #fff;line-height: 21px; font-family: "HelveticaNeueW01-57Cn"; font-size:1.6rem}
.investor-box-content a{color: #fff; position:relative; text-decoration:underline}
.investor-box-content .box-title a {text-decoration:none}
#investor-box-5 .investor-box-content p a {color:#719ac6}
#investor-box-1 .investor-box-content{ background-color: rgba(37, 98, 152, 0.8);background-size: cover;height: 248px; background-image:none !important;}
#investor-box-6 .investor-box-content{background-color: rgba(237, 150, 116, 0.8);background-size: cover;height: 248px; background-image:none !important;}
#investor-box-3 {background-position: left 136px !important;}
#investor-box-8 .investor-box-content p, #investor-box-3 .investor-box-content p {color:#969696}
#investor-box-8 .investor-box-content p a, #investor-box-3 .investor-box-content p a, #investor-box-2 .investor-box-content p a{color:#014179}
#investor-box-2 .investor-box-content p.box-desc {color:#969696}
#investor-box-2 .calendar-content {width:80%}
#email-signup{background-color: #fff;border: medium none coral;box-shadow: 1px 1px 1px 0.5px #b9b9b9;color: #969696;font-size: 1.0em;font-style: italic;height: 28px;line-height: 28px;margin-bottom: 16px;padding: 0 10px;width: 208px;}

a.email-submit {background-color: #f58559;box-shadow: 1px 1px 1px 0.5px #b9b9b9;color: #fff;display: inline-block;height: 28px;line-height: 28px;margin-top: 3px;text-align: center;text-decoration: none;width: 208px;}
.investor-box-content .box-date {margin-bottom: -10px; color:#014179; font-weight:bold}
.investor-contact-box.pull-right {width: 41%;}
.investor-contact-box .special-box {background: #014179 none repeat scroll 0 0;bottom: 0;float: left;padding: 25px 20px;position: absolute;right: 0 !important;}
.inv-contact-box{background-color:#fff; width:385px; position:absolute; bottom:0; right:0; padding:20px; border-bottom:30px solid #004a8b; -webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.37); -moz-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.37); box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.37);}
.inv-contact-box-image{float:left; width:80px; height:80px; background-position:-715px 0}
.inv-contact-box-content{float:right; width:240px;}
.inv-contact-box h2{font-size:2.2rem; text-align:left; font-family:HelveticaNeueW01-55Roma; padding:15px 0;}
.inv-contact-box p{font-size:1.4rem; color:#014179; line-height:1.8rem; padding-bottom:6px}
.inv-contact-box p strong {font-family: "HelveticaNeueW01-65Medi"; font-weight: normal;}
.inv-contact-box-content a.highlight-bx-link{font-size:1.5rem; color:#729bc7; font-family:HelveticaNeueW01-65Medi; position:relative;}
.inv-contact-box-content a{color:#014179;}
.inv-contact-box-content a.highlight-bx-link:after{background:none; width:10px; height:10px; content:"\f0da"; position:absolute; right:-18px; top:-3pxpx; font-family: FontAweSome;}
 .blue-arrow .investor-box-content p a:after {color:#719ac6}
 #investor-box-8 .investor-box-content p a:after {content:""}
 /*.calendar-content {width:70%}*/
 .calendar-content {width:95%}
 #ip3-investors #investor-box-4 { background-position:115% 100% !important; }
 .investor-box-content .media-link {float:left}
/*---- 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/s/selective/fonts/fontawesome-webfont-eot.eot?v=4.3.0');
  src: url('/~/media/files/s/selective/fonts/fontawesome-webfont-eot.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/~/media/files/s/selective/fonts/fontawesome-webfont-woff2.woff2?v=4.3.0') format('woff2'), url('/~/media/files/s/selective/fonts/fontawesome-webfont-woff.woff?v=4.3.0') format('woff'), url('/~/media/files/s/selective/fonts/fontawesome-webfont-ttf.ttf?v=4.3.0') format('truetype'), url('/~/media/files/s/selective/fonts/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";
}

/*---- media-queries-----*/
/*--------- iPad Landscape and Desktops ---------*/
@media all and (max-width: 1170px) {
.bannertext-right h3 {padding:10px}
.blue-box-cont {padding: 25px 0 30px 108px;}
.blue-box-cont:before {left: 18px;}
.header-login {margin-right:0}
.bx-network-title {width:101%}
}
@media/* all and (max-width: 1024px) and*/ (min-width: 993px) {
.blue-box-cont p{font-size:2.3rem;}
#bannerwrapper p.flood-agents{font-size:1.5rem;}
}
@media all and (max-width: 1012px) and (min-width: 993px) {
.banner-left{width:650px;}
}
@media all and (max-width: 1024px) and (min-width: 993px) {
/*#ip3-Homepage .bx-network:hover .network-bx-title-cont p.heading-bx-hover {display:block!important; margin-bottom:0} 
#ip3-Homepage .bx-network {height:222px}
.boxHeight .bx-network-title {height:221px!important}
*/
.insurance-wrapper .js-tabs li a {padding: 22px 5px; font-size: 1.5rem;}
.login-box p {overflow:hidden}
.login-box input.password {margin-bottom:6px}
a.login-submit {float:none; margin-top:5px;}
.customer-content a.login-submit {float:right}
.header-login {margin-right:0}

.left-section {width:44%}
.twocolright {padding-left:20px}
.content-left {padding-right:20px}
.banner-left .btext-wrapper {width:77%;}
#contentwrapper > .row {margin:0}
#leftcol {padding-left:0}
.bx-network-title {padding-top:17px}
.investis-branding {text-align:left; padding-left:10px }

.right-section {width:30%}
.investor-box-content .box-title a{letter-spacing:0.6px;}

}
@media all and (max-width: 992px) {
#ip3-Homepage .bx-network:hover .network-bx-title-cont p.heading-bx-hover {display:block!important; margin-bottom:0} 
.col-md-7.col-xs-12.slider-box {padding-left:5px}
#bannerwrapper .special-box.media-contact-box {padding-bottom:15px}
.noTouch .controls div.next-con:hover{opacity:0.65;}
.mobile-burger.active {background:#e2f0fe}
.login-box input.password {margin-bottom:6px}
a.login-submit {float:none; margin-top:5px;}
.customer-content a.login-submit {float:right}
.controls.mobile-con {display:block}
.controls.desktop-con {display:none}
p.title-bx, .heading-bx-hover, .network-bx-title-cont p {font-size:1.4rem; line-height:17px}
/*#ip3-Homepage .bx-network-title {height:114%;}*/
.bannertext h2 {background-position: 0px -176px;}
.fl-box {font-size:1.4rem; padding:15px;}
.fl-box span {font-size:5.4rem; line-height:56px; display:block}

.contact-box {padding:25px; width:auto}
.contact-box:before {float:left; position:relative; left:0; top:0 }
.contact-box .contact-title {clear:both}
.flood-box a {margin-top:10px}
span.fl-text {padding-top:53px; padding-left:0}
.flood-box {padding:25px; }
span.fl-text:before {position:relative; display:block; margin:0 auto }
.investor-box-content {padding-bottom:0}
.investor-landing-introtext-inner .intro-text {width:62%}
.investor-landing-introtext {padding-right:20px}
.inv-contact-box {width:290px}
#ip3-investors #contentwrapper  {padding:0 20px}


.login-box input, .customer-content a.login-submit {margin-bottom:15px}
 .help-text {padding: 26px 0 0 25px;}
.bx-network {width:33.30%}
.investis-branding {float:left; text-align:left; padding-left:7px}
.blue-box-cont.core-values:before {background-position: -618px -169px;}
.banner-left {width:100%;background-size:100%; }
.banner-right {display:none}
.insurance-wrapper .js-tabs li a {padding: 10px 44px; line-height: 18px; font-size: 1.5rem;}
.insurance-wrapper .js-tabs li:last-child a {padding-left:10px; padding-right:10px;}

#ip3-Homepage .bx-network {background-size: 100% auto; height:168px} 
.home-content2 {padding: 20px 0;}
.home-content2 h2 span {margin-bottom:0}
.home-page-heading {font-size:3rem; line-height:35px;}
.home-bx2 {margin-bottom:40px}
.ip3-newsletters H1 {padding-right:40px}
.slider-box {padding-top:20px}
.insurance-wrapper .left-section {border-right:1px solid #b6b6b8 }
.insurance-wrapper .right-section {padding-left:40px; padding-top:10px}
.haveBox .insurance-wrapper h1 {margin-top:0; border:none; padding: 0 0 10px; }
.our-insurance .img-section {display:none}
.our-insurance .row {padding-bottom:15px; padding-top:70px;}
.page-tools ul {margin-right:23px}
#footerwrapperinner > .row {padding:0 0 0 20px}
.breadcrumb-wrapper {padding:0 40px}
.special-box {padding:15px 40px}
.sp-box-image.sp-login {height:55px; width:55px; background-position:-505px -168px}
.sp-login .agent-submit {margin-top:20px}
.sp-box-image {height:54px; width:54px; background-position:-393px -169px}
.sp-box-content p span {font-size:2rem}
.sp-box-content p {padding: 6px 20px 0 12px; float:left}
#bannerwrapper p..sp-box-content {padding:0; float:none}
.sp-box-content .agent-input {float:left; padding-top:10px}
.sp-box-content .agent-input input {width:190px}
#bannerwrapper .agent-input {width:250px}
 .special-box {width:90%;}
.twocolright {padding:0 40px}
h1 {padding-top:20px}
.haveBox h1 {padding:20px 0; margin:80px 0 0 0; border-top:1px solid #e5e5e5; border-bottom:none  }
.page-tools {top:28px}
.haveBox .page-tools {top:50px}
.page-tools > ul > li {display:none}
.page-tools li.share {display:block}
.sharing-tools {right:0; }
#leftcol {display:none}
#logo img {width:180px; height:auto}
#topnavigation, #toplinks {display:none!important}
.mobile-burger {display:block; width:auto}
.header-login {width: 174px; margin-right:0; padding:24px 0px 14px}
.header-right {overflow: visible;}
#ip3-Homepage #bannerwrapper {z-index:-90}
#bannerwrapper.haveBox {margin-bottom:20px}
.header-right {position:static}
.fl-box {width: 49%;}
}


/*--------- iPad Portrait and large Tablets Portrait ---------*/
@media all and (max-width: 991px) {

.sliderbannerMobiWrapper .btext-wrapper{display:block!important}

}

@media (min-width: 768px) {

.long-tabs ul {display:block!important}
.sliderbannerMobiWrapper {visibility:hidden}
.sliderbannerMobi {float:left; width:100%}
#topnavigationMobi {display:none}
.bx-network-title {padding-top:8px;height:35px;}
p.title-bx{padding-bottom:5px !important; }


}
@media (max-width: 768px) {
.blue-box-cont { padding: 15px 0 15px 108px;}
.hide-mobile{display:none;}
/*#ip3-Homepage .heading-bx-hover {display:none!important}
#ip3-Homepage .bx-network:hover .network-bx-title-cont > p {display:none!important} 
#ip3-Homepage .bx-network:hover .network-bx-title-cont p.heading-bx-hover {display:block!important; margin-bottom:0} 
#ip3-Homepage .network-bx-title-cont p {display:block; }*/
.sharing-tools {padding:19px 10px 8px}

a.video-popup {position:relative}
#ip3-Homepage a.video-popup:after{content:"\f01d"; font-family:FontAwesome; font-size:7rem; color:#013a6d; position:relative; top:34px; }
.bannertext-right h3 {background:none; font-size:2.8rem; position: relative; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.bannertext-right h3 a:after {top:10px}
.blue-box-cont.login-portal:before {background-position: -149px -194px;}
.blue-box-cont:before {left:12px; width:60px; height:60px; background-position:-390px -166px}
.blue-box-cont.core-values:before {background-position: -617px -167px;}
.local-agent .blue-bx-frm {display:none}
.blue-bx-frm {line-height:16px;}
.local-agent.blue-box-cont p {padding-top:5px}
.blue-box-cont p {padding-bottom:3px}
.bannertext-right {top: 0; position: relative; height:89px}
.bottom-bar .bottom-left {text-align:center}
#ip3-Homepage #bannerwrapper {height:508px}
#ip3-Homepage .bannertext {top:176px}
.prev-con a {background-position: -228px 10px;}
.controls div {height:45px; width:45px; top:122px;}
.next-con a {background-position: -302px 11px; height:45px} 
#ip3-Homepage h2 {padding-bottom:35px;}
.sliderbannerMobiWrapper .banner-left {height:508px}
.sliderbannerMobiWrapper {height:508px}
.sliderbannerMobiWrapper .btext-wrapper {height:380px; display:block!important}
.sliderbanner {display:none!important}
.sliderbannerMobiWrapper {visibility:visible; display:block}
.login-div .js-content {padding:0 20px}
.find-an-agent-tabs {width:100%}
.ib-link img {height:auto;max-width:100%;}
.rollover-text>p{font-size:1.4rem;line-height:1.5rem;}
}
@media all and (max-width: 767px) {
.safari p.title-bx {padding-bottom:0} 
.insurance-wrapper .js-tabs li a{padding:10px 26px; line-height:18px; font-size:1.5rem;}
#footerlinks ul li{padding:5px 26px 0 0; clear:none }
#ip3-selective-your-carrier-of-choice #bannerwrapper{background-position:center center; } 
#auto-top-link{display:none !important;}
}

/*--------- All Small Tablets and Large Phones Global CSS ---------*/
@media all and (max-width: 767px) {
.customer-content .desktopview {display:none}
.customer-content .mobileview {display:block}
#ip3-Homepage .bx-network:hover .network-bx-title-cont p.heading-bx-hover {display:none!important; margin-bottom:0} 
.footer-social {padding-bottom: 10px;}
.footer-right-logos {margin-top:20px;}
.hide-mobile{display:none;}
.sliderbannerMobiWrapper .banner-left {height: 508px;}
.sharing-tools {top:31px; }
.flood-only:before {color:#999}
.news-landing {margin-top:10px}
.popup-content > a {display:block; font-size:1.5em}
.popup-content {border:2px solid #ccc; right:0; width:100%!important}
.js-tabs.globalTabs {margin-bottom:20px}
.login-div {padding-bottom:0}
.yeartab li span {padding:7px 17px}
.bodWrapper {margin-top:10px}
#footerwrapper {padding-bottom:0}
#footerlinks ul li {width:100%}
.snapdown-content > ul{
    -webkit-columns: 1; /* Chrome, Safari, Opera */
    -moz-columns:1; /* Firefox */
    columns:1;
}
#ip3-Homepage .bx-network {width:100%}
.app-push {display:none}
#ip3-Homepage .app-push {display:block}

.fyi-categories .tabsDropDown {height:auto}
.find-an-agent-container.float100 {margin-bottom:20px}
.agent-fetched-data > div {margin-bottom:20px}

#ip3-Homepage .bx-network {height:205px}
.home-content2 h2 {font-size:2.3rem; line-height:26px; padding-left:50px; padding-right:50px; }
.home-content2 h2 span {font-size:1.4rem}
.home-content2 {padding:20px 0 0 }
.home-page-heading {font-size:2.3rem; line-height:26px; padding:23px 20px}
.sliderbannerMobiWrapper {height:400px}
.sliderbannerMobiWrapper .banner-left {background-position:center center; background-size:cover}
.banner-left .btext-wrapper {width:100%; font-size: 1.3rem; line-height: 17px; }
#ip3-Homepage .bannertext p {width:100%; padding:10px}
.bannertext h2 .link-arrow {background-position:-360px 19px}
.controls div {top:84px; height:35px; width:35px;}
.prev-con a {background-position:-233px -36px}
.next-con a {background-position: -258px -36px!important;}
.controls a {height:35px;}
#ip3-Homepage .bannertext h2 span {font-size:1.8rem; line-height:20px;}
#ip3-Homepage .sliderbanner {height:310px}
#ip3-Homepage #bannerwrapper {height:490px}
#ip3-Homepage .bannertext {top:127px; width:100%}
#ip3-Homepage .bannertext h2 {opacity:0.8; background-image:none!important; font-size:5rem; line-height:38px; padding:0 20px 20px 13px!important; width:100%}
.twocolright h1, p.h1 {padding-right:30px}
#twocolright > a.hide + h1, #twocolright > a.hide + p.h1 {padding-top:20px}
.investor-landing-introtext-inner .intro-text p {font-size:2.3rem; line-height:28px;}
.investor-landing-introtext {padding-right:0}
#ip3-investors #contentwrapper {padding:0 10px}
.investor-landing-introtext-inner {padding:20px 10px}
.investor-landing-introtext-inner .intro-text {width:100%;}
.login-div .tabsDropDown {background:#ccc}
.insurance-wrapper .tabsDropDown {height:100%; text-transform:uppercase;}
.h-inner-content p, .h-inner-content ul {width:100%}
#history-content .bx-wrapper .bx-prev {display:none}
.long-tabs ul {display:none}
#topnavigationMobi ul li a {padding-right:30px; }
p.h1, h1 {font-size:2.7rem; line-height:30px} 
.snapdown-title p {font-size:1.8rem; line-height:24px;}
.fyi-categories ul {display:none} 
.fyi-categories li {width:100%}
.fyi-pager li {float:left}
.home-bx2 a.claim:before, .home-bx2 a.claim:hover:before{ background-position: -284px -250px;}
.home-bx2 a.pay-bill:before, .home-bx2 a.pay-bill:hover:before {background-position: -390px -247px;}
.home-bx2 a.find-agent:before, .home-bx2 a.find-agent:hover:before {background-position:-475px -142px;}
.home-bx2 a.contact:before, .home-bx2 a.contact:hover:before {background-position: -590px -248px;}

.home-bx2 a {padding-top:0; font-size:1.3rem; line-height:16px }
.home-bx2 a:before {height:116px; width:116px; left:auto; position:relative; margin: 0 auto 10px}
.ip-item {height:auto!important}
.tabs-images div p {height:auto}
.contact-box, .contact-box.inv-contact-box-content, .inv-contact-box {width:100%; position:relative}
p.flood-link a {width:auto; font-size:1.3rem}
.ar-item.center-item {border:1px solid #e4e4e4}
#contentwrapper .yeartab ul {display:none; margin:0}
#contentwrapper .reports-landing .yeartab ul {display:inline-block!important}
#contentwrapper .yeartab {margin-bottom:20px }
.yeartab li.current span, .yeartab li a:hover span {display:block}
.find-an-agent-content .submission {width:100%}
.find-an-agent-content a.agent-submit {width:100%}
.select-radius p, .select-state p, .city-town-zipcode > input {width:100%}
.right-actual-content {width:100%}
.find-an-agent-content.float100 {padding:20px}
.left-icon-content {display:none}
.flood-customers {margin-top:0}
.login-box {border-right:0; border-bottom:2px solid #b2b2b3; width:100%; left:0; padding:0 20px 15px}
.help-text {padding:20px 20px 0; border-left:0; width:100%; left:0}
.map-links img {display:none}
.our-insurance .row {padding-top:120px}
.insurance-wrapper .left-section {padding-right:0; border-right:0; border-bottom:1px solid #b6b6b8; padding-bottom:10px; margin-bottom:10px }
.insurance-wrapper .right-section {padding-left:0;}
.breadcrumb-wrapper {display:none}
.history-img-slider img {max-width:100%; height:auto}
.history-left {border:none}
.history-main {width:100%!important; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none}
.history-main .history-right, .history-arrow, .history-main .history-right-top {display:none}
.history-main .history-right-top.hide {display:block!important}
.history-main .history-right-top {border-right:0}
#history-content {padding:10px}
#history-content .bx-viewport {width:100%!important; overflow:visible!important; height:auto!important; padding:0}
.history-left, .history-centre, .history-right, .history-right-top {height:auto!important; padding:0}
.history-left p, .history-right p, .history-right-top a.history-arrow, .history-right-top p  {float:left; text-align:left}
.history-main.bx-clone {display: none;}
#history-content #history-content-inner {width:100%!important; transform:inherit!important}
.fyi-image, .fyi-description {display:none}
.fyi-content {border-left:6px solid #f58559; padding:13px 23px; min-height:inherit}
.fyi-title a, .fyi-date {font-size:1.5rem; }
.content-right, .content-left {width:100%; margin:0}
.tabsDropDown {display:block; /*float:left; width:100%; height:auto*/ cursor:pointer}
.long-tabs li, .js-tabs li, .yeartab li {width:100%!important; margin-bottom:0!important; font-size:1.6rem; text-align: left;}
.long-tabs li a, .js-tabs li a, .yeartab li a {padding:10px 15px; display:block}
.yeartab li a {padding:10px 0}
.reports-landing .yeartab li a {display:inline-block}
.long-tabs li.current:after, .js-tabs li.current:after, .yeartab li.current:after{content:""}
.js-tabs > ul {float:left; width:100%}
.zipcode-error {position:relative; bottom:-5px}
.fyi-box {padding:25px 30px}
#ip3-Homepage .banner-left .bannertext p a {font-size:inherit}
.bx-network-title {height:48px;}
.bx-network {width:100%}
#topnavigationMobi {top:71px; padding-top:0}
#logo img {height:52px; width:auto }
.mobile-burger a:after {font-size:3.7rem;}
.header-login span {font-size:1.8rem}
.header-login {width:71px; padding:14px 0px 8px }
.mobile-burger {padding:0}
.mobile-burger a {padding:24px 8px}
.header-login a:before {background-position:-79px -33px; height:25px; width:25px; padding-top:10px; left:54% }
#footerwrapperinner > .row {padding:0 20px}
.sp-box-content .agent-input {clear:both;}
.sp-box-content p {padding-left:0}
.breadcrumb-wrapper {padding:0 20px}
.special-box, #bannerwrapper .special-box {padding:15px;}
.special-box.agent-box, #bannerwrapper .special-box.agent-box {bottom:-120px}
.sp-box-content p span {font-size:inherit}
.sp-box-content .agent-input input {width:128px}
.special-box.sp-login-box {bottom:-70px}
.twocolright {padding:0 20px}
#bannerwrapper {min-height:inherit; height:219px}

.haveBox h1, .haveBox #twocolright > a.hide + p.h1 {margin-top:136px}
.have-agent-box h1, .have-agent-box #twocolright > a.hide + p.h1 {margin-top:156px}
.have-login-box.haveBox h1 {margin-top:106px}
.bt-wrapper {width:100%; margin-top:90px; padding-bottom:10px}
.banner-text-1 {font-size:1.8rem; padding:0}
.banner-text-2 {font-size:4.6rem; line-height:50px}
.haveBox .page-tools {top:105px}
.have-agent-box .page-tools {top:125px}
.have-login-box.haveBox .page-tools {top:77px}
.page-tools ul {margin-right:17px}
.primary-menu ul li.level1 a{padding-left:20px}
.primary-menu ul li.level1 ul a {padding-left:30px}
.primary-menu ul li.level2 ul a {padding-left:40px}
.bottom-bar .bottom-left, .bottom-bar .bottom-right{width:100%;}
.sliderbannerMobiWrapper .btext-wrapper{height:340px;}
.bottom-bar .bottom-right{height:auto; min-height:130px;}
#ip3-Homepage a.video-popup:after{line-height:5rem; font-size:4rem; top:24px;} 
.bottom-bar, .bottom-bar .bottom-left, .bannertext-right{height:auto;}
.bannertext-right h3{-ms-transform: inherit !important; -webkit-transform: inherit !important; transform: inherit !important; }
}
@media (max-width:360){
.inv-contact-box-content {float:left}
}

@media all and (min-width: 491px) and (max-width: 767px) {
#ip3-auto .network-boxes .container-fluid > div { height:420px !important; }
}

@media all and (min-width: 361px) and (max-width: 490px) {
#ip3-auto .network-boxes .container-fluid > div { height:320px !important; }
}

@media (max-width: 639px) {
/*.scroll-link a {font-size: 1.4rem;}*/
.fyi-article.current .fyi-content img {float:none; margin:0; clear:both}
.w25 {width:99%; margin-bottom:1%}
.media-contact-box .sp-box-content.sp-login p {clear:both}
.non-responsive {width:640px!important}
#bannerwrapper .agent-input {width:180px}
.sp-box-image {margin-right:8px}
.label-container {width: 100%;}
.textbox-container {width: 100%;}
.textbox-container select {font-size:0.9em}
.textbox-container span {font-size:0.83em}
fieldset {padding: 0.3em 0.625em;}

.fl-box span {font-size:4.4rem; line-height:50px }
.page-tools ul {margin-right:0}
.sp-box-content.sp-login p span {font-size:inherit}
.sp-login .agent-submit {margin-left:10px}
.login-box a.login-submit {margin-bottom:10px; display:block; width:100% }
.customer-content .login-box a.login-submit {width:48%}
}


@media all and (max-width: 992px) {
.scroll-text {width:66%}
#footerlinks ul li {display:inline; clear:both}
.bannertext-right {
    top: 0px;
    position: relative;
    height: 89px;
}
.bt-wrapper{padding:20px 40px 20px 20px;}
.sliderbanner{display:none;}
.sliderbannerMobiWrapper{display:block;visibility:visible;}
.sliderbannerMobiWrapper{max-width:992px}
#ip3-Homepage #bannerwrapper {height: 490px;}
.bottom-bar, .bottom-bar .bottom-left, .bannertext-right {
    height: auto;
}
.sliderbannerMobiWrapper .btext-wrapper {
    height: 340px;
}
.banner-left .btext-wrapper {
    width: 100%;
    font-size: 1.3rem;
    line-height: 17px;
}
.bannertext-right h3 {
    -ms-transform: inherit !important; -webkit-transform: inherit !important; transform: inherit !important;
}
.sliderbannerMobiWrapper {
    height: 400px;
}
.bottom-bar .bottom-right {
    height: auto;
    min-height: 130px;
}
.bottom-bar .bottom-left, .bottom-bar .bottom-right {
    width: 100%;
}
.sliderbannerMobiWrapper .banner-left {
    height: 528px;
}
#ip3-Homepage .bannertext {
    top: 127px;
    width: 100%;

}
.sliderbannerMobiWrapper .banner-left {
    background-position: center center;
    background-size: cover;
}
.bottom-bar .bottom-left {
    text-align: center;
}
#ip3-Homepage .bannertext p {
    width: 100%;
    padding: 10px;
}
#ip3-Homepage .bannertext h2 {
    opacity: 0.8;
    background-image: none !important;
    font-size: 5rem;
    line-height: 38px;
    padding: 0px 20px 20px 13px !important;
    width: 100%;
}
#ip3-Homepage .bannertext h2 span {
    font-size: 1.8rem;
    line-height: 20px;
}
a.video-popup {
    position: relative;
    min-height:40px;
}
#ip3-Homepage a.video-popup:after {
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 7rem;
    color: #013a6d;
    position: relative;
    top: 34px;
}
#ip3-Homepage a.video-popup:after {
    line-height: 5rem;
    font-size: 3rem;
    top: 9px;

}
.controls a {
    height: 35px;
}
.controls div {
    top: 84px;
    height: 35px;
    width: 35px;
}
.prev-con a {
    background-position: -233px -36px;
}
.next-con a {
    background-position: -258px -36px!important;
}
.noTouch .controls div.next-con:hover{
    background-color: rgba(255, 255, 255, 0.65);
}
.bottom-bar .bottom-right {
    height: auto;
    min-height: 130px;
}
.bottom-bar .bottom-left, .bottom-bar .bottom-right {
    width: 100%;
}
.local-agent .blue-bx-frm {display:none}
.blue-bx-frm {line-height:16px;}
#bannerwrapper .special-box{padding:10px 20px;}
p.flood-agents{margin:0;}
.fyi-pager ul{width:100%;}
.fyi-pager li a{padding:0 13px;}
.textbox-container{width:80%;}
.label-container{width:20%;}
}
@media all and (max-width: 480px) {
.feedback-form .textbox-container {width:100%;}
.feedback-form textarea {width:100%}
.feedback-form .label-container {width:100%;}
.feedback-form .contact-submit {margin-top:20px}
.sp-box-content.sp-login p {padding:6px 0}
.scroll-text {width:55%}
.scroll-link {width:28%}
}

/*WO#231245*/
@media all and (min-width: 768px) and (max-width: 1024px) {
#ip3-feedback .label-container {width:26% !important;  }
}
@media all and (min-width: 0px) and (max-width: 767px) {
#ip3-feedback .label-container {width:100% !important;  }
}
/*END WO#231245*/

/*---- 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: inline-block;
	padding: 0 .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
    height:100%;
}
.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; color:#7E7E82}
.ui-menu a:hover{width:100%;position:relative;}


.ui-menu .ui-menu-item {padding: 0 !important;  width: 96% !important;}

/*---- fonts-----*/
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=d468dd5d-177b-44b5-b0f8-b00ac3dee995");
@font-face{
font-family:"HelveticaNeueW01-45Ligh";
src:url("/~/media/files/s/selective/fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
src:url("/~/media/files/s/selective/fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"),url("/~/media/files/s/selective/fonts/5a13f7d1-b615-418e-bc3a-525001b9a671.woff2") format("woff2"),url("/~/media/files/s/selective/fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"),url("/~/media/files/s/selective/fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"),url("/~/media/files/s/selective/fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-55Roma";
src:url("/~/media/files/s/selective/fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
src:url("/~/media/files/s/selective/fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"),url("/~/media/files/s/selective/fonts/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2") format("woff2"),url("/~/media/files/s/selective/fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"),url("/~/media/files/s/selective/fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"),url("/~/media/files/s/selective/fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-65Medi";
src:url("/~/media/files/s/selective/fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix");
src:url("/~/media/files/s/selective/fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix") format("eot"),url("/~/media/files/s/selective/fonts/3600b37f-2bf1-45f3-be3a-03365f16d9cb.woff2") format("woff2"),url("/~/media/files/s/selective/fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"),url("/~/media/files/s/selective/fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf") format("truetype"),url("/~/media/files/s/selective/fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-75Bold";
src:url("/~/media/files/s/selective/fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix");
src:url("/~/media/files/s/selective/fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("eot"),url("/~/media/files/s/selective/fonts/3b303641-706e-4221-94c4-4fb491f4f8ef.woff2") format("woff2"),url("/~/media/files/s/selective/fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"),url("/~/media/files/s/selective/fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"),url("/~/media/files/s/selective/fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-47LtCn_692686";
src:url("/~/media/files/s/selective/fonts/7de6b03f-1298-4bc2-89af-9d9da594008d.eot?#iefix");
src:url("/~/media/files/s/selective/fonts/7de6b03f-1298-4bc2-89af-9d9da594008d.eot?#iefix") format("eot"),url("/~/media/files/s/selective/fonts/b37ddbd9-24db-4864-9095-5084a5679dd2.woff2") format("woff2"),url("/~/media/files/s/selective/fonts/42aacb2f-222e-46f5-a95a-1c22948ee0d1.woff") format("woff"),url("/~/media/files/s/selective/fonts/217a2f81-1e65-4924-a0d4-05ac8576f883.ttf") format("truetype"),url("/~/media/files/s/selective/fonts/5405647d-099e-47f7-9d4a-f8692e57a206.svg#5405647d-099e-47f7-9d4a-f8692e57a206") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-57Cn";
src:url("/~/media/files/s/selective/fonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix");
src:url("/~/media/files/s/selective/fonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix") format("eot"),url("/~/media/files/s/selective/fonts/88a238be-6477-4e71-bdc4-5a35bbf8d392.woff2") format("woff2"),url("/~/media/files/s/selective/fonts/842088d0-1ae2-40d0-8561-3c95761ba7a6.woff") format("woff"),url("/~/media/files/s/selective/fonts/c74505d5-13e8-47ed-94a8-630aab4da3e6.ttf") format("truetype"),url("/~/media/files/s/selective/fonts/6cd480d1-47d0-48b4-86bd-283db2cb9235.svg#6cd480d1-47d0-48b4-86bd-283db2cb9235") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-67MdCn_692710";
src:url("/~/media/files/s/selective/fonts/3a605871-b94d-4161-a394-bb2cfc975df7.eot?#iefix");
src:url("/~/media/files/s/selective/fonts/3a605871-b94d-4161-a394-bb2cfc975df7.eot?#iefix") format("eot"),url("/~/media/files/s/selective/fonts/423db818-6ba7-4789-995f-1f2d7f6018df.woff2") format("woff2"),url("/~/media/files/s/selective/fonts/aef05e22-e1d4-4e59-bc2e-a71c13c26cca.woff") format("woff"),url("/~/media/files/s/selective/fonts/b785b1cf-24fa-44c9-8c93-d8e2d6912c47.ttf") format("truetype"),url("/~/media/files/s/selective/fonts/5ab0c585-fb4b-43d9-abb0-b92f452b1284.svg#5ab0c585-fb4b-43d9-abb0-b92f452b1284") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-77BdCn_692722";
src:url("/~/media/files/s/selective/fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix");
src:url("/~/media/files/s/selective/fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix") format("eot"),url("/~/media/files/s/selective/fonts/ab23c239-fb66-406e-bce6-f0f260f5a217.woff2") format("woff2"),url("/~/media/files/s/selective/fonts/102ab74c-0e84-4fe5-a17a-b20fb643591a.woff") format("woff"),url("/~/media/files/s/selective/fonts/1d146b29-55e2-485b-96aa-5cb628e7e9eb.ttf") format("truetype"),url("/~/media/files/s/selective/fonts/d90b3358-e1e2-4abb-ba96-356983a54c22.svg#d90b3358-e1e2-4abb-ba96-356983a54c22") format("svg");
}