@charset "UTF-8";
@font-face {
  font-family: 'TradeGothicCondensedTwenty';
  src: url("../fonts/tg-webfont.eot");
  src: url("../fonts/tg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tg-webfont.woff") format("woff"), url("../fonts/tg-webfont.ttf") format("truetype"), url("../fonts/tg-webfont.svg#tg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'TradeGothicCondensedTwenty';
  src: url("../fonts/tgobl-webfont.eot");
  src: url("../fonts/tgobl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tgobl-webfont.woff") format("woff"), url("../fonts/tgobl-webfont.ttf") format("truetype"), url("../fonts/tgobl-webfont.svg#tg") format("svg");
  font-weight: bold;
  font-style: italic;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body.in-overlay {
  overflow: scroll;
}

nav {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

dt {
  font-weight: bold;
  margin-right: 0.4em;
  float: left;
}
@media (min-width: 480px) {
  dt {
    margin-right: 0;
    float: none;
  }
}

dd {
  margin: 0.6em 0 1em 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

a:visited,
a:link {
  color: #4188f5;
}

.app-header {
  background: #1a8cc1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1a8cc1 69%, #006b96 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(69%, #1a8cc1), color-stop(100%, #006b96));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1a8cc1 69%, #006b96 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1a8cc1 69%, #006b96 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1a8cc1 69%, #006b96 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1a8cc1 69%, #006b96 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8cc1', endColorstr='#006b96',GradientType=0 );
  /* IE6-9 */
  text-align: center;
}

.app-footer {
  font-size: 0.9em;
  line-height: 1.4em;
  font-style: italic;
}

.page-intro + .app-footer {
  display: none;
}

.app-footer-disclaimer {
  background-color: #dadada;
  padding: 1em;
  color: #666;
  text-align: center;
}

.app-footer-credits {
  padding: 1em;
  color: #bebebe;
}

.app-footer-credits > p,
.app-footer-disclaimer > p {
  max-width: 920px;
  margin: 0 auto;
}

.app-footer-logo {
  height: 3em;
  vertical-align: top;
  margin-right: 1em;
  float: left;
}

.app-title {
  font-family: 'TradeGothicCondensedTwenty';
  font-size: 1.6em;
  line-height: 1.6em;
  text-transform: uppercase;
  color: white;
  margin: 0;
}

.app-back-icon,
.app-home-icon {
  height: 1.5em;
  padding: 0.5em 0;
}

.app-back {
  float: left;
}

.icon {
  opacity: 0.5;
}

.icon:hover {
  opacity: 1;
}

a:hover > .icon {
  opacity: 1;
}

.industries-intro {
  font-weight: bold;
  color: #666;
  background-image: url(../img/eye.svg);
  -moz-background-size: 2.5em auto;
  -o-background-size: 2.5em auto;
  -webkit-background-size: 2.5em auto;
  background-size: 2.5em auto;
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 3.5em;
  min-height: 2.5em;
}

.industries-intro-icon {
  height: 2.5em;
  margin-right: 1em;
  vertical-align: middle;
}

.section-title {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  color: #666;
  border-bottom: 2px dotted #808080;
  padding-bottom: 0.4em;
  margin: 1.5em 0 1em 0;
}

.section-title-alt {
  text-transform: uppercase;
  font-family: 'TradeGothicCondensedTwenty';
  font-size: 1.5em;
  border-bottom-style: double;
  border-bottom-width: 4px;
  text-align: center;
}

.subsection-title {
  color: #666;
  border-bottom: 1px solid #d3d3d3;
  font-family: 'TradeGothicCondensedTwenty';
  font-size: 1.25em;
  line-height: 1.2em;
}

.page-wrapper {
  max-width: 920px;
  margin-left: 1em;
  margin-right: 1em;
}
@media (min-width: 920px) {
  .page-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

.app-header-wrapper {
  max-width: 920px;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0 auto;
}

.page-wrapper {
  margin-top: 1.5em;
  margin-bottom: 4em;
}

.grid-list {
  text-align: center;
  margin: 0;
}
@media (min-width: 480px) {
  .grid-list {
    margin: 0 2em;
  }
}

.grid-list-item {
  display: inline-block;
  vertical-align: top;
  margin: 1em;
}

.grid-list-item a {
  text-align: center;
  text-decoration: none;
  display: block;
  /* 	@include box-sizing(border-box); */
}

.industry-list .grid-list-item {
  margin: 1em 0.2em;
}
@media (min-width: 480px) {
  .industry-list .grid-list-item {
    margin: 1em;
  }
}
.industry-list .grid-list-item a {
  width: 85px;
  font-family: 'TradeGothicCondensedTwenty';
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #428af5;
}
@media (min-width: 480px) {
  .industry-list .grid-list-item a {
    min-width: 100px;
    width: auto;
  }
}
.industry-list .grid-list-item a:hover {
  color: #232323;
}
.industry-list .grid-list-item a:hover .grid-list-item-icon {
  opacity: 1;
}
.industry-list .grid-list-item-icon {
  width: 90%;
  opacity: 0.5;
  max-width: 75px;
}
@media (min-width: 480px) {
  .industry-list .grid-list-item-icon {
    width: auto;
  }
}
.industry-list .grid-list-item-name {
  margin-top: 0.4em;
  font-size: 0.6em;
}
@media (min-width: 480px) {
  .industry-list .grid-list-item-name {
    font-size: 1em;
  }
}

.parent-company-list-item-link {
  width: 130px;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.parent-company-list-item-link .company-logo {
  background-color: #d3d3d3;
  color: rgba(255, 255, 255, 0.6);
  height: 6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMTAlIiBzdG9wLWNvbG9yPSIjYTZhNmE2IiBzdG9wLW9wYWNpdHk9IjAuNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(90%, rgba(0, 0, 0, 0)), color-stop(110%, rgba(166, 166, 166, 0.4)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 90%, rgba(166, 166, 166, 0.4) 110%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 90%, rgba(166, 166, 166, 0.4) 110%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 90%, rgba(166, 166, 166, 0.4) 110%);
}
.parent-company-list-item-link .company-logo-img {
  height: 4rem;
  width: 80%;
  margin: 1rem auto;
}
.parent-company-list-item-link .company-name {
  color: #4c4c4c;
  min-height: 4em;
  padding: 0.5em;
  font-size: 0.9em;
}

.parent-company-list-item-link:active {
  opacity: 0.6;
}

.search-form {
  text-align: center;
}
.search-form .section-title {
  text-align: left;
}

.search-form-no-results {
  color: #b4371b;
  font-style: italic;
  font-size: 0.9em;
  margin-top: 1em;
}

.search-form-no-results:before {
  content: '▶';
  font-style: normal;
  margin-right: 0.5em;
}

.search-form-q,
.country-selector {
  font-family: Arial;
  font-size: 1em;
  color: #4c4c4c;
  padding: 0.4em;
}

.search-form-q {
  vertical-align: middle;
  width: 12em;
}

.search-form-submit {
  height: 2em;
  vertical-align: middle;
}

.country-selector {
  border: none;
  max-width: 8em;
}

.page-industries .section-title {
  text-align: left;
}

.page-industry .search-form,
.page-company .search-form,
.page-document .search-form {
  margin-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #d3d3d3;
}
@media (min-width: 480px) {
  .page-industry .search-form,
  .page-company .search-form,
  .page-document .search-form {
    text-align: right;
  }
}
.page-industry .search-form .section-title,
.page-company .search-form .section-title,
.page-document .search-form .section-title {
  display: none;
}

.nav-industries {
  text-align: center;
}

.nav-industries-item {
  display: inline-block;
  margin: 0 0.2em 0.8em 0.2em;
}

.nav-industries-item-link {
  font-family: 'TradeGothicCondensedTwenty';
  font-weight: bold;
  font-size: 1.1em;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #1a8cc1;
  padding: 0.1em 0.5em;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
}

.nav-industries-item-link {
  opacity: 0.5;
}

.nav-industries-item-link:hover {
  opacity: 1;
}

.section-company-summary {
  color: #666;
  font-size: 0.9em;
}
@media (min-width: 480px) {
  .section-company-summary {
    width: 34%;
    display: inline-block;
  }
}
.section-company-summary .company-logo {
  padding: 1em;
  width: 60%;
  margin: 0 auto;
  background: #D3D3D3;
  -moz-border-radius: 0.5em 0.5em 0 0;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em 0.5em 0 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYTZhNmE2IiBzdG9wLW9wYWNpdHk9IjAuNjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(80%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(166, 166, 166, 0.65)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(166, 166, 166, 0.65) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(166, 166, 166, 0.65) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(166, 166, 166, 0.65) 100%);
}
@media (min-width: 480px) {
  .section-company-summary .company-logo {
    width: 80%;
    margin: 0;
  }
}
.section-company-summary .company-logo-img {
  height: 5em;
}

.company-logo-img {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

@media (min-width: 480px) {
  .section-company-subsidiaries {
    width: 63%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
  }
}
.section-company-subsidiaries .section-title {
  margin-top: 0;
}

.send-tip {
  margin: 1.5em 0;
}

.stories {
  list-style: none;
  font-weight: bold;
  margin: 1em 0 1.4em 0;
  padding: 0;
}
.stories li {
  margin: 0.2em 0;
}

.document-notice,
.company-notice {
  font-size: 0.9em;
  white-space: pre-line;
  margin-bottom: 1em;
}

.send-tip-icon {
  height: 2em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.send-tip-link {
  font-weight: bold;
  text-decoration: none;
}

.nav-subsidiaries-list {
  margin-bottom: 1.5em;
}

.nav-subsidiaries-list-item {
  margin: 0 0 1em 0;
}

.nav-subsidiaries-link {
  color: #4188f5;
  font-size: 1.1em;
  text-decoration: none;
  font-weight: bold;
}

.nav-subsidiaries-icon {
  height: 2em;
  vertical-align: middle;
  margin-right: 0.5em;
}

.social-fb,
.social-tw {
  height: 21px;
}

.social-fb {
  width: 110px;
}

.social-tw {
  width: 100px;
}

.page-document .section-title-alt {
  text-transform: none;
}
.page-document .nav-subsidiaries-list-item {
  display: block;
  font-weight: bold;
  color: #666;
}

.section-document-embed .section-title {
  border-bottom: 1px solid #d3d3d3;
}

.document-embed {
  border: none;
  width: 100%;
  height: 50em;
  border: 1px solid #d3d3d3;
  display: block;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.overlay {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-inner {
  position: relative;
  margin: 2% auto;
  width: 720px;
  height: 90%;
  border: 2px solid white;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: #f6f6f6;
}

.overlay-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.overlay-iframe-loading {
  visibility: hidden;
}

.overlay-button {
  background-color: #c3c3c3;
  color: #f6f6f6;
  padding: 0.2em 0.4em;
  font-size: 0.8em;
  text-align: center;
  position: absolute;
  top: 0.5em;
  cursor: pointer;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
}

.overlay-close {
  right: 1rem;
}

.overlay-back {
  left: 0.4rem;
}

.in-overlay .page-wrapper {
  padding: 0 1em;
}
.in-overlay .app-header,
.in-overlay .app-footer,
.in-overlay .search-form,
.in-overlay .nav-industries {
  display: none;
}

.page-tip .section-title-alt {
  text-transform: none;
}

.tip-form-iframe {
  display: none;
}

.tip-intro {
  text-align: center;
}

.tip-intro:before {
  content: '';
  background-image: url(../img/envelope.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  height: 2.5em;
}

.tip-intro,
.tip-form {
  color: #666;
  font-size: 0.9rem;
  font-weight: bold;
}
.tip-intro > p,
.tip-form > p {
  margin: 1em 0;
}

.tip-form {
  width: 80%;
  max-width: 25em;
  margin-left: auto;
  margin-right: auto;
}
.tip-form > label {
  margin: 1em 0 0.5em 0;
}
.tip-form > label,
.tip-form > input:not([type]),
.tip-form > input[type=email],
.tip-form > textarea {
  display: block;
  width: 100%;
}
.tip-form > input:not([type]),
.tip-form > input[type=email],
.tip-form > textarea {
  font-size: 0.9rem;
  border: 1px solid #ccc;
}
.tip-form > input[type=submit] {
  display: block;
  margin: 2em auto;
}
.tip-form .section-title-alt {
  border-bottom: none;
  text-align: left;
}

.intro-video-container {
  position: relative;
  width: 100%;
  min-height: 82vh;
  overflow: hidden;
}

.intro-video-poster,
.intro-video {
  position: absolute;
  width: 100%;
  min-width: 460px;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.intro-video-poster {
  cursor: pointer;
}

.intro-video {
  visibility: visible;
}

.intro-skip {
  display: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'TradeGothicCondensedTwenty';
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
}
.intro-skip > a {
  color: black;
}

.page-about p {
  margin: 1em 0;
}
.page-about ul {
  margin-left: 4em;
}
