.hide-this {
  display: none !important;
  
}

.color-primary-transparent {
  background-color: transparent;
}
.color-primary-brightBlue {
  background-color: #05c3de;
}

.color-primary-darkBlue {
  background-color: #054C70;
}

.color-primary-headerDarkGray {
  background-color: #4f4f4f;
}

.color-primary-darkGray {
  background-color: #3b3b3b;
}

.color-primary-mediumGray {
  background-color: #B1B1B1;
}

.color-primary-lightGray {
  background-color: #EBEBEB;
}

.color-primary-black {
  background-color: #111111;
}

.color-primary-white {
  background-color: #FFFFFF;
}

.color-function-orange {
  background-color: #E47F00;
}

.color-function-green {
  background-color: #7D9845;
}

.color-function-tan {
  background-color: #E2D7AC;
}

.color-function-teal {
  background-color: #38939B;
}

.color-function-gold {
  background-color: #FFDD00;
}

.color-alert-blue {
  background-color: #00718D;
}

.color-alert-blue-tint {
  background-color: #DBE7ED;
}

.color-alert-red {
  background-color: #DA291C;
}

.color-alert-red-tint {
  background-color: #F8E7DC;
}

.color-alert-yellow {
  background-color: #DAAA00;
}

.color-alert-yellow-tint {
  background-color: #F8EFCE;
}

.color-alert-green {
  background-color: #00843D;
}

.color-alert-green-tint {
  background-color: #DFEAE3;
}

.alert-module, .alert-notice, .alert-blue, .alert-error, .alert-red, .alert-attention, .alert-yellow, .alert-success, .alert-green {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
}

.alert-notice, .alert-blue,
.alert-blue {
  color: #00718D;
  background-color: #DBE7ED;
  border-color: #00718D;
}

.alert-error, .alert-red,
.alert-red {
  color: #DA291C;
  background-color: #F8E7DC;
  border-color: #DA291C;
}

.alert-attention, .alert-yellow,
.alert-yellow {
  color: #DAAA00;
  background-color: #F8EFCE;
  border-color: #DAAA00;
}

.alert-success, .alert-green,
.alert-green {
  color: #00843D;
  background-color: #DFEAE3;
  border-color: #00843D;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

body {
  background-color: #EBEBEB !important;
  color: #3b3b3b;
  font-family: Arial;
  font-size: 14px;
  margin: 0;
  line-height: 1.42857;
}

p:last-child { margin-bottom: 0 } 
a { color: #054C70; text-decoration: none; }
a:focus { text-decoration: none; }
a:hover { outline: none; text-decoration: none !important; color: #0985c3; }
p a { font-family: "Nimbus Sans Bold"; text-decoration: none !important; color: #054C70 }
p a:hover { font-family: "Nimbus Sans Bold"; text-decoration: none !important; color: #0985c3; }


.container {
  width: 960px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main {
  width: 100%;
  background-color: #EBEBEB;
}
@media screen and (max-width: 1023px) {
  .main {
    width: 100%;
  }
}

.body-section {
  background-color: none;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.row-top {
  margin-top: 16px;
}

.row-frame {
  padding-top: 16px;
  margin: 0 0;
}

.row-frame-bottom {
  padding-bottom: 30px;
}

.form-control {
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.row-full {
  margin: 0;
}

.row-sec {
  padding-top: 0;
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}

.nav-sidebar {
  padding: 0;
}
.nav-sidebar li {
  list-style-type: none;
  font-size: 21px;
  line-height: 20px;
  font-family: "NimbusSanNovDMed";
  background-color: #4f4f4f;
  border-top: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}
.nav-sidebar li.current > a {
  background-color: #05c3de;
  color: #FFFFFF;
  text-decoration: none;
}
.nav-sidebar li.current > a:hover {
  text-decoration: none;
}
.nav-sidebar li a {
  padding: 13px 22px;
  color: #FFFFFF;
  display: block;
}
.nav-sidebar li a:hover {
  text-decoration: none;
  color: #4f4f4f;
  background-color: #B1B1B1;
}
.nav-sidebar li ul li {
  font-size: 18px;
  line-height: 17px;
}
.nav-sidebar li ul li a {
  padding: 10px 7px;
}

.unbulleted {
  padding-left: 0;
}
.unbulleted li {
  list-style-type: none;
}

.alert-success, .alert-green {
  background-color: #DFEAE3;
  border: 1px solid #00843D;
  color: #00843D;
}

.alert-error, .alert-red {
  background-color: #F8E7DC;
  border: 1px solid #DA291C;
  color: #DA291C;
}

.alert-attention, .alert-yellow {
  background-color: #F8EFCE;
  border: 1px solid #DAAA00;
  color: #DAAA00;
}

.alert-notice, .alert-blue {
  background-color: #DBE7ED;
  border: 1px solid #00718D;
  color: #00718D;
}

.alert {
  border-radius: 4px;
  padding: 4px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 8px;
  padding-right: 8px;
}

.col-nav, .col-first, .col-single {
  padding-left: 0;
}

.col-last, .col-single {
  padding-right: 0;
}

.col-middle {
  padding-left: 4px;
  padding-right: 4px;
}

.img-header-caption {
  position: absolute;
  top: 275px;
  left: 0px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  color: white;
  font-family: "Nimbus Sans Reg";
  font-size: 36px;
}
.img-header-caption.Careers {
  color: #05c3de;
}
.img-header-caption.Releases {
  color: #05c3de;
}

.reduce-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-sidebar li.nav-title {
  border-top: none;
  border-right: none;
}
.nav-sidebar li.nav-title a {
  background-color: #05c3de;
  font-family: "Nimbus Sans Bold";
  padding-right: 10px;
}
.nav-sidebar li.nav-title a:hover {
  color: #fff;
}

.trp-content-desc {
  font-size: 0.8em;
  padding-bottom: 10px;
}

.trp-content-img {
  padding: 0;
}

.trp-content-img img {
  max-width: 90%;
}

.trp-content-greybkg {
  padding: 15px 25px !important;
  background-color: #ebebeb;
}

.trp-tb-pad {
  padding-top: 10px;
  padding-bottom: 10px;
}

.breadcrumbs {
  width: 50%;
  float: left;
  font-size: 12px;
  color: #3b3b3b;
  font: Arial;
}
.breadcrumbs ul {
  margin-left: 0;
  margin-bottom: 0;
}
.breadcrumbs ul li {
  padding: 0;
}
.breadcrumbs ul li:after {
  content: "  /";
}
.breadcrumbs ul li:last-child {
  font-weight: bold;
}
.breadcrumbs ul li:last-child:after {
  content: "";
}
.breadcrumbs a {
  color: #3b3b3b;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

.fontUtility {
  width: 105px;
  float: right;
}
.fontUtility ul {
  list-style: none outside none;
  margin-bottom: 0;
  padding: 0;
}
.fontUtility ul li {
  display: inline-block;
  width: 16px;
}

.trp-box {
  border-bottom: 0px solid #B1B1B1;
  margin: 0 0 15px;
  height: auto;
}

.trp-box-expand {
  height: auto;
}

.trp-box-no-brd {
  border-bottom: none;
}

.trp-box-full {
  padding-left: 30px;
  padding-right: 30px;
}

.trp-box-white {
  background-color: #FFFFFF;
}

.trp-box-brightblue, .trp-box-remember {
  background-color: #05c3de;
  color: #FFFFFF;
}
.trp-box-brightblue .trp-box-promo h2, .trp-box-remember .trp-box-promo h2 {
  color: black !important;
}
.trp-box-brightblue .trp-box-promo .title, .trp-box-remember .trp-box-promo .title {
  color: white;
}

.trp-box-dark-gray {
  background-color: #3b3b3b;
  color: #FFFFFF;
}

.trp-box-hdark-gray {
  background-color: #4f4f4f;
  color: #FFFFFF;
}

.trp-box-med-gray {
  background-color: #B1B1B1;
  color: #FFFFFF;
}

.trp-box-light-gray {
  background-color: #EBEBEB;
  color: #111111;
}

.trp-box-title {
  border-bottom: 2px solid #B1B1B1;
  padding: 5px 15px 5px 15px;
}

.trp-box-body {
  padding: 5px 15px 5px 15px;
}
@media screen and (max-width: 767px) {
  .trp-box-body {
    padding: 5px 13px !important;
  }
}

.trp-card {
  bottom: 34px;
  clear: both;
  font-size: 11px;
  position: absolute;
  width: 250px;
}
@media screen and (max-width: 800px) {
  .trp-card {
    width: initial;
  }
}
.trp-card span {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  background-image: url("images/cards/cards.png");
}
.trp-card.james-kennedy span {
  background-position: 0 -40px;
}
.trp-card.stuart-ritter span {
  background-position: -80px -40px;
}
.trp-card.michael-della-vedova span {
  background-position: -40px -40px;
}
.trp-card.christine-fahlund span {
  background-position: -120px -40px;
}
.trp-card.judith-ward span {
  background-position: -160px -40px;
}
.trp-card.trusty-blue span {
  background-position: 0 0;
}
.trp-card.trusty-darkgray span {
  background-position: -40px 0;
}
.trp-card.trusty-black span {
  background-position: -80px 0;
}
.trp-card.trusty-white span {
  background-position: -120px 0;
}
.trp-card div {
  width: 200px;
  float: left;
  margin-left: 10px;
  line-height: 13px;
}
.trp-card div.trp-card-name {
  font-weight: bold;
}

.trp-box-promo {
  padding: 20px !important;
}
.trp-box-promo h2 {
  color: gray !important;
  font-family: "Nimbus Sans Reg";
  font-size: 11px !important;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.trp-box-promo .confidence-title {
  color: #05c3de;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 85px;
}
@media screen and (max-width: 800px) {
  .trp-box-promo .confidence-title {
    margin-bottom: 246px;
  }
}
.trp-box-promo .confidence-link {
  margin-top: 18px;
}
.trp-box-promo .title {
  border-bottom: 1px dotted gray;
  color: #05c3de;
  margin-top: 10px;
  padding-bottom: 7px;
  font-size: 26px;
  font-family: "Nimbus Sans Reg";
  margin-bottom: 4px;
}
.trp-box-promo .inline {
  border-bottom: none;
  font-size: 24px;
  line-height: 24px !important;
  margin-bototm: 0;
}
.trp-box-promo .statement {
  font-size: 22px;
  line-height: 26px;
  font-family: "Nimbus Sans Reg";
  color: #3b3b3b;
}
.trp-box-promo .headline {
  color: #3b3b3b;
  font-family: "Nimbus Sans Reg";
  font-size: 20px;
  line-height: 24px;
}
.trp-box-promo .headline-lrg {
  font-size: 24px;
  line-height: 28px;
}
.trp-box-promo .headline-lrg .read-more {
  font-family: Arial !important;
  font-size: 14px !important;
}
.trp-box-promo .headline-lrg .read-more a {
  text-decoration: underline !important;
  color: #054C70;
}
.trp-box-promo .trp-quote {
  font-family: "Nimbus Sans Reg";
  font-size: 26px;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  line-height: 30px;
  position: relative;
  color: #3b3b3b;
}
.trp-box-promo .trp-quote img {
  margin-top: -7px;
  height: 21px;
}
.trp-box-promo .trp-quote:before2 {
  background: url("images/quotes-left.png") no-repeat scroll 0 7px/27px auto transparent;
  content: "";
  display: inline-block;
  height: 31px;
  width: 27px;
  margin-right: 5px;
}
.trp-box-promo .trp-quote:after2 {
  background: url("images/quotes-right.png") no-repeat scroll 0 7px/27px auto transparent;
  content: "";
  display: inline-block;
  height: 31px;
  width: 27px;
  margin-left: 5px;
}

.trp-box-min-height {
  min-height: 318px;
}
@media screen and (max-width: 800px) {
  .trp-box-min-height {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .trp-box-min-height {
    min-height: 300px;
  }
}
@media screen and (max-width: 350px) {
  .trp-box-min-height {
    min-height: 370px;
  }
}

.trp-box-long {
  min-height: 93px;
}
.trp-box-long div {
  display: inline-block;
  padding-right: 24px;
  padding-left: 16px;
  border-color: #4f4f4f;
  border-width: 0 1px 0 0;
  border-style: none dotted none none;
  margin-top: 18px;
}
@media screen and (max-width: 800px) {
  .trp-box-long div {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .trp-box-long div {
    display: block;
  }
}
.trp-box-long div.data-start {
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  .trp-box-long div.data-start {
    padding-left: 5px;
  }
}
.trp-box-long div.no-border {
  border: none !important;
}
@media screen and (max-width: 767px) {
  .trp-box-long div.no-border {
    border-color: #4f4f4f !important;
    border-width: 0 1px 0 0 !important;
    border-style: none dotted none none !important;
  }
}
.trp-box-long div.col-xs-3 {
  border-color: #4f4f4f;
  border-width: 0 1px 0 0;
  border-style: none dotted none none;
  margin-top: 18px;
}
.trp-box-long div.data-caption {
  font-family: Arial;
  font-size: 10px;
  margin-top: 68px;
  padding-right: 0;
  border: none !important;
}
.trp-box-long span.stat {
  display: block;
  color: #05c3de;
  font-size: 30px;
  line-height: 32px;
  font-family: "Nimbus Sans Reg";
}
.trp-box-long span.desc {
  display: block;
  margin-left: 2px;
  color: #4f4f4f;
  font-size: 10px;
  font-family: "Nimbus Sans Bold";
}

.trp-box-remember {
  min-height: 50px;
  padding: 0;
}
.trp-box-remember .results {
  font-family: "Nimbus Sans Reg";
}
.trp-box-remember .results h3 {
  color: #FFFFFF;
  font-size: 20px !important;
}
.trp-box-remember .results h3 a {
  color: #FFFFFF;
}
.trp-box-remember .results h3 a:hover {
  color: #05c3de;
}
.trp-box-remember .results > div {
  display: none;
  background-color: #00718d;
  width: 100%;
  height: 120px;
}
.trp-box-remember .relevance {
  text-align: right;
}
.trp-box-remember .relevance div {
  display: inline-block;
  vertical-align: middle;
}
.trp-box-remember .relevance .statement {
  color: #3b3b3b;
  font-size: 28px;
  padding-right: 15px;
}
.trp-box-remember .relevance .choice {
  width: 375px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.trp-box-remember .relevance .choice a {
  color: white;
  font-size: 26px;
  background: #00718d;
  display: block;
  padding: 3px 15px;
  text-align: left;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 29px;
  opacity: 1;
}
.trp-box-remember .relevance .choice a i {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.trp-box-remember .relevance .choice a:hover {
  text-decoration: none;
}
.trp-box-remember .aii .row-frame {
  padding-top: 38px !important;
}
.trp-box-remember .aii.ghost-buttons a {
  display: block;
}
.trp-box-remember .aii.ghost-buttons a:hover {
  text-decoration: none;
}
.trp-box-remember .aii.ghost-buttons h3 {
  border: 1px solid white;
  text-align: center;
}
.trp-box-remember .aii.ghost-buttons h3:hover {
  border-color: #05c3de;
}
.trp-box-remember .api .row-frame {
  padding-top: 28px !important;
}
.trp-box-remember .api .row-frame h3 {
  font-size: 15px !important;
}
.trp-box-remember .api.ghost-buttons a {
  display: block;
}
.trp-box-remember .api.ghost-buttons a:hover {
  text-decoration: none;
}
.trp-box-remember .api.ghost-buttons h3 {
  border: 1px solid white;
}
.trp-box-remember .api.ghost-buttons h3:hover {
  border-color: #05c3de;
}
.trp-box-remember .api.lrg-text .row-frame {
  padding-top: 0 !important;
}
.trp-box-remember .api.lrg-text .row-frame h3 {
  font-size: 20px !important;
  text-align: center;
}

.trp-box-callout {
  padding: 0;
  margin-bottom: 15px;
}
.trp-box-callout p {
  padding: 15px;
}
.trp-box-callout h5 {
  background-color: #05c3de;
  color: #FFFFFF !important;
  border-bottom: 0;
  font-family: "Nimbus Sans Bold";
  font-size: 14px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 5px;
}

.trp-disclaimer {
    padding: 24px;
    font-style: normal;
    font-size: 12px;
}

.bg-thomas {
  background-image: url("images/boxes/bg-thomas.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.bg-ic {
  background-image: url("images/boxes/Woman-Paper.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.bg-reader {
  background-image: url("images/boxes/bg-reader.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.bg-confidence {
  background-image: url("images/boxes/bg-confidence.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .bg-confidence {
    background-position: center center;
  }
}

.bg-phonecall {
  background-image: url("images/boxes/bg-phonecall.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .bg-phonecall .headline br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bg-phonecall .headline br {
    display: block;
  }
}

.bg-collegeage {
  background-image: url("images/boxes/bg-collegeage.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.bg-chris-fahlund {
  background-image: url("images/boxes/bg-chris-fahlund.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.bg-graph001 {
  background-image: url("images/boxes/bg-graph001.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.bg-barchart {
  background-image: url("images/boxes/bg-barchart.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.bg-three {
  background-image: url("images/boxes/bg-three.jpg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .bg-three {
    background-position: center bottom;
  }
}

.bg-graph001-mid {
  background-image: url("images/boxes/bg-graph001-mid.jpg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .bg-graph001-mid {
    background-position: center center;
  }
}

.bg-thinker {
  background-image: url("images/boxes/bg-thinker.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.bg-talker {
  background-image: url("images/boxes/bg-talker.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.bg-chess {
  background-image: url("images/boxes/bg-chess.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.bg-linechart {
  background-image: url("images/boxes/bg-linechart.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.statement sup {
  font-size: 0.6em;
}

.after-title {
  padding-top: 10px;
}

.no-hover {
  text-decoration: none;
}
.no-hover:hover {
  text-decoration: none;
}

.text-link {
  font-family: Arial;
  color: #054C70;
  font-size: 16px;
}
.text-link a {
  text-decoration: none;
}
.text-link a:hover {
  text-decoration: none;
}

.link-with-arrow-container {padding: 5px 20px;}
.link-with-arrow-container.no-side-padding {padding: 5px 0;}
.link-with-arrow-container.align-right {text-align: right; margin-right: 40px;}

@media screen and (max-width:786px) {
    .tabview-band .link-with-arrow-container {padding: 5px 0;}
}
.hyperlink-with-arrow:not(:first-child):last-child .link-with-arrow-container {padding-bottom: 20px;}
a.link-with-arrow {text-decoration: none;}
a.link-with-arrow:hover {color:#05C3de;}
a.link-with-arrow .icon {
	background-color: #05C3de; 
	color: #fff; 
	display:inline-block;
	height: 26px;
	width: 26px;
	line-height: 20px;
	margin-right: -36px;
	margin-left: 10px;
	padding-left: 5px;
	font-size: 20px;
	text-align: left !important;
}
a.link-with-arrow.size-18 .icon {
	height: 22px;
	width: 22px;
	line-height: 14px;
	padding-left: 4px;
	font-size: 14px;
}
a.link-with-arrow .icon:before {font-size: 14px; line-height: 28px;}
a.link-with-arrow.size-18 .icon:before {font-size: 12px; line-height: 22px;}
a.link-with-arrow:hover .icon {background-color: #04d4f2;}

.col-inside {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.trp-box-selector {
  padding: 24px 24px 20px 24px;
  background-color: rgba(0, 0, 0, 0.25);
  min-height: 336px;
}
@media screen and (max-width: 767px) {
  .trp-box-selector {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.trp-vid-wrapper {position: relative;}
.brightcove-overlay-trigger {
	position: absolute; 
	/* background-color:rgba(0, 0, 0, 0.4); */
	z-index: 100; 
	height: 100%; 
	width: 100%;
    cursor: pointer;
}
.brightcove-overlay-trigger .aligner {position:absolute; top:50%; left:50%;}
/* .brightcove-overlay-trigger i {color:#fff; position:absolute; top:-18px; left:-12px;} */

.btn-trp {
  padding: 7px 15px 8px;
  height: auto;
  min-height: 40px;
  white-space: normal;
}
.btn-trp.disabled, .btn-trp[disabled], fieldset[disabled] .btn-trp {
  opacity: 0.35;
}

.btn-trp-primary, .btn-trp-primary.disabled, .btn-trp-primary.disabled.active, .disabled.btn-trp-primary:hover, .disabled.btn-trp-primary:focus, .disabled.btn-trp-primary:active, fieldset[disabled] .btn-trp-primary {
  background-color: #054c70;
  border-color: #054c70;
}
.btn-trp-primary.active, .btn-trp-primary:hover, fieldset[disabled] .btn-trp-primary:hover, .btn-trp-primary:focus, fieldset[disabled] .btn-trp-primary:focus, .btn-trp-primary:active, fieldset[disabled] .btn-trp-primary:active, fieldset[disabled] .active.btn-trp-primary {
  background-color: #0985c3;
  border-color: #0985c3;
}

.btn-trp-primary-subtle {
  border-color: #054c70;
  color: #054c70;
  background-color: transparent;
}
.btn-trp-primary-subtle.active, .btn-trp-primary-subtle:hover, .btn-trp-primary-subtle:focus, .btn-trp-primary-subtle:active {
  border-color: #0985c3;
  color: #0985c3;
  background-color: transparent;
}

.btn-trp-secondary, .btn-trp-secondary.disabled, .btn-trp-secondary.disabled.active, .disabled.btn-trp-secondary:hover, .disabled.btn-trp-secondary:focus, .disabled.btn-trp-secondary:active, fieldset[disabled] .btn-trp-secondary {
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
.btn-trp-secondary.active, .btn-trp-secondary:hover, fieldset[disabled] .btn-trp-secondary:hover, .btn-trp-secondary:focus, fieldset[disabled] .btn-trp-secondary:focus, .btn-trp-secondary:active, fieldset[disabled] .btn-trp-secondary:active, fieldset[disabled] .active.btn-trp-secondary {
  background-color: #767676;
  border-color: #767676;
}

.btn-trp-secondary-subtle {
  border-color: #3b3b3b;
  color: #3b3b3b;
  background-color: transparent;
}
.btn-trp-secondary-subtle.active, .btn-trp-secondary-subtle:hover, .btn-trp-secondary-subtle:focus, .btn-trp-secondary-subtle:active {
  border-color: #767676;
  color: #767676;
  background-color: transparent;
}

.btn-trp-callout-org, .btn-trp-callout-org.disabled, .btn-trp-callout-org.disabled.active, .disabled.btn-trp-callout-org:hover, .disabled.btn-trp-callout-org:focus, .disabled.btn-trp-callout-org:active, fieldset[disabled] .btn-trp-callout-org {
  background-color: #e47f00;
  border-color: #e47f00;
}
.btn-trp-callout-org.active, .btn-trp-callout-org:hover, fieldset[disabled] .btn-trp-callout-org:hover, .btn-trp-callout-org:focus, fieldset[disabled] .btn-trp-callout-org:focus, .btn-trp-callout-org:active, fieldset[disabled] .btn-trp-callout-org:active, fieldset[disabled] .active.btn-trp-callout-org {
  background-color: #ffac47;
  border-color: #ffac47;
}

.btn-trp-callout-org-subtle {
  border-color: #E47F00;
  color: #E47F00;
  background-color: transparent;
}
.btn-trp-callout-org-subtle.active, .btn-trp-callout-org-subtle:hover, .btn-trp-callout-org-subtle:focus, .btn-trp-callout-org-subtle:active {
  border-color: #FFAC47;
  color: #FFAC47;
  background-color: transparent;
}

.btn-trp-callout-blu,
.disabled.btn-trp-callout-blu,
.disabled.btn-trp-callout-blu.active,
.disabled.btn-trp-callout-blu:hover,
.disabled.btn-trp-callout-blu:focus,
.disabled.btn-trp-callout-blu:active,
fieldset[disabled] .btn-trp-callout-blu {
  background-color: #05c3de;
  border-color: #05c3de;
}

.btn-trp-callout-blu:active,
.btn-trp-callout-blu:hover,
.btn-trp-callout-blu:focus,
.btn-trp-callout-blu.active,
fieldset[disabled] .btn-trp-callout-blu:hover,
fieldset[disabled] .btn-trp-callout-blu:focus,
fieldset[disabled] .btn-trp-callout-blu:active,
fieldset[disabled] .btn-trp-callout-blu.active {
  background-color: #5fe9fc;
  border-color: #5fe9fc;
}

.btn-trp-callout-blu-subtle {
  border-color: #05c3de;
  color: #05c3de;
  background-color: transparent;
}
.btn-trp-callout-blu-subtle.active, .btn-trp-callout-blu-subtle:hover, .btn-trp-callout-blu-subtle:focus, .btn-trp-callout-blu-subtle:active {
  border-color: #5FE9FC;
  color: #5FE9FC;
  background-color: transparent;
}

.btn-trp-ghost {
  border-color: unset;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
}

.btn-trp-slim {
  min-height: 28px;
  padding: 1px 15px;
}

.btn-trp-fullwidth {
  display: block;
}

.trp-primary, .label-trp, .badge-trp {
  background-color: #054C70;
  color: #FFFFFF;
}

.trp-secondary, .label-trp-gray, .badge-trp-gray {
  background-color: #3b3b3b;
  color: #FFFFFF;
}

.label-trp {
  padding: 0.2em 0.6em;
  border-radius: 0;
}

.label-trp-org, .badge-trp-org {
  background-color: #E47F00;
}

.label-trp-green, .badge-trp-green {
  background-color: #7D9845;
}

.label-trp-tan, .badge-trp-tan {
  background-color: #E2D7AC;
  color: #111111;
}

.label-trp-bblue, .badge-trp-bblue {
  background-color: #05c3de;
}

.label-trp-teal, .badge-trp-teal {
  background-color: #38939B;
}

.label-trp-gold, .badge-trp-gold {
  background-color: #FFDD00;
}

.label-trp-black, .badge-trp-black {
  background-color: #111111;
  color: #FFFFFF;
}

.label-trp-white, .badge-trp-white {
  background-color: #FFFFFF;
  color: #111111;
}

.label-trp-mgray, .badge-trp-mgray {
  background-color: #B1B1B1;
}

.label-trp-lgray, .badge-trp-lgray {
  background-color: #EBEBEB;
  color: #111111;
}

.nav-main {
  width: 500px !important;
}

.nav-login {
  width: 180px;
  margin-top: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  display: table;
  color: white;
  background-color: #054C70;
  position: relative;
}
.nav-login span {
  display: table-cell;
  vertical-align: middle;
  font-family: "NimbusSanNovDMed";
}

.login-bubble {
  display: none;
  position: absolute;
  top: 47px;
  right: -32px;
  width: 250px;
  min-height: 120px;
  padding: 15px;
  text-align: left !important;
  background: rgba(59, 59, 59, 0.95);
  opacity: 1;
  z-index: 9001;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.login-bubble .login-title {
  color: #FFFFFF !important;
  font-size: 16px !important;
  text-align: left !important;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.login-bubble .help {
  margin-top: 10px;
}
.login-bubble .help a {
  color: #FFFFFF;
  text-decoration: underline;
}
.login-bubble .help a:hover {
  color: white;
  text-decoration: underline;
}
.login-bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 12px 12px;
  border-color: rgba(59, 59, 59, 0.95) transparent;
  display: block;
  width: 0;
  z-index: 1001;
  top: -12px;
  left: 113px;
  opacity: 1;
}

.trp-field {
  margin-bottom: 10px;
}
.trp-field input {
  margin-top: 8px;
  padding: 4px;
  font-style: italic !important;
  width: 160px;
  height: 2em;
  line-height: normal !important;
  vertical-align: baseline !important;
  font-size: 14px !important;
  font-family: Arial !important;
}
.trp-field input:focus {
  background-color: #EBEBEB;
  color: #3b3b3b;
  font-style: normal !important;
}
.trp-field input:focus::-webkit-input-placeholder {
  color: transparent;
}
.trp-field input:focus:-moz-placeholder {
  color: transparent;
}
.trp-field input:focus::-moz-placeholder {
  color: transparent;
}
.trp-field input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.trp-field input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.trp-field.trp-field-dark input {
  background-color: #3b3b3b;
  border: 1px solid #4f4f4f;
  color: #ccc;
}
.trp-field.trp-field-light input {
  background-color: #FFFFFF;
  border: 1px solid #4f4f4f;
  color: #111111;
}

.taleo-disclaimer {
  font-family: Arial;
  font-size: 10px;
}

.group {
  zoom: 1;
}
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}

footer {
  background-color: #4f4f4f;
  line-height: 1;
}

.footer-wrapper {
  width: 960px;
  min-height: 230px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 27px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .footer-wrapper {
    width: 100%;
    background: none;
  }
}

.footer-tagline {
  width: 325px;
  float: left;
  height: 40px;
  display: table-row;
}
.footer-tagline span {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
.footer-tagline span span {
  background-repeat: no-repeat;
}

.footer-social {
  width: 280px;
  float: right;
  text-align: right;
  color: #FFFFFF;
}
@media screen and (max-width: 730px) {
  .footer-social {
    float: left;
    text-align: left;
  }
}

.social-icons {
  padding-left: 0;
  font-family: "Nimbus Sans Reg";
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none outside none;
}
.social-icons > li {
  display: inline-block;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.social-icons > li span {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("images/social-icons.png");
}
.social-icons > li span.fb {
  background-position: 0 40px;
}
.social-icons > li span.fb:hover {
  background-position: 0 0;
}
.social-icons > li span.tw {
  background-position: 124px 40px;
}
.social-icons > li span.tw:hover {
  background-position: 124px 0;
}
.social-icons > li span.yt {
  background-position: 82px 40px;
}
.social-icons > li span.yt:hover {
  background-position: 82px 0;
}
.social-icons > li span.ln {
  background-position: 40px 40px;
}
.social-icons > li span.ln:hover {
  background-position: 40px 0;
}
.social-icons > li .desc {
  display: table-row;
  width: 103px;
  height: 40px;
}
.social-icons > li .desc span {
  display: table-cell;
  vertical-align: middle;
  background-image: none;
  width: inherit;
}

.footer-links {
  color: #FFFFFF;
  margin-top: 25px;
}

.footer-links-list {
  color: #FFFFFF;
  padding-left: 0;
}
.footer-links-list a {
  color: #FFFFFF;
  text-decoration: underline;
  font-family: "Nimbus Sans Reg";
  font-size: 15px;
  padding-right: 15px;
}
.footer-links-list a:visited:hover {
  text-decoration: underline !important; 
}
.footer-links-list a:hover {
  text-decoration: underline !important;
}
.footer-links-list a.feedback {
  text-decoration: none;
}
.footer-links-list a.feedback:hover {
  text-decoration: none;
}
.footer-links-list > li {
  display: inline-block;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer-disclaimer {
  color: #FFFFFF;
  font-family: "Nimbus Sans Reg";
  font-size: 14px;
  margin-top: 15px;
}

.oo-icon {
  margin-right: 5px;
  height: 9px;
  width: 9px;
  display: inline-block;
}
.oo-icon-white {
  background-image: url("images/oo_icon_white.gif");
}
.oo-icon-blue {
  background-image: url("images/oo_icon_bb.gif");
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  padding-left: 8px;
  padding-right: 8px;
}

.nav-sidebar li {
  font-size: 17px;
  line-height: 16px;
}
.nav-sidebar li ul li {
  font-size: 15px;
  line-height: 14px;
}

.top-20-margin {
  margin-top: 20px;
}

.left-20-margin {
  margin-left: 20px;
}

.padding-20-top {
  padding-top: 20px;
}

.padding-15-top {
  padding-top: 15px;
}

.padding-15-btm {
  padding-bottom: 15px;
}

.paraHeading {
  color: #3b3b3b !important;
  font-family: "Nimbus Sans Bold" !important;
}

.secHead {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.Description {
  padding: 15px 0px 15px 0px;
}

.careersportsDesc {
  margin-top: 10px;
}

.subHead-CSR {
  min-height: 73px;
}

.listIntro-CSR {
  min-height: 140px;
}

.img-border {
  border: 1px solid #3b3b3b;
}

.pdf-list {
  padding-left: 15px;
}

.leadershipDiv h3 {
  margin-bottom: 0;
}

.time-span-header {
  margin-bottom: -20px;
}

.job-btn {
  margin-top: 10px;
  margin-left: 150px;
  margin-right: 150px;
  margin-bottom: 10px;
}

.companyList {
  margin-top: 10px;
  margin-bottom: 10px;
}

.subHead {
  min-height: 50px !important;
}

.listIntro {
  min-height: 120px;
}

div.box-socialMedia {
  margin-bottom: 10px;
}

.career-login-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.mainColDivs1,
div.mainColDivs2 {
  width: 100%;
}

.careerList,
.locationList {
  margin-left: -25px;
  margin-bottom: 5px;
  font-weight: bold;
}
.careerList li,
.locationList li {
  font-weight: bold;
}

.seeAll {
  margin-bottom: 10px;
}

.box-title {
  margin-left: 45px;
  margin-right: 45px;
}

.title-socialMedia a {
  text-decoration: none;
  font-weight: bold;
  width: 100%;
}
.title-socialMedia a:hover {
  text-decoration: none;
  font-weight: bold;
  width: 100%;
}

.body-socialMedia {
  margin-bottom: 20px;
}

.colHeader {
  margin-top: 9px;
  margin-bottom: 10px;
}

.paraTitle,
.paraHeading {
  margin-top: 20px;
  margin-bottom: 5px;
}

.socialMediaArticle {
  font-size: 12px;
}

.contactOption {
  padding-left: 13px;
}

#breadCrumbBanner {
  width: 100% !important;
}

.pushdown-bar-notify {
  background-color: #DAAA00;
}

.gmo {
  background-image: url("images/world.png");
  background-repeat: no-repeat;
  background-position: top;
}

.trp-u-anchor {
  text-decoration: underline;
}

.sitemapSec ul li.first {
  list-style: none;
  padding-top: 5px;
}

.trp-rewardspkg-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.twitter-rules {
  display: none;
  background-color: #e9e9e9;
  padding: 5px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(50, 50, 50, 0.23);
  -moz-box-shadow: 0px 0px 8px 2px rgba(50, 50, 50, 0.23);
  box-shadow: 0px 0px 8px 2px rgba(50, 50, 50, 0.23);
}
.twitter-rules p {
  padding-right: 5px !important;
  width: 99% !important;
}

.twitter-rules-link {
  cursor: pointer;
  color: #054C70;
  text-decoration: none;
}
.twitter-rules-link:hover {
  color: #0985C3;
}

@media screen and (max-width: 699px) {
  .pushdown-bar {
    min-height: 40px !important;
    height: auto;
  }
}
.pushdown-bar a {
  text-decoration: underline;
}
.pushdown-bar a:hover {
  text-decoration: underline;
}

.nav-main li.menu-login a {
  background-color: #054C70 !important;
}
.nav-main li.menu-login a:hover {
  background-color: #054C70 !important;
  text-decoration: none;
}
.nav-main li.menu-login a:hover:after {
  border-top-color: #054C70 !important;
}

.nav-login-wrapper {
  width: 150px !important;
}

.nav-login-og {
  width: 150px !important;
}
.nav-login-og li ul {
  width: 285px;
  margin-left: -150px;
}
.nav-login-og li ul a {
  padding: 5px 10px;
}
.nav-login-og > .menu-login {
  width: 150px !important;
}

.nav-login-og-top {
  text-align: center;
}

.hero {
  height: 440px;
  padding-top: 30px;
  margin-top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero {
    height: 770px !important;
  }
}
.hero .hero-statment {
  color: white;
  font-family: "Nimbus Sans Black";
  margin: 26px 0 4px;
}
@media screen and (max-width: 1023px) {
  .hero .hero-statment br {
    display: none !important;
  }
}

.hero-iwc {
  margin-top: 44px;
}

.menu-type-f .hero-cta {
  margin-top: 30px;
}
.menu-type-f .hero-statment {
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .menu-type-f .hero-statment {
    font-size: 36px !important;
    line-height: 40px !important;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .menu-type-f .hero-statment {
    font-size: 26px !important;
    line-height: 30px !important;
  }
}
@media screen and (max-width: 320px) {
  .menu-type-f .hero-statment {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

ul {
  margin-bottom: 0px !important;
}

.js-pushdown i {
  cursor: pointer;
}

.footer-links-list a {
  color: white;
  font-family: "Nimbus Sans Reg";
  text-decoration: none;
}
.footer-links-list > li {
  display: block;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.an-arrow {
  background-image: url("images/an-arrow-right-menu.png");
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  padding-left: 47px;
  padding-top: 2px;
}

body.homepage {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center 45px;
  margin-top: 0 !important;
}
body.homepage .body-section {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  body.homepage .body-section {
    margin-top: 0 !important;
  }
}
body.homepage-us .hero {
  background-image: url("images/hpbg-005.jpg");
  background-size: auto;
  background-position: center -115px;
  background-repeat: no-repeat;
}
body.homepage-inter .hero {
  background-image: url("images/homepage-background-005.jpg") !important;
  background-size: auto;
  background-position: center -72px;
  background-repeat: no-repeat;
}

.trp-choose-title {
  margin-left: 0;
  margin-top: 0;
  color: white !important;
  font-family: "Nimbus Sans Reg";
  font-size: 11px !important;
  line-height: 12px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .trp-choose-title {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) {
  .trp-choose-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-device-width: 414px) and (-webkit-device-pixel-ratio: 3) {
  .trp-choose-title {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}

.change-iam {
  border-left: 1px dotted white;
  margin-left: 10px;
}
.change-iam:hover {
  border-left: 1px dotted white !important;
  text-decoration: none;
}

.trp-choose-list {
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .trp-choose-list {
    margin-left: 10px;
    padding-left: 0;
    width: 95%;
  }
}
.trp-choose-list li {
  font-family: "Nimbus Sans Bold";
  font-size: 16px;
  min-height: 40px;
  margin-bottom: 4px;
  background-color: #05c3de;
  background-image: url("images/an-arrow.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right center;
}
.trp-choose-list li a {
  display: block;
  padding: 14px 30px 14px 14px;
  line-height: 1;
  font-size: 13px;
  background-color: #05c3de;
  background-image: url("images/an-arrow-nb.png") !important;
  background-position: right center;
  background-repeat: no-repeat;
}
.trp-choose-list li a:hover {
  text-decoration: none;
  background-image: url("images/an-arrow-nb.png") !important;
  background-position: right center;
  background-repeat: no-repeat;
  Background-color: #054C70;
  opacity: 1;
  color: white;
}
.trp-choose-list li a.long-text:hover {
  font-size: 13px;
}

.learn-more {
  text-decoration: none;
  background-image: url("images/an-arrow-nb.png") !important;
  background-position: right center;
  background-repeat: no-repeat;
}

.trp-box-long div.col-xs-6,
.trp-box-long div.col-sm-3 {
  border-color: #4f4f4f;
  border-width: 0 1px 0 0;
  border-style: none dotted none none;
  margin-top: 18px;
}
@media screen and (max-width: 1023px) {
  .trp-box-long div.col-xs-6,
  .trp-box-long div.col-sm-3 {
    min-height: unset;
  }
}

.col-personalized .statement {
  background-color: #05c3de;
  color: white;
  text-align: center;
  font-family: "Nimbus Sans Reg";
  font-size: 26px;
  padding: 15px;
}
.col-personalized .statement span {
  font-family: "Nimbus Sans Bold";
}
.col-personalized .statement .links {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.trp-box-typeof.remember {
  padding: 0;
}

@media screen and (max-width: 767px) {
  footer .footer-statement {
    width: 100% !important;
  }
}

@media screen and (max-width: 1023px) {
  .trp-box-long div.no-border {
    border-color: #4f4f4f;
    border-width: 0 1px 0 0;
    border-style: none dotted none none;
    margin-top: 18px !important;
  }
}

@media screen and (max-width: 1023px) {
  .footer-wrapper,
  .footer-disclaimer div {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 350px) {
  .footer-wrapper,
  .footer-disclaimer div {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 1023px) {
  footer .footer-links {
    width: 140px !important;
  }
}

@media screen and (max-width: 1023px) {
  .body-section {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .col-nav, .col-first, .col-single,
  .col-first,
  .col-single,
  .col-last,
  .col-single {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media screen and (max-width: 768px) {
	.band-col.col-single { padding: 0px !important; }
}

@media screen and (max-width: 767px) {
  .header-global .menu-select-country {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .header-global .menu-select-country .countries-asiapac, .header-global .menu-select-country .countries-europe {
    width: 100%;
  }
}

.read-more a {
  color: #054C70;
  font-family: Arial;
  font-size: 14px;
  text-decoration: underline !important;
}

.social-icons .desc a {
  color: white;
  text-decoration: none;
}
.social-icons .desc a:hover {
  color: white;
}

.learn-more {
  font-size: 18px;
}

.not-selected {
  opacity: 0.75;
}
.not-selected:hover {
  opacity: 1;
}

.trp-ext-link {
  cursor: pointer;
}

.pr-date {
  font-size: 12px;
  margin-left: 5px;
}

.mobile-login {
  display: none;
}
@media screen and (max-width: 699px) {
  .mobile-login {
    display: block;
  }
}

.small-statement-box {
  font-size: 1em !important;
}
.small-statement-box .btn-trp-gmo {
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.small-statement-box .trp-box-promo .side-btn {
  width: 100%;
}
.small-statement-box .trp-box-promo .statement {
  font-size: 1.5em;
}
.small-statement-box .trp-box-promo .statement ul {
  margin: 0;
  padding: 0;
}
.small-statement-box .trp-box-promo .side-links p {
  font-size: 1em !important;
}

.country {
  min-width: 35px;
  display: inline-block;
}

.header-global-country {
  min-width: 187px;
  opacity: 0;
}
@media screen and (max-width: 820px) {
  .header-global-country {
    min-width: inherit;
  }
}

.header-global div div.header-global-select {
  padding-right: 10px;
}

.nav-main.nav-login-og li li.pi {
  border-bottom: none;
}
.nav-main.nav-login-og li li a {
  font-size: 16px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .nav-main li a {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 350px) {
  .nav-main li a {
    padding: 10px 2px;
  }
}
.nav-main li.menu-login-branded hr {
  margin: 0 0 0 4px;
}
.nav-main li.menu-login-branded ul {
  padding: 10px 15px;
  opacity: 0.9;
}
.nav-main li.menu-login-branded ul li {
  margin-left: 15px;
  opacity: 1;
}
.nav-main li.menu-login-branded li.subSection a {
  background-color: #000 !important;
}
.nav-main li.menu-login-branded li.subSection a:hover {
  background-color: #000 !important;
  text-decoration: none !important;
}
.nav-main li.menu-login-branded li a {
  background-color: #4f4f4f !important;
}
.nav-main li.menu-login-branded li a:hover {
  background-color: #4f4f4f !important;
  text-decoration: none !important;
}
.nav-main li.menu-login a {
  background-color: #054C70 !important;
}
.nav-main li.menu-login a.hover-state:after {
  border-top-color: #054C70 !important;
}
.nav-main li.menu-login a:hover {
  background-color: #054C70 !important;
}
.nav-main li.menu-login a:hover:after {
  border-top-color: #054C70 !important;
}

.nav-login-wrapper {
  width: 100px !important;
}

.nav-login-og {
  width: inherit !important;
}
@media screen and (max-width: 767px) {
  .nav-login-og {
    margin-top: 27px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .nav-login-og li ul {
    margin-left: -178px;
    width: 277px;
  }
}

@media screen and (max-width: 767px) {
  .nav-trp-header-icon > li {
    padding: 10px;
  }
}
@media screen and (max-width: 350px) {
  .nav-trp-header-icon > li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .last-menu {
    margin-left: -78px;
  }
}

@media screen and (max-width: 767px) {
  .nav-main-small {
    width: 330px !important;
  }
}
@media screen and (max-width: 350px) {
  .nav-main-small {
    width: 100% !important;
  }
}

footer .footer-statement {
  width: 262px;
}
@media screen and (max-width: 767px) {
  footer .footer-statement {
    width: 280px;
    padding-right: 0;
  }
}

.nav-trp-header .trp-logo span {
  background-image: url("images/TRP-logo-V2.png");
  display: block;
  height: 45px;
  width: 45px;
}

.header-site {
  height: 45px;
}

.links-offramp li.nav-title a {
  background-image: none !important;
}
.links-offramp li a {
  background-image: url("images/an-arrow-nb.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.site-search span {
  color: #000000;
  bottom: 1px;
  position: relative;
  right: 20px;
  cursor: pointer;
}
.site-search input {
  background-color: #ffffff;
  border: 1px solid #4f4f4f;
  color: #3b3b3b;
  margin-top: 8px;
  padding: 4px 24px 4px 4px;
  font-style: italic;
  width: 160px;
  height: 2em;
  line-height: normal;
  vertical-align: baseline;
  font-size: 14px;
  font-family: Arial;
}
.site-search input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.site-search input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.site-search input:focus {
  background-color: #ffffff;
  color: #000000;
  font-style: normal;
}
.site-search input:focus::-webkit-input-placeholder {
  color: transparent;
}
.site-search input:focus:-moz-placeholder {
  color: transparent;
}
.site-search input:focus::-moz-placeholder {
  color: transparent;
}



.nav-trp-header-icon li.site-search {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
}
.nav-trp-header-icon li {
    float: left;
    font-size: 14px;
    height: 29px;
}
.nav-trp-header > li {
    display: inline-block;
}

.nav-main-full{
	width: 100%  !important;
	
}

.nav-main li ul{
	
z-index:9001 !important; /*OVER 9000*/	
}

.breadcrumbs{
	margin-top: 15px;
	margin-bottom: 15px;
}

.row{
	margin-left: 0;
	margin-right: 0;
	
}

.component{
	border: 2px dashed #4f4f4f;
	min-height: 200px;
	margin-bottom: 5px;
	text-align: center;
	line-height:200px;
}

.component span{
	margin-left:auto;margin-right:auto;
}

.insights-content{
	background-color: white;
	padding: 10px;
}

.insights-content h1{
	line-height: 28px;
	margin-top: 0;
}

.hvr-float{
	cursor: pointer;
}

.breadcrumbs{
	width: 100%;
}

.trp-box-min-height {
    min-height: 120px;
}

.trp-box-min-height a:hover{
	text-decoration: none;
}

.jPanelMenu-only { display: none; }
@media screen and (max-width:786px) {
    .jPanelMenu-only { display: inline; }
    nav .navbar .menu-trigger {
        top: 7%;
        transform: none;
    }   
}


.author-message-container {
    padding: 10px 15px 30px; 
    background-color: #dbe7ed; 
    border: 1px solid #00718d; 
    border-radius: 4px;
}
.author-message-container > div:first-child { color:#00718d; }

.backdrop-image {
    position: absolute;
    z-index: -100;
    width: 100%;
}
.backdrop-image .img-responsive {margin-left: auto; margin-right:auto;}


/* ADA Compliance: Useful link to skip to main content */
#skiptocontent a {
    padding:6px;
    position: absolute;
    top:-40px;
    left:0px;
    color:#fff;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    border-bottom-right-radius:8px;
    background:transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}
#skiptocontent a:focus {
    position:absolute;
    left:0px;
    top:0px;
    background:#05c3de;
    outline:0;  
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
.mmr-page-alert {
	border-top: 3px solid #db291f; 
	border-bottom: 3px solid #fff;
	background-color: #f8efce; 
	padding: 20px 20px 30px 0px;		
 	text-align: center;
 	width: 100%;
 	display: none;
}	
.mmr-page-alert .money-market-reform-global-message{
 	width: 950px;
	display:inline-block;
 	text-align: left;
 	color: #000; 
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left:20px;
}
@media screen and (max-width:786px) {
	.mmr-page-alert .money-market-reform-global-message{
		width: 90%;
	}
}
.mmr-ncr-page-alert {
	background-color: #fff; 
	padding: 20px 20px 30px 0px;	
	border: 1px solid #000;	
 	text-align: center;
 	width: 100%;
 	display: none;
}	
.mmr-ncr-page-alert .money-market-reform-ncr-message{
 	
	display:inline-block;
 	text-align: left;
 	color: #054C70; 
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left:20px;
}
@media screen and (max-width:786px) {
	.mmr-ncr-page-alert .money-market-reform-ncr-message{
		width: 90%;
	}
}




@media screen and (min-width: 1081px) {
  .primary-navigation a#nav-open-an-account:focus {
    box-shadow: 0 0 0 3px #265DC5;
    background-color: #07608D;
    outline: 2px solid #fff;
    outline-offset: -1px;
    border: 1px solid #07608D;
    text-decoration: underline;
  }

  .primary-navigation a#nav-log-in:focus {
    box-shadow: 0 0 0 2px #265DC5;
    background-color: rgb(8, 110, 161, 0.08);
    outline: 1px solid #07608D;
    outline-offset: -3px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-decoration: underline;
  }
}