.homepage-grid.careers article#hero figcaption h2 {
	font-family: 'UniversLTW01-59UltraCn';
}

.homepage-grid.careers article#hero figcaption h2 i {
	font-family: 'UniversLTW01-59UltraCn';
	font-style: italic;
}

.homepage-grid .careersPromo .links li
{
	font-family:"UniversLTW01-57Condense 723821",Arial,Helvetica,sans-serif;
}

.homepage-grid .careersPromo .links li i
{
	font-family:"UniversLTW01-57CondenseOb",Arial,Helvetica,sans-serif;
	font-style: normal;
}

.meet-our-people-split-type .meet-our-people-text .text,
.meet-our-people-bkg-type .cite span
{
	font-family: 'UniversLTW01-57Condense 723821','Segoe WP Semilight','Arial Narrow',Arial,Helvetica,sans-serif;
}

.meet-our-people-split-type .meet-our-people-text .text i,
.meet-our-people-bkg-type .cite span i
{
	font-family: 'UniversLTW01-57CondenseOb','Segoe WP Semilight','Arial Narrow',Arial,Helvetica,sans-serif;
	font-style: normal;
}

.meet-our-people-bkg-type .text.quote {
	font-family: 'UniversLTW01-47LightCn';
}

.meet-our-people-bkg-type .text.quote i {
	font-family: 'UniversLTW01-47LightCnO';
	font-style: normal;
}
 
.meet-our-people-bkg-type .cite strong,
.homepage-grid .careersPromo .links li a,
.stay-connected-link {
	font-family: 'UniversLTW01-67BoldCn';
}

.meet-our-people-bkg-type .cite strong i,
.homepage-grid .careersPromo .links li a i,
.stay-connected-link i {
	font-family: 'UniversLTW01-67BoldCnOb';
	font-style: normal;
}

.stay-connected-article h3,
.learn-more-section h3{
	font-family:'UniversLTW01-57Condense 723821';
}

.stay-connected-article h3 i,
.learn-more-section h3 i {
	font-family:'UniversLTW01-57CondenseOb';
	font-style: normal;
}

.explore-divisions-link {
	font-family: 'UniversLTW01-67BoldCn','Arial Narrow',Arial,Helvetica,sans-serif;
}

.explore-divisions-link i {
	font-family: 'UniversLTW01-67BoldCnOb','Arial Narrow',Arial,Helvetica,sans-serif;
	font-style: normal;
}
 
.section-cta {
	font-family: 'UniversLTW01-67BoldCn',Helvetica,sans-serif;
}
.section-cta i {
	font-family: 'UniversLTW01-67BoldCnOb',Helvetica,sans-serif;
	font-style: normal;
}
  
/* meet our people */
.meet-our-people-carousel .content-carousel-wrap {
  height: 373px;
  position: relative;
}

@media screen and (min-width: 1230px) {
  .meet-our-people-carousel .content-carousel-wrap {
    height: 474px;
  }
  .homepage-grid.careers .careersPromox1 {
	  height: 80px;
	  width: 180px;
  }
}

  .view1280 .meet-our-people-carousel .content-carousel-wrap {
    height: 474px;
  }
  .view1280 .homepage-grid.careers .careersPromox1 {
	  height: 80px;
	  width: 180px;
  }

.homepage-grid.careers article#hero figcaption ul li {
  padding-bottom: 10px;
}

/*
   need to change the selector from
   .homepage-grid .careersPromo h2 a span 
   to
   .homepage-grid .careersPromo h2 span 
   since was only an empty <A> element that didn't behave as a link or anchor so we removed the <A> element
*/

.homepage-grid .careersPromo h2 span {
  font-size: .8em;
  margin-top: 5px;
  display: block;
}


/*
.careersPromo, .careersPromo ul, .careersPromo li {
  font-size: 1em; 
  padding: 0;
  margin: 0;
}
*/

.homepage-grid .careersPromo .links {
  border-top: #668bba 1px solid;
  background: #82abdc;
}

.homepage-grid .careersPromo .links li
{
  font-size:1.166666667em;
  margin:6px 20px 0;
}

.meet-our-people-bkg-type .quote {
  font-size: 24px;
}

.homepage-grid .careersPromo .links li a
{
  color: #224263;
  padding: 0 15px 0 0;
  background: transparent url(/a/pgs/images/angled-bracket-blue-right.png) right 50% no-repeat;
  margin-right: 1.5em;
  text-transform: uppercase;
  font-size:11px;
}

.view1280 .homepage-grid .careersPromo .links li
{
  font-size: 1.166666667em;
  margin: 10px 20px 0;
}

.homepage-grid .careersPromo h3 {
  padding-top: 10px;
}

/************************************************************************************
  
  Careers Promo
  
  We changed the markup for the .careersPromo container and for the elements within
  
*************************************************************************************/

/* need to relatively position the grid container */

.homepage-grid.careers {
  position: relative;
}

/* remove the float from the hero element */

.homepage-grid.careers #hero {
  float:none;
}

/* need to absolutely position the .careersPromo container */
.careersPromo {
  position: absolute;
  top: 0;
  right: 0;
}

/* The .careersPromo container is actually a SECTION element, so the css selector should be
   .homepage-grid .grid1x1 instead of .homepage-grid article.grid1x1
*/

.homepage-grid .grid1x1 {
  width: 320px;
  height: 320px;
}

@media screen and (min-width: 1230px) {
  .homepage-grid .grid1x1 {
    width: 400px;
    height: 400px;
  }
}
.view1280 .homepage-grid .grid1x1 {
  width: 400px;
  height: 400px;
}

/* changed .homepage-grid article .careersPromox1 h2  to .homepage-grid .careersPromox1 h2 */
.homepage-grid .careersPromox1 h2 {
	font-size: 1.7em;
	padding: 16px 0 0 16px;
	margin:0;
	width: 300px;
}


/* changed .homepage-grid article .careersPromox1  to .homepage-grid .careersPromox1 */
.homepage-grid .careersPromox1 {
  height: 64px;
}

/* changed .homepage-grid article .careersPromox2  to .homepage-grid .careersPromox2 */
.homepage-grid .careersPromox2 {
height: 127px;
}

@media screen and (min-width: 1230px) {
  .homepage-grid .careersPromox2 {
    height: 157px;
  }
}

.view1280 .homepage-grid .careersPromox2 {
  height: 157px;
}

/* changed .homepage-grid article .careersPromox3 .homepage-grid .careersPromox3 */
.homepage-grid .careersPromox3 {
height: 127px;
}

@media screen and (min-width: 1230px) {
.homepage-grid .careersPromox3 {
height: 161px; /* changed from 182 to 162 */
}
}

.view1280 .homepage-grid .careersPromox3 {
height: 161px; /* changed from 182 to 162 */
}

/*
   need to change the selector from
   .homepage-grid .careersPromo h2 a span 
   to
   .homepage-grid .careersPromo h2 span 
   since was only an empty <A> element that didn't behave as a link or anchor so we removed the <A> element
*/

.homepage-grid .careersPromo h2 span {
  font-size: .8em;
  margin-top: 5px;
  display: block;
}


/*
.careersPromo, .careersPromo ul, .careersPromo li {
  font-size: 1em; 
  padding: 0;
  margin: 0;
}
*/

.homepage-grid .careersPromo .links li
{
  font:1.166666667em Arial,Helvetica,sans-serif;
  margin:6px 20px 0;
}

.homepage-grid .careersPromo .links li a
{
  color: #224263;
  padding: 0 15px 0 0;
  background: transparent url(/a/pgs/images/angled-bracket-blue-right.png) right 50% no-repeat;
  margin-right: 1.5em;
  text-transform: uppercase;
}

.view1280 .homepage-grid .careersPromo .links li
{
  font-size: 1.166666667em;
  margin: 10px 20px 0;
}



@media screen and (min-width:1230px) {
  .homepage-grid .careersPromo .links li a {
    font-size: 14px;
  }

  .homepage-grid .careersPromo h3 {
    padding-top: 20px;
  }

  .meet-our-people-bkg-type .quote {
    font-size: 32px;
  }
}

.view1280 .homepage-grid .careersPromo .links li a {
    font-size: 14px;
  }

.view1280 .homepage-grid .careersPromo h3 {
    padding-top: 20px;
  }

.view1280 .meet-our-people-bkg-type .quote {
    font-size: 32px;
  }

.meet-our-people-carousel .content-carousel-item {
  width: 100%;
  height: 100%;
}

.meet-our-people-carousel .content-carousel-item:last-child {
	background: #303438;
}

.meet-our-people-text h2 {
  margin: 1.6em 0 3em 0;
}

.meet-our-people-text h2 a {
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 5px;
}

.meet-our-people-text a {
  	text-transform: uppercase;
  	font-family: 'UniversLTW01-67BoldCn';
  	color: #ffffff;
  	font-size: 16px;
}

.meet-our-people-text a.non-white {
	color: #333;
}

.meet-our-people-split-type .meet-our-people-text {
  width: 20.46%;
  padding: 0 6.27%;
  /* 6.27 * 2 + 20.46 = 33% (full width of text container) */
  position: absolute;
  left: 0;
  top: 0; 
}
.meet-our-people-split-type .meet-our-people-text p.text {
	margin: 0px;
}
.meet-our-people-split-type .meet-our-people-text .section-cta {
	color: #5283bd;
}
.meet-our-people-split-type .meet-our-people-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 67%;
  height: 100%;
}

.meet-our-people-split-type .meet-our-people-image img {
  width: 100%;
  height: auto;
}

.meet-our-people-split-type .meet-our-people-text .text {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.45em;
  font-weight: normal;
}

.meet-our-people-bkg-type .meet-our-people-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
}

.meet-our-people-bkg-type .meet-our-people-image img {
  width: 100%;
}

.meet-our-people-bkg-type .meet-our-people-text {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  padding: 0 6.27%;
}

.meet-our-people-bkg-type .meet-our-people-text.on-right{
	margin-left: 50%;
}

.meet-our-people-bkg-type .text {
  margin-bottom: 1em;
  color: #ffffff;
  font: 34px/1.1 "UniversLTW01-55Oblique", Helvetica, sans-serif;
}

.meet-our-people-text blockquote {
  border: none;
  padding: 0;
  margin-bottom: 18px;
}

.meet-our-people-text .non-white {
	color: #2f3338;
}

.meet-our-people-bkg-type .quote {
  font-size: 32px;
  font-style: italic;
  position: relative;
  display: block;
  width:45%;
}

.meet-our-people-bkg-type .on-right .quote {
	width: 100%;
}

@media screen and (max-width: 1230px) {
	.meet-our-people-bkg-type .quote {
		font-size: 2em;
		margin-top: -15px;
	}
	.meet-our-people-split-type  .meet-our-people-text .text {
		font-size: 1.2em;
		margin-top: -15px;
	}
}

.meet-our-people-bkg-type .quote:before {
  display: block;
  position: absolute;
  top: 0;
  left: -0.5em;
  content:"\"";
}

.meet-our-people-bkg-type .quote:after {
  content: "\"";
}

.meet-our-people-bkg-type .cite {
  color: #ffffff;
  display: block;
  font-size: 16px;
}

.meet-our-people-bkg-type .cite strong {
  font-size: 18px;
  font-weight: normal;
}

.meet-our-people-bkg-type .cite span {
  line-height: 18px;
}

/* social carousel */
.social-carousel {
  margin: 24px 0 20px 0;
}

.js .social-carousel .content-carousel-wrap {
  height: 72px;
}

.social-carousel .content-carousel-item {
  width: 25%;
}

.social-carousel-image {
  float: left;
  margin-right: 14px;
}

.social-carousel-text {
  font-size: 13px;
  line-height: 16px;
}

/*
this rule adds a specificity war due to paragraph styling normalization
todo: fix specificity war
.homepage-grid h2, .homepage-grid p
*/


.social-carousel-text .desc {
  margin: 0 0 7px 0;
  display: block;
  min-height: 12px;
  color: #2f3338;
  margin-right: 10px;
}


.social-carousel-link:hover {
  text-decoration: none;
}

.social-carousel-link:hover .cta {
  text-decoration: underline;
}

.social-carousel-text .cta {
  text-transform: uppercase;
  color: #224263;
  font-weight: bold;
  display: block;
}

.social-carousel .content-carousel-wrap {
  margin-right: 35px;
  margin-left: 35px;
}

.social-carousel .content-carousel-item {
	margin-left: 30px;
}

@media screen and (min-width: 1230px) {
  .js .social-carousel .content-carousel-wrap {
    height: 56px;
  }

  .social-carousel-text .cta {
    clear: none;
    width: 100%;
  }

  .social-carousel-text .desc {
    height: auto;
    margin-right: 20px;
    min-height: 12px;
  }
}

  .view1280 .js .social-carousel .content-carousel-wrap {
    height: 56px;
  }

  .view1280 .social-carousel-text .cta {
    clear: none;
    width: 100%;
  }

  .view1280 .social-carousel-text .desc {
    height: auto;
    margin-right: 20px;
    min-height: 12px;
  }

@media screen and (max-width: 1230px) {
	.social-carousel-text .cta {
		font-size: 12px;
	}
	.social-carousel .content-carousel-item {
		margin-top: 10px;
		margin-left: 16px;
	}
}

	.view1024 .social-carousel-text .cta {
		font-size: 12px;
	}
	.view1024 .social-carousel .content-carousel-item {
		margin-top: 10px;
		margin-left: 16px;
	}

/* generic content carousel css */

.content-carousel {
  position: relative;
  z-index: 1;
}

.js .content-carousel-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.js .content-carousel-scroll-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.content-carousel-arrow {
  top: 50%;
  margin-top: -27px;
  width: 31px;
  height:51px;
  z-index: 200;
  cursor: pointer;
}

.content-carousel-arrow:hover{
  opacity: 0.3;
}

.touch .content-carousel-arrow:hover{
  opacity: 1;
  z-index:50;
}

.touch .content-carousel-arrow.disabled {
  opacity: 0.3;
}

.content-carousel-arrow.disabled {
  cursor: default;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.touch-enabled .content-carousel-arrow.disabled{
  opacity: 0.3;
}

.content-carousel-arrow-left {
  background: url("/a/pgs/images/content-carousel/left_arrow.png") left top no-repeat;
  left: 0px;
}

.content-carousel-arrow-right {
  background: url("/a/pgs/images/content-carousel/right_arrow.png") right top no-repeat;
  right: 0px;
}

.js .content-carousel-arrow {
  display: block;
  position: absolute;
  z-index: 20;
}

.content-carousel-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.js .content-carousel-item {
  top: 0;
  position: absolute
}

.content-carousel .pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
}

.content-carousel .pagination li,
.content-carousel .pagination a {
  width: 15px;
  height: 15px;
  background: #ffffff;
  position: relative;
  float: left;
  margin: 0 10px 10px 0;
  cursor: pointer;
}

.content-carousel .pagination li.active,
.content-carousel .pagination a.active {
  background: #6faddc;
  cursor: default;
}

.stay-connected {
  width: 100%;
  height: auto;
}

.stay-connected .stay-connected-article {
  width: 50%; 
  height: auto;
  cursor: pointer;
  float: left;
}

.view1280 .stay-connected .stay-connected-article {
	width: 50%
}

.stay-connected .stay-connected-title {
  margin: 0;
  padding: 0 0 0 18px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  background: #d8dce1; /* Old browsers */
  background: -moz-linear-gradient(left, #d8dce1 0%, #e7ebf0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d8dce1), color-stop(100%,#e7ebf0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d8dce1 0%,#e7ebf0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d8dce1 0%,#e7ebf0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d8dce1 0%,#e7ebf0 100%); /* IE10+ */
  background: linear-gradient(to right, #d8dce1 0%,#e7ebf0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8dce1', endColorstr='#e7ebf0',GradientType=1 ); /* IE6-9 */

  font-size: 24px;
  line-height: 68px;
  height: 68px;

}

.stay-connected-article h3 {
  color: #ffffff;
  margin: 15px 0 4px 20px;
  font-size: 20px;
  line-height: 22px;
}

.stay-connected-article-img-left.stay-connected-article h3 {
  margin-top: 35px;
}

.stay-connected-article .text-description {
  color: #ffffff;
  margin: 6px 27px 9px 20px;
  line-height: 17px;
}

.stay-connected-article time {
  margin-left: 20px;
  padding-bottom: 14px;
  float: none;
  color: #999;
  font-family: 'Arial';
  font-size: 12px;
}

.stay-connected-link {
  font-size: 14px;
  color: #5283bd;
  margin: 0 0 21px 19px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}

.stay-connected-article-img-bkg {
  position: relative;
}

.stay-connected-article-img-bkg .stay-connected-image {
  width: 100%;
  height: 220px;
}

@media screen and (max-width: 1230px) {
	.stay-connected-article-img-bkg .stay-connected-image {
	  width: 100%;
	  height: 160px;
	}
	.stay-connected-article-img-left.stay-connected-article h3 {
		font-size: 1.2em;
		margin-top: 10px;
	}
}

.stay-connected-article .stay-connected-article-wrap {
  position: relative;
}

.stay-connected-article-img-bkg .description {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
}

.stay-connected-article-img-bkg .content {
  position: relative;
  z-index: 1;
}

.stay-connected-article-img-bkg .description:after {
  background: #000000;
  opacity: 0.75;
  width: 100%;
  height: 81px;
  position: absolute;
  content: '.';
  text-indent: -9999px;
  z-index: 0;
  bottom: 0;
  left: 0;
}

.stay-connected-article-img-left .stay-connected-image {
  width: 50%;
}

.stay-connected-article-img-left .stay-connected-image .articleImg {
	width: 100%;
	height: 301px;
    display: block;
}

.stay-connected-article-img-left .description {
  background: #2b2f32; /* Old browsers */
  background: -moz-linear-gradient(left,  #2b2f32 0%, #454b50 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2b2f32), color-stop(100%,#454b50)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #2b2f32 0%,#454b50 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #2b2f32 0%,#454b50 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #2b2f32 0%,#454b50 100%); /* IE10+ */
  background: linear-gradient(to right,  #2b2f32 0%,#454b50 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2f32', endColorstr='#454b50',GradientType=1 ); /* IE6-9 */
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  color: #ffffff;
  height: 301px;
  display: block;
}

.text-section-title {
  font-size: 24px;
  margin: 2.5%;
}

.explore-divisions {
  background: #e3e3e3;
  padding-bottom: 20px;
}

.explore-divisions-item {
  float:left;
  display: block;
  width: 25%;
  text-transform: uppercase;
}

.explore-divisions-link {
  font-size: 17px;
  line-height: normal;
  color: #2f3338;
  width: 80%;
  padding: 13px 10%;
  display: block;
  height: 20px;
}

.explore-divisions-link:hover {
  color: #3971b9;
}

.learn-more-section {
  background: #f0f0f0;
}

.learn-more-section article {
  float: left;
  height: auto;
  padding-bottom: 65px;
}

.learn-more-section .large-img {
  width: 50%;
  padding-left: 1%;
}

.learn-more-section .small-img {
  width: 48%;
}

@media screen and (min-width: 1230px) {
  .learn-more-section .large-img {
    width: 50%;
    margin-left: 1.1%;
  }

  .learn-more-section .small-img {
    width: 46%;
  }
  .learn-more-section {
    padding-bottom: 0;
  }
}

  .view1280 .learn-more-section .large-img {
    width: 50%;
    margin-left: 1.1%;
  }

  .view1280 .learn-more-section .small-img {
    width: 46%;
  }
  .view1280 .learn-more-section {
    padding-bottom: 0;
  }

.learn-more-section article img {
  float: left;
}

.learn-more-section .large-img img {
  width: 55.8%;
}

.learn-more-section .small-img img {
  width: 40%;
}

.learn-more-section .text-section-title {
  margin-bottom: 44px;
  margin-top: 20px;
}

.learn-more-section h3 {
  font-size: 24px;
  line-height: 29px;
  text-transform: none;
}

.learn-more-section .large-img h3 {
  margin: 47px 5% 0 58%;
}

.learn-more-section .small-img h3 {
  margin: 47px 7% 0 19%;
}

.learn-more-section .section-cta {
  margin-top: 15px; 
}

.learn-more-section .large-img .section-cta {
  margin-left: 58%;
}
.learn-more-section .small-img .section-cta {
  margin-left: 19.7%;
}

/* reusable line below the title text */
.has-title-line {
  position: relative;
}

.has-title-line:after {
  position: absolute;
  bottom: -6px;
  height: 5px;
  width: 32px;
  left: 1px;
  content: ".";
  text-indent: -9999px;
  display: block;
  background: #6faddc;
}

.section-cta {
  color: #5283bd;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 32px;
  display: block;
}
@media screen and (max-width: 1230px) {
	.stay-connected-article-img-left .stay-connected-image .articleImg {
		height: 241px;
	}
	.stay-connected-article-img-left .description {
		height: 241px;
	}
}