﻿@charset "UTF-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

select{
    box-sizing:content-box;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }
/* font for text */	
@font-face {
	font-family: "Chubb Publico Web";
	src: url("fonts/Chubb Publico Text Web-Roman.eot");
	src: url("fonts/Chubb Publico Text Web-Roman.eot?#iefix") format("embedded-opentype"),
	url("fonts/Chubb Publico Text Web-Roman.woff2") format("woff2"),
	url("fonts/Chubb Publico Text Web-Roman.woff") format("woff"),
	url('fonts/ChubbPublicoApp-Roman.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal; 
}
/* font for headline */
@font-face {
	font-family: "Chubb Publico Web Light";
	src: url("fonts/Chubb Publico Web-Light.eot");
	src: url("fonts/Chubb Publico Web-Light.eot?#iefix") format("embedded-opentype"),
	url("fonts/Chubb Publico Web-Light.woff2") format("woff2"),
	url("fonts/Chubb Publico Web-Light.woff") format("woff"),
	url('fonts/ChubbPublicoApp-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
}
body {
  margin: 0;
  font-family: "Chubb Publico Web", "Georgia";
}
/*
 * Remove default margin.
 */
body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; 
  left: 0.5em;}

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
}


button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
 }

button,
input {
  line-height: normal; }

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; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

abbr[title], dfn[title] {
  cursor: help; }

u, ins {
  text-decoration: none; }

ins {
  border-bottom: 1px solid; }

img {
  font-style: italic; }

label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.media,
.island,
.islet {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  .islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup, .islet
  ul, .islet ol, .islet dl, .islet
  blockquote, .islet p, .islet address, .islet
  table, .islet
  fieldset, .islet figure, .islet
  pre, .islet
  .media, .islet
  .island, .islet
  .islet {
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }

.landmark {
  margin-bottom: 48px;
  margin-bottom: 3rem; }

hr {
  margin-bottom: 22px;
  margin-bottom: 1.375rem; }

ul, ol, dd {
  margin: 0;}

html {
  overflow-y: scroll;
  min-height: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

body {
  position: relative; }

a {
  text-decoration: none; }
  a:link, a:visited, a:active, a:focus, a:hover {
    color: #00b8ff; }

.page-heading {
  color: #464646;
  font-size: 26px;
  font-style: italic;
  padding: 0 30px 20px; }

label {
  cursor: default; }

input[type="text"],
input[type="password"] {
  cursor: text; }

#page-header {
  overflow: visible;
  position: relative;
  z-index: 1; }

@media (max-width: 767px) {
  #page-header {
    background: #444; }
    #page-header:after {
      content: "";
      display: table;
      clear: both; } }

#footer-links {
  font-size: 0; }
  #footer-links p {
    font-size: 12px;
    font-style: italic;
    color: #898989;
    margin: 8px 0 0; }

.footer-link {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  line-height: 1; }
  .footer-link a {
    color: #f6f6f6; }
  .footer-link + .footer-link {
    border-left: 1px #898989 solid;
    margin-left: 12px;
    padding-left: 12px; }

.social-links {
  font-size: 0;
  margin-top: 5px;
  white-space: nowrap; }
  .social-links > a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-left: 25px; }
  .social-links .social-twitter {
    background: url("../images/sprites-s4255ca54c8.png") 0 -454px no-repeat;
    height: 16px;
    width: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .social-links .social-twitter {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 0 -596px; } }
  .social-links .social-facebook {
    background: url("../images/sprites-s4255ca54c8.png") 5px -1084px no-repeat;
    height: 19px;
    margin-left: 18px;
    width: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .social-links .social-facebook {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 5px -857px; } }
  .social-links .social-youtube {
    background: url("../images/sprites-s4255ca54c8.png") 0 -170px no-repeat;
    height: 17px;
    margin-left: 18px;
    width: 40px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .social-links .social-youtube {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 0 -153px; } }
  .social-links .social-rss {
    background: url("../images/sprites-s4255ca54c8.png") 0 -437px no-repeat;
    height: 17px;
    width: 17px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .social-links .social-rss {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 0 -408px; } }

.no-cssgradients #footer {
  background: #333333 url("../images/sprites-s4255ca54c8.png") 0 -2900px repeat-x; }

@media (max-width: 767px) {
  #footer {
    padding: 14px 0 20px 0; }

  #footer-links {
    margin-left: -14px; }
    #footer-links p {
      margin-left: 26px; }

  .footer-link {
    border-left: 1px #898989 solid;
    margin-left: 12px;
    margin-top: 10px;
    padding-left: 12px; }

  .social-links {
    margin-top: 18px; }
    .social-links .social-twitter {
      margin-left: 13px; } }
@media (min-width: 768px) {
  #footer-links {
    display: inline;
    float: left; }

  .social-links {
    display: inline;
    float: right; } }
.drawer-ui > .drawer-content {
  display: none; }
.drawer-ui.active > .drawer-content {
  display: block; }
.drawer-ui .drawer-toggle {
  cursor: pointer; }

.dijitDialogUnderlayWrapper {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0 !important;
  position: absolute;
  top: 0 !important;
  width: 100%; }

.dijitDialogUnderlay {
  display: none; }

.dijitDialog {
  left: 10% !important;
  position: relative;
  width: 80%; }
  .dijitDialog .dijitDialogTitleBar {
    overflow: hidden;
    position: absolute;
    right: 14px;
    top: 14px; }
  .dijitDialog .dijitDialogCloseIcon {
    display: inline;
    float: right;
    background: url("../images/sprites-s4255ca54c8.png") 100% -1645px no-repeat;
    color: #898989;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    text-indent: -99999em; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .dijitDialog .dijitDialogCloseIcon {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 100% -918px; } }

#tabs {
  position: relative;
  z-index: 1; }

#tabs-internal {
  *zoom: 1;
  position: relative; }
  #tabs-internal:after {
    content: "";
    display: table;
    clear: both; }

.nav__link {
  color: #0065a4;
  cursor: pointer;
  display: block;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase; }
  .nav__link > span {
    display: block; }

.nav__list {
  *zoom: 1;
  list-style: none outside none;
  margin: 0; }
  .nav__list:after {
    content: "";
    display: table;
    clear: both; }

.nav__item {
  font-size: 16px; }

.subnav {
  display: none; }

.subnav__toggle {
  color: #0065a4;
  cursor: pointer;
  display: block;
  font-size: 14px;
  position: relative; }
  .subnav__toggle > span {
    display: block; }
  .subnav__toggle a {
    background: url("about:blank");
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }

.subnav__panel {
  display: none; }

.mobile-menu-drawer.drawer-ui > .drawer-content {
  display: none; }

#utility-links {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
  #utility-links a {
    color: #fff;
    text-decoration: none; }

#utility-dropdowns .drawer-toggle {
  color: #fff;
  display: block; }
  #utility-dropdowns .drawer-toggle > span {
    display: block; }

form.login-form .legend {
  color: #555555;
  font-size: 15px;
  font-weight: normal; 
  margin: 10px 0;}
form.login-form .error-messaging {
  margin-bottom: 20px;
  color: #c20000;
  font-size: 14px;
  font-weight: 600;}
form.login .error-messaging {
  margin-bottom: 20px;
  color: #c20000;
  font-size: 17px;
  font-weight: 400;}
form.login-form .field-row {
  margin-bottom: 20px; }
.field-row.input-field-row.rm {
    margin-bottom: 10px;}
  form.login-form .field-row.form-error .field-label {
    color: #c20000; }
  form.login-form .field-row.form-error .field-input, form.login-form .field-row.form-error .field-select{
    border: 1px solid #c20000; }
form.login-form .field-label {
  color: #555555;
  font-size: 16px;
  font-weight: normal; }
form.login-form .zipcode .field-input {
  width: 130px; }
form.login-form .field-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #CCCED2;
  border-radius: none;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.35);
  color: #888;
  font-size: 16px;
  font-weight: normal; }
form.login-form .submit-button,
form.login-form .cancel-link,
form.login-form .reset-link {
  color: #0065a4;
  padding: 13px;
  text-align: center; }
form.login-form .reset-link {
  padding-left: 0;
  padding-right: 0;
  line-height: 20px !important; }
form.login-form .reset-link {
  background: 0;
  border: none; }
form.login-form .submit-button {
  border: none;
  background-color: #337AB7;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400; }
form.login-form .input-field-row .field-input {
  padding: 5px; }
.boxsizing form.login-form .field-select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#expired-password-form .submit-button {
  margin: 0 auto; }

#forgot-password-form .submit-button {
  padding-right: 12px;
  padding-left: 12px; }

/* only css i changed from main.css */
/* -----  */
#at-cb-header h2 {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #666666;
  font-size: 12px; }

#login-header {
  background: none; }
  #login-header .logo {
    display: none; }
  .no-cssgradients #login-header {
    background: none; }
  #login-header .nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative; }
    #login-header .nav .right-content {
      position: absolute;
      top: 68px;
      right: 10px; }
    #login-header .nav table {
      margin-bottom: 0; }
    #login-header .nav a {
      font-size: 12px;
      font-weight: bold;
      color: #05487D; }
      #login-header .nav a:hover {
        color: #94AAC1; }
    #login-header .nav td {
      padding: 3px 7px; }

.login-page-content-wrap {
  margin: 0 auto;
  padding: 30px 0; }

.login-main .login-page-divider,
.login-aside .login-page-divider {
  height: 1px;
  margin: 30px auto;
  background-color: #eee; }
.login-main .list-head,
.login-aside .list-head {
  color: #333; }
.login-main .link-list,
.login-aside .link-list {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
.login-main .resource-link,
.login-aside .resource-link {
  font-size: 12px; }

.login-main .login-page-head {
  color: #222;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold; }
.login-main .login-main-inner > .login-page-divider {
  margin: 20px 10px 30px; }

.login-page-subsection {
  margin: 0 auto;
  text-align: center; }
  .login-page-subsection .list-head,
  .login-page-subsection .resource-link {
    font-size: 12px; }

.login-aside .login-page-head,
.login-aside .list-head {
  margin-bottom: 12px; }
.login-aside .login-page-head {
  font-size: 18px;
  color: #0065a4; }
.login-aside .list-head {
  font-size: 14px; }
.login-aside .login-page-divider {
  margin: 20px auto; }

/* #system-messages .system-messages-inner {
  padding: 25px;
  border: 3px double #ddd;
  background-color: #fff; }
#system-messages .list-head {
  margin-bottom: 16px;
  color: #f24545;
  font-size: 14px;
  font-weight: bold; } 
#system-messages .message-list {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
#system-messages .message {
  color: #888;
  font-size: 12px;
  margin-bottom: 0; }
#system-messages .date {
  display: inline-block;
  margin-right: 10px; }

.system-messages-divider {
  border-color: #eee transparent #fff transparent;
  border-style: solid;
  border-width: 1px 0;
  margin: 0 70px 10px; }*/

#login-modals {
  background-color: #fff; }

.login-modal-head {
  color: #222;
  font-weight: bold; }

#expired-password-form .submit-button {
  display: block;
  margin: 0 auto; }

.login-modal-divider {
  height: 1px;
  background-color: #eee; }

.login-modal-subsection .login-modal-head {
  color: #222;
  font-size: 14px;
  font-weight: bold; }
.login-modal-subsection .login-modal-description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #888;
  font-size: 12px;
  font-weight: normal; }

#home-layout {
  position: relative;
  min-height: 660px; }

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative; }

.swipe-wrap {
  overflow: hidden;
  position: relative; }
  .swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative; }
  .swipe-wrap a {
    display: block; }
  .swipe-wrap img {
    display: block;
    width: 100%; }

.image-slider .slider-bullets {
  font-size: 0;
  height: 0px;
  text-align: center;
  z-index: 2; }
.image-slider .bullet {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  cursor: pointer; }
.image-slider .slider-shadow-bottom {
  bottom: 0;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%; }
.borderradius .image-slider .bullet {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  height: 18px;
  margin: 0 2px;
  width: 18px; }
  .borderradius .image-slider .bullet.active {
    background: #0b5b8f;
    border: 4px #f3efe6 solid;
    height: 10px;
    width: 10px; }
.no-borderradius .image-slider .bullet {
  background: url("../images/sprites-s4255ca54c8.png") 0 -417px no-repeat;
  height: 20px;
  width: 20px; }
  .no-borderradius .image-slider .bullet.active {
    background: url("../images/sprites-s4255ca54c8.png") 0 -284px; }
.boxshadow .image-slider {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) -20px 5px 10px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) -20px 5px 10px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.3) -20px 5px 10px 0 inset; }
  .boxshadow .image-slider .bullet {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px 0; }
.cssgradients .image-slider .slider-shadow-bottom {
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); }
.no-cssgradients .image-slider .slider-shadow-bottom {
  background: url("../images/sprites-s4255ca54c8.png") 0 -3129px repeat-x; }

.image-slider .overlay-text {
  color: #333;
  font-weight: bold;
  text-transform: uppercase; }
.no-rgba .image-slider .overlay-button {
  background: #005f9b; }

#latest-news-module > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
#latest-news-module .news-item {
  color: #464646; }
  #latest-news-module .news-item a {
    color: #005f9b; }
#latest-news-module .view-all-link {
  clear: both;
  color: #005f9b;
  line-height: 1; }
  #latest-news-module .view-all-link span {
    background: url("../images/sprites-s4255ca54c8.png") 100% -1513px no-repeat;
    padding-right: 13px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      #latest-news-module .view-all-link span {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 100% -1148px; } }

#video-spotlight-module .module-header {
  margin-bottom: 13px; }
#video-spotlight-module #video-thumb {
  padding: 0 10px 10px; }
#video-spotlight-module #video-thumb-inner {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px 0;
  border: 5px solid #f2f2f2;
  padding: 2px;
  background: #fff; }
#video-spotlight-module #video-thumb-wrap {
  position: relative;
  border: 1px solid #f2f2f2;
  font-size: 0;
  line-height: 1; }
  #video-spotlight-module #video-thumb-wrap img {
    width: 100%; }
  #video-spotlight-module #video-thumb-wrap .controls {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #video-spotlight-module #video-thumb-wrap .controls .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 60px;
      height: 60px;
      margin-top: -30px;
      margin-left: -30px;
      background: transparent url("../images/sprites-s4255ca54c8.png") 0 -110px no-repeat;
      text-indent: -9999px; }
#video-spotlight-module .video-link {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px; }

.fluid-video-wrap {
  padding-top: 56%;
  position: relative; }
  .fluid-video-wrap .BrightcoveExperience {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

#message-bar {
  *zoom: 1;
  position: relative;
  z-index: 3; }
  #message-bar:after {
    content: "";
    display: table;
    clear: both; }
  #message-bar h1 {
    color: #898989;
    font-size: 18px;
    font-style: italic;
    margin: 0;
    overflow: hidden; }
  #message-bar .drawer-content {
    background: #fbfbfb;
    color: #464646;
    font-size: 13px;
    padding: 16px 42px 6px; }
    #message-bar .drawer-content p {
      margin: 0 80px 6px 0; }
  #message-bar .drawer-content.alt-version .message {
    /*border-bottom: 1px solid #ccc;*/
    color: #464646;
    font-size: 13px;
    /*padding-bottom: 16px; */}
    #message-bar .drawer-content.alt-version .message.first {
      /*margin-top: 10px; */ }
    #message-bar .drawer-content.alt-version .message.last {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0; }
    #message-bar .drawer-content.alt-version .message .date {
      display: inline-block;
      margin-right: 10px; }
  #message-bar .drawer-close {
    display: inline;
    float: right;
    background: url("../images/sprites-s4255ca54c8.png") 100% -1615px;
    color: #898989;
    font-size: 11px;
    font-weight: bold;
    padding-right: 15px;
    text-transform: uppercase; }
  #message-bar .learn-more {
    display: inline-block;
    height: 9px;
    line-height: 9px; }
    #message-bar .learn-more:after {
      display: inline-block;
      background: url("../images/sprites-s4255ca54c8.png") 100% -1513px no-repeat;
      content: "";
      padding-right: 12px;
      height: 10px; }
      @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
        #message-bar .learn-more:after {
          background-image: url("../images/retina-sprites.png");
          background-size: 222px 1377px;
          background-position: 100% -1148px; } }
    #message-bar .learn-more span {
      font-size: 0.8em; }

#message-count {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #fff;
  height: 19px;
  line-height: 20px;
  text-align: center;
  width: 19px; }

.borderradius #message-count {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #f04242; }

.no-borderradius #message-count {
  background: url("../images/sprites-s4255ca54c8.png") 0 -1178px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    .no-borderradius #message-count {
      background-image: url("../images/retina-sprites.png");
      background-size: 222px 1377px;
      background-position: 0 -771px; } }

.menu-button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 0;
  line-height: 100%;
  overflow: hidden;
  padding: 12px; }
  .menu-button > span {
    background: url("../images/sprites-s4255ca54c8.png") -162px -57px no-repeat;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    overflow: visible;
    position: relative;
    display: block;
    width: 56px;
    height: 33px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .menu-button > span {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: -162px -47px; } }

#quick-links-module {
  background: #fff; }

#quick-links-inner .module-header {
  color: #fff; }
#quick-links-inner .section-header {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px 0;
  color: #444;
  font-weight: bold;
  text-transform: uppercase; }
  #quick-links-inner .section-header img {
    vertical-align: middle;
    margin: 0 7px 3px 0; }
  .cssgradients #quick-links-inner .section-header {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background: linear-gradient(top, #f8f8f8, #e5e5e5); }
  .no-cssgradients #quick-links-inner .section-header {
    background: #e5e5e5 url("../images/sprites-s4255ca54c8.png") 0 -2594px repeat-x; }
#quick-links-inner .section-header-inner {
  border-color: #fff;
  border-style: solid;
  border-width: 1px 0;
  padding: 6px 11px 5px; }
#quick-links-inner .quick-link {
  background: #f9f9f9;
  border-bottom: 1px #ddd solid;
  border-left: 1px #f2f2f2 solid;
  border-right: 1px #f2f2f2 solid;
  color: #333;
  display: block;
  font-weight: bold;
  padding: 12px 40px 10px 32px; }
  #quick-links-inner .quick-link + .quick-link {
    border-top: 1px #fff solid; }
  #quick-links-inner .quick-link:last-child {
    border-bottom: none; }
  #quick-links-inner .quick-link.active {
    color: #005e99;
    background: #cedee8;
    font-size: 16px; }
    #quick-links-inner .quick-link.active .quick-link-description {
      display: block; }
    #quick-links-inner .quick-link.active .arrow {
      background: url("../images/sprites-s4255ca54c8.png") -207px -754px no-repeat;
      height: 19px;
      margin-top: -10px;
      width: 11px; }
      @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
        #quick-links-inner .quick-link.active .arrow {
          background-image: url("../images/retina-sprites.png");
          background-size: 222px 1377px;
          background-position: -207px -312px; } }
  #quick-links-inner .quick-link + .section-header {
    margin: -1px 0 0; }
#quick-links-inner .quick-link-description {
  color: #222;
  display: none;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  margin-top: 1px; }
#quick-links-inner .arrow {
  background: url("../images/sprites-s4255ca54c8.png") -211px -1310px no-repeat;
  height: 13px;
  margin-top: -7px;
  position: absolute;
  right: 11px;
  top: 50%;
  width: 7px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    #quick-links-inner .arrow {
      background-image: url("../images/retina-sprites.png");
      background-size: 222px 1377px;
      background-position: -211px -728px; } }

.no-boxshadow #quick-links-shadow-bottom {
  background: transparent url("../images/background/quick-links-shadow.png") no-repeat scroll right bottom;
  margin-left: -16px;
  margin-right: -22px;
  margin-bottom: -28px;
  margin-top: -38px;
  padding-bottom: 28px; }
.no-boxshadow #quick-links-shadow-top {
  background: transparent url("../images/background/quick-links-shadow.png") no-repeat scroll left top;
  margin-left: -22px;
  padding-left: 38px;
  padding-right: 22px;
  padding-top: 38px; }

html.touch #quick-links-inner .quick-link.active {
  background: #f9f9f9;
  color: #333;
  font-size: 14px; }
  html.touch #quick-links-inner .quick-link.active .arrow {
    background: url("../images/sprites-s4255ca54c8.png") -211px -1310px no-repeat;
    height: 13px;
    margin-top: -7px;
    position: absolute;
    right: 11px;
    top: 50%;
    width: 7px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      html.touch #quick-links-inner .quick-link.active .arrow {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: -211px -728px; } }
  html.touch #quick-links-inner .quick-link.active .quick-link-description {
    display: none !important; }

	.csp-login-form .login-input-text{
		padding: 7px 2px;
		width: 90%;
		-moz-box-sizing: border-box;
		background-color: #FFFFFF;
		border: 1px solid #C0C0C0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.35) inset;
		color: #5E5656;
		font-size: 14px;
		font-weight: 400;}
		
	.csp-login-form select{
		font-size: 14px;
		font-weight: 400;
		margin: 15px 0;
		padding: 8px 4px;
        width: 205px;
        color: #5E5656}
	.csp-login-form .inline{
	   width: auto;
	   margin-right: 5px;}
	.csp-login-form label{
	   font-size: 13px;}
	.csp-login-form ul{
		list-style: none outside none;
		margin: 0;
		padding: 0;
        font-size: 14px;}
	.csp-login-form a {
		color: #005F9B;}
	.csp-login-form .login-links {
		padding-top: 15px;}
	.csp-login-form input.login-button {
        -moz-box-sizing: border-box;
    background: -moz-linear-gradient(top,#0582B7 0,#0478AF 29%,#025C98 85%,#035995 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0582B7),color-stop(29%,#0478AF),color-stop(85%,#025C98),color-stop(100%,#035995));
    background: -webkit-linear-gradient(top,#0582B7 0,#0478AF 29%,#025C98 85%,#035995 100%);
    background: -o-linear-gradient(top,#0582B7 0,#0478AF 29%,#025C98 85%,#035995 100%);
    background: -ms-linear-gradient(top,#0582B7 0,#0478AF 29%,#025C98 85%,#035995 100%);
    background: linear-gradient(to bottom,#0582B7 0,#0478AF 29%,#025C98 85%,#035995 100%);
    border: 1px none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.35) inset;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 2px;
    width: 90%;}
.csp-login-form .input {
    padding-top: 28px;
}

.landing-nav-link {
  display: block; }

.landing-head {
  }

.header-graphic > img {
  width: 100%; }
.content-module-inner .module-header {
  color: #222; }
.content-module-inner .module-descriptions {
  color: #555555;
  font-size: 14px; }
  .content-module-inner .module-descriptions p {
    margin-bottom: 8px; }
.content-module-inner .learn-more-link {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  color: #0065a4;
  margin-left: 2px;
  vertical-align: baseline; }
  .content-module-inner .learn-more-link span {
    background: url("../images/sprites-s4255ca54c8.png") 100% -1775px no-repeat;
    display: block;
    padding-right: 11px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .content-module-inner .learn-more-link span {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 100% -1344px; } }
.content-module-inner .subsection-wrap {
  overflow: hidden; }
.content-module-inner .subsection-head {
  font-size: 14px; }
.content-module-inner .link-list {
  margin: 0;
  list-style: none; }
.content-module-inner .link-title,
.content-module-inner .link-meta {
  font-size: 12px; }
.content-module-inner .link-title {
  color: #0065a4; }
.content-module-inner .link-meta {
  display: block;
  color: #888888; }
.content-module-group > .module-header {
  color: #222;
  font-size: 18px;
  font-weight: bold; }
.content-module-group > .module-descriptions {
  color: #555555;
  font-size: 14px; }
.content-module-group .content-module-divider {
  display: none; }

/**
* Desktop break-point
*/
@media (min-width: 768px) {
  #login-form .form-inner {
    width: auto;
    margin: auto; }
  #login-form .submit-button {
    padding-right: 85px;
    padding-left: 85px; }

  #expired-password-form .submit-button {
    display: block; }

  form.login-form .field-row {
    overflow: hidden; }
  form.login-form .field-label {
    display: block;
    /*
    float: left;
    */
    line-height: 28px; }
  form.login-form .field-wrap {
    margin-left: 208px; }
  form.login-form .select-field-row .field-label {
    line-height: 24px; }
  form.login-form .submit-button,
  form.login-form .cancel-link,
  form.login-form .reset-link {
    display: inline;
    float: left;
    padding: 13px 12px;
    margin-bottom: 10px;
    line-height: 16px; }
  form.login-form .submit-button {
    margin-right: 12px; }

  #login-header {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 15px 0 0 0;
    position: relative; }
    #login-header .logo {
      width: 104px;
      margin: 0 auto 25px; }
    #login-header .login-head {
      margin-bottom: 0;
      color: #888;
      font-size: 21px;
      font-weight: normal;
      text-align: center; }

  #login-layout {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px; }

  .no-boxshadow #login-layout {
    padding-top: 20px;
    background: #fcfcfc url("../images/background/login-header-shadow.png") repeat-x 0 0; }

  .no-cssgradients #login-header {
    margin-bottom: 0;
    background: whitesmoke url("../images/sprites-s4255ca54c8.png") 0 -2672px repeat-x; }

  .login-page-content-wrap {
    max-width: 1024px;
    padding: 0; }
#content-wrap.content-module-inner.less-pad {
    padding: 0 0 15px;}

  .login-page-content {
    font-size: 0;
    margin-right: 315px; }

  .login-main,
  .login-aside {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 16px;
    vertical-align: top; }

  .login-main {
    background: url("../images/background/content-module-shadow.png") no-repeat center bottom;
    padding-bottom: 10px;
    width: 100%; }

  .login-main-inner {
    padding: 25px;
    border: 3px double #ddd;
    background-color: #fff; }

  .login-page-subsection {
    margin-bottom: 25px;
    width: 475px; }
    .login-page-subsection .list-head,
    .login-page-subsection .link-list,
    .login-page-subsection .resource-link {
      font-size: 12px;
      display: inline; }
    .login-page-subsection .list-head {
      display: inline;
      margin-bottom: 0; }
    .login-page-subsection .link-list li {
      display: inline; }

  .login-aside {
    margin-left: 35px;
    margin-right: -315px;
    padding: 20px 0;
    width: 280px; }
    .login-aside .login-page-head,
    .login-aside .list-head {
      margin-bottom: 5px; }
    .login-aside .link-list {
      line-height: 1.25em; }

  /* #system-messages {
    background: url("../images/background/content-module-shadow.png") no-repeat center bottom;
    padding-bottom: 10px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; } */

  #login-modals {
    padding: 2px;
    border: 5px solid #f2f2f2;
    margin: 0 auto; }
    #login-modals .dijitDialogPaneContent {
      overflow: hidden;
      padding: 28px;
      border: 1px solid #f2f2f2; }

  .login-modal-head {
    margin-bottom: 10px;
    font-size: 18px; }

  .expired-password-state {
    width: 550px;
    height: 422px;
    margin: 0 auto; }
    .expired-password-state .login-modal-description {
      margin-bottom: 20px; }
    .expired-password-state .submit-button {
      display: block;
      margin: 0 auto; }

  .login-modal-divider {
    margin: 30px 40px 0px; }

  .login-modal-subsection {
    overflow: hidden; }
    .login-modal-subsection .login-modal-head {
      margin-bottom: 15px;
      font-size: 14px; }
    .login-modal-subsection .login-modal-description {
      margin-bottom: 20px;
      font-size: 12px; }
    .login-modal-subsection .column {
      width: 45%;
      margin-right: 10%;
      float: left; }
    .login-modal-subsection .last {
      margin-right: 0; }

  .video-layout-wrap {
    overflow: hidden;
    margin: 0 32px 36px 280px; 
	max-width: 1100px;}
    .video-layout-wrap #latest-news-module,
    .video-layout-wrap #video-spotlight-module,
	.video-layout-wrap #emagazine-module	{
      display: inline;
      float: left;
      width: 93%;
      padding-right: 0;
      margin-left: 0; }
    .video-layout-wrap #video-spotlight-module {
      	  margin-left: 15px;
    padding-left: 0; }

    .video-layout-wrap #latest-news-module {
      /* tulio padding-bottom: 0;
      margin-right: 8%; */ }
      .video-layout-wrap #latest-news-module > ul {
        width: 100%; }
        .video-layout-wrap #latest-news-module > ul + ul + .view-all-link {
          margin-left: 100%; }
      .video-layout-wrap #latest-news-module .news-item {
        padding: 0; }

  #footer-links {
    display: inline;
    float: left; }

  .social-links {
    display: inline;
    float: right; }

  .swipe-wrap > div {
    position: relative; }
	/*tulio*/
  .swipe-wrap img {
    margin-top: 0;
    margin-bottom: -10%;}

  .image-slider {
    max-width: 2200px;
    /* 10/7 tulio margin-bottom: 24px; */
    margin-left: auto;
    margin-right: auto; }
    .image-slider .slider-bullets {
      bottom: 30px;
      margin-left: 362px;
      position: relative; }

  .image-slider .overlay-bottom-right {
      bottom: 54px;
      line-height: 1.1;
      right: 44px;
      text-align: right;
      display: inline-block;
      padding: 18px 45px 18px 18px;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      right: 0; }
  .image-slider .overlay-top-right {
      top: 50px;
      line-height: 1.1;
      right: 44px;
      text-align: right;
      display: inline-block;
      padding: 18px 45px 18px 18px;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      right: 0; }
   .image-slider .overlay-bottom-left {
      bottom: 54px;
      line-height: 1.1;
      left: 234px;
      text-align: left;
      display: inline-block;
      padding: 18px 45px 18px 18px;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;}
   .image-slider .overlay-top-left {
      top: 54px;
      line-height: 1.1;
      left: 234px;
      text-align: left;
      display: inline-block;
      padding: 18px 45px 18px 18px;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;}
    .image-slider .overlay-text {
      color: #fff;
      text-transform: uppercase; }
      .image-slider .overlay-text span,
      .image-slider .overlay-text em {
        display: block; }
      .image-slider .overlay-text span {
        font-size: 125%;
        font-weight: normal; }
      .image-slider .overlay-text em {
        font-size: 130%;
        font-style: normal;
        font-weight: bold; }
    .image-slider .overlay-button {
      display: none; }

  #tabs {
    border-bottom: 1px #c5c5c5 solid;
    padding: 0 32px; }

  .cssgradients #tabs {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fbfbfb, #f4f4f4);
    background: -moz-linear-gradient(top, #fbfbfb, #f4f4f4);
    background: -o-linear-gradient(top, #fbfbfb, #f4f4f4);
    background: linear-gradient(top, #fbfbfb, #f4f4f4); }

  .no-cssgradients #tabs {
    background: #e8e8e8 url("../images/sprites-s4255ca54c8.png") 0 -2407px repeat-x; }

  #navigation-heading {
    display: none; }

  .nav__link {
    font-size: 18px;
    line-height: 55px;
    height: 55px;
    position: relative;
    text-align: center;
    z-index: 2;
    margin-bottom: -1px; }
    .nav__link > span {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      background: url("../images/sprites-s4255ca54c8.png") 100% -1851px no-repeat;
      height: 100%;
      position: relative;
      z-index: 1;
      padding-right: 22px; }
    .nav__link a {
      background: url("about:blank");
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2; }
    .touch .nav__link a {
      display: none; }

  .nav__list {
    margin-left: 180px; }

  .nav__item {
    display: inline;
    float: left;
	position: relative;
    width: 25%; }
    .nav__item.logo {
      width: 100px; }
      .nav__item.logo img {
        margin: 5px 0 0 10px;
        width: 135px; }
      .nav__item.logo .nav__link {
        display: inline;
        float: left; }
    .nav__item + .nav__item {
      /* tulio margin-left: 5%; */ }

  .nav__has__subnav.current .nav__link {
    background: #cdebfc;
    height: 54px;
    line-height: 54px; }
  .nav__has__subnav.active .nav__link > span {
    background: url("../images/sprites-s4255ca54c8.png") 100% -1917px no-repeat; }
  .nav__has__subnav.active.current, .nav__has__subnav.active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px 0; }
    .nav__has__subnav.active.current .subnav, .nav__has__subnav.active .subnav {
      display: block;
      background: #0065a4; }
    .nav__has__subnav.active.current .nav__link, .nav__has__subnav.active .nav__link {
      background: #0065a4;
      border: none;
      color: #0065a4;
      color: #fff;
      font-weight: bold;
      height: 55px;
      line-height: 55px;
      margin-bottom: -1px; }
    .touch .nav__has__subnav.active.current .nav__link a, .touch .nav__has__subnav.active .nav__link a {
      display: block; }
    .touch .nav__has__subnav.active.current .view-all, .touch .nav__has__subnav.active .view-all {
      font-weight: bold;
      font-size: 14px; }
    .no-touch .nav__has__subnav.active.current .view-all, .no-touch .nav__has__subnav.active .view-all {
      display: none; }

  .subnav {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 20px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 20px 0;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 20px 0;
    background: #fff;
    left: 0;
    margin-top: 1px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    padding-top: 13px; }
	
	.subnav-toggle-group {
	 display: inline;
	 float: left;
	}
	.subnav-toggle-group > .drawer-ui  {
	  margin-top: 20px;
	}
	.subnav-toggle-group > .drawer-ui + .drawer-ui {
        margin-top: 0; }
	
      .subnav > .drawer-ui + .drawer-ui {
        margin-top: 0; }

  .subnav__toggle {
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-align: right;
    width: 230px;
    z-index: 1;
    color: #fff; }
    .subnav__toggle > span {
      height: 100%;
      padding: 0 32px 0 0;
      position: relative;
      z-index: 1; }
    .touch .subnav__toggle a {
      display: none; }
    .subnav__toggle.active {
      background: url("../images/sprites-s4255ca54c8.png") -1px -1299px no-repeat;
      background-color: #fff;
      margin-right: -2px;
      width: 232px; }
      .subnav__toggle.active > span {
        background: url("../images/sprites-s4255ca54c8.png") 100% -367px no-repeat;
        height: 50px;
        line-height: 50px;
        padding-right: 34px;
        position: relative;
        top: -6px;
        color: #0065a4; }
      .touch .subnav__toggle.active a {
        display: block; }

  .mobile-menu-drawer {
    }

  .subnav__panel {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px 0;
    background: #fff;
    padding: 10% }
	.subnav__panel:after {
	  content: "";
	  display: table;
	  clear: both;
	}
    .subnav__panel.active {
      display: block; }

  .subnav-group-header {
    color: #464646;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 14px;
    margin-right: 15px;
    text-transform: uppercase; }
    .subnav-group-header img {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      margin-bottom: 3px;
      margin-right: 2px;
      vertical-align: bottom; }
    .subnav-group-header .paper,
    .subnav-group-header .magnifying-glass,
    .subnav-group-header .bar,
    .subnav-group-header .tools {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      margin: 0 2px 0 0;
      vertical-align: top; }
    .subnav-group-header .paper {
      background: url("../images/sprites-s4255ca54c8.png") 0 -887px no-repeat;
      height: 13px;
      width: 15px; }
    .subnav-group-header .magnifying-glass {
      background: url("../images/sprites-s4255ca54c8.png") 0 -941px no-repeat;
      height: 12px;
      width: 12px; }
    .subnav-group-header .bar {
      background: url("../images/sprites-s4255ca54c8.png") 0 -2302px no-repeat;
      height: 11px;
      width: 15px; }
    .subnav-group-header .tools {
      background: url("../images/sprites-s4255ca54c8.png") 0 -1237px no-repeat;
      height: 13px;
      width: 13px; }
  .subnav__group {
    display: inline;
    float: left;
    width: 100%; }
    .subnav__group a {
      display: block;
      font-size: 13px;
      line-height: 1.2;
      margin-bottom: 9px;
      margin-right: 15px; }

  .column-4 .subnav__group {
    width: 25%; }

  .no-boxshadow .subnav {
    background: transparent url("../images/background/subnav-panel-shadow.png") no-repeat scroll 224px 8px;
    border: 1px #ccc solid;
    margin-top: 0;
    left: -1px; }

    #utility-dropdowns .drawer-ui {
      display: inline;
      float: right;
      color: #fff;
      font-size: 13px;
      height: 100%;
      margin-right: 30px;
      position: relative; }
      .no-touch #utility-dropdowns .drawer-ui.active .drawer-content {
        display: none; }
      .no-touch #utility-dropdowns .drawer-ui:hover .drawer-toggle {
        position: relative;
        z-index: 9999;
        background: white url("../images/sprites-s4255ca54c8.png") 0 -1362px no-repeat;
        color: #0065a4;
        font-weight: bold; }
        .no-touch #utility-dropdowns .drawer-ui:hover .drawer-toggle > span {
          background: url("../images/sprites-s4255ca54c8.png") 100% -2250px no-repeat; }
      .no-touch #utility-dropdowns .drawer-ui:hover .drawer-content {
        display: block; }
      .touch #utility-dropdowns .drawer-ui.active .drawer-toggle {
        position: relative;
        z-index: 9999;
        background: white url("../images/sprites-s4255ca54c8.png") 0 -1362px no-repeat;
        color: #0065a4;
        font-weight: bold; }
        .touch #utility-dropdowns .drawer-ui.active .drawer-toggle > span {
          background: url("../images/sprites-s4255ca54c8.png") 100% -2250px no-repeat; }
      .touch #utility-dropdowns .drawer-ui.active .drawer-content {
        display: block; }
      #utility-dropdowns .drawer-ui + .drawer-ui {
        margin-right: 0; }
    #utility-dropdowns .drawer-toggle {
      font-size: 11px;
      height: 100%;
      padding: 3px 12px 1px; }
      #utility-dropdowns .drawer-toggle > span {
        background: url("../images/sprites-s4255ca54c8.png") 100% -2236px no-repeat;
        padding: 2px 14px 0 0; }
    #utility-dropdowns .drawer-content {
      -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
      box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
      background: #fff;
      font-size: 12px;
      margin: -1px 0 0;
      min-width: 100%;
      padding: 0 15px;
      position: absolute;
      right: 0;
      top: 100%; }
      #utility-dropdowns .drawer-content > a {
        border-bottom: 1px #e3e3e3 solid;
        display: block;
        padding: 8px 0 7px;
        white-space: nowrap; }
        #utility-dropdowns .drawer-content > a:link, #utility-dropdowns .drawer-content > a:visited, #utility-dropdowns .drawer-content > a:active, #utility-dropdowns .drawer-content > a:focus, #utility-dropdowns .drawer-content > a:hover {
          color: #0065a4; }

    #session_nav:after {
      content: "";
      display: table;
      clear: both; }

  #utility-links {
    display: inline;
    float: left;
    font-size: 13px;
    margin: 5px 0 0 30px; }
    #utility-links li {
      display: inline;
      float: left;
      padding: 0 10px; }
      #utility-links li + li {
        border-left: 1px #2c73a0 solid; }
#utility-dropdowns.corp-options a {
    color: #FFFFFF;
    font-size: 11px;
    padding: 0 4px;}
.corp-options .drawer-ui {
    padding-top: 4px;}
#utility-dropdowns #account-menu > a {
    padding: 8px 0 7px;}
  .no-boxshadow #session_nav .drawer-ui.active .drawer-toggle, .no-boxshadow #session_nav .drawer-ui:hover .drawer-toggle {
    border-right: 1px #ccc solid; }
  .no-boxshadow #session_nav .drawer-content {
    border: 1px #ccc solid; }

  #latest-news-module {
    margin-left: 410px;
    overflow: hidden;
    padding: 0 32px 32px 0; }
    #latest-news-module > ul {
      display: inline;
      float: left;
      width: 50%; }
      #latest-news-module > ul + ul + .view-all-link {
        margin-left: 50%; }
    #latest-news-module .module-header, #emagazine-module .module-header {
      background: url("../images/sprites-s4255ca54c8.png") 0 -1125px no-repeat;
      border-bottom: 1px #ccc solid;
      color: #464646;
      font-size: 20px;
      margin: 0 0 13px;
      padding: 0 0 9px 30px; }
    #latest-news-module .news-item {
      font-size: 14px;
      padding: 0 80px 0 0; }
      #latest-news-module .news-item + .news-item {
        margin: 15px 0 0; }
    #latest-news-module .view-all-link {
      display: none;
      float: left;
      clear: both;
      font-size: 14px;
      margin-top: 15px;
      white-space: nowrap; }
      #latest-news-module .view-all-link span {
        display: block; }


  #video-spotlight-module .module-header {
    background: url("../images/sprites-s4255ca54c8.png") 0 -1544px no-repeat;
    border-bottom: 1px #ccc solid;
    color: #464646;
    font-size: 20px;
    margin: 0 0 13px;
    padding: 0 0 9px 30px; }
  #message-bar {
    display: none; }
    #message-bar .menu-button {
      display: none; }
    #message-bar .drawer-content.alt-version {
      padding-bottom: 0px; }
      #message-bar .drawer-content.alt-version .message {
        margin: 0 115px 16px 0; }

  #message-bar-toggle {
    background: url("../images/sprites-s4255ca54c8.png") 0 0 no-repeat;
    color: #005f9b;
    font-size: 10px;
    height: 31px;
    padding: 6px 0 0;
    text-transform: uppercase;
    width: 218px; }
  #message-bar-bottom {
    height: 9px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%; }

  #mobile-logo {
    display: none; }

  #message-bar-toggle {
    display: inline;
    float: right; }

  #message-count {
    font-size: 14px;
    margin-right: 8px; }

  #message-bar-bottom-left {
    background: url("../images/sprites-s4255ca54c8.png") 0 -2353px no-repeat;
    background-repeat: repeat-x;
    height: 100%;
    margin-right: 248px; }
  #message-bar-bottom-right {
    display: inline;
    float: right;
    background: url("../images/sprites-s4255ca54c8.png") 0 -2353px no-repeat;
    background-repeat: repeat-x;
    height: 100%;
    width: 30px; }
  #quick-links-module {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px 0;
    border: 5px #f2f2f2 solid;
	padding: 2px;
    /* tulio 10/7 left: 0;
    position: absolute;
    top: 0; */
    width: 226px; }

  #quick-links-inner {
    background: #f9f9f9;
    border: 1px #f2f2f2 solid;
    padding: 7px 0 0; }
    #quick-links-inner .quick-link {
      font-size: 14px;
      position: relative; }
    #quick-links-inner .module-header {
      background: transparent url("../images/background/dark-spade-pattern.png") repeat scroll right top;
      font-size: 20px;
      margin: -15px -10px 3px;
      padding: 9px 30px 8px;
      position: relative; }
      #quick-links-inner .module-header .left-corner,
      #quick-links-inner .module-header .right-corner {
        background: #000;
        height: 12px;
        position: absolute;
        top: 100%;
        width: 12px; }
      #quick-links-inner .module-header .left-corner {
        background: url("../images/sprites-s4255ca54c8.png") 0 -2222px;
        left: 0; }
      #quick-links-inner .module-header .right-corner {
        background: url("../images/sprites-s4255ca54c8.png") 0 -2078px;
        right: 0; }
    #quick-links-inner .section-header {
      font-size: 12px; }
    #quick-links-inner .section-header-inner {
      padding-left: 33px; }
    #quick-links-inner .paper .section-header-inner {
      background: url("../images/sprites-s4255ca54c8.png") 11px -880px no-repeat; }
    #quick-links-inner .magnifying-glass .section-header-inner {
      background: url("../images/sprites-s4255ca54c8.png") 11px -562px no-repeat; }
    #quick-links-inner .bar .section-header-inner {
      background: url("../images/sprites-s4255ca54c8.png") 11px -2294px no-repeat; }
  .landing-header {
    position: relative; }

  .header-graphic {
    overflow: hidden; }
    .header-graphic > img {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
      width: 100%; }

  .landing-head-wrap {
    position: absolute;
    bottom: -23px;
    display: inline-block; }

  .no-boxshadow .landing-head-wrap {
    bottom: -40px; }
  .no-boxshadow .landing-head-shadow {
    height: 60px;
    padding: 10px;
    padding-left: 0;
    background: transparent url("../images/background/landing-head-shadow.png") no-repeat scroll right bottom; }

  .landing-head {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #333;
    padding: 18px 45px 18px 327px;
    background-color: #333;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: bold; }

  #landing-nav {
    display: inline;
    float: left;
    position: absolute;
    top: 100px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .boxshadow #landing-nav {
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 24px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 24px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 24px 0; }

  .no-boxshadow #landing-nav-shadow-bottom {
    background: transparent url("../images/background/landing-nav-shadow.png") no-repeat scroll right bottom;
    margin-right: -20px;
    margin-bottom: -28px;
    padding-bottom: 20px; }
  .no-boxshadow #landing-nav-shadow-top {
    background: transparent url("../images/background/landing-nav-shadow.png") no-repeat scroll left top;
    padding-right: 20px;
    padding-top: 20px; }

  #landing-nav-inner-wrap {
    width: 252px;
    padding: 2px 2px 2px 0;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    background: #fff; }

  #landing-nav-inner {
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 1px; }

  .landing-nav-accordion > .drawer-toggle {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f9f9), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    background: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
    background: -o-linear-gradient(top, #f9f9f9, #ebebeb);
    background: linear-gradient(top, #f9f9f9, #ebebeb);
    border-bottom: 1px #fff solid;
    display: block;
    font-size: 0;
    padding: 0 28px 0 33px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    .landing-nav-accordion > .drawer-toggle > span {
      display: block; }
    .landing-nav-accordion > .drawer-toggle .text {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      color: #005F9B;
      font-size: 15px;
      font-weight: bold;
      vertical-align: middle;
      width: 100%; }
    .landing-nav-accordion > .drawer-toggle .arrow {
      background: url("../images/sprites-s4255ca54c8.png") -2110px -1291px no-repeat;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      height: 45px;
      margin: 0 -30px 0 10px;
      vertical-align: middle;
      width: 7px; }
  .landing-nav-accordion + .landing-nav-accordion > .drawer-toggle {
    border-top: 1px #d2d2d2 solid; }
  .landing-nav-accordion.active {
    border-bottom: 1px #ddd solid; }
    .landing-nav-accordion.active > .drawer-toggle .arrow {
      background: url("../images/sprites-s4255ca54c8.png") -2050px -1428px no-repeat;
      margin-left: 6px;
      width: 13px; }
    .landing-nav-accordion.active + .landing-nav-accordion > .drawer-toggle {
      border-top: 1px #fff solid; }

  .landing-subnav-accordion > .drawer-toggle {
    background: #fff;
    border-top: 1px #ddd solid;
    display: block;
    padding: 0 10px 0 66px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    .landing-subnav-accordion > .drawer-toggle > span {
      display: block; }
    .landing-subnav-accordion > .drawer-toggle .text {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      color: #333;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      vertical-align: middle;
      width: 100%; }
    .landing-subnav-accordion > .drawer-toggle .arrow {
      background: url("../images/sprites-s4255ca54c8.png") -212px -1988px no-repeat;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      height: 50px;
      margin: 0 10px 0 -28px;
      vertical-align: middle;
      width: 6px; }
  .landing-subnav-accordion > .drawer-content {
    background: #fff; }
  .landing-subnav-accordion + .landing-subnav-accordion > .drawer-toggle {
    border-top: 1px #fff solid; }
  .landing-subnav-accordion.active > .drawer-toggle .arrow {
    background: url("../images/sprites-s4255ca54c8.png") -206px -1695px no-repeat;
    margin-left: -34px;
    width: 12px; }
  .no-cssgradients .landing-nav-accordion > .drawer-toggle {
    background: #e8e8e8 url("../images/sprites-s4255ca54c8.png") 0 -3024px repeat-x; }

  a.landing-subnav-link {
    color: #0065a4;
    display: block;
    font-size: 14px;
    padding: 8px 13px 7px 66px; }
    a.landing-subnav-link:hover {
      background: #0065a4;
      color: #fff; }
    a.landing-subnav-link.current {
    color: #000000;
    cursor: text;}
    a.landing-subnav-link.current:hover {
      background: none;
      }

  #back-top {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0;
    background: #fff;
    border-color: #005f9b;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    left: 63px;
    padding: 1px;
    position: fixed;
    outline: none;
    text-transform: uppercase;
    top: 60px; }
    #back-top .text {
      background: #005f9b;
      display: block;
      padding: 8px 56px 7px 28px; }
    #back-top .arrow {
      background: url("../images/sprites-s4255ca54c8.png") 0 -1597px no-repeat;
      height: 12px;
      margin-top: -6px;
      position: absolute;
      right: 36px;
      top: 50%;
      width: 14px; }
    #back-top.active {
      opacity: 1; }

  #landing-main {
    max-width: 900px;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-left: 280px;
    margin-right: 40px; }

  #landing-layout {
    position: relative;}

  .content-module-inner .link-list li {
    line-height: 1.2;
    margin-bottom: 8px; }
  .content-module-inner .module-descriptions {
    margin-bottom: 14px; 
    padding-top: 10px;}
  .content-module-inner .subsection-head {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold; }

  .content-module {
    margin-bottom: 9px; }

  .launch-app {
    background: #fff;
    border-color: #005f9b;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    display: block;
    position: absolute;
    padding: 1px;
    right: 15px;
    top: -30px; }
    .launch-app .text {
      background: #005f9b;
      display: block;
      color: #fff;
      padding: 4px 10px; }

  .content-module > .drawer-toggle,
  .content-module-group > .drawer-toggle {
    cursor: auto;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .content-module > .drawer-content,
  .content-module-group > .drawer-content {
    display: block; }
  .content-module > .module-header > a,
  .content-module-group > .module-header > a {
    display: none; }

  .subcontent-module + .subcontent-module {
    margin-top: 18px; }

  .content-module,
  .subcontent-module {
    font-size: 0;
    background-color: #fff; }
    .content-module > .module-header,
    .subcontent-module > .module-header {
      margin-bottom: 3px;
      font-size: 18px;
      font-weight: bold;
      padding: 15px 20px 0; }
    .subcontent-module > .content-module-inner {
      position: relative;
      padding: 0 20px 15px;
      margin-bottom: -13px; }
    .content-module .module-descriptions,
    .subcontent-module .module-descriptions {
      font-size: 14px; }
    .content-module .subsection-wrap,
    .subcontent-module .subsection-wrap {
      overflow: hidden;
      margin-bottom: 10px; }
    .content-module .subsection,
    .subcontent-module .subsection {
      float: left;
      width: 30%; }
      .content-module .subsection + .subsection,
      .subcontent-module .subsection + .subsection {
        margin-left: 4.5%; }

  .launch .content-module-inner {
    padding: 18px 20px 15px; }

  .content-module-divider {
    border-color: #eee transparent #fff transparent;
    border-style: solid;
    border-width: 1px 0;
    margin-bottom: 9px; }

  .application-container .module-header {
    display: inline-block;
    position: relative;
    padding-right: 100px; }
    .application-container .module-header .arrow {
      display: none; }

  .content-module-group > .module-header {
    font-size: 20px;
    margin-bottom: 2px; }
  .content-module-group > .module-descriptions {
    color: #555555;
    font-size: 14px; }
  .content-module-group .content-module-wrap {
    border-bottom: none;
    margin-bottom: 10px; }
  .content-module-group > .content-module-inner > .module-descriptions {
    margin-bottom: 20px; }
  .content-module-group + .content-module-divider {
    margin-top: 9px; } }
    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
      .nav__link > span {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 100% -974px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
    .nav__has__subnav.active .nav__link > span {
      background-image: url("../images/retina-sprites.png");
      background-size: 222px 1377px;
      background-position: 100% -1010px; } }
    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
      .subnav__toggle.active {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: -1px -717px; } }
    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
      .subnav-group-header .paper {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 0 -552px; } }
    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
      .subnav-group-header .magnifying-glass {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 0 -686px; } }
    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
      .subnav-group-header .bar {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 0 -1233px; } }
    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
      .subnav-group-header .tools {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 0 -642px; } }

        @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
          .no-touch #utility-dropdowns .drawer-ui:hover .drawer-toggle > span {
            background-image: url("../images/retina-sprites.png");
            background-size: 222px 1377px;
            background-position: 100% -1275px; } }
        @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
          .touch #utility-dropdowns .drawer-ui.active .drawer-toggle > span {
            background-image: url("../images/retina-sprites.png");
            background-size: 222px 1377px;
            background-position: 100% -1275px; } }
      @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
        #utility-dropdowns .drawer-toggle > span {
          background-image: url("../images/retina-sprites.png");
          background-size: 222px 1377px;
          background-position: 100% -1266px; } }
    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
      #latest-news-module .module-header {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 0 -115px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
    #video-spotlight-module .module-header {
      background-image: url("../images/retina-sprites.png");
      background-size: 222px 1377px;
      background-position: 0 -883px; } }

  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
    #message-bar-toggle {
      background-image: url("../images/retina-sprites.png");
      background-size: 222px 1377px;
      background-position: 0 0; } }

  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
    #message-bar-bottom-left {
      background-image: url("../images/retina-sprites.png");
      background-size: 222px 1377px;
      background-position: 0 -1368px; } }

  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
    #message-bar-bottom-right {
      background-image: url("../images/retina-sprites.png");
      background-size: 222px 1377px;
      background-position: 0 -1368px; } }

    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
      #quick-links-inner .paper .section-header-inner {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 11px -545px; } }
    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
      #quick-links-inner .magnifying-glass .section-header-inner {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 11px -418px; } }
    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
      #quick-links-inner .bar .section-header-inner {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 11px -1225px; } }

    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
      .landing-nav-accordion > .drawer-toggle .arrow {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: -211px -709px; } }
    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
      .landing-nav-accordion.active > .drawer-toggle .arrow {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 0 -798px; } }
    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
      .landing-subnav-accordion > .drawer-toggle .arrow {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: -212px -1051px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
    .landing-subnav-accordion.active > .drawer-toggle .arrow {
      background-image: url("../images/retina-sprites.png");
      background-size: 222px 1377px;
      background-position: -206px -939px; } }

    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 2) {
      #back-top .arrow {
        background-image: url("../images/retina-sprites.png");
        background-size: 222px 1377px;
        background-position: 0 -223px; } }
		
/* new chubb */
form.login-form .field-label span {
    color: #CC0000;
    font-style: italic;
    font-weight: normal;
    padding-left: 3px;
    display:none;}
form.login-form .field-label span.active {
   display:inline;}
#conf-msg{
	text-align:center;
	margin:30px 0;
	display:none}
.pad {
	padding:2% 4%}
.gral-page {
	position: relative;bottom: 0;margin: 20px 0;}
.landing-gral-pg { 
	padding-left: 95px}
#pg-content {
	margin: 0 45px 25px;}
#pg-content.v-two {
    margin-right: 25px;}
#products-module{
 height: auto;
 background: none repeat scroll 0 0 #242424;
 margin-bottom: 1.66%;
 padding: 1% 0;}
 
 /*sammie */
    #products-module .mobile-options{
        display:none;}
  .products-layout-wrap {
    margin: 0 0 0 280px;
    max-width: 1100px;
    overflow: hidden;}
    #products-module .mobile-header {
        display: none;}
  .film-strip-description {
   padding-top:2%}
    .film-strip-description.active {
	padding-top: 0;}
  .film-strip-description.active a{
	cursor: text;}
    .film-strip-description.active div{
	display: block;}
   .film-strip-description div{
	display: none;}
	.film-strip-description.active img{
	display: none;}
	.film-strip-description img{
	display: inline;}
  .film-strip-description .lk{
   color:  #0065A4;
   font-size: 20px;
   font-weight: 600;
   text-transform:uppercase;
 }
 .film-strip-description.active .lk{
   color: #ffffff;
 }
  .film-strip-description.active .tx{
   line-height: 21px;
   color: #ffffff;
   font-size: 14px;
 }
 #film-strip .item{
	padding: 0 3%;
	text-align: center;
 }
 #film-strip  .item img{
	width: 100%;
	/*border: 1px solid #ffffff; */
 }
  #film-strip  .item .name{
	font-size: 90%;
	display:block;
	overflow: visible;
	color: #fff;
	font-weight: 600;
 }
 #film-strip .arrow{
    margin-top: 90%;
    text-align: center;
    vertical-align: middle; }
 /*.no-touch #utility-dropdowns .drawer-ui.active .drawer-content {
        display: none; }*/
	.col-1-6-sides {
    height: 100%;
    width: 7.4%;
}
.col-1-6-center {
    height: 100%;
    width: 21.3%;
}
.banner-module {
    margin-left: 0;
    margin-right: 0;
	position: relative;
	padding: 10px 0 0;}
.banner-module ul.wrapped-buttons {
    left: 0;}
.banner-module ul.wrapped-buttons {
    font-size: 1.3em;
    line-height: 150%;
    margin: 0;
    /* tulio max-width: 200px;  */
    position: absolute;
    text-align: center;
    /* tulio top: 0px;  */
    z-index: 9;}
.banner-module ul.wrapped-buttons li {
    float: none;
    margin: 5px 0 0 20px;
    position: relative;
    vertical-align: top;}
.banner-module ul.wrapped-buttons li {
    display: inline-block;
    float: none;
    margin: 0 0.83em;}
.banner-module ul.wrapped-buttons li {
    margin: 0 0 2px !important;}
.banner-module ul.wrapped-buttons li {
    display: inline-block;
    float: right;
    margin: 0 0 1px;}
.banner-module ul.wrapped-buttons .btn {
    border: 0 none;
    padding: 1.1em 1em;
	min-width: 0;
    width: 212px;
	font-size: 14.5px;
    position: relative;
    text-align: left;}
.bg-gradient-darkblue {
    background: linear-gradient(to bottom, #0582B7 0px, #0478AF 29%, #025C98 85%, #035995 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top,#0582B7 0,#0478AF 29%,#025C98 85%,#035995 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0582B7),color-stop(29%,#0478AF),color-stop(85%,#025C98),color-stop(100%,#035995));
    background: -webkit-linear-gradient(top,#0582B7 0,#0478AF 29%,#025C98 85%,#035995 100%);
    background: -o-linear-gradient(top,#0582B7 0,#0478AF 29%,#025C98 85%,#035995 100%);
    background: -ms-linear-gradient(top,#0582B7 0,#0478AF 29%,#025C98 85%,#035995 100%);}
.bg-gradient-darkblue:hover {
    /*background: linear-gradient(to bottom, #1F8EBE 0px, #1D84B5 32%, #1C71A6 74%, #1D6A9E 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); */
background: -moz-linear-gradient(top,#1f8ebe 0,#1d84b5 32%,#1c71a6 74%,#1d6a9e 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1f8ebe),color-stop(32%,#1d84b5),color-stop(74%,#1c71a6),color-stop(100%,#1d6a9e));
background: -webkit-linear-gradient(top,#1f8ebe 0,#1d84b5 32%,#1c71a6 74%,#1d6a9e 100%);
background: -o-linear-gradient(top,#1f8ebe 0,#1d84b5 32%,#1c71a6 74%,#1d6a9e 100%);
background: -ms-linear-gradient(top,#1f8ebe 0,#1d84b5 32%,#1c71a6 74%,#1d6a9e 100%);
background: linear-gradient(to bottom,#1f8ebe 0,#1d84b5 32%,#1c71a6 74%,#1d6a9e 100%);}
.btn {
    border-radius: 0 0 0 0;}
.btn, .btn-round {
    background-color: #CCCCCC;
    color: #FFFFFF;
    display: inline-block;
    height: auto;
    line-height: 100%;
    padding: 0.5em 1em;
    position: relative;}
#home-left-content {
	position: absolute;
    top: 0;}
#side-buttons a {
  color: #ffffff;
  font-weight: bold;}
.video-description{
	color: #555555;
	font-size: 14px;}
.video-content.modified {
    padding: 0 35px 15px 10px;}
.view-all span {
    background: url("../images/sprites-s4255ca54c8.png") 100% -1513px no-repeat;
    padding-right: 13px; }
.view-all {
	display: inline;
    color: #005F9B;
	font-size: 14px;
    white-space: nowrap;}
.col-1-2.tar {
    text-align: right;}
/* products template */
.content-block{
background-color: #FFFFFF;
border: 3px double #DDDDDD;}
.content-block .module-header{
	font-size: 18px;
    font-weight: 700;
    padding: 15px 20px 0;}
.content-block .module-body{
	color: #555555;
	font-size: 14px;
	margin-bottom: 14px;
	padding: 0 20px 5px;
    position: relative;}
.content-block .module-body .subtitle{
	font-weight: bold;
	font-size: 16px;}
.module-body .module-links a {
	display:block;
	padding-bottom: 5px;}
.landing-nav-accordion.drawer-ui.current a{
    cursor: text;}
.landing-nav-accordion.drawer-ui.current .text {
    color: #333333;}
.landing-nav-accordion.drawer-ui.current .arrow {
    visibility: hidden;}
.landing-nav-accordion.drawer-ui.current .text {
    color: #333333;}
/* tips  */
#tips {
 width:auto;
 margin: 20px 0;}
#tips .tips-module-header{
    background-color: #F0AB00;
    color: #333;
    font-size: 13pt;
    padding: 10px;
    width:200px;
    margin-bottom: 10px;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.3);}
#tips .tip-description{
    font-size: 14px;
    color: #555;}
.related-services {
    margin-top: 20px;}
.related-services select{
 padding: 5px;
 width: 200px;}
/* landing-page video  */
.video-content{
padding:0 0 20px 10px;}
.video-content .title, .video-content .video-description{
    line-height:19px;
    padding:0 0 10px 10px;}
/* interest list  */
#interest-list-module {
	display: none;
    border: 5px solid #F2F2F2;
    margin: 0 0 0 10px;
    padding: 2px;
    width: 90%;
	background: none repeat scroll 0 0 #FFFFFF;
    margin:0 0 0 10px;}
#interest-list-inner {
    background: none repeat scroll 0 0 #EDF8FE;
    border: 1px solid #F2F2F2;}
#interest-list-inner .module-header {
    background: url("../images/background/dark-spade-pattern.png") repeat scroll right top rgba(0, 0, 0, 0);
    font-size: 18px;
    padding: 8px 30px 8px;
    margin: -6px -7px 0 -7px;
    position: relative;
	color: #FFFFFF;}
#interest-list-inner .items > ul {
    margin: 0;
    padding: 10px 10px 10px 20px;
    list-style: none outside none;}
#interest-list-inner .items span {
    float: right;
    font-size: 14px;}
#interest-list-inner .items li {
    font-size: 14px;
    padding: 4px;
    border-bottom: 1px solid #E5EBF0;}
.common-button {
    -moz-box-sizing: border-box;
    background: -moz-linear-gradient(top,#0582B7 0,#0478AF 29%,#025C98 85%,#035995 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0582B7),color-stop(29%,#0478AF),color-stop(85%,#025C98),color-stop(100%,#035995));
    background: -webkit-linear-gradient(top,#0582B7 0,#0478AF 29%,#025C98 85%,#035995 100%);
    background: -o-linear-gradient(top,#0582B7 0,#0478AF 29%,#025C98 85%,#035995 100%);
    background: -ms-linear-gradient(top,#0582B7 0,#0478AF 29%,#025C98 85%,#035995 100%);
    background: linear-gradient(to bottom,#0582B7 0,#0478AF 29%,#025C98 85%,#035995 100%);
    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.35) inset;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 2px;
    width: 100%;}
#interest-list-inner .share{
    margin: 15px;}
/* landing page find-agent button  */
.banner-module.landing-page {
    padding: 0;}
#find-agent.landing-page {
    padding-top:40px;
    margin-top:20px;}
#find-agent.landing-page a {
    width: 225px}
/* share interest list button */
.share.list {
    text-align: right;
    margin-bottom: 15px;}
.share.list input {
    width: 180px;}
.not-rwd-col-1-2{
  width: 50%;
  float: left;}
/* new landing-page type:2 */
a.landing-jump-link {
    color: #0065A4;
    display: block;
    font-size: 14px;
    padding: 2px 0;}
.landing-jump-links {
    padding: 0 0 20px 33px;}
.module-descriptions > ul {
    margin-bottom: 0;
    margin-left: 5%;}
.content-module .subsection-head.list-section {
    color: #3D3C3C;
    margin-top: 15px;}
.module-descriptions .item{
    padding: 7px 0;}
/* breadcrumbs  */
#bread {
 color: #ccc;
 padding: 3px;
 margin-bottom: 15px;
 position: relative;}
#bread ul {
 margin-left: 0;
 padding-left: 0;
 display: inline;
 border: none;} 
#bread ul li {
 margin-left: 0;
 border: none;
 list-style: none;
 display: inline;
 font-size: 16px;
 font-weight: 700;}
#bread ul li.current{
    color: #5A5555;
    font-weight: 700;}
#bread ul li > span {
   color: #ccc;
   font-size: 2em;
   font-weight:600;
   padding-right: 5px;}
#bread .current .arrow {
    color: #CCCCCC;}
#bread ul li > span.arrow {
    padding: 10px;}
#bread ul li.current > span {
   color: #E69138;
   font-size: 2em;}
#bread div {
    display: inline;
    position: absolute;
    top: 10px;}
.form-section-header {
    margin-bottom: 15px;
    font-size: 24px;}
.form-section-divider {
    margin: 30px 0;}
.form-section-description {
    padding-bottom: 10px;
	color: #555555;}
.form-outline {
    background-color: #F8F8F8;
    margin: 20px 0;
    padding: 5%;}
.form-inner #or {
    margin: 0 0 10px 30px;}
.pad-bottom-10 {
    padding-bottom: 10px;}
/* new 11/12/13 */
#entered-policies {
    background-color: #FFFFFF;
    padding: 1%;
    margin-bottom: 10px;}
.data-table .table-header {
    font-size: 13px;
    margin-bottom: 10px;}
#responsive table {
    width: 100%;
    margin-bottom: 0;}
#responsive td, #responsive th {
    text-align: left;
    white-space: nowrap;
    padding: 4px 5px;
}
#responsive th {
    font-size: 13px;
    /*background-color: #FEFEC5; */
    background: url("../images/bg-top.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C1C1C1;
    border-top: 1px solid #C1C1C1;}
form.login-form .field-wrap.checkbox {
    margin-left: 0px;}
.field-right-label {
    padding-left: 5px;
	font-size: 14px;
    padding-left: 5px;}
.cornerstone-area {
    background-color: #FFFFFF;
    border: 1px solid #C4C4C4;
    margin: 0 40px 40px 20px;
    padding: 10px;
    color: #555555;
    font-size: 14px;}
.cornerstone-area .logo {
    text-align: center;}
.cornerstone-area img {
    width: 50%;}
.cornerstone-img {
    display: none;}
.cornerstone-img.active {
    display: block;
    text-align: right;
    padding-right: 10px;}
.data-details {
    margin: 0 0 10px 10px;}
.data-details .bold > span {
    font-weight: 600;}
.data-divisor {
    border-top: 1px dotted #C1B9B9;
    padding: 8px 0;}
.field-label h5 {
    margin-bottom: 0;}
.hide { display: none}
.video-nav-controls{
    text-align: center;
	display:none;}
.login-form  ul {
    list-style: none outside none;
    margin: 0 0 15px 5px;
	color: #C20000;
	font-size: 14px;}
#video-spotlight-module.video-mod {
    display: none;
    position: relative;}
#video-spotlight-module #video-thumb-wrap img.hidden {
    display: none;}
#video-spotlight-module #video-thumb-wrap img.active {
    display: block;}
#interest-list-module.active {
    display: block;}
#video-descriptions .hidden {
display: none;}
#video-descriptions .active {
display: block;}
.subtitle .text {
    color: #858585;}
.share.list img {
    vertical-align: middle;}
.share.list #add-button, .share.list #confirmation {
    display: none;}
.disclaimer {
    padding: 15px 0 0 0;}
.disclaimer .label {
    font-weight: 600;}
.stand-alone-img{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #F2F2F2;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 2px;}
.stand-alone-img-wrapper {
    border: 1px solid #F2F2F2;
    font-size: 0;
    line-height: 1;
    position: relative;}
.stand-alone-img-wrapper img {
    width: 100%;}
.share.list input {
    height: 30px;
    padding: 0;
    width: 140px;}
.landing-jump-link > span {
    font-size: 16px;
	padding-right: 5px;}
.print-widget {
    color: #C4C4C4;
    position: absolute;
    right: 25px;
    top: -30px;}
.print-widget img {
    padding-right: 6px;
    vertical-align: middle;}
.login-modal-head > span {
    color: #DB7D06;
    font-size: 120%;}
.login-modal-header h3 {
    color: #939292;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    padding: 0 0 15px;}
.content-block .module-body.opt-2 {
    padding: 15px;}
.opt-2 .login-modal-head > span {
    color: #5B5B5B;}
.opt-2 .module-links {
    padding: 10px 0 0;}
.opt-2 .login-modal-divider {
    margin: 15px 10px;}
.page-content-desc {
    color: #555555;
    font-size: 14px;
    padding: 0 0 10px;}
.home-interest-list {
	border: 5px solid #F2F2F2;
	padding:1px;
	width: 80%;
	margin-left: 35px;}
.home-interest-list-title{
  background:url('../images/background/dark-spade-pattern.png') repeat scroll right top rgba(0, 0, 0, 0);color:#fff;padding:8px 30px}
 .home-interest-list-body{
 background:none repeat scroll 0 0 #EDF8FE;border:1px solid #F2F2F2}
.page-not-found-body > div {
    padding: 10px 0;}
.radio-label {
    color: #555555;
    font-size: 14px;
    padding: 0 0 5px 3px;}
.login-modal-divider.modal {
    margin: 0 0 15px;}
.find-agent-modal-wrap  {
    height: 450px;}
.find-agent-modal-wrap table {
    margin-bottom: 0;}
.form-inner #scroll_div {
    border: 1px solid #B6B6B6;
    height: 200px;
    overflow-y: auto;
    padding: 5px;}

/* find-an-agent-corp */
#corporate-area-search, #corporate-area-results, #pl-cornerstone-text, #comm-cornerstone-text, 
#corporate-area-contact, #contact-agt-img img,#corp-area-conf-msg{
    display: none;}
#corporate-area-search.active, #corporate-area-results.active, #corporate-area-contact.active, #corp-area-conf-msg.active{
    display: block;}
#corporate-area-results.active {
	 overflow-y: auto;
    height: 410px;
}
#data-search-results {
	width: 95%;}
#contact-agt-img.active img {
    display: block;
    padding-right: 20px;}
.data-agent-details {
    border-bottom: 1px dotted #D3D3D3;
    padding: 5px 0;
	position: relative;}
.data-agent-details > img {
     position: absolute;
    right: 30px;
    top: 10px;}
#corporate-area-results p {
	color: #555555;
    font-size: 14px;
    margin-bottom: 10px;}
#pl-cornerstone-text.active, #comm-cornerstone-text.active {
	display: block;}
#pl-cornerstone-text.active img, #comm-cornerstone-text.active img {
	float: left;
	padding-right: 20px;}
.corp-agt-title {
	width:90%;
	padding-bottom:10px}
.agt-addl-info {
    padding-left: 30px;}
.agt-addl-info .body {
    border-left: 1px solid #CBCBCB;
    height: 270px;
    padding-left: 30px;}
.agt-addl-info .body h3 {
    font-size: 14px;
    margin-bottom: 10px;}
.agt-addl-info .body .description {
    font-size: 14px;
	color: #555;}
.agt-addl-info .body .video-link {
    font-size: 14px;
    padding: 7px 0;}
 #corp-contact-agent #interest-list-indicator {
    margin-bottom: 0;}
#corp-area-conf-msg .body {
    padding-top: 50px;
    text-align: center;}
#corp-area-conf-msg .body h3 {
    color: #DB7D06;
    font-size: 120%;}
#corp-area-conf-msg .body .action-wrap {
    padding-left: 46%;}
a.agt-link {
    padding-left: 5px;}
.placeholder-fallback {
	display:none;}
.lt-ie10 .placeholder-fallback{
	display:none;}
#login-msg {
    color: #DF2020;
    font-size: 14px;
    line-height: 120%;
    padding: 0 5px 8px 0;}
#login-button > img {
    padding-right: 10px;
    vertical-align: middle;}
a.mobile-items {
    display: block;
	padding: 10px 0;}
#mobile-agent-section {
    display: none;}
.login-modal-description > ul {
    margin-left: 15px;}
.login-modal-description li {
    padding: 2px 0;}
.login-modal-description.standard a {
    padding: 0;}
#video-controls img {
    vertical-align: middle;}
#video-controls #tracker {
	visibility: hidden;
    color: #4D4D4D;
    padding: 0 10px;}
/* new css for login page  */
#login-container {
    font-size: 15px;
    padding: 10px;}
#login-container .module-header {
    font-size: 18px;}
.login-page-modules .module h2 {
    border-bottom: 1px solid #DEDEDE;
    color: #4E4E4E;
    font-size: 16px;
	margin-bottom: 10px;}
.login-page-modules ul {
    list-style: none outside none;}
.login-page-modules .module {
    margin-bottom: 20px;
    width: 50%;}
.module .login-links li {
    padding: 3px 0;}
.login-page-messages #login-msg {
    font-size: 20px;
    padding: 0}
#login-container .csp-login-form {
    min-height: 156px;}
.login-page-messages #login-msg.active {
    padding: 10px 0 20px;}
.csp-login-form .grid.disabled {
    display: none;}
#login-container #quick-links-module{
  margin-bottom:20px;}
.no-cssgradients #login-button {
	background: #0369A3; }

/*****GL BRANDING CHANGES*****/
#footer {
    background-color: #4c4e53;
    color: #fff;
    position: relative;}
#footer-content{
	padding: 13px 0;
	font-size: 14px;}
.footer-header {
    font-size: 32px;
    font-weight: normal;
    margin: 22px 0 0 0;
    padding-left: 10px;}
#footer-content p {
    color: #afafaf;
    display: inline-block;
    padding: 0 18px 0 10px;
    margin: 10px 0 29px 0;}
#footer-content a {
    color: #afafaf;
    display: inline-block;
    padding-right: 18px;
    text-decoration: underline;}
#session_nav .logo {
    margin-top: 70px;
    margin-left: 10px;}
#session_nav h2 {
    font-size: 26px;
    color: #FFFFFF;
    text-align: right;
    padding-right: 10px;
    font-weight: normal;}
#utility-dropdowns {
    padding: 22px 6px 16px;
    text-align: right;}
#utility-dropdowns.corp-options a {
    color: #FFFFFF;
    font-size: 14px;
    padding: 0 4px;
    font-weight: normal;}  
#session_nav, #footer-content, #main-content-wrapper {
	max-width: 1200px;
	margin: 0 auto;}
#session_nav {
	height: 130px;}
#navigation-wrap {
    background: #150f96;}
.login-container {
    border-color: #ffb617 #cccccc #cccccc;
    border-style: solid;
    border-width: 4px 1px 1px;
    margin-left: 14%;
    padding: 20px 5%;
    width: 73%;
    min-height: 256px;}
.login-container .fields {
    padding: 6px 0;
    color: #555555;
    font-size: 16px;}
.login-container label {
    color: #5f5f5f;
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 0;}
.login-container .login-input-text {
    border: 1px solid #ccced2;
    padding: 6px;
    width: 100%;}
.login-container #password.login-input-text {
    font-family: Georgia;}
.login-container .links {
    padding-top: 20px;}
.login-container .links > a {
    color: #00b8ff;
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0;
    text-decoration: none;}
.login-container .button a {
    background: #150f96;
    color: #ffffff;
    display: block;
    margin-top: 13px;
    padding: 9px 0;
    text-align: center;
    text-decoration: none;}
.login-container h3 {
	font-size: 20px;}
.secure-login .login-container {
	margin-left:0;
	width: 80%;
	padding: 6% 9%;}
#main-content a {
    color: #00b8ff;}
#main-content {
    margin-top: 52px;}
.login-modal-main h1 {
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 26px;}
.login-modal-description, .content-module {
    color: #555555;
    font-size: 16px;
    font-weight: normal;}
#pg-content {
    margin: 0 45px 25px 10px;}
.required-ind {
	color: #CC0000;}
/* progress  */
#progress {
	background: url("../images/progress-line.jpg") 0 25px repeat-x;
	display: inline-block;
	margin: 0;
	padding: 0;}
/*
#progress ul {
	margin-left: 0;
 	padding-left: 0;
 	display: inline;
 	border: none;}
*/
#progress li:first-child {
 	padding-left: 0;}
#progress li:last-child {
	padding-right: 0;}
#progress li {
  	display: inline-block;
  	text-align: center;
  	padding: 0 15px;
  	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #333333;}
#progress li h1 {
  	font-size: 24px;
  	width: 44px;
  	height: 44px;
  	background: #BFC3C9;
  	border-radius: 25px;
  	text-align: center;
  	line-height: 44px;
  	margin: 0;
  	border: 5px solid #fff;
  	color: #FFFFFF;}
#progress h1 {
  	font-size: 24px;
  	width: 44px;
  	height: 44px;
  	background: #BFC3C9;
  	border-radius: 25px;
  	text-align: center;
  	line-height: 44px;
  	margin: 0;
  	border: 5px solid #fff;
  	color: #FFFFFF;}
#progress .current {
    color: #FF6600;}
#progress .current h1 {
	background-color: #FF6600;}
#progress .completed h1 {
	background-color: #67BC45;}
/* end progress  */
/* form changes */
.form-section-header {
	border-top: 1px solid #CCCCCC;}
.field-input {
	width: 270px}
.txtDobMonth {
	width: 50px;
	margin-right: 10px;}
.txtDobDay {
	width: 50px;
	margin-right: 10px;}
.txtDobYear {
	width: 100px;}
form.login-form .field-label span.required-ind {
    font-style: normal;
    padding: 0;
    display: inline;}
form.login-form .field-wrap {
    margin: 0;
    display: block;}
form.login-form .action-wrap {
    overflow: hidden;
    padding-top: 30px;}
form.login-form .cancel-link, .commandExButton {
    cursor: pointer;
    border: 1px solid #00b8ff;
    padding: 10px 40px;
    font-size: 18px;
    color: #00b8ff;
    background-color: #FFFFFF;
    line-height: 18px;}
form.login-form .submit-button {
	padding: 11px 35px;
	margin-right: 10px;
	line-height: 18px;}
.button.submit-button.cancel {
    color: #00b8ff;
    background-color: #FFFFFF;
    border: 2px solid #00b8ff;
    padding: 9px 35px;}
form.login-form .field-wrap.checkbox {
    width: 75%;}
 .page-not-found-body {
	color: #555555;}
.field-wrap span {
    display: block;}
form.login-form .field-select {
    padding: 5px;
    font-size: 16px;
    width: 270px;
    border: 1px solid #CCCED2;
    color: #888;}
/* end form changes */
.new-user-icon {
    background: #FFB617;
    color: #FFFFFF;
    font-size: 23px;
    padding: 8px 12px;}
.payment-icon {
    background: #01BACE;
    color: #FFFFFF;
    font-size: 26px;
    padding: 6px 11px;}
.e-options-icon {
    background: #6E27C5;
    color: #FFFFFF;
    font-size: 25px;
    padding: 7px 12px;}
.new-user-icon,
.payment-icon,
.e-options-icon {
	display: inline-block;}
.secure-login h2 {
	display: inline-block;
	font-size: 24px;
	color: #333333;
	padding-left: 30px;
	margin: 0px;
	vertical-align: top;
	line-height: 15px;
	font-weight: 400;}
.login-container label.remember-me-label {
    display: inline-block;}
.login-option-text {
    font-size: 15px;
    color: #555555;
    padding-left: 85px;
    margin-top: -22px;}
#main-content.secure-login a {
    font-size: 17px;}
.login-option-links li {
    display: inline-block;
    padding-right: 130px;}
.login-option-links li:last-child {
    padding-right: 0;}
.e-options-link-icon {
    font-size: 22px;
    color: #00b8ff;
    padding-right: 5px;}
.login-option-links {
    padding-top: 17px;}
.landing-content {
  margin-bottom: 40px;}
.secure-login #help-container h2 {
    display: block;
    padding-left: 0;
    padding-bottom: 18px;
    border-bottom: 2px solid #01C1D6;}
.faq-text {
    font-size: 15px;
    color: #555555;
    padding: 18px 8px 17px; }
#help-container {
    padding: 30px 0;}
.contact-text {
    font-size: 18px;
    color: #333333;
    padding: 18px 0 0 8px;
    line-height: 24px;}
.faq-link {
	padding-left: 8px;}
.module-header {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
	padding-bottom: 25px;}
.csp-login-form label {
    color: #000000;
    display: block;
    font-size: 18px;
    padding: 5px 0;}
#main-content.secure-login .csp-login-form .login-button {
    cursor: pointer;
    border: none;
    background-color: #337AB7;
    padding: 7px 41%;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
	width: 100%;}
.login-links li {
    text-decoration: none;
    display: block;}
.csp-login-form .btn-holder {
    padding: 28px 0 8px;}
#progress .clLine {
    display: inline-block;
    border-top: 2px solid #DCDCDC;
    width: 100px;
    margin: 0px 20px;}
#progress .clLine:last-child {
	border: 1px solid black;}
/*** GL FOR MOCKUP ***/
#pay-your-bill,
#new-user,
#e-options {
	width: 94%;}
#contact-us,
#faqs {
	width: 88%}
#resp-corp-links {
    display: none;}
#password .login-input-text {
	font-family: Georgia;}
#old-ie-message {
	display: block;
    font-size: 16px;
    background-color: #FFFFCC;
    line-height: 38px;
    text-align: center;
    margin-bottom: 25px;}
span.bold {
	font-weight: 600px;}
/*****GL END BRANDING CHANGES*****/

/***** REBRANDING PHASE 2 CHANGES *****/
#main-content-wrapper {
	margin-bottom: 10px;
}
.role-login {
	margin-bottom:233px !important;
}
.role-login-UK {
	margin-bottom: 50px;
}
.form-set {
	width:100%;
}
.form-set select {
	width:100%; padding:6px 0; margin:0;
}
.login-container .form-set.login-input-text {
	border: 1px solid #ccced2; padding: 0; width:100%;
}
.csp-login-form .form-set .btn-holder {
	padding: 15px 0 0;
}
#main-content.secure-login .csp-login-form .form-set .login-button {
	padding:10px 0;
	background: #337AB7;
}
.countryselect, .userId, .userPass, .brnLogin {
	padding-bottom:10px;
}
.login-option-links a.view-all-link:hover {
	text-decoration:underline;
}
.secure-login #link-container h2, #atchubb h2 {
	display: block;padding-left: 0; padding-bottom: 18px;  border-bottom: 2px solid #01C1D6; line-height:20px;
}
#current-agents, #prospective-agents {
	width:88%;
}
#current-agents .cur-agents-link, #prospective-agents .pro-agents-link {
	padding:10px 0 0 0;
}
.cur-agents-link li, .pro-agents-link li {
	list-style:none; padding:0 0 10px 0;
}
.login-help {
	padding:0;
}
.login-links .link-list .login-option-links {
	padding:25px 0 25px 0;
}
#atchubb {
	width:94%;
}
.atchubb-text {
	font-size: 16px; 
	color: #555555; 
	/* padding-bottom:18px; */ 
	line-height:26px;
}
.atchubb-text div {
	padding:18px 0;
}
.atchubb-links {
	padding-top: 0px;
}
.atchubb-links li {
	list-style:none; padding-bottom:6px;
}
.reset-main h1, .newUser-main h1 {
	display: block;
    padding-left: 0;
    color: #333333;
    font-weight: 400;
	margin: 0 0 52px 0;
	border:none;
}
#main-content form.login-form  a.cancel-link:hover {
	background-color: #00b8ff;
    color: #FFFFFF;
}

form.resetPass-form .field-label-user, form.resetPass-form .field-label-email{
	float:left;
	width:21%;
	color: #555555;
    font-size: 16px;
    font-weight: normal;
}
form.resetPass-form .input-field-row .field-input {
	padding: 5px;
	width: 40%;
}
form.resetPass-form .input-field-row .long-size {
	width:43%;
}
form.resetPass-form .field-row, form.confirmPass-form .field-row, form.newUser-form .field-row{
	margin-bottom: 30px;
}
form.resetPass-form .action-wrap {
	margin-left: 150px;
	overflow: hidden;
	padding: 0;
}
form.resetPass-form .submit-button {
	margin-right:34px;
}
form.resetPass-form .cancel-link {
	border: 1px solid #00b8ff;
}
#forgot-password-form.resetPass-form .submit-button {
	padding: 11px 35px;
}
form.confirmPass-form .field-label-userName, form.confirmPass-form .field-label-curPas, form.confirmPass-form .field-label-NewPas, form.confirmPass-form .field-label-ConNewPas {
	float: left;
	width: 220px;
	color: #555555;
    font-size: 16px;
    font-weight: normal;
}
form.confirmPass-form .input-field-row .field-input, form.newUser-form .input-field-row .field-input {
	padding: 5px;
	width: 300px;
}
.description {
	color: #555555;
    font-size: 16px;
    font-weight: normal;
	margin-bottom:52px;
}
.confirm-main h1, .contact-main h1, .cookie-main h1 {
	margin-bottom: 10px;
	display: block;
    padding-left: 0;
    color: #333333;
    font-weight: 400;
	border:none;
}

.cookie-main h1 {
	margin-bottom: 52px;
}
.cookie-main {
	margin-bottom: 75px;
}

form.confirmPass-form .action-wrap, form.newUser-form .action-wrap {
	margin-left: 220px;
	padding-top: 10px;
}
form.confirmPass-form .submit-button, form.newUser-form .submit-button  {
	margin-right:35px;
}
form.confirmPass-form .small-val {
	padding: 11px 47px;
}
.agreement-main h1{
	text-align: center;
	color: #333333;
    font-weight: 400;
	margin-bottom:30px;
}
.agreement p {
	text-align: justify;
}
.agreement.aligncenter {
	text-align:center;
}
.faq-main h1.heading, .contact-main h1.heading{
	display: block;
    padding-left: 0;
    padding-bottom: 30px;
    font-size: 30px;
    color: #333333;
    font-weight: 400;
	margin: 0px;
	border:none;
}
.faq-main ul, ol{
	margin-bottom:40px;
	margin-left:20px;
	list-style:none;
}
.faq-desc {
	margin-left: 20px;
}
.faq-main h1, .contact-main h1{
	display: block;
    padding-left: 0;
    padding-bottom: 10px;
	border-bottom: 2px solid #01C1D6;
    font-size: 24px;
    color: #333333;
    font-weight: 400;
	margin: 0 0 10px 0;
}
.question-list li{
	list-style-type: none;
	padding-bottom:10px;
}
.faq-main .login-modal-description {
		margin-bottom:20px;
}
.faq-main .faq-desc div {
	padding-bottom:10px;
}
.contact-main .US {
	margin-bottom: 40px;
}
.eaac {
	background: #ebebeb;
	padding:3% 0;
	width:100%;
	float:left;
	margin-bottom:50px;
}
.eaac .resize {
	max-width:1200px;
	margin:0 auto;
}
.eaac .left, .eaac .right { 
	float:left;
	width:96%;
}
 .eaac .left, .eaac .right{
	margin-left:10px; 
}
.eaac .content {
	width:90%;
	text-align:left;
	margin:0;
}
.eaac .left .EU{
	width:49%;
	float:left;
	margin-right:20px;
}
.eaac .left .AA{
	width:48%;
	float:left;
}
.eaac .right .LA{
	width:49%;
	float:left;
	margin-right:20px;
}
.eaac .right .CA{
	width:48%;
	float:left;
}

 .eaac h1{ 
	border:none;
	padding-bottom:10px;
	margin:0;
	color: #555555;
    font-weight: 400;
	font-size: 24px;
}
 .eaac .EU h1,  .eaac .AA h1{
	border-bottom: 2px solid #fcb519;
    width: 90%;
}
.eaac .LA h1,  .eaac .CA h1{
	border-bottom: 2px solid #00c2d4;
    width: 90%;
}
.eaac p { 
	margin-bottom: 0
}
.eaac .EU, .eaac .LA, .eaac .CA, .eaac .AA { 
	margin-bottom: 30px;
}
.eaac .AA  {
	min-height:100px;
}
.eaac .EU p:first-child, .eaac .LA p:first-child, .eaac .AA p:first-child, .eaac .CA p:first-child{ 
	margin-top: 10px;
}
.clr {
	clear:both;
}
.newUser-main .newUser-text {
	text-align:justify;
}
form.newUser-form .field-label-nuser, form.newUser-form .field-label-npass, form.newUser-form .field-label-ncpass, form.newUser-form .field-label-nphone, form.newUser-form .field-label-nemail, form.newUser-form .field-label-ncemail  {
	float: left;
    width: 220px;
    color: #555555;
    font-size: 16px;
    font-weight: normal;
}

.secure-login .impmsg {
	display: none;
}
.secure-login .impmsg.active {
	display: block;
	background: #ebebeb;
	margin:0 10px 52px;
	padding:20px;
}
.impmsg .list-head {
	padding:0; 
	border-bottom: 2px solid #f70592;
	width:99%;
	padding-bottom:15px;
	margin-bottom:10px;
}
.impmsg h1.list-head {
	display: inline-block;
    font-size: 24px;
    color: #555555;
    vertical-align: top;
    line-height: 15px;
    font-weight: 400;
}
.impmsg .date {
	float:left;
	width: 11%;
	font-weight: bold;
}
.impmsg .message-list {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.impmsg .message {
    color: #555;
    font-size: 16px;
    margin-bottom: 0; 
}
.extra-top-sixty {
	margin-top: 60px;
}
.faq-desc .para-head {
	font-size: 22px;
	color:#555555;
}
ul.point-list {
	margin-top:-15px;
	list-style:disc;
	color:#555;
}
ol.how-logon{
	list-style:decimal;
}
ol.typea li{
	list-style-type:lower-alpha;
	margin-bottom:10px;
}
.typea ul {
	list-style:disc;
	margin-bottom:10px;
}
ol.typea ul.bullets li {
    list-style: disc;
}
.reset-pwd-note {
	color:#555;
	margin-top:35px;
	font-size: 16px;
}
.reset-pwd-uk {
	margin-bottom:75px;
}
.reset-pwd-uk h1{
	margin-bottom:10px;
}
.font-dark {
	font-weight:bold;	
}
.agreement-main div, ul, ol, li {
	color:#555;
}
.agreement-uk ul.padbtm10 {
		list-style:none;
	}
.agreement-main div {
	margin-bottom: 20px;
}
.agreement-main .font18 {
	font-size:18px;
}
.agreement-main .padbtm10 {
	padding-bottom:10px;
}
.agreement-uk ol {
	list-style-type:decimal;
	margin:0 0 30px 50px;
}
.marbtm0{
	margin-bottom:0;
}
.faq-generic .marbtm0 {
  margin-bottom: 0;
}
.agreement-uk p.aligncenter {
	text-align:center;
}
.agreement-uk p.padtop20 {
	padding-top:20px;
}
.agreement-uk .login-form .btn-return{
	float:none;
	margin:20px 0;
}
.agreement-uk p.font13 {
	font-size:13px;
}
.uk-help ul {
	margin-left:30px;
	list-style:none;
}
.eaac .uk-resize ol {
	color:#555;
	list-style-type:none;
	margin:0 0 0 45px;
}
.eaac .uk-resize ol li.first {
	margin:15px 0;
}
.eaac .uk-resize ol li.second {
	margin-top:20px;
}
.eaac .uk-resize a, .eaac .uk-resize a:link{
	color: #00b8ff;
}
.faq-generic ol {
  list-style-type: decimal;
  margin-left:25px;
  margin-bottom: 15px;
}
.reset-pwd-list {
  list-style-type: disc;
  margin-left:20px;
}
.faq-main .faq-us-list {
  margin-bottom: 30px;
}
.hide-br {
  visibility:hidden;
}
.agreement form.login-form .submit-button {
    margin-right: 20px;
}
.fr-help-one{
	max-width:1200px;
	margin:0 auto;
	padding-bottom:20px;
}
.au-list li{
	margin-left:40px;
	margin-bottom:15px;
}
.no-bullets {
	list-style-type:none;
}
.faq-main .marbtm20 {
	margin-bottom:20px;
}
.au-help-para {
	margin-left:10px;
}
form.login-form .de-cancel-link {
	padding: 10px 24px;
}

/** GL CSS for Server Added Elements **/
.server-added table {
    width: 100%;
}
.server-added p {
    text-align: left;
    font-weight: normal;
}
.server-added td {
    padding: 15px;
}
.server-added input[type="submit"] {
	background-color: #337AB7;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding: 11px 35px;
	border: none;
}
.server-added input[type="button"] {
	color: #00b8ff;
	background-color: #FFFFFF;
	border: 1px solid #00b8ff;
	padding: 10px 40px;
	font-size: 18px;
	text-align: center;
}
/** END GL CSS for Server Added Elements **/

/***** REBRANDING PHASE 2 CHANGES *****/

