@import url("//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


.page-layout {
	font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 13px !important;
	line-height: 1.8 !important;
	color: #53565a !important;
	text-transform: none !important;
	text-decoration: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.page-layout * {
	font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page-layout *:before,
.page-layout *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.page-layout h2, 
.page-layout h3, 
.page-layout h4, 
.page-layout h5 {
	padding: 0;
	border: none;
	background: none;
	font-weight: normal;
	color: #333;
	clear: inherit;
}

.sp #bodyContainer {
	min-width: inherit;
}

.page-layout .btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 0px;
    -moz-user-select: none;
    padding: 8px 1em;
    outline: medium none !important;
}




/* UPDATED 6/19/2018  */


.page-layout h1 {
  font-size: 2em;
  margin: 0.67em 0; }

.page-layout mark {
  background: #ff0;
  color: #000; }

.page-layout small {
  font-size: 80%; }

.page-layout sub,
.page-layout sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.page-layout sup {
  top: -0.5em; }

.page-layout sub {
  bottom: -0.25em; }

.page-layout img {
  border: 0; }

.page-layout svg:not(:root) {
  overflow: hidden; }

.page-layout figure {
  margin: 1em 40px; }

.page-layout hr {
  box-sizing: content-box;
  height: 0; }

.page-layout pre {
  overflow: auto; }

.page-layout code,
.page-layout kbd,
.page-layout pre,
.page-layout samp {
  font-family: monospace, monospace;
  font-size: 1em; }

.page-layout button {
  overflow: visible; }

.page-layout button,
.page-layout select {
  text-transform: none; }

.page-layout fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

.page-layout legend {
  border: 0;
  padding: 0; }

.page-layout textarea {
  overflow: auto; }

.page-layout optgroup {
  font-weight: bold; }

.page-layout table {
  border-collapse: collapse;
  border-spacing: 0; }

.page-layout td,
.page-layout th {
  padding: 0; }

.page-layout table th, .page-layout table td {
    padding: 1ex;
    line-height: 1.4;
    vertical-align: middle;
    border: medium none;
    text-align: left;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  .page-layout *,
  .page-layout *:before,
  .page-layout *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .page-layout a,
  .page-layout a:visited {
    text-decoration: underline; }
  .page-layout a[href]:after {
    content: " (" attr(href) ")"; }
  .page-layout abbr[title]:after {
    content: " (" attr(title) ")"; }
  .page-layout a[href^="#"]:after,
  .page-layout a[href^="javascript:"]:after {
    content: ""; }
  .page-layout pre,
  .page-layout blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .page-layout thead {
    display: table-header-group; }
  .page-layout tr,
  .page-layout img {
    page-break-inside: avoid; }
  .page-layout img {
    max-width: 100% !important; }
  .page-layout p,
  .page-layout h2,
  .page-layout h3 {
    orphans: 3;
    widows: 3; }
  .page-layout h2,
  .page-layout h3 {
    page-break-after: avoid; }
  .page-layout .navbar {
    display: none; }
  .page-layout .btn > .caret,
  .page-layout .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .page-layout .label {
    border: 1px solid #000; }
  .page-layout .table {
    border-collapse: collapse !important; }
    .page-layout .table td,
    .page-layout .table th {
      background-color: #fff !important; }
  .page-layout .table-bordered th,
  .page-layout .table-bordered td {
    border: 1px solid #ddd !important; } }

.page-layout a {
  color: #337ab7;
  text-decoration: none; }
  .page-layout a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  .page-layout a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.page-layout figure {
  margin: 0; }

.page-layout img {
  vertical-align: middle; }

.page-layout .img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.page-layout .img-rounded {
  border-radius: 6px; }

.page-layout .img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.page-layout .img-circle {
  border-radius: 50%; }

.page-layout hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.page-layout .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.page-layout .sr-only-focusable:active, 
.page-layout .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.page-layout [role="button"] {
  cursor: pointer; }

.page-layout h1, .page-layout h2, .page-layout h3, .page-layout h4, .page-layout h5, .page-layout h6,
.page-layout .h1, .page-layout .h2, .page-layout .h3, .page-layout .h4, .page-layout .h5, .page-layout .h6 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  .page-layout h1 small,
  .page-layout h1 .small, .page-layout h2 small,
  .page-layout h2 .small, .page-layout h3 small,
  .page-layout h3 .small, .page-layout h4 small,
  .page-layout h4 .small, .page-layout h5 small,
  .page-layout h5 .small, .page-layout h6 small,
  .page-layout h6 .small,
  .page-layout .h1 small,
  .page-layout .h1 .small, .page-layout .h2 small,
  .page-layout .h2 .small, .page-layout .h3 small,
  .page-layout .h3 .small, .page-layout .h4 small,
  .page-layout .h4 .small, .page-layout .h5 small,
  .page-layout .h5 .small, .page-layout .h6 small,
  .page-layout .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

.page-layout h1, .page-layout .h1,
.page-layout h2, .page-layout .h2,
.page-layout h3, .page-layout .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  .page-layout h1 small,
  .page-layout h1 .small, 
  .page-layout .h1 small,
  .page-layout .h1 .small,
  .page-layout h2 small,
  .page-layout h2 .small, 
  .page-layout .h2 small,
  .page-layout .h2 .small,
  .page-layout h3 small,
  .page-layout h3 .small, 
  .page-layout .h3 small,
  .page-layout .h3 .small {
    font-size: 65%; }

.page-layout h4, .page-layout .h4,
.page-layout h5, .page-layout .h5,
.page-layout h6, .page-layout .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  .page-layout h4 small,
  .page-layout h4 .small, 
  .page-layout .h4 small,
  .page-layout .h4 .small,
  .page-layout h5 small,
  .page-layout h5 .small, 
  .page-layout .h5 small,
  .page-layout .h5 .small,
  .page-layout h6 small,
  .page-layout h6 .small, 
  .page-layout .h6 small,
  .page-layout .h6 .small {
    font-size: 75%; }

.page-layout h1, .page-layout .h1 {
  font-size: 41px; }

.page-layout h2, .page-layout .h2 {
  font-size: 34px; }

.page-layout h3, .page-layout .h3 {
  font-size: 28px; }

.page-layout h4, .page-layout .h4 {
  font-size: 20px; }

.page-layout h5, .page-layout .h5 {
  font-size: 16px; }

.page-layout h6, .page-layout .h6 {
  font-size: 14px; }

.page-layout p {
  margin: 0 0 11px; }

.page-layout .lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .page-layout .lead {
      font-size: 24px; } }

.page-layout small,
.page-layout .small {
  font-size: 87%; }

.page-layout mark,
.page-layout .mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

.page-layout ul,
.page-layout ol {
  margin-top: 0;
  margin-bottom: 11px; }
  .page-layout ul ul,
  .page-layout ul ol,
  .page-layout ol ul,
  .page-layout ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

.page-layout dl {
  margin-top: 0;
  margin-bottom: 22px; }

.page-layout dt,
.page-layout dd {
  line-height: 1.42857; }

.page-layout dt {
  font-weight: bold; }

.page-layout dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

.page-layout abbr[title],
.page-layout abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

.page-layout blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  .page-layout blockquote p:last-child,
  .page-layout blockquote ul:last-child,
  .page-layout blockquote ol:last-child {
    margin-bottom: 0; }
  .page-layout blockquote footer,
  .page-layout blockquote small,
  .page-layout blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    .page-layout blockquote footer:before,
    .page-layout blockquote small:before,
    .page-layout blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

.page-layout address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

.page-layout code,
.page-layout kbd,
.page-layout pre,
.page-layout samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

.page-layout code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

.page-layout kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .page-layout kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

.page-layout pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .page-layout pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.agilent-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .agilent-container:before, .agilent-container:after {
    content: " ";
    display: table; }
  .agilent-container:after {
    clear: both; }
  @media (min-width: 768px) {
    .agilent-container {
      width: 750px; } }
  @media (min-width: 992px) {
    .agilent-container {
      width: 930px; } }
  @media (min-width: 1290px) {
    .agilent-container {
      width: 1230px; } }

.agilent-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .agilent-container-fluid:before, .agilent-container-fluid:after {
    content: " ";
    display: table; }
  .agilent-container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1290px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1289px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1289px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1289px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1289px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1290px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1290px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1290px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1290px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1289px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1290px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.grid {
  height: 600px;
  margin-top: 130px; }
  .grid .agilent-container {
    border: 2px solid lightblue;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .grid [class*="col-"] {
    min-height: 100px;
    border: 1px solid indianred; }

.page-layout {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
  background: #f6f6f6; }
  .page-layout:before, .page-layout:after {
    content: " ";
    display: table; }
  .page-layout:after {
    clear: both; }
  .page-layout :root {
    font-size: 18px !important; }
  .page-layout .agilent-container {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .page-layout .section-cta {
    text-align: center;
    padding: 30px 0 0 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  box-sizing: content-box;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/**
	SlickSlider Dots
 */
.slick-dots {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0; }
  .slick-dots li {
    display: inline-block;
    font-size: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border: 1px solid #d1d1d1;
    background: #333; }
    .slick-dots li button {
      width: inherit;
      height: inherit;
      border: 0;
      background: none; }
    .slick-dots li.slick-active {
      background: #3a96d3; }
      .slick-dots li.slick-active button {
        background: none; }

.slick-track {
  padding-bottom: 20px; }

.slick-prev,
.slick-next {
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  background: url("carousel-arrow-blue-sm.svg") no-repeat;
  font-size: 0;
  width: 18px;
  height: 47px;
  z-index: 10; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.2;
    filter: alpha(opacity=20); }

.slick-prev {
  left: -20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.slick-next {
  right: -20px; }

/**
	Graceful Slick Slider Loading
 */
.js-slick-carousel {
  visibility: hidden; }

.js-slick-carousel.slick-initialized {
  visibility: visible; }

.js-sidebar-slick-carousel .slick-prev { margin-top: -62px; }

.js-slick-carousel .slick-prev { margin-top: -62px; }

.newsroom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 0; }
  .newsroom:before, .newsroom:after {
    content: " ";
    display: table; }
  .newsroom:after {
    clear: both; }
  .newsroom.no-padding {
    padding: 0; }
  .newsroom h2 {
    font-size: 40px !important;
    color: black;
    font-weight: 100 !important;
    margin-bottom: 30px; }
    .newsroom h2.small {
      font-size: 30px !important; }
  .newsroom.secondary h2 {
    color: #303030 !important; }
	
.company {
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 0 50px; }
  .company:before, .company:after {
    content: " ";
    display: table; }
  .company:after {
    clear: both; }
  .company.no-padding {
    padding: 0; }
  .company h2 {
    font-size: 40px !important;
    color: black;
    font-weight: 100 !important;
    margin-bottom: 30px; }
    .company h2.small {
      font-size: 30px !important; }
  .company p {
    font-size: 16px;
    color: #5a6772;
    line-height: 1.8em; }
  .company .section-intro {
    position: relative; }
    .company .section-intro .float-cta {
      font-size: 14px; }
      .company .section-intro .float-cta span {
        font-style: italic;
        font-size: 12px; }
      @media only screen and (min-width: 768px) {
        .company .section-intro .float-cta {
          position: absolute;
          top: 20px;
          right: 0; } }
      @media only screen and (max-width: 767px) {
        .company .section-intro .float-cta {
          position: relative;
          margin-bottom: 20px; } }
  .company.secondary h2 {
    color: #303030 !important; }
  .company.agilent-markets h2 {
    position: relative; }
    .company.agilent-markets h2:before {
      content: '';
      width: 3px;
      height: 25px;
      background-color: #fecd2e;
      position: absolute;
      top: 5px;
      left: -12px; }
  .company.profiles .section-title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px; }
  .company .simple-text {
    margin-bottom: 40px; }


nav.secondary-nav {
  background: #1a89d3; }
  nav.secondary-nav ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
    height: 40px;
    display: flex;
    flex-flow: row;
    align-items: center; }
    nav.secondary-nav ul li {
      flex: 0 1 auto;
      padding-right: 30px;
      color: rgba(255, 255, 255, 0.5);
      font-size: 15px;
      font-family: "roboto_condensedlight", Arial, Helvetica, 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif !important; }
      nav.secondary-nav ul li a {
        color: white;
        font-size: 15px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        text-decoration: none;
        font-family: "roboto_condensedlight", Arial, Helvetica, 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif !important; }
        nav.secondary-nav ul li a:hover {
          color: rgba(255, 255, 255, 0.5); }
      @media only screen and (max-width: 1249px) {
        nav.secondary-nav ul li {
          padding-right: 25px; } }
  nav.secondary-nav .select-menu-list {
    margin: 20px 0;
    height: 50px; }

.cards:before, .cards:after {
  content: " ";
  display: table; }

.cards:after {
  clear: both; }

.cards .equal-height {
  margin-bottom: 20px; }

.cards .slick-dots {
  margin-top: 20px; }

.cards a {
  display: block;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  text-decoration: none; } 
  .cards a:hover {
    text-decoration: none; }
  .cards a:hover .card .team-profile {
    text-decoration: none; }
    .cards a:hover .card .team-profile h2, .cards a:hover .card .team-profile h3 {
      text-decoration: underline; }
    .cards a:hover .card .team-profile p {
      display: block; }

@media only screen and (max-width: 480px) {
  .cards.profiles [class*='col-'] {
    width: 100%; } }

.cards .card {
  width: 100%;
  height: 100%;
  padding: 0;
/*  border: 1px solid #d4d9dd;  */
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  position: relative; }
  .cards .card:before {
    content: '';
    border: 1px solid #d4d9dd;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute; }
  .cards .card:hover {
    transform: scale(1.05); }
  .cards .card.bio-simple {
    margin-bottom: 20px; }
    .cards .card.bio-simple:hover {
      transform: scale(1); }
    .cards .card.bio-simple .team-profile h3 {
      color: #5a6772; }
  .cards .card .card-media {
    width: 100%;
    height: 274px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden; }
    .cards .card .card-media.bio {
      height: 179px; }
  .cards .card .card-desc {
    padding: 25px 20px; }
    .cards .card .card-desc:before, .cards .card .card-desc:after {
      content: " ";
      display: table; }
    .cards .card .card-desc:after {
      clear: both; }
    .cards .card .card-desc.team-profile h3 {
      font-size: 18px;
      font-weight: 400;
      margin: 0 0 15px 0;
      padding: 0; }
    .cards .card .card-desc.team-profile p {
      font-size: 12px;
      color: #5a6772;
      line-height: 1.6em; }
    .cards .card .card-desc.team-profile em {
      font-weight: 700; }
  .cards .card .card-meta {
    font-size: 12px;
    color: #5a6772;
    font-style: italic;
    margin-top: 20px; }
    .cards .card .card-meta ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .cards .card .card-meta ul li {
        float: left;
        padding-right: 10px;
        position: relative; }
        .cards .card .card-meta ul li:after {
          content: '/';
          width: 1px;
          height: 10px;
          color: #5a6772;
          padding-left: 10px; }
        .cards .card .card-meta ul li:last-child:after {
          display: none; }
        .cards .card .card-meta ul li.card-meta-source {
          font-weight: bold; }

.cards.as-carousel .slick-list {
  padding-top: 15px; }

.cards.as-carousel .card .card-media {
  height: 180px; }

.panels:before, .panels:after {
  content: " ";
  display: table; }

.panels:after {
  clear: both; }

.panels .equal-height {
  margin-bottom: 30px; }

.panels h2 {
  font-size: 29px !important;
  line-height: 1.25; }

.panels .panel {
  width: 100%;
  height: 100%;
  padding: 40px 40px 100px 40px;
  border: 1px solid #d4d9dd;
  background: #fff;
  position: relative; }
  .panels .panel:after {
    content: '';
    background-image: url("panel-border.png");
    background-repeat: no-repeat;
    background-color: #0085d5;
    background-position: top right;
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: 0;
    height: 5px; }

.panels .panel-footer {
  text-align: center;
  font-size: 12px; }
  .panels .panel-footer p {
    font-size: 12px; }

.panels .align-bottom {
  position: absolute;
  bottom: 50px; }

@media only screen and (max-width: 767px) {
  .panels .panel {
    padding: 25px 25px 100px 25px; } }

.btn.btn-blue {
  padding: 18px;
  color: #FFF;
  font-size: 16px !important;
  font-weight: 400 !important;
  background: #1a89d3; }
.btn.btn-blue:hover {
  color: #FFF; }

.btn.btn-gray {
  padding: 18px;
  color: #FFF;
  font-size: 16px !important;
  font-weight: 400 !important;
  background: #888b8d; }

.btn-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0; }
  .btn-list ul li {
    display: inline-block;
    margin-right: 25px; }
    .btn-list ul li a {
      margin-right: 0;
      padding-left: 30px !important;
      padding-right: 30px !important; }
  @media only screen and (max-width: 480px) {
    .btn-list ul li {
      padding: 0;
      margin: 0 0 10px 0;
      width: 100%; }
      .btn-list ul li a {
        width: 100%; } }

.quick-links {
  position: absolute;
  top: 45px;
  right: 60px;
  text-align: right; }
  @media only screen and (max-width: 1249px) {
    .quick-links {
      right: 20px;
      top: 30px; } }

ul.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0; }
  ul.social-media li {
    font-weight: 300 !important;
    font-size: 17px;
    color: #888b8d;
    display: inline-block; }
    ul.social-media li a {
      width: 18px;
      height: 18px;
      display: block;
      margin-left: 10px;
      position: relative;
      color: #888b8d; }
      ul.social-media li a.subscribe {
        background: url("icon-subscribe.png") no-repeat center bottom;
        background-size: 16px; }
        ul.social-media li a.subscribe:hover {
          background: url("icon-subscribe-hover.png") no-repeat center bottom;
          background-size: 16px; }
      ul.social-media li a.linkedin {
        background: url("icon-linkedin.png") no-repeat center bottom;
        background-size: 16px; }
        ul.social-media li a.linkedin:hover {
          background: url("icon-linkedin-hover.png") no-repeat center bottom;
          background-size: 16px; }
      ul.social-media li a.twitter {
        background: url("icon-twitter.png") no-repeat center bottom;
        background-size: 16px; }
        ul.social-media li a.twitter:hover {
          background: url("icon-twitter-hover.png") no-repeat center bottom;
          background-size: 16px; }
      ul.social-media li a.facebook {
        background: url("icon-facebook.png") no-repeat center bottom;
        background-size: 16px; }
        ul.social-media li a.facebook:hover {
          background: url("icon-facebook-hover.png") no-repeat center bottom;
          background-size: 16px; }
      ul.social-media li a.mail {
        background: url("icon-mail.png") no-repeat center bottom;
        background-size: 16px; }
        ul.social-media li a.mail:hover {
          background: url("icon-mail-hover.png") no-repeat center bottom;
          background-size: 16px; }
	  ul.social-media li a.KakaoTalk {
        background: url("icon-kakaotalk.png") no-repeat center bottom;
        background-size: 16px; }
        ul.social-media li a.KakaoTalk:hover {
          background: url("icon-kakaotalk-hover.png") no-repeat center bottom;
          background-size: 16px; }


::-webkit-input-placeholder {
  color: #b2b5b6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b2b5b6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b5b6; }

:-ms-input-placeholder {
  color: #b2b5b6; }

select.styled {
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 100%;
  height: 60px;
  border: 1px solid #FFF;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 8px 10px 8px 25px;
  font-size: 18px;
  color: #000;
  background-image: url("chevron-down-black.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 97% 50%; }
  select.styled::-ms-expand {
    display: none; }
  select.styled:hover {
    cursor: pointer; }
  select.styled.alignLeft {
    width: 400px; }
  select.styled.error {
    padding-left: 7px; }

.video-library {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0; }
  .video-library:before, .video-library:after {
    content: " ";
    display: table; }
  .video-library:after {
    clear: both; }
  .video-library [class*="col-"] {
    float: none;
    display: inline-block;
    vertical-align: top; }
  .video-library .video-item {
    font-size: 16px;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .video-library .video-item:hover {
      transform: scale(1.05); }
    .video-library .video-item .video-poster {
      width: 100%;
      height: 115px;
      margin-bottom: 30px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .video-library .video-item .video-meta {
      font-style: italic;
      font-size: 12px;
      color: #5a6772; }
  @media only screen and (max-width: 640px) {
    .video-library [class*="col-"] {
      width: 100% !important; }
    .video-library .video-item .video-poster {
      height: 230px; } }

.twitter-feed {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none; }
  .twitter-feed li {
    position: relative;
    padding: 20px 0 20px 70px;
    border-bottom: 1px solid #d4d9dd;
    max-width: unset !important; }

    .twitter-feed li:first-child {
      padding-top: 0; }
      .twitter-feed li:first-child .tweet-photo {
        top: 5px; }
    .twitter-feed li:last-child {
      border-bottom: 0; }
    .twitter-feed li a {
      font-size: 16px;
      display: block; }
    .twitter-feed li .tweet-photo {
      position: absolute;
      top: 25px;
      left: 0;
      width: 40px;
      height: 40px; }
      .twitter-feed li .tweet-photo img {
        max-width: 100%; }
    .twitter-feed li .tweet-date {
      font-size: 12px;
      color: #5a6772;
      font-style: italic;
      display: block;
      margin-top: 6px; }
    @media only screen and (max-width: 1249px) {
      .twitter-feed li {
        padding-left: 0; }
        .twitter-feed li .tweet-photo {
          display: none; } }
    @media only screen and (max-width: 958px) {
      .twitter-feed li {
        padding-left: 70px; }
        .twitter-feed li .tweet-photo {
          display: block; } }
    @media only screen and (max-width: 480px) {
      .twitter-feed li {
        padding-left: 0; }
        .twitter-feed li .tweet-photo {
          display: none; } }

.block {
  padding-bottom: 10px; }
  .block:before, .block:after {
    content: " ";
    display: table; }
  .block:after {
    clear: both; }
  .block:last-of-type {
    padding-bottom: 0; }
  .block h3 {
    font-size: 24px;
    font-weight: 100 !important;
    margin: 0 0 40px 0;
    position: relative; }
    .block h3:before {
      content: '';
      width: 3px;
      height: 25px;
      background-color: #fecd2e;
      position: absolute;
      top: 1px;
      left: -10px; }
  .block.press-release {
    color: #333; }
    .block.press-release h2 {
      font-size: 24px !important;
      font-weight: 900 !important;
      line-height: 1.5em;
      margin: 0 0 8px 0;
      display: block; }
    .block.press-release h4 {
      margin: 0 0 10px 0;
      padding: 0;
      font-size: 16px;
      color: #333;
      display: block; }
    .block.press-release .article-meta {
      display: block;
      font-size: 12px;
      font-style: italic;
      color: #333; }
    .block.press-release p {
      font-size: 15px;
      color: #333;
      margin: 0 0 30px 0;
      padding: 0;
      font-weight: 400 !important; }
      .block.press-release p:last-of-type {
        margin-bottom: 0; }
    .block.press-release .article-header {
      margin: 20px 0 30px 0;
      display: block; }
      .block.press-release .article-header:before, .block.press-release .article-header:after {
        content: " ";
        display: table; }
      .block.press-release .article-header:after {
        clear: both; }
    .block.press-release .article-body {
      display: block; }
      .block.press-release .article-body p {
        max-width: unset !important; }
    .block.press-release .article-footer {
      display: block;
      border-top: 1px solid #d4d9dd;
      margin-top: 30px;
      padding-top: 30px;
      font-style: italic; }
      .block.press-release .article-footer h5 {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 14px;
        font-weight: 700; }
      .block.press-release .article-footer p {
        font-size: 14px;
        font-weight: 100; }

.graph-slider .slick-list {
  background: #FFF;
  padding: 40px 0 20px 0;
  margin-bottom: 30px; }

.graph-slider .slick-prev {
  left: -35px; }

.graph-slider .slick-next {
  right: -35px; }

.graph-slider .chart {
  text-align: center; }
  .graph-slider .chart .chart-title {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 20px 0; }
  .graph-slider .chart .content {
    padding-left: 20px;
    padding-right: 20px; }
    .graph-slider .chart .content.alignLeft {
      text-align: left; }
  .graph-slider .chart h2 {
    font-size: 50px;
    font-weight: 500 !important;
    margin: 0 0 10px 0;
    padding: 0; }
  .graph-slider .chart h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 20px 0; }
  .graph-slider .chart h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px; }
  .graph-slider .chart ul {
    padding-left: 20px;
    color: #5a6772;
    margin-top: 5px; }
    .graph-slider .chart ul li {
      margin-bottom: 5px; }
  .graph-slider .chart img {
    display: inline-block;
    width: auto; }

.company .profile-details {
  padding: 0; }

.company .profile-top {
  background: #f6f8fd;
  display: flex; }
  .company .profile-top:before, .company .profile-top:after {
    content: " ";
    display: table; }
  .company .profile-top:after {
    clear: both; }
  .company .profile-top .profile-photo {
    align-self: flex-end; }
  @media only screen and (max-width: 991px) {
    .company .profile-top {
      flex-direction: column; }
      .company .profile-top div {
        width: 100%; }
      .company .profile-top .profile-photo {
        text-align: center; }
        .company .profile-top .profile-photo img {
          max-height: 250px;
          width: auto;
          margin: 0 auto; } }
  .company .profile-top img {
    width: 100%;
    max-width: 100%; }
  .company .profile-top .profile-info {
    height: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 85px;
    padding-right: 85px; }
    .company .profile-top .profile-info .profile-title {
      font-size: 24px;
      font-weight: 100;
      color: #333;
      margin-bottom: 60px;
      position: relative; }
      .company .profile-top .profile-info .profile-title:before {
        content: '';
        width: 3px;
        height: 25px;
        background-color: #fecd2e;
        position: absolute;
        top: 3px;
        left: -10px; }
    .company .profile-top .profile-info h2 {
      margin: 0 0 20px 0;
      padding: 0;
      font-size: 48px;
      color: #333;
      font-weight: 700 !important; }
    .company .profile-top .profile-info h3 {
      margin: 0;
      padding: 0;
      font-size: 16px;
      color: #333;
      font-weight: 700;
      line-height: 1.5em; }
    @media only screen and (max-width: 991px) {
      .company .profile-top .profile-info {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 40px;
        padding-right: 40px; }
        .company .profile-top .profile-info .profile-title {
          margin-bottom: 30px; } }

.company .profile-bottom {
  border-bottom: 1px solid #d4d9dd;
  padding-left: 85px;
  padding-right: 85px;
  padding-top: 65px;
  padding-bottom: 85px; }
  .company .profile-bottom:before, .company .profile-bottom:after {
    content: " ";
    display: table; }
  .company .profile-bottom:after {
    clear: both; }
  .company .profile-bottom ul, .company .profile-bottom ol {
    padding-left: 20px; }
    .company .profile-bottom ul li, .company .profile-bottom ol li {
      line-height: 1.8em;
      margin-bottom: 5px;
      font-size: 16px;
      color: #5a6772; }
  @media only screen and (max-width: 991px) {
    .company .profile-bottom {
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .company .profile-bottom {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 30px;
      padding-bottom: 30px; } }

.company .profile-assets {
  background: #FFF;
  padding-left: 85px;
  padding-right: 85px;
  padding-top: 65px;
  padding-bottom: 85px; }
  .company .profile-assets:before, .company .profile-assets:after {
    content: " ";
    display: table; }
  .company .profile-assets:after {
    clear: both; }
  @media only screen and (max-width: 991px) {
    .company .profile-assets {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (max-width: 767px) {
    .company .profile-assets {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px; } }
  .company .profile-assets.double .profile-asset {
    width: 50%; }
    @media only screen and (max-width: 480px) {
      .company .profile-assets.double .profile-asset {
        width: 100%; } }
  @media only screen and (max-width: 991px) {
    .company .profile-assets.double .profile-asset-content {
      margin-top: 40px;
      padding-left: 15px;
      padding-right: 15px; } }
  .company .profile-assets.triple .profile-asset {
    width: 33.333%; }
    @media only screen and (max-width: 639px) {
      .company .profile-assets.triple .profile-asset {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .company .profile-assets.triple .profile-asset {
        width: 100%; } }
  @media only screen and (max-width: 1289px) {
    .company .profile-assets.triple .profile-asset-content {
      margin-top: 40px;
      padding-left: 15px;
      padding-right: 15px; } }
	  
  .company .profile-assets h3 {
    font-weight: 100 !important; }
  .company .profile-assets .profile-asset {
    float: left;
    padding: 0 15px;
    margin-top: 20px; }
  .company .profile-assets .profile-asset-image {
    display: inline-block;
    border: 1px solid #d4d9dd;
    margin-bottom: 10px; }
  .company .profile-assets .profile-asset-meta {
    font-size: 12px; }
    .company .profile-assets .profile-asset-meta ul {
      margin: 10px 0 0 0;
      padding: 0;
      list-style: none; }
    .company .profile-assets .profile-asset-meta span {
      font-style: italics; }
  .company .profile-assets .profile-asset-content {
    font-size: 14px; }
    .company .profile-assets .profile-asset-content p {
      font-size: 14px; }

.page-layout .main-hero {
  width: 100%;
  height: 317px;
  position: relative;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat; }
  .page-layout .main-hero:before, .page-layout .main-hero:after {
    content: " ";
    display: table; }
  .page-layout .main-hero:after {
    clear: both; }
  .page-layout .main-hero.sub-banner {
    height: 360px; }
    .page-layout .main-hero.sub-banner .hero-title {
      margin-top: 100px; }
  .page-layout .main-hero.sub-banner-small {
    height: 300px; }
    .page-layout .main-hero.sub-banner-small .hero-title {
      margin-top: 70px; }

.page-layout .hero-title {
  position: absolute;
  margin-top: 24px;
  left: 15px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 25px 15px 25px; }
  .page-layout .hero-title h1 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 38px;
    line-height: 1.5em;
    font-family: "roboto_condensedlight", Arial, Helvetica, 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif !important;
    font-weight: 500; }
    .page-layout .hero-title h1 a {
      text-decoration: none;
      font-family: "roboto_condensedlight", Arial, Helvetica, 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif !important }
      .page-layout .hero-title h1 a:hover {
        text-decoration: underline !important; }

.page-layout .main-hero-message--content {
  background: rgba(0, 0, 0, 0.55);
  color: white;
  padding: 25px 20px 25px 50px; }
  .page-layout .main-hero-message--content h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 24px !important;
    color: white !important;
    position: relative;
    font-family: "roboto_condensedlight", Arial, Helvetica, 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif !important; }
    .page-layout .main-hero-message--content h2:before {
      content: '';
      width: 3px;
      height: 25px;
      background-color: #fecd2e;
      position: absolute;
      top: 1px;
      left: -10px; }
  .page-layout .main-hero-message--content p {
    font-size: 16px;
    color: white;
    margin: 0;
    padding: 0;
    font-family: "roboto_condensedlight", Arial, Helvetica, 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif !important;
    max-width: unset !important; }
  .page-layout .main-hero-message--content a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding-right: 18px;
    background: url("arrow-right-white.png") no-repeat right 8px;
    background-size: 12px 9px; }
    .page-layout .main-hero-message--content a:hover, .page-layout .main-hero-message--content a:focus, .page-layout .main-hero-message--content a:link {
      color: #FFF; }

@media only screen and (min-width: 641px) {
  .page-layout .main-hero-message {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0; } }

@media only screen and (min-width: 959px) {
  .page-layout .main-hero-message {
    right: 15px; } }

@media only screen and (max-width: 958px) {
  .page-layout .main-hero-message--content {
    padding: 25px; } }

@media only screen and (max-width: 767px) {
  .page-layout .main-hero-message--content {
    padding-right: 0; } }

@media only screen and (max-width: 640px) {
  .page-layout .main-hero-message [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .page-layout .main-hero {
    height: auto;
    padding-bottom: 20px; }
    .page-layout .main-hero.sub-banner {
      height: auto; }
      .page-layout .main-hero.sub-banner .hero-title {
        margin-top: 40px; }
  .page-layout .hero-title {
    position: relative;
    left: 0;
    margin-top: 30px;
    margin-bottom: 20px; }
  .page-layout .hero-message {
    position: relative; } }

.page-layout #breadcrumbs {
  width: 100%;
  border-bottom: 1px solid #1a8ad4;
  background: #FFF;
  position: absolute;
  top: 122px;
  z-index: 10; }
  @media only screen and (max-width: 1040px) {
    .page-layout #breadcrumbs {
      top: 70px; } }
  @media only screen and (max-width: 480px) {
    .page-layout #breadcrumbs {
      top: 52px; } }
  .page-layout #breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 40px;
    display: flex;
    flex-flow: row;
    align-items: center; }
    .page-layout #breadcrumbs ul li {
      flex: 0 0 auto;
      padding-right: 20px;
      font-size: 12px;
      color: #000;
      position: relative; }
      .page-layout #breadcrumbs ul li a {
        color: #0080cb; }
      .page-layout #breadcrumbs ul li:after {
        content: '>';
        color: #000;
        font-size: 12px;
        position: absolute;
        right: 7px;
        top: -1px;
        font-weight: 300 !important; }

.newsroom-highlights {
  padding-top: 20px;
  padding-bottom: 45px; }

/**
	Secondary Content with Left Sidebar
*/
.page-layout {
  /**
		Nav Section
	 */
  /**
		Content Section
	 */ }
  .page-layout .content-split {
    margin-top: 20px;
    padding-bottom: 50px; }
    .page-layout .content-split:before, .page-layout .content-split:after {
      content: " ";
      display: table; }
    .page-layout .content-split:after {
      clear: both; }
    @media only screen and (max-width: 958px) {
      .page-layout .content-split {
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .page-layout .content-split {
        padding-left: 15px;
        padding-right: 15px; } }
  .page-layout .secondary-sidebar--left,
  .page-layout .secondary-content {
    float: left; }
  .page-layout .secondary-sidebar--left {
    width: 220px;
    margin-top: 30px;
    border-top: 1px solid #d4d9dd; }
  .page-layout .nav-section {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #d4d9dd; }
    .page-layout .nav-section:not(first-child) {
      padding-top: 40px;
      padding-bottom: 25px; }
    .page-layout .nav-section h4 {
      margin: 0 0 20px 0;
      padding: 0 0 0 15px;
      font-size: 24px;
      font-weight: 300 !important;
      color: #333;
      display: block; }
    .page-layout .nav-section ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .page-layout .nav-section ul li {
        margin-bottom: 15px;
        font-size: 18px; }
        .page-layout .nav-section ul li a {
          padding-left: 15px;
          display: block;
          color: #0085d5 !important;
          position: relative; }
          .page-layout .nav-section ul li a.active {
            color: #000 !important;
            font-weight: 500; }
            .page-layout .nav-section ul li a.active:before {
              content: '';
              width: 3px;
              height: 25px;
              background-color: #fecd2e;
              position: absolute;
              top: 0px;
              left: -10px; }
      @media only screen and (max-width: 958px) {
        .page-layout .nav-section ul {
          padding-left: 15px;
          padding-right: 15px; }
          .page-layout .nav-section ul li {
            font-size: 16px; } }
  .page-layout .secondary-content {
    width: calc(100% - 220px); }
    .page-layout .secondary-content .content-area {
      background: #FFF;
      position: relative;
      border: 1px solid #d4d9dd;
      padding: 85px 100px;
      margin-left: 30px;
      margin-right: 15px; }
      .page-layout .secondary-content .content-area:after {
        content: '';
        background-image: url("panel-border.png");
        background-repeat: no-repeat;
        background-color: #0085d5;
        background-position: top right;
        position: absolute;
        top: -1px;
        right: -1px;
        left: -1px;
        bottom: 0;
        height: 5px; }
    .page-layout .secondary-content .block {
      padding-bottom: 10px; }
      .page-layout .secondary-content .block:before, .page-layout .secondary-content .block:after {
        content: " ";
        display: table; }
      .page-layout .secondary-content .block:after {
        clear: both; }
      .page-layout .secondary-content .block:last-of-type {
        padding-bottom: 0; }
    .page-layout .secondary-content h3 {
      font-size: 24px;
      font-weight: 100 !important;
      margin: 0 0 40px 0;
      position: relative; }
      .page-layout .secondary-content h3:before {
        content: '';
        width: 3px;
        height: 25px;
        background-color: #fecd2e;
        position: absolute;
        top: 1px;
        left: -10px; }
    .page-layout .secondary-content.reverse .content-area {
      margin-left: 15px;
      margin-right: 30px; }
  .page-layout .filter-trigger {
    display: none; }
  .page-layout ul.filter-meta {
    text-align: right;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    font-size: 0; }
    .page-layout ul.filter-meta li {
      color: #888b8d;
      font-size: 16px;
      border-left: 2px solid #888b8d;
      padding-left: 10px;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle; }
      .page-layout ul.filter-meta li:first-child {
        border-left: 0;
        padding-left: 0; }
      .page-layout ul.filter-meta li:last-child {
        margin-right: -5px; }
  @media only screen and (max-width: 1199px) {
    .page-layout .secondary-content .content-area {
      padding: 45px 20px 45px 25px; }
    .page-layout .secondary-content.reverse .content-area {
      padding: 45px 20px 45px 25px; } }
  @media only screen and (max-width: 958px) {
    .page-layout .secondary-sidebar--left {
      display: none;
      width: 100%; }
    .page-layout .filter-trigger {
      display: block;
      color: #0085d5;
      float: right;
      font-size: 16px;
      background: url("icon-filter.png") no-repeat;
      background-position: top right;
      background-size: 24px;
      height: 30px;
      padding-right: 30px;
      margin-right: 18px;
      cursor: pointer;
      position: relative;
      top: 4px; }
    .page-layout .nav-section:last-of-type {
      border-bottom: 0; }
    .page-layout .secondary-content {
      display: block;
      width: 100%;
      margin-top: 0; }
      .page-layout .secondary-content .content-area {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 45px 20px 45px 25px; }
      .page-layout .secondary-content.reverse .content-area {
        margin-left: 0;
        margin-right: 0; } }

/**
	Tertiary Content with Right Sidebar
*/
.page-layout .tertiary {
  padding: 40px 0;
  /* Sidebar */ }
  .page-layout .tertiary .tertiary-content {
    width: calc(100% - 307px); }
  .page-layout .tertiary aside {
    width: 307px;
    margin-top: 30px; }
  @media only screen and (max-width: 959px) {
    .page-layout .tertiary .tertiary-content,
    .page-layout .tertiary aside {
      width: 100%;
      display: block; } }
  .page-layout .tertiary .tertiary-content,
  .page-layout .tertiary aside {
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .page-layout .tertiary .content {
    background: #FFF;
    position: relative;
    border: 1px solid #d4d9dd;
    padding: 75px 100px; }
    .page-layout .tertiary .content:after {
      content: '';
      background-image: url("panel-border.png");
      background-repeat: no-repeat;
      background-color: #0085d5;
      background-position: top right;
      position: absolute;
      top: -1px;
      right: -1px;
      left: -1px;
      bottom: 0;
      height: 5px; }
    @media only screen and (max-width: 1259px) {
      .page-layout .tertiary .content {
        padding-left: 30px;
        padding-right: 30px; } }
  @media only screen and (max-width: 767px) {
    .page-layout .tertiary .content {
      padding-left: 30px;
      padding-right: 30px; } }
  .page-layout .tertiary aside .widget {
    border-bottom: 1px solid #d4d9dd;
    padding: 40px 15px;
    font-size: 18px; }
    .page-layout .tertiary aside .widget:last-of-type {
      border-bottom: 0; }
  .page-layout .tertiary aside h3 {
    font-size: 21px;
    font-weight: 100;
    margin: 0 0 30px 0;
    padding: 0; }
  .page-layout .tertiary aside p {
    font-size: 14px; }
  .page-layout .tertiary aside ul.related {
    margin: 0;
    padding: 0;
    list-style: none; }
    .page-layout .tertiary aside ul.related li {
      margin-bottom: 30px;
      font-size: 14px;
      font-weight: 500; }
      .page-layout .tertiary aside ul.related li:last-child {
        margin-bottom: 0; }
      .page-layout .tertiary aside ul.related li .meta {
        display: block;
        margin-top: 5px;
        font-style: italic;
        font-size: 12px;
        color: #333;
        font-weight: 700; }
  .page-layout .tertiary aside .media img {
    max-width: 100%; }
  .page-layout .tertiary aside .media .media-meta {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5em; }

.page-layout ul.article-list {
  margin: 0 0 60px 0;
  padding: 0;
  list-style: none; }
  .page-layout ul.article-list li {
    position: relative;
    display: block;
    margin-bottom: 25px;
    max-width: unset !important; }
  .page-layout ul.article-list.with-date li {
    padding-left: 110px;
    font-size: 16px; }
    .page-layout ul.article-list.with-date li .article-date {
      position: absolute;
      left: 0;
      color: #333; }
  @media only screen and (max-width: 1249px) {
    .page-layout ul.article-list.with-date li {
      padding-left: 0; }
      .page-layout ul.article-list.with-date li .article-date {
        position: relative;
        font-size: 14px;
        margin-bottom: 1px; } }
  .page-layout ul.article-list.with-graphic li {
    display: table;
    width: 100%;
    font-size: 16px; }
    .page-layout ul.article-list.with-graphic li .resource-media {
      display: table-cell;
      width: 175px; }
    .page-layout ul.article-list.with-graphic li .resource-desc {
      margin: 0;
      display: table-cell;
      padding: 10px 0 0 50px;
      vertical-align: top; }
      .page-layout ul.article-list.with-graphic li .resource-desc p {
        margin: 5px 0 8px 0;
        font-size: 16px;
        max-width: unset !important; }
      .page-layout ul.article-list.with-graphic li .resource-desc a {
        font-weight: bold;
        margin: 0;
        padding: 0;
        display: block; }
    .page-layout ul.article-list.with-graphic li .resource-meta ul {
      padding: 0; }
      .page-layout ul.article-list.with-graphic li .resource-meta ul li {
        font-size: 14px; }
        .page-layout ul.article-list.with-graphic li .resource-meta ul li a {
          margin-right: 10px;
          font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .page-layout ul.article-list.with-graphic li .resource-desc {
        padding-left: 25px; } }
    @media only screen and (max-width: 580px) {
      .page-layout ul.article-list.with-graphic li .resource-media {
        display: block; }
      .page-layout ul.article-list.with-graphic li .resource-desc {
        display: block;
        padding-left: 0;
        margin-top: 20px; } }
  .page-layout ul.article-list .article-meta {
    margin-top: 8px;
    display: block; }
    .page-layout ul.article-list .article-meta:before, .page-layout ul.article-list .article-meta:after {
      content: " ";
      display: table; }
    .page-layout ul.article-list .article-meta:after {
      clear: both; }
    .page-layout ul.article-list .article-meta ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .page-layout ul.article-list .article-meta ul li {
        font-size: 12px;
        color: #5a6772;
        font-style: italic;
        margin-bottom: 0;
        float: left;
        padding-right: 10px;
        position: relative;
        padding-left: 0; }
        .page-layout ul.article-list .article-meta ul li:after {
          content: '/';
          width: 1px;
          height: 10px;
          color: #5a6772;
          padding-left: 10px; }
        .page-layout ul.article-list .article-meta ul li:last-child:after {
          display: none; }
        .page-layout ul.article-list .article-meta ul li.article-meta-source {
          font-weight: bold; }

.large-cards {
  padding-top: 40px; }
  .large-cards:before, .large-cards:after {
    content: " ";
    display: table; }
  .large-cards:after {
    clear: both; }
  .large-cards .equal-height {
    margin-bottom: 0; }
  .large-cards .card {
    width: 100%; }
  .large-cards .card-image {
    width: 100%;
    height: 125px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .large-cards .card-content {
    padding: 30px 0; }


.page-layout .image_right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 351px;
}
.page-layout .image_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 351px;
}
.page-layout .image_right span {
	float: left;
	clear: both;
	font-size: 13px !important;
	line-height: 1.5em;
	color: rgb(51, 51, 51);
	width: 100%;
}
.page-layout .image_left span {
	float: left;
	clear: both;
	font-size: 13px !important;
	line-height: 1.5em;
	color: rgb(51, 51, 51);
	width: 100%;
}
.page-layout .image_left img, 
.page-layout .image_right img {
    max-width: 350px;
    display: block;
    height: auto;
}

@media (max-width: 1295px) {
	.page-layout .image_left {
		margin-right: 10px;
		width: 225px;
	}
	.page-layout .image_right {
		margin-left: 10px;
		width: 225px;
	}
	.page-layout .image_left img, .page-layout .image_right img {
		max-width: 225px;
	}
}





@media (max-width: 991px) {
	.page-layout .block h3:before {
		top: auto;
	}
}
.page-layout .simple-text p {
	line-height: 1.5em !important;
}
.page-layout .panels h2 {
	font-size: 24px !important;
}
.page-layout .filter-by {
	font-weight: 300 !important;
	font-size: 17px !important;
	color: #888b8d !important;/* display: inline-block; */
}


.page-layout .panels .row {
	display: flex;
	flex-wrap: wrap;
}
.page-layout .panels .row > [class*='col-'] {
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}
.page-layout .panels .panel {
	height: 100%;
	position: relative;
}
.page-layout .filter-active {
	color: #FFFFFF !important;
	background: #53565a;
}
.page-layout .panel {
	position: relative;
}
.page-layout .panel a {
	display: block;
}
.page-layout .panel-badge {
	position: absolute;
	top: 4px;
	right: -1px;
	padding: 3px 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}
.page-layout a .panel-badge {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}
.page-layout .panel-badge.light-blue {
	background: #1a89d3;
}
.page-layout .panel-badge.dark-blue {
	background: #00426b;
}
.page-layout a.btn-grey {
	padding: 8px 18px;
	color: #888b8d;
	font-size: 16px !important;
	font-family: 'Roboto', sans-serif !important;
	border: 1px solid #888b8d;
	font-weight: 400 !important;
}
.page-layout a.btn-grey:visited {
	color: #888b8d;
}
.page-layout a.btn-grey:hover {
	color: #ffffff !important;
	background: #888b8d;
	text-decoration:none;
}
.page-layout .card-category {
	text-transform: uppercase;
	font-size: 13px !important;
	font-family: 'roboto_condensedlight', Arial, Helvetica, sans-serif !important; 
	color: #888b8d !important;
	font-weight: 400 !important;
	margin: 12px 0 12px 0;
}
.page-layout .panel-title {
	margin: 15px 0 15px 0;
	font-size: 24px !important;
}


.page-layout .filter-cards {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
	padding-top: 0px !important;
}

.page-layout .cards.profiles {
	display: flex;
	flex-wrap: wrap;
}
.page-layout .cards.profiles [class*='col-'] {
	margin-bottom: 20px;
}

.page-layout .company p {
	max-width: 100% !important;
}








.sustainability{
width: 1366px;
max-width: 100%;
max-width: 100vw;
padding: 0;
margin: 0 auto;
font-family: 'Roboto';
}
.sustainability p,
.sustainability h2,
.sustainability h3,
.sustainability a
{
margin: 0;
padding: 0;
text-decoration: none;
max-width: 100% !important;
}
.sustainability .agilent-container{
padding: 0;
width: 1366px;
max-width: 100%;
max-width: 100vw;
}
.sustainability row{
max-width: 100vw;
}
.button-gradient,
a.button-gradient{
display: inline-block;
width: auto;
height: 55px;
border-radius: 27px;
padding: 0 50px;
margin: 0;
}

.button-gradient,
a.button-gradient,
.link-white,
a.link-white{
color: #ffffff!important;
font-family: 'Roboto';
font-size: 16px;
font-weight: 700;
line-height: 55px;
text-align: center;
text-decoration: none!important;
}
p.link-gray,
a.link-gray{
color: #53565a;
font-size: 16px;
font-weight: 700;
line-height: 55px;
text-align: left;
text-decoration: none;
}
.icon {
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
}
.icon-arrow-right{
width: 35px;
height: 10px;
background-size: 35px 10px;
margin-left: 15px;
}
.icon-arrow-right.white{
background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzUgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTAgNGgzM3YySDBWNHoiLz48cGF0aCBkPSJNMzQuOSA0Ljk1TDI5Ljk1IDkuOWwtMS40MS0xLjQxIDQuOTUtNC45NSAxLjQxIDEuNDF6Ii8+PHBhdGggZD0iTTI5Ljk1IDBsNC45NSA0Ljk1LTEuNDEgMS40MXMtNC4wNy0zLjM1LTQuOTUtNC45NUMyNy42NS0uMTggMjkuOTUgMCAyOS45NSAweiIvPjwvZz48L3N2Zz4K");
}
.icon-arrow-right.gray{
background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzUgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+PGcgZmlsbD0iIzUzNTY1YSI+PHBhdGggZD0iTTAgNGgzM3YySDBWNHoiLz48cGF0aCBkPSJNMzQuOSA0Ljk1TDI5Ljk1IDkuOWwtMS40MS0xLjQxIDQuOTUtNC45NSAxLjQxIDEuNDF6Ii8+PHBhdGggZD0iTTI5Ljk1IDBsNC45NSA0Ljk1LTEuNDEgMS40MXMtNC4wNy0zLjM1LTQuOTUtNC45NUMyNy42NS0uMTggMjkuOTUgMCAyOS45NSAweiIvPjwvZz48L3N2Zz4=");
}

.icon-document{
width: 16px;
height: 20px;
background-size: 16px 20px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTkuNzUgMWgtN0MxLjc4IDEgMSAxLjc4IDEgMi43NXYxNGMwIC45Ny43OCAxLjc1IDEuNzUgMS43NWgxMC41Yy45NyAwIDEuNzUtLjc4IDEuNzUtMS43NVY2LjI1TDkuNzUgMXoiLz48cGF0aCBkPSJNOS43NSAxdjUuMjVIMTVNMTEuNSAxMC42M2gtN00xMS41IDE0LjEzaC03TTYuMjUgNy4xM0g0LjUiLz48L2c+PC9zdmc+");
margin: 0 10px;
vertical-align: sub;
}

.button-gradient.pink-gradient{
background: linear-gradient(140deg, #F21699, #FF8CCC);
}
.button-gradient.green-gradient{
background: linear-gradient(140deg, #39B25C, #79E899);
}
.button-gradient.green{
background: #39b25c;
}
.button-gradient.blue-gradient{
background: linear-gradient(140deg, #0060BC, #04B5F5);
}
.button-gradient.navy-gradient{
background: linear-gradient(140deg, #00426a, #00a9e0);
}

/*** BANNER ***/
.sustainability.banner2020{
margin: 0 auto 0;
min-height: 605px;
background: url('2020-about-companyinfo-sustainability-banner-1366-02.jpg') top center no-repeat;
background-size: cover;
color:#fff;
}
.sustainability.banner2019{
margin: 163px auto 0;
min-height: 605px;
background: url('2019-about-companyinfo-sustainability-banner-1366-01.jpg') top center no-repeat;
background-size: cover;
color:#fff;
}
.sustainability.banner2018{
margin: 163px auto 0;
min-height: 605px;
background: url('about-companyinfo-sustainability-banner-1366.jpg') top center no-repeat;
background-size: cover;
color:#fff;
}
.sustainability.banner .banner-report{
/* padding-left: 58px; */
padding-left: 160px;
}

.sustainability.banner h2{
color: #ffffff;
font-size: 32px;
font-weight: 500;
line-height: 1.5;

margin: 225px 0 0;
}
.sustainability.banner h2 br{
/* display: none; */
}
.sustainability.banner p{
font-size: 22px;
font-weight: 500;
line-height: 1.5;
margin: 35px 0 70px;
}
.sustainability.banner a.link-white{
margin-left: 36px;
}

/*** STATEMENT ***/
.sustainability.statement{
background-color: #fff;
color: #53565a;
}
.sustainability.statement h2{
color: #53565a;
font-size: 32px;
font-weight: 500;
line-height: 1.5;
/* font-size: 60px; */
/* font-weight: 500; */
/* line-height: 72px; */
margin:45px 0 0;
}
.sustainability.statement p {
font-size: 22px;
font-weight: 400;
line-height: 1.5;
margin:45px 0 50px;
}

.sustainability.statement .statement-info,
.sustainability.statement .statement-image{
padding-top: 120px;
padding-bottom: 115px;
}
.sustainability.statement .statement-info{
padding-left: 137px;
}
.sustainability.statement .statement-image{
background-color: #fff;
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 19.77%, rgba(247,247,247,1) 19.77%);
}

/*** PRESIDENT LETTER ***/
.sustainability.president-letter2020 {
min-height: 681px;
background: url('2020-mike-mcmullen-president-1366x681-v2.jpg') top center no-repeat;
background-size: cover;
color:#000;
}
.sustainability.president-letter2019 {
min-height: 681px;
background: url('2019-mike-mcmullen-president-1366x681.jpg') top center no-repeat;
background-size: cover;
color:#fff;
}
.sustainability.president-letter2018 {
min-height: 681px;
background: url('mike-mcmullen-president-1366x681.jpg') top center no-repeat;
background-size: cover;
color:#fff;
}
.sustainability.president-letter h2{
font-size: 32px;
font-weight: 500;
line-height: 1.5;
}
.sustainability.president-letter p{
	margin: 15px 0;
font-size: 15px;
font-weight: 500;
line-height: 1.5;
}
.sustainability.president-letter p.quoted,
.sustainability.president-letter p.quoted::before,
.sustainability.president-letter p.quoted::after{
/* font-size: 20px; */
font-size: 28px;
font-weight: 500;
/* line-height: 32px; */
line-height: 28px;
}
.sustainability.president-letter p.quoted{
/* margin: 32px 0 16px; */
margin: 32px 0 16px;
padding-right: 16px;
position: relative;
}
.sustainability.president-letter p.quoted::before{
content: '"';
position:absolute;
display: block;
left: -0.5em;
top:0;
}
.sustainability.president-letter p.quoted::after{
content: '"';
display: inline;
}
.sustainability.president-letter p.unquoted{
font-size: 16px;
line-height: 23px;
margin: margin: 15px 0 5px;
font-weight: 500;
padding-right: 16px;
position: relative;
}
.sustainability.president-letter img{
margin: 0 0 14px;
}
.sustainability.president-letter a{
margin: 35px 0 0 0;
}
.sustainability.president-letter .president-letter-info{
padding: 66px 10px 0 97px;
/* padding: 96px 0 0 97px; */
}
.president-letter-info2020{
padding: 40px 30px 20px 250px;
}
/*** DATA Highlights ***/
.sustainability.data-highlights .row{
margin: 0 auto;
padding: 0;
}
.sustainability.data-highlights h2 {
font-size: 32px;
font-weight: 500;
line-height: 1.5;
}
.sustainability.data-highlights p {
font-size: 20px;
font-weight: 400;
line-height: 1.5;
margin: 33px 0 60px;
}
.sustainability.data-highlights p.link-white {
color: #ffffff;
font-size: 18px;
font-weight: 700;
line-height: 22px;
text-align: left;
}
.sustainability.data-highlights a {
color: #ffffff;
padding: 52px 0 0 50px;
width: 100%;
height: 100%;
display: block;
	text-decoration: none!important;
}
.sustainability.data-highlights .data-sustainability,
.sustainability.data-highlights .data-business,
.sustainability.data-highlights .data-recognitions{
min-height: 530px;
color:#fff;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
margin: 0;
width: 455px;
max-width: 100%;
}
.sustainability.data-highlights .data-sustainability{
background-image: url('data-sustainability-highlights-bkg.jpg');
}
.sustainability.data-highlights .data-business{
background-image: url('data-business-highlights-bkg.jpg');
width: 456px;

}
.sustainability.data-highlights .data-recognitions{
background-image: url('data-recognition-and-awards-bkg.png');
}

/*** STORIES ***/
.sustainability.stories{
background: #fff;
}

.sustainability.data-stories a {
color: #ffffff;
width: 100%;
height: 100%;
display: block;
}

.sustainability.stories h2{
padding: 120px 0 79px;
color: #53565a;
font-size: 48px;
font-weight: 500;
line-height: 58px;
text-align: center;
}
.sustainability.stories img{}
.sustainability.stories h3{
font-size: 42px;
font-weight: 500;
line-height: 40px;
margin:26px 0 15px;
}
.sustainability.stories p{
color: #53565a;
font-size: 24px;
font-weight: 500;
line-height: 36px;
margin:14px 0;
}
.sustainability.stories p.link-gray{
color: #53565a;
font-size: 18px;
font-weight: 700;
line-height: 22px;
}
.sustainability.stories .story:nth-child(odd){
padding:0 24px 68px 6px;
}
.sustainability.stories .story:nth-child(even){
padding:0 0 68px 30px;
}
.text-orange{
color:#FC7E52;
}
.text-yellow{
color:#FFC515;
}
.text-green{
color:#39B25C;
}

/*** CORPORATE REPORTS ***/
.sustainability.corporate-reports{
background: #f7f7f7;
padding: 68px 0 115px;
}
.sustainability.corporate-reports p{
color: #53565a;
font-size: 24px;
font-weight: 500;
line-height: 36px;
text-align: center;
margin: 35px auto;
}
.sustainability.corporate-reports a{
color: #ffffff;
font-size: 16px;
font-weight: 700;
}
/*** RESPONSIVE ***/
@media only screen and (max-width: 1365px) {
.sustainability.data-highlights .data-sustainability,
.sustainability.data-highlights .data-business,
.sustainability.data-highlights .data-recognitions {
width: 33.33333%;
}
.sustainability.banner a.link-white {
display: inline-block;
text-align: left;
margin: 5px 35px;
width: auto;
}
}
@media only screen and (max-width: 1280px){
.sustainability.statement .statement-info {
padding-left: 90px;
}
}

@media only screen and (max-width: 991px){
.sustainability.data-highlights .data-sustainability,
.sustainability.data-highlights .data-business,
.sustainability.data-highlights .data-recognitions {
 min-height: 340px;
}
.sustainability.data-highlights h2 {
font-size: 36px;
line-height: 43px;
}
.sustainability.data-highlights p {
font-size: 24px;
line-height: 32px;
margin: 14px 0 28px;
}
.sustainability.data-highlights p br{
display: none;
}
.sustainability.data-highlights a {
padding: 45px 15px 18px;
}

}
@media only screen and (min-width:768px) and (max-width:1024px) {
.sustainability.statement .statement-info {
padding-left: 50px;
}
.sustainability.banner .banner-report {
text-align: right;
padding: 0 45px 0 0;
}
.sustainability.banner a.link-white {
margin: 5px 5px 0 35px;
}
.sustainability.banner h2 br {
display: block;
}
.sustainability.president-letter .president-letter-info {
padding: 90px 45px 0 0;
}
.president-letter-info2020 {
padding: 90px 45px 0 0;
}
.sustainability.president-letter p.quoted br{
display: none;
}
.sustainability.president-letter p.quoted::before {
position: relative;
display: inline-block;
left: -0.2em;
}
.sustainability.data-highlights a {
padding: 52px 0 0 5px;
}
}
@media only screen and (max-width: 820px) {
.sustainability.statement .statement-info,
.sustainability.statement .statement-image {
padding: 0 0 60px;
margin: 0 auto;
background: #fff;
}
.sustainability.statement .statement-info{
padding: 0 0 60px 45px;
}
.sustainability.statement .statement-image img{
width: 100%;
}
.sustainability.data-highlights .data-sustainability,
.sustainability.data-highlights .data-business,
.sustainability.data-highlights .data-recognitions {
 min-height: 360px;
}
.sustainability.stories h3{
font-size: 28px;
line-height: 34px;
}
.sustainability.stories p{
font-size: 21px;
line-height: 28px;
}
.sustainability.stories p.link-gray{
}
}
@media only screen and (max-width: 768px) {
.sustainability.stories .story,
.sustainability.stories .story:nth-child(odd),
.sustainability.stories .story:nth-child(even){
padding: 0;
}
.sustainability.stories img {
width: 100%;
}
.sustainability.data-highlights a {
padding: 25px 0 0 5px;
}
}

@media only screen and (max-width: 767px) {
.sustainability p{
max-width: 100% !important;
}
.sustainability{
max-width: 100%;
}
.sustainability .agilent-container{
width: 100%;
max-width: 100%;
}
/*** BANNER ***/
.sustainability.banner2019 {
margin: 125px auto 0;
min-height: 500px;
min-height: 77vw;
background-image: url('2019-about-companyinfo-sustainability-banner-750x580.jpg');
background-position: top center;
background-repeat: no-repeat;
background-color: #fff;
background-size: contain;
}
.sustainability.banner2018 {
margin: 125px auto 0;
min-height: 500px;
min-height: 77vw;
background-image: url('about-companyinfo-sustainability-banner-750x580.jpg');
background-position: top center;
background-repeat: no-repeat;
background-color: #fff;
background-size: contain;
}
.sustainability.banner .banner-report{
padding: 0 35px;
text-align: right;
}
.sustainability.banner h2{
font-size: 30px;
line-height: 33px;
text-align: right;
margin: 137px 0 0 0;
}
.sustainability.banner h2 br{
display: inline-block;
}
.sustainability.banner p{
font-size: 18px;
line-height: 23px;
text-align: right;
margin: 11px 0 59px 0;
}
.sustainability.banner a.link-white{
color: #0f59b6;
font-size: 16px;
font-weight: 700;
line-height: 19px;
margin: 21px auto;
}
.sustainability.banner .icon-document{
background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMGY1OWI2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTkuNzUgMWgtN0MxLjc4IDEgMSAxLjc4IDEgMi43NXYxNGMwIC45Ny43OCAxLjc1IDEuNzUgMS43NWgxMC41Yy45NyAwIDEuNzUtLjc4IDEuNzUtMS43NVY2LjI1TDkuNzUgMXoiLz48cGF0aCBkPSJNOS43NSAxdjUuMjVIMTVNMTEuNSAxMC42M2gtN00xMS41IDE0LjEzaC03TTYuMjUgNy4xM0g0LjUiLz48L2c+PC9zdmc+");
}
/*** STATEMENT ***/
.sustainability.statement .statement-info{
padding: 25px 45px 60px 45px;
}
.sustainability.statement h2{
font-size: 48px;
font-weight: 500;
line-height: 58px;
/* font-size: 42px; */
/* line-height: 50px; */
margin:0;

}
.sustainability.statement p{
font-size: 18px;
line-height: 26px;
margin: 12px 0 24px;
}
.sustainability.statement p br{
display: none;
}

/*** PRESIDENT LETTER ***/
.sustainability.president-letter2019 {
min-height: 290px;
background-image: url('2019-mike-mcmullen-president-750x580.jpg');
background-position: top center;
background-repeat: no-repeat;
background-color: #262721;
background-size: contain;
color:#fff;
}
.sustainability.president-letter2018 {
min-height: 290px;
background-image: url('mike-mcmullen-president-750x580.jpg');
background-position: top center;
background-repeat: no-repeat;
background-color: #262721;
background-size: contain;
color:#fff;
}
.sustainability.president-letter .president-letter-info {
padding: 334px 45px 60px 45px;
padding-top: 82vw;
}
.president-letter-info2020 {
padding: 334px 45px 60px 45px;
padding-top: 82vw;
}
.sustainability.president-letter h2{
font-size: 36px;
line-height: 43px;
}
.sustainability.president-letter p{
font-size: 16px;
line-height: 26px;
}
.sustainability.president-letter p.quoted,
.sustainability.president-letter p.quoted::before,
.sustainability.president-letter p.quoted::after{
font-size: 18px;
line-height: 26px;
}
.sustainability.president-letter p.quoted{
margin: 14px 0;
}
.sustainability.president-letter p.quoted br{
display: none;
}

.sustainability.president-letter p.unquoted{
font-size: 16px;
line-height: 23px;
margin: margin: 15px 0 5px;
}
/*** DATA Highlights ***/
.sustainability.data-highlights h2 {
font-size: 36px;
line-height: 43px;
}
.sustainability.data-highlights p {
font-size: 24px;
line-height: 32px;
margin: 14px 0 28px;
}
.sustainability.data-highlights p br{
display: none;
}
.sustainability.data-highlights a {
padding: 45px 15px 18px;
}
.sustainability.data-highlights .data-sustainability,
.sustainability.data-highlights .data-business,
.sustainability.data-highlights .data-recognitions{
width: 100%;
min-height: 290px;
}
/*** STORIES ***/
.sustainability.stories a {
margin: 0 0 55px;
display: block;
}
.sustainability.stories h2{
padding: 61px 0 43px;
font-size: 42px;
line-height: 50px;
text-align: left;
margin-left: -4px;
}
.sustainability.stories img{
height: 280px;
object-fit: cover;
}
/*** CORPORATE REPORTS ***/
.sustainability.corporate-reports{
padding: 25px 0 5px;
}
.sustainability.corporate-reports p{
font-size: 21px;
line-height: 28px;
margin: 35px auto 17px;
}

}
@media only screen and (max-width: 420px){
.sustainability.banner .banner-report {
text-align: center;
}
.sustainability.banner p {
margin: 11px 0 95px 0;
}
}
@media only screen and (max-width: 360px) {
.sustainability.banner h2 {
margin: 95px 0 0 0;
}
.sustainability.president-letter {
}
}
@media only screen and (max-width: 320px) {
.sustainability.banner p {
margin: 11px 0 75px 0;
}
}
