/* update: 20170920 v1 */

main {
  max-width: 1390px;
  margin: 0 auto;
  background-color: #fff;
  height: auto !important;
  display: block;
  clear: both;
  padding: 40px 40px;
  font: 100%/1.4em 'guardian-text-oreilly',open-sans,Helvetica,Arial,sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.2rem;
  color: #404040;
  overflow: hidden;
}
main:before, main:after {
  content: " ";
  display: table;
  box-sizing: inherit;
}
main p {
  margin-bottom: 20px;
}
main p:last-child {
  margin-bottom: 0;
}
h1.title, h1.title a { 
  font-family: "oreilly-urw-typewriter-narro",Georgia,serif; 
  font-weight: 100; 
  font-size: 3.4375rem; 
  line-height: 1em; 
  letter-spacing: -.01em; 
  color: #d3002d; 
  margin: 0 0 12px;
}
h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: normal; 
  margin-top: 1.5rem;
  line-height: 2.17rem;
}
.title-row {
  width: 100%;
}
#nav-row {
  list-style: none;
  display: block;
  margin: 0 -40px 40px;
  background-color: #f5f5f5;
  padding-left: 40px;
  padding-right: 40px;
}
#nav-row li {
  display: inline-block;
  height: auto; 
  vertical-align: top;
}
#nav-row li a {
  float: left;
  display: block;
  height: auto;
  margin-bottom: 1px;
  border-right: 1px solid #fff;
  padding: 8px 20px 9px;
  background-color: #d3002d;
  font-size: 1rem;
  line-height: 1.4em;
  color: #fff;
  text-transform: uppercase;
}
#nav-row li:first-child {
  border-left: none;
}
#nav-row li a:hover, 
#nav-row li a:active, 
#nav-row li a:focus {
  opacity: .9;
}

.lsn {
  list-style: none;
  padding-left: 0;
}
.video {
  box-sizing: content-box;
  overflow: hidden;
  position: relative; 
  width: 100%; 
  padding-bottom: 56.5%;
  margin-bottom: 10px;
}
.video iframe, .video object {
  position: absolute; 
  height: 100%; 
  width: 100%; 
  top: 0;
}
.col-1-2, .col-2-3, .col-1-3 {
  display: block;
  float: left;
}
.col-1-2 {
  width: 47%;
}
.col-2-3 {
  width: 63.6667%;
}
.col-1-3 {
  width: 30.3333%;
}
.mr {
  margin-right: 3%;
}
.ml {
  margin-left: 3%;
}
.mt {
  margin-top: 20px;
}
.mb {
  margin-bottom: 20px;
}
.hmt {
  margin-top: 10px;
}
.hmb {
  margin-bottom: 10px;
}
.content-row {
  overflow: hidden;
  margin-bottom: 40px;
}
.content-row ul, .content-row ol {
  padding-left: 23px;
  margin-bottom: 10px; 
}
.content-row li {
  margin-bottom: 10px;
}
.content-row a {
  border-bottom: 1px solid #c9c9c9;
  cursor: pointer;
}
.quote-row {
  background-color: #d3002d;
  padding: 40px;
  margin: 0 -40px -40px;
}
.quote-row blockquote {
  margin-bottom: 10px;
  font-family: "oreilly-urw-typewriter-narro",Georgia,serif; 
  font-weight: 100; 
  font-size: 2.75rem; 
  line-height: 1.1em; 
  letter-spacing: -.01em;
  color: #fff;
}
.quote-row cite {
  color: #fff;
  font-style: normal;
}
.radar .content-row a:hover, .radar .content-row a:active, .radar .content-row a:focus { 
  color: #d3002d; border-bottom-color: #d3002d; 
}
.page-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 1.8rem;
}
.fwb {
  font-weight: bold;
}
.highlight {
  background-color: #f5f5f5;
  padding: 25px 30px;
}
.mtb {
  margin-top: 20px;
  margin-bottom: 10px;
}
a.no-under {
  border-bottom: none;
}
.content-row ul.lsn, .content-row ol.lsn {
  list-style: none;
  padding-left: 0;
}
.content-row ul.boxed {
  list-style: none;
  padding-left: 0;
}
.content-row ul.boxed li {
  margin: 0 0 1px;
  padding: 1rem 23px;
  background: #eee;
}
.content-row ul.boxed li:nth-child(odd) {
  background: #e4e4e4;
}
.word-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.jv-careersite {
  margin: 0;
}
.jv-careersite a {
  margin-top: 20px;
  background: #d3002d;
  color: #fff;
  opacity: 1;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  padding: 0 15px 5px;
}
.jv-careersite a:hover, 
.jv-careersite a:focus, 
.jv-careersite a:active {
  opacity: 0.85;
}

.content-col { float:left; width:31.33%; width:calc(33.333% - 26.67px); padding:0 0 0 0; }
.media-col { float:right; width:65.65%; width:calc(66.667% - 13.33px); padding:10px 0 0 0; }
.content-col.split-50, .media-col.split-50 { width:48.18%; width:calc(50% - 20px); }
.media-col .img { background-repeat:no-repeat; background-size:cover; padding-bottom:56.25%; }

.locations {
  -moz-column-count: 4; 
  -webkit-column-count: 4; 
  column-count: 4; 
  -moz-column-gap: 40px; 
  -webkit-column-gap: 40px; 
  column-gap: 40px; 
}
.locations .location-block {
  position: relative;
  height: 0;
  padding: 0 0 66.667%;
  margin-bottom: 0;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  page-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  break-inside: avoid;
  background-color: #666;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 40px solid #fff;
}
.locations .location-block:last-of-type { margin-bottom: 0; }
.locations .location-block p {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: rgba(0,0,0,.5);  
}


@media (max-width: 1100px) {
  .content-col, .media-col { width:48.18%; width:calc(50% - 20px); }
  .media-col .img { padding-bottom:100%;}
  .locations { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
}
@media (max-width: 875px) {
  main {
    padding: 20px;
  }
  h1.title { 
    font-size: 3.15rem; 
    line-height: 3.15rem; 
  }
  #nav-row {
    margin-bottom: 10px;
    background-color: #fff;
  }
  #nav-row li {
    margin-right: 5px;
    margin-bottom: 5px;
    border: none;
  }
  .page-title {
    margin-top: 20px;
  }
  .quote-row blockquote {
    font-size: 2rem;
  }
}
@media (max-width: 800px) {
  .col-1-2, .col-2-3, .col-1-3 { width: 100%; }
  .mr { margin-right: 0; }
  .ml { margin-left: 0; }
  .rmt { margin-top: 20px; }
}
@media (max-width: 750px) {
  main {
    padding: 20px;
  }
  .title-row {
    padding-left: 0;
    padding-right: 0;
  }
  .page-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .content-col, .content-col.split-50 { width:100%; margin-bottom:20px; padding:0; }
  .media-col, .media-col.split-50 { width:100%; padding:0; }
  .media-col .img { padding-bottom:56.25%; }
  .locations { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; }
}
@media (max-width: 600px) {
 main p, main td, main blockquote, main ul li, main ol li, main dt, main dd {
  font-size: 1rem;
  line-height: 1.4em;
  }
  main h2 {
    font-size: 1.4rem;
    line-height: 1.2em;
  }
  main h3 {
    font-size: 1.2rem;
    line-height: 1.3em;
  }
  .page-title {
    font-size:1.5rem;
  }
  .highlight {
    padding: 10px 15px;
  }
}