@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 */


/* UPDATED 4/11/2022  */
/* UPDATED 5/24/2022  */


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family:robotoregular;
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: 'robotoregular', Arial, sans-serif, Helvetica;  /* UPDATED 5/24/2022 */
  font-size: 16px;
  /*line-height: 1.43; */
  line-height: 1.6em; /* UPDATED 5/24/2022  */
  color: #333333;
  background-color: #fff; }
  
  /* UPDATED 5/24/2022  */
  .panels li, .press-release li {
    font-size: 16px !important;
    /* font-weight: 100 !important; */
    line-height: 1.6em; }


input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.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; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  /* font-size: 34px; */
  font-size: 28px; }

h3, .h3 {
  /* font-size: 28px; */
  font-size: 24px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.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; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  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; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

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; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    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'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

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); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

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; }
  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 {
  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("img/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: 28px !important;
	line-height: 1.2em; /* UPDATED 5/24/2022 */
    color: #303030 !important; /* UPDATED 5/24/2022 */
    /* font-family: 'Roboto', sans-serif !important;
    font-weight: 100 !important; */
	font-family: 'roboto_condensedlight', Arial, Helvetica, sans-serif !important; /* UPDATED 5/24/2022 */
    font-weight: 300 !important; /* UPDATED 5/24/2022 */
    margin-bottom: 30px; }
  
  /* .newsroom h2 {
    font-size: 40px !important;
    color: black;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100 !important;
    margin-bottom: 30px; } */
    .newsroom h2.small {
      font-size: 30px !important; }
  .newsroom.secondary h2 {
    color: #303030 !important; }
  .tertiary-content ul, .tertiary-content ol, .greenlab-content ul, .greenlab-content ol {
    margin: 0 !important;
    padding: 0 0 30px 20px !important; } /* UPDATED 5/24/2022 */
  .newsroom li {
    max-width: 100% !important;
    font-size: 16px !important; } /* UPDATED 5/24/2022 */
	
.company {
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 0; }
  .company:before, .company:after {
    content: " ";
    display: table; }
  .company:after {
    clear: both; }
  .company.no-padding {
    padding: 0; }
  .company h2 {
    font-size: 28px !important;
	line-height: 1.2em; /* UPDATED 5/24/2022 */
    color: #303030 !important; /* UPDATED 5/24/2022 */
    /* font-family: 'Roboto', sans-serif !important;
    font-weight: 100 !important; */
	font-family: 'roboto_condensedlight', Arial, Helvetica, sans-serif !important; /* UPDATED 5/24/2022 */
    font-weight: 300 !important; /* UPDATED 5/24/2022 */
    margin-bottom: 30px; }
    .company h2.small {
      font-size: 24px !important; }
  .company p {
    font-size: 16px;
    color: #5a6772;
    line-height: 1.6em; /* UPDATED 5/24/2022 */
	max-width: 100% !important; }
  .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; */
  background: #0085d5; }
  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-family: "roboto_condensedlight", Arial, Helvetica, sans-serif !important; }
      nav.secondary-nav ul li a {
        color: white;
        font-size: 16px;
        -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; }
        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 .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: 28px !important; }

.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("img/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-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  background: #1a89d3; }
  
  .btn.btn-blue {
    transition: all 0.2s ease; } /* UPDATED 5/24/2022 */

  a.btn-blue:hover {
    text-decoration: none;
    background-color: #005589; } /* UPDATED 5/24/2022 */

.btn.btn-gray {
  padding: 18px;
  color: #FFF;
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif !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-family: 'Roboto', sans-serif !important;
    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("img/icon-subscribe.png") no-repeat center bottom;
        background-size: 16px; }
        ul.social-media li a.subscribe:hover {
          background: url("img/icon-subscribe-hover.png") no-repeat center bottom;
          background-size: 16px; }
      ul.social-media li a.linkedin {
        background: url("img/icon-linkedin.png") no-repeat center bottom;
        background-size: 16px; }
        ul.social-media li a.linkedin:hover {
          background: url("img/icon-linkedin-hover.png") no-repeat center bottom;
          background-size: 16px; }
      ul.social-media li a.twitter {
        background: url("img/icon-twitter.png") no-repeat center bottom;
        background-size: 16px; }
        ul.social-media li a.twitter:hover {
          background: url("img/icon-twitter-hover.png") no-repeat center bottom;
          background-size: 16px; }
      ul.social-media li a.facebook {
        background: url("img/icon-facebook.png") no-repeat center bottom;
        background-size: 16px; }
        ul.social-media li a.facebook:hover {
          background: url("img/icon-facebook-hover.png") no-repeat center bottom;
          background-size: 16px; }
      ul.social-media li a.mail {
        background: url("img/icon-mail.png") no-repeat center bottom;
        background-size: 16px; }
        ul.social-media li a.mail:hover {
          background: url("img/icon-mail-hover.png") no-repeat center bottom;
          background-size: 16px; }
	  ul.social-media li a.KakaoTalk {
        background: url("img/icon-kakaotalk.png") no-repeat center bottom;
        background-size: 16px; }
        ul.social-media li a.KakaoTalk:hover {
          background: url("img/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("img/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-family: 'Roboto', sans-serif !important;
    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-family: 'Roboto', sans-serif !important; */
	  font-size: 28px !important; /* UPDATED 5/24/2022 */
      font-family: 'roboto_condensedlight', Arial, Helvetica, sans-serif !important; /* UPDATED 5/24/2022 */
      /* font-weight: 900 !important; */
	  font-weight: 300 !important; /* UPDATED 5/24/2022 */
      color: #303030 !important; /* UPDATED 5/24/2022 */
      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: 16px;
      color: #333;
      margin: 0 0 30px 0;
      padding: 0;
      font-family: 'Roboto', sans-serif !important;
      font-weight: 400 !important; }
      .block.press-release p:last-of-type {
        margin-bottom: 0; }
    .block.press-release li {
      font-size: 16px; }  /* UPDATED 5/24/2022 */
	.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-family: 'Roboto', sans-serif !important;
    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: 480px;
  padding-top: 122px;
  position: relative;
  background-size: cover;
  background-position: top 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; }
    /* UPDATED 4/11/2022 */
	/* .page-layout .main-hero.sub-banner-small .hero-title {
      margin-top: 70px; } */

.page-layout .hero-title {
  position: absolute;
  margin-top: 65px;
  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.0em;
    font-family: roboto_condensedlight, Arial, Helvetica, sans-serif !important;
    font-weight: 500; }
    .page-layout .hero-title h1 a {
      text-decoration: none; }
      .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 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, 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, sans-serif;
    max-width: unset !important; }
  .page-layout .main-hero-message--content a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding-right: 18px;
    background: url("img/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; }
      /* nope */
	  .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: 10px 0; /* UPDATED 4/12/2022  was just 0 */
    list-style: none;
    min-height: 40px;  /* UPDATED 4/12/2022 was height: 40px;*/
    display: flex;
    flex-flow: row;
	flex-wrap: wrap; /* UPDATED 4/11/2022 */
    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-family: 'Roboto', sans-serif !important;
        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-family: 'Roboto', sans-serif !important;
      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("img/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-family: 'Roboto', sans-serif !important;
      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("img/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("img/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: 24px;
    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; }