/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.no-clearfix {
  zoom: 0;
}
.no-clearfix:before,
.no-clearfix:after {
  display: none;
}
.no-clearfix:after {
  clear: none;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.centered {
  zoom: 1;
  max-width: 1020px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.centered:before,
.centered:after {
  content: "";
  display: table;
}
.centered:after {
  clear: both;
}
img,
embed,
object,
video {
  max-width: 100%;
}
body > header,
body > section,
body > main,
body > footer {
  width: 100%;
}
.mobile-only {
  display: none;
}
@media screen and (max-width: 720px) {
  .mobile-only {
    display: inherit;
  }
}
.desktop-only {
  display: inherit;
}
@media screen and (max-width: 719px) {
  .desktop-only {
    display: none;
  }
}
.fontRegular {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.fontSemiBold {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.fontBold {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.fontCondensed {
  font-family: "myriad-pro-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
}
body,
html {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  font-size: 16px;
}
p {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
}
a {
  color: #1a428a;
}
img {
  position: relative;
  background-size: 100% 100%;
  border: 0;
}
img.photo {
  background: #666;
}
.video {
  position: relative;
  cursor: pointer;
}
.video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #333;
  margin-left: -12.5px;
  margin-top: -15px;
}
.video:hover:after {
  border-color: transparent transparent transparent #555555;
}
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav li {
  padding: 0;
  margin: 0;
}
nav a {
  text-decoration: none;
}
.mobile-menu.pancake .toggle {
  display: none;
  position: relative;
  font-size: 30px;
  margin-right: -3px;
  padding-left: 1.4em;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .mobile-menu.pancake li {
    display: none;
    clear: right;
  }
  .mobile-menu.pancake li.toggle {
    display: block;
  }
  .mobile-menu.pancake.active li {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .mobile-menu.pancake .toggle {
    margin-top: 6px;
  }
}
/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
/* --------------------------------

Main components

-------------------------------- */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 0;
  background: #818285;
}
@media only screen and (min-width: 600px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
    width: 1px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 4em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .cd-timeline-block {
    margin: -2em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  display: none;
  position: absolute;
  top: 46%;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 0 2px rgba(0, 0, 0, 0.05);
  background: #1a428a;
}
.cd-timeline-img img {
  display: block;
  width: 16px;
  height: 17px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -9px;
}
@media only screen and (min-width: 600px) {
  .cd-timeline-img {
    display: block;
    width: 35px;
    height: 35px;
    left: 50%;
    top: 43%;
    margin-left: -18px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s forwards;
    -moz-animation: cd-bounce-1 0.6s forwards;
    animation: cd-bounce-1 0.6s forwards;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 0px;
  background: white;
  box-shadow: 0 3px 0 #1a428a;
  border: 1px solid #1a428a;
}
.cd-timeline-content img {
  width: 100%;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-date {
  position: absolute;
  width: 100%;
  left: 45%;
  top: -26px;
}
.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
}
@media only screen and (min-width: 600px) {
  .cd-timeline-content {
    margin-left: 0;
    width: 43%;
  }
  .cd-timeline-content::before {
    top: 47%;
    left: 100%;
    border-color: transparent;
    border-left-color: #1a428a;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 132%;
    top: 40%;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 47%;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #1a428a;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 132%;
    text-align: right;
  }
  .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 600px) {
  /* inverse bounce effect on even content blocks */
  .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
main .content .words {
  padding: 15px;
}
main .content .words h2 {
  font-size: 0.9375em;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 5px;
}
main .content .words p {
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 10px;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?-7nznxz");
  src: url("../fonts/icomoon.eot?#iefix-7nznxz") format("embedded-opentype"), url("../fonts/icomoon.woff?-7nznxz") format("woff"), url("../fonts/icomoon.ttf?-7nznxz") format("truetype"), url("../fonts/icomoon.svg?-7nznxz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-uniE601:before {
  content: "\e601";
}
.icon-twitter:before {
  content: "\e600";
}
.icon-linkedin:before {
  content: "\e602";
}
.expandable {
  cursor: pointer;
}
.expandable .expandable-title {
  cursor: pointer;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.expandable .expandable-title:hover {
  text-decoration: underline;
  background-color: #f8f8f8;
}
.expandable .expandable-title h3 {
  cursor: pointer;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
.expandable .expandable-title img {
  transition: transform 0.2s ease-in-out;
  width: 24px;
  height: 24px;
}
.expandable .expandable-content {
  display: none;
}
.expandable.expanded .expandable-title img {
  transform: rotate(180deg);
}
.expandable.expanded .expandable-content {
  display: block;
}
nav .hamburger {
  display: none;
  user-select: none;
  float: right;
}
nav .hamburger > div {
  cursor: pointer;
  content: "\e601";
  font-size: 36px;
}
nav .navbar-nav {
  list-style: none;
  position: relative;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}
nav .navbar-nav .nav-item.first {
  display: none;
}
nav .navbar-nav .nav-item.last .nav-link.dropdown-toggle img {
  display: none;
}
nav .navbar-nav .nav-item.last .dropdown-menu {
  display: none;
}
nav .navbar-nav .dropdown {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 10px;
  position: relative;
}
nav .navbar-nav .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-left: 0px;
  left: 0;
  top: 100%;
}
nav .navbar-nav .dropdown .dropdown-menu li {
  display: block;
}
nav .navbar-nav .dropdown .nav-link.dropdown-toggle {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  text-wrap: nowrap;
}
nav .navbar-nav .dropdown .nav-link.dropdown-toggle img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}
nav .navbar-nav .dropdown:nth-last-child(1) .dropdown-menu,
nav .navbar-nav .dropdown:nth-last-child(2) .dropdown-menu,
nav .navbar-nav .dropdown:nth-last-child(3) .dropdown-menu {
  right: 0;
  left: auto;
}
nav .navbar-nav .dropdown:hover {
  background-color: #1a428a;
  color: white;
}
nav .navbar-nav .dropdown:hover .nav-link.dropdown-toggle {
  color: white;
}
nav .navbar-nav .dropdown:hover .nav-link.dropdown-toggle img {
  filter: invert(100%);
}
nav .navbar-nav .dropdown:hover:last-child .dropdown-menu {
  display: none;
}
nav .navbar-nav .dropdown:hover .dropdown-menu {
  background-color: #1a428a;
  display: flex;
  flex-direction: column;
  padding: 32px;
  padding-top: 12px;
}
nav .navbar-nav .dropdown:hover .dropdown-menu .dropdown-item {
  display: flex;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  color: white;
  text-wrap: nowrap;
  padding: 8px 2px;
  margin: 2px 0;
}
.header-image {
  background-color: #1a428a;
  background-size: cover;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
  min-height: 250px;
  padding: 30px 0 72px;
  position: relative;
  width: 100%;
}
.header-image::before {
  background-image: url("/assets/img/wavy-texture.png");
  background-position: center;
  content: " ";
  height: 100%;
  opacity: 0.05;
  position: absolute;
  top: 0;
  transform: scaleX(-1);
  width: 100%;
}
.header-image.header-background-image {
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.4);
  height: 400px;
  justify-content: flex-end;
}
.header-image.header-background-image.header-caption {
  margin-bottom: 0;
}
.header-image.header-background-image #breadcrumb {
  display: none;
}
.header-image.header-background-image::before {
  display: none;
}
.header-image .centered {
  z-index: 1;
  bottom: 0;
}
.header-image .centered:first-child {
  margin-bottom: 40px;
}
.header-image .centered h1 {
  font-weight: 800;
  line-height: normal;
  margin: 0;
  padding: 0;
  font-size: 36px;
}
.header-image .centered h1.header-background-image {
  font-size: 64px;
}
.header-image .centered p {
  font-weight: 600;
}
#breadcrumb {
  padding-top: 22px;
  padding-left: 0;
  font-weight: 600;
}
#breadcrumb li {
  display: inline-flex;
}
#breadcrumb li a {
  color: white;
  text-decoration: none;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}
#breadcrumb li.active {
  text-decoration: underline;
}
#breadcrumb li:not(.active):after {
  content: "/";
  margin: 0 5px;
}
#breadcrumb li:not(.active):after a {
  text-decoration: underline;
}
.research-landing-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media screen and (min-width: 576px) {
  .research-landing-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .research-landing-links {
    grid-template-columns: repeat(4, 1fr);
  }
}
.research-landing-links .card-image-link {
  flex: 1;
  padding: 20px;
}
.research-landing-links .card-image-link .card-title {
  font-size: 24px;
}
.research-landing-links .card-image-link .card-readmore {
  padding: 0;
}
.research-landing-links .card-image-link .card-readmore p {
  font-size: 16px;
}
.research-link-cards {
  display: inline-flex;
  gap: 20px;
  width: 100%;
}
.icon-card {
  display: flex;
  flex: 1;
  flex-direction: column;
  background-color: #f8f8f8;
  max-width: 478px;
  padding: 28px 28px;
  padding-bottom: 28px;
  text-decoration: none;
}
.icon-card .card-title {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
}
.icon-card .img {
  margin-bottom: 12px;
}
.icon-card .img svg,
.icon-card .img svg path {
  fill: #1a428a;
}
.icon-card:hover {
  background-color: #1a428a;
}
.icon-card:hover svg,
.icon-card:hover svg path {
  fill: white;
}
.icon-card:hover .card-title {
  color: white;
}
.research-link-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 33px;
}
.research-link-images .card-image-link {
  width: 100%;
  min-height: 290px;
  height: auto;
}
.research-link-images .card-image-link:nth-child(1) {
  grid-row: span 2;
}
.card-image-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .card-image-link {
    padding: 20px;
  }
}
.card-image-link .card-title {
  font-weight: 700;
  color: white;
  font-size: 36px;
  margin-top: 80px;
  padding: 10px 0;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .card-image-link .card-title {
    font-size: 28px;
    margin-top: 40px;
  }
}
.card-image-link .card-description {
  font-weight: 600;
  color: white;
  font-size: 20px;
  padding: 0;
}
.card-image-link .card-readmore {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  padding: 16px 0;
}
.card-image-link .card-readmore:hover p {
  text-decoration: underline;
}
.card-image-link .card-readmore p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 800;
}
.card-image-link .card-readmore img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  filter: invert(100%);
}
.disease-list .filter-tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.disease-list .filter-tags .tag {
  cursor: pointer;
  user-select: none;
  background-color: #d7d7d7;
  width: fit-content;
  border-radius: 30px;
  padding: 6px 16px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  display: inline-flex;
}
.disease-list .filter-tags .tag.selected {
  background-color: #1a428a;
  color: white;
}
.disease-list .filter-tags .tag.selected::before {
  content: " ";
  background-image: url("/assets/img/check-small.svg");
  width: 24px;
  height: 24px;
  background-size: cover;
  font-size: 12px;
  margin-right: 5px;
}
.disease-list h2.results-count {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  margin: 40px 0 20px;
}
.disease-list #disease-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.disease-item {
  display: none;
}
.disease-item.visible {
  display: flex;
}
.disease-item img {
  object-fit: cover;
  width: 240px;
  height: 160px;
  margin-right: 28px;
}
.disease-item .item-text h3 {
  margin: 0;
  display: block;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
}
.disease-item .item-text a,
.disease-item .item-text p {
  display: block;
  padding: 10px;
  color: #3b3b3b;
}
.disease-item .item-text a {
  text-decoration: none;
}
.disease-item .item-text a:hover {
  color: #1a428a;
  text-decoration: underline;
}
.disease-item .item-text p {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.onehealth-project-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 33px;
}
.onehealth-project-list img {
  aspect-ratio: 307/233;
  object-fit: cover;
}
.onehealth-diagram {
  display: flex;
  justify-content: center;
  align-items: center;
}
.facility-container {
  display: flex;
  justify-content: space-between;
}
.facility-container .facility-text {
  flex: 1 0 60%;
  padding-right: 20px;
}
.facility-container .facility-image {
  flex: 1 0 40%;
  text-align: right;
}
.facility-container .facility-image img {
  max-width: 100%;
  height: auto;
}
.index-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
}
@media screen and (max-width: 576px) {
  .index-links {
    gap: 20px;
  }
}
.index-links .index-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  padding: 80px 30px 30px;
  background-color: #1a428a;
  text-decoration: none;
  color: white;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .index-links .index-link {
    padding: 20px;
  }
}
.index-links .index-link img {
  width: 64px;
  height: 64px;
}
.index-links .index-link h3 {
  font-size: 36px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 10px;
}
@media screen and (max-width: 576px) {
  .index-links .index-link h3 {
    font-size: 28px;
  }
}
.index-links .index-link p {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .index-links .index-link p {
    font-size: 16px;
  }
}
.index-links .index-link a {
  color: white;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  padding: 24px 0 0;
}
.index-links .index-link a p {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .index-links .index-link a p {
    font-size: 16px;
  }
}
.index-links .index-link a:hover {
  text-decoration: underline;
}
.index-links .index-link a::after {
  content: " ";
  display: inline-flex;
  background-image: url("/assets/img/expand-more.png");
  transform: rotate(-90deg);
  width: 24px;
  height: 24px;
  background-size: cover;
  filter: brightness(100);
  font-size: 12px;
  margin: 0;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  nav .hamburger {
    display: inline-block;
  }
  nav .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    display: none;
  }
  nav .navbar-nav.show {
    display: inline-flex;
  }
  nav .navbar-nav .dropdown .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: #1a428a;
    padding: 32px;
    padding-top: 12px;
  }
  nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    display: flex;
    font-family: "myriad-pro", sans-serif;
    font-style: normal;
    font-size: 15px;
    font-weight: 600;
    color: white;
    text-wrap: nowrap;
    padding: 8px 2px;
    margin: 2px 0;
  }
  .research-link-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .research-link-images {
    grid-template-columns: 1fr;
  }
  .index-links {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media screen and (max-width: 576px) {
  .disease-item {
    flex-direction: column;
  }
  .disease-item img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .disease-item .item-text h3 {
    font-size: 20px;
  }
  .disease-item .item-text p {
    font-size: 16px;
  }
  .onehealth-project-list {
    grid-template-columns: 1fr;
  }
}
.hero-video {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-bottom: 50px;
}
.hero-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-video .hero-title {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
}
.hero-video .hero-title h1 {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 64px;
}
@media screen and (min-width: 768px) {
  .hero-video {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 992px) {
  .hero-video {
    aspect-ratio: 18/9;
  }
}
@media screen and (min-width: 1200px) {
  .hero-video {
    aspect-ratio: 21/9;
  }
}
@media screen and (min-width: 1400px) {
  .hero-video {
    height: 600px;
    aspect-ratio: unset;
  }
}
.research-topic .content h3 {
  color: #3b3b3b;
  font-weight: 600;
}
.research-topic .content h3 a {
  color: #1a428a;
  font-size: 1em;
  font-weight: 500;
}
.research-topic .content img {
  height: auto;
  max-width: 100%;
}
.research-topic .content .image-caption {
  color: #666;
  font-size: 0.875em;
  margin-top: -20px;
}
form fieldset {
  padding: 0;
  margin: 25px 0;
  border: 0;
}
body {
  padding-top: 135px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 800px) {
  body {
    padding-top: 58px;
  }
}
@media screen and (max-width: 400px) {
  body {
    padding-top: 32px;
  }
}
.pageNav {
  width: 100%;
  float: left;
}
.pageNav .control {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pageNav .control a {
  padding: 5px;
}
.pageNav .control:first-child a {
  padding-left: 0;
}
header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 10000;
  border-bottom: 1px solid #d7d7d7;
  zoom: 1;
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
@media screen and (min-width: 800px) {
  header.stick {
    top: 0;
    padding: 0;
    border-bottom: 0;
  }
  header.stick .branding {
    margin-top: 0;
  }
  header.stick .search {
    opacity: 0;
    display: none;
  }
  header.stick h1 {
    top: 15px;
  }
  header.stick h2 {
    opacity: 0;
    margin: 0;
  }
  header.stick .line {
    margin: 0px;
  }
  header.stick .logo {
    max-width: 150px;
    margin-top: 10px;
  }
  header.stick ol {
    width: 100%;
    text-align: right;
    float: right;
    height: 0px;
  }
  header.stick ol li {
    padding: 10px 0 10px 10px;
  }
}
@media screen and (min-width: 900px) {
  header.stick ol li {
    padding: 10px 0 10px 20px;
  }
}
@media screen and (min-width: 1000px) {
  header.stick ol li {
    padding: 10px 0 10px 30px;
  }
}
header .branding {
  margin-top: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .navigation {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 0;
}
header .logo-wrap {
  float: left;
  padding: 0;
}
header h1 {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.33em;
  margin: 0 0 0 15px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header h1 a {
  color: #333;
  text-decoration: none;
}
header h2 {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.83em;
  margin: 0 0 0 15px;
  line-height: 1em;
  opacity: 1;
}
header .line {
  border-top: 1px solid #d7d7d7;
}
header ol {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
  clear: both;
  width: 100%;
  position: relative;
  font-size: 0.1px;
  text-align: justify;
}
header ol:after {
  content: '';
  display: inline-block;
  width: 100%;
}
header ol li {
  display: inline-block;
}
header ol li a {
  display: inline-block;
  text-transform: uppercase;
  color: #3b3b3b;
  font-size: 16px;
  padding: 7px 0;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}
header ol li a:hover {
  color: #1a428a;
}
header ol li .mobile-submenu {
  display: none;
}
header ol li.active a {
  color: #1a428a;
}
@media screen and (max-width: 800px) {
  header ol li.active .mobile-submenu {
    display: block;
    margin-right: 5%;
  }
  header ol li.active .mobile-submenu li a {
    color: #3b3b3b;
  }
  header ol li.active .mobile-submenu li a:hover {
    color: #1a428a;
  }
}
header .logo {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 250px;
  margin-left: -15px;
  width: 100%;
  opacity: 1;
}
header .page-title {
  float: left;
}
header .search {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  float: right;
  position: relative;
  width: 30%;
}
header .search input {
  height: 32px;
}
header .search input[type=text] {
  width: 100%;
  padding-right: 25px;
  padding-left: 5px;
  border: 1px solid #d7d7d7;
}
header .search input[type=submit] {
  position: absolute;
  top: 25px;
  right: 0;
  border: 0;
  background-color: transparent;
  background-image: url('../img/magnifyingglass.png');
  background-position: center right 5px;
  background-repeat: no-repeat;
  width: 25px;
  height: 32px;
}
@media screen and (max-width: 800px) {
  header {
    top: 0;
    padding: 0;
    border-bottom: 0;
  }
  header .search {
    display: none;
  }
  header .branding {
    margin-top: 0;
  }
  header .search {
    opacity: 0;
    display: none;
  }
  header h1 {
    top: 15px;
  }
  header .logo {
    z-index: 4;
    max-width: 200px;
    margin-top: 10px;
  }
  header h2 {
    opacity: 0;
    margin: 0;
  }
  header .navigation {
    background-color: white;
    z-index: 0;
    position: absolute;
  }
  header .line {
    margin: 0px;
  }
  header ol {
    width: 100%;
    text-align: right;
    top: 28px;
    padding-bottom: 20px;
  }
  header ol ol {
    top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  header .logo {
    z-index: 4;
    max-width: 120px;
    margin-top: 3px;
  }
  header h1 {
    left: -10px;
    top: 0;
  }
  header h2 {
    margin: 0;
    display: none;
  }
  header.stick h1 {
    left: -10px;
  }
  header ol {
    padding-bottom: 0;
    top: 0;
  }
}
.button {
  background-color: #1a428a;
  display: inline-block;
  color: white;
  font-family: "myriad-pro-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px;
  text-decoration: none;
  line-height: 1;
  font-size: 1.17em;
  border: none;
}
.button a {
  color: white;
}
.button:hover {
  background-color: #818285;
}
.hero-main {
  background-color: #666;
  height: 450px;
  position: relative;
}
.hero-main .stories {
  float: left;
  margin-top: 230px;
}
.hero-main .stories h1 {
  font-size: 3.5em;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-shadow: 4px 2px rgba(0, 0, 0, 0.1);
  color: white;
  margin: 0;
  line-height: 1;
  margin-bottom: 25px;
}
.hero-main .stories a {
  color: white;
  font-size: 1.5em;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.hero-main .stories a:hover {
  color: #1a428a;
}
.hero-main ol,
.hero-main li {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-main li {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hero-main li.active {
  opacity: 1;
  z-index: 2;
}
.hero-main .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .hero-main .stories {
    width: 100%;
    float: left;
    margin-top: 150px;
  }
}
@media screen and (max-width: 550px) {
  .hero-main {
    height: 300px;
  }
  .hero-main .stories {
    margin-top: 65px;
  }
  .hero-main .stories h1 {
    font-size: 3em;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 470px) {
  .hero-main .stories h1 {
    font-size: 2.5em;
  }
  .hero-main .stories a {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 350px) {
  .hero-main .stories h1 {
    font-size: 2em;
  }
}
.hero-links ol.slide-links {
  margin: 2px auto;
  padding: 0;
  width: 101%;
}
.hero-links ol.slide-links li {
  display: block;
  float: left;
  padding-right: 2px;
  width: 20%;
  padding-left: 0;
}
.hero-links ol.slide-links li a {
  width: 100%;
  display: block;
  padding: 15px 0;
  text-align: center;
  background-color: #818285;
}
.hero-links ol.slide-links li a.active {
  background-color: #1a428a;
}
.hero-links ol.slide-links li a:hover {
  background-color: #1a428a;
}
@media screen and (max-width: 980px) {
  .hero-links ol.slide-links li a.button {
    font-size: 1em;
  }
}
@media screen and (max-width: 850px) {
  .hero-links ol.slide-links li {
    width: 50%;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 350px) {
  .hero-links ol.slide-links li a.button {
    font-size: 0.88em;
  }
}
.features .diamond-bar {
  margin-bottom: 75px;
}
@media screen and (max-width: 600px) {
  .features .diamond-bar {
    margin-bottom: 50px;
  }
}
.features .feature {
  width: 100%/3;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
}
.features .feature h1 {
  font-size: 1.33em;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.features .feature a {
  color: #666;
  text-decoration: none;
}
.features .feature a:hover {
  color: #1a428a;
}
.features .feature:first-child {
  padding-right: 1%;
  padding-left: 0;
}
.features .feature:last-child {
  padding-right: 0;
  padding-left: 1%;
}
@media screen and (max-width: 800px) {
  .features .featured-page {
    width: 100%;
  }
  .features .left {
    padding-right: 0;
  }
  .features .right {
    padding-left: 0;
  }
  .features .feature {
    width: 100%;
  }
}
.celebrating {
  margin-top: 40px;
  text-align: center;
}
.in-the-news {
  padding-bottom: 35px;
}
.in-the-news .centered > h1 {
  text-align: center;
}
.in-the-news h2 {
  font-size: 36px;
  font-weight: 700;
}
.in-the-news .news-listing {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .in-the-news .news-listing {
    flex-direction: column;
  }
}
.in-the-news .news-listing > div {
  background-color: #f8f8f8;
  display: block;
  flex: 1;
}
.in-the-news .news-listing > div article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.in-the-news .news-listing > div p {
  padding: 0 20px;
}
.in-the-news .news-listing > div .image {
  aspect-ratio: 3/2;
}
.in-the-news .news-listing > div .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.in-the-news .news-listing > div .top a {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #666;
  text-decoration: none;
}
.in-the-news .news-listing > div .top a:hover {
  color: #1a428a;
}
.in-the-news ul {
  list-style: none;
  padding: 0;
  width: 103%;
  clear: both;
}
.in-the-news ul li {
  width: 33%;
  padding-right: 3%;
  float: left;
  display: block;
}
.in-the-news ul li h1 {
  font-size: 1.125em;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.in-the-news ul li a {
  color: #666;
  text-decoration: none;
}
.in-the-news ul li a:hover {
  color: #1a428a;
}
.in-the-news ul li h2 {
  font-size: 1em;
  color: #999;
  margin: 5px 0 25px;
}
.in-the-news .diamond-bar.left,
.in-the-news .diamond-bar.right {
  margin-top: 52px;
}
.in-the-news .between-diamonds {
  margin: 35px 0;
}
@media screen and (max-width: 900px) {
  .in-the-news ul li {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .in-the-news {
    padding-bottom: 0;
  }
}
.about {
  background-color: #666;
  height: 450px;
  margin-bottom: 30px;
}
.about .about-copy {
  width: 50%;
  margin: 100px auto 0;
}
.about .about-copy h1 {
  text-align: center;
}
.about .about-copy p {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .about .about-copy {
    width: 80%;
    margin-top: 50px;
  }
}
.research-areas {
  list-style: none;
  padding: 0;
  font-size: 0;
  margin-top: 75px!important;
  color: #666;
}
.research-areas.main-areas {
  margin-top: 0!important;
  width: calc(100% + 25px);
}
.research-areas.main-areas > li {
  width: 25%;
  padding-right: 25px;
  margin-bottom: 0;
}
.research-areas.main-areas > li:nth-of-type(even) {
  padding-left: 0;
}
.research-areas.main-areas > li .text {
  font-size: 0.9em;
  padding: 0px;
}
@media screen and (max-width: 650px) {
  .research-areas.main-areas > li {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .research-areas.main-areas > li {
    width: 100%;
  }
  .research-areas.main-areas > li:nth-of-type(odd) {
    padding-right: 25px;
  }
}
.research-areas > li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  margin-bottom: 75px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.research-areas > li:nth-of-type(odd) {
  padding-right: 25px;
}
.research-areas > li:nth-of-type(even) {
  padding-left: 25px;
}
.research-areas > li .banner {
  background-color: #ebebeb;
  height: 85px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.research-areas > li .banner svg {
  fill: #9a9a9a;
  height: 65px;
}
.research-areas > li .text {
  padding: 0px 20px;
  text-transform: uppercase;
}
.research-areas > li a {
  text-decoration: none;
}
.research-areas > li a:hover .banner {
  background-color: #1a428a;
}
.research-areas > li a:hover .banner svg {
  fill: white;
}
.research-areas ul {
  padding: 0px 0px 0px 10px;
  margin: 30px 20px 0px 30px!important;
  list-style: disc;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.research-areas ul li {
  margin-bottom: 20px;
}
.research-areas ul a {
  text-decoration: underline;
}
@media screen and (max-width: 400px) {
  .research-areas > li {
    width: 100%;
  }
  .research-areas > li:nth-of-type(odd) {
    padding-right: 0px;
  }
  .research-areas > li:nth-of-type(even) {
    padding-left: 0px;
  }
}
.large-image {
  height: 450px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.large-image img {
  height: 450px;
  background-size: cover;
}
.small-image {
  margin-bottom: 35px;
}
.small-image img {
  width: 100%;
  display: block;
}
.small-image .imagecaption {
  text-align: right;
  border-bottom: 1px solid #949494;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  padding: 10px 0;
}
main .content h1 {
  margin: 45px 0 35px;
  line-height: 1em;
  font-size: 2.33em;
  font-weight: 400;
}
main .content h2 {
  line-height: 1em;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.17em;
  margin: 0 0 20px 0;
}
main .content p,
main .content ul,
main .content ol {
  margin: 0 0 25px 0;
}
main .content a {
  color: #666;
}
main .content a:hover {
  color: #1a428a;
}
main .content a.button {
  color: white;
}
main .content .credentials {
  float: left;
  margin-bottom: 35px;
  width: 70%;
}
main .content .title {
  margin-top: -25px;
  text-transform: uppercase;
  font-weight: 400;
}
main .content .clear {
  clear: both;
}
main .content .contact {
  width: 30%;
  float: right;
  color: #666;
  margin-top: 45px;
}
main .content .contact a {
  color: #666;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}
main .content .contact a:hover {
  color: #1a428a;
}
@media screen and (max-width: 800px) {
  main .content h1 {
    margin: 0 0 35px;
  }
  main .content .contact {
    float: none;
    margin-top: 0;
    margin-bottom: 35px;
  }
  main .content .credentials {
    margin-bottom: 0px;
  }
}
main .content .story {
  font-size: 1.33em;
  clear: both;
  margin-bottom: 35px;
}
main .content .team {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 103%;
}
main .content .team li {
  display: block;
  float: left;
  width: 33%;
  padding-right: 3%;
  margin-bottom: 40px;
}
main .content .team li img {
  position: static;
  width: 100%;
}
main .content .team li h1 {
  font-size: 1.25em;
}
main .content .team li .image {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  position: relative;
}
main .content .team li img {
  width: 100%;
}
main .content .team li h1 {
  font-size: 1.17em;
  margin: 5px 0;
  color: #666;
}
main .content .team li .overlay {
  display: none;
  height: 100%;
  width: 100%;
  background-color: #1a428a;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 5px;
}
main .content .team li .overlay h1 {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.83em;
  color: white;
  text-transform: uppercase;
  margin: 45px 0 20px 0;
}
main .content .team li .overlay a {
  color: white;
  margin-top: 10px;
}
main .content .team li .overlay .button {
  padding: 5px 10px;
  border: 1px solid white;
  font-size: 0.83em;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
}
main .content .team li .overlay .button:hover {
  background-color: #1a428a;
}
main .content .team li:hover .overlay {
  display: block;
}
main .content .team li:hover > h1 {
  color: #1a428a;
}
@media screen and (max-width: 975px) {
  main .content .team li .overlay h1 {
    margin: 20px 0 20px 0;
  }
}
@media screen and (max-width: 830px) {
  main .content .team li .overlay h1 {
    margin: 10px 0 20px 0;
  }
}
@media screen and (max-width: 800px) {
  main .content .team li .overlay h1 {
    margin: 20px 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  main .content .team li {
    width: 50%;
  }
}
@media screen and (max-width: 430px) {
  main .content .team li {
    width: 100%;
  }
  main .content .team li .overlay h1 {
    margin: 90px 0 20px 0;
  }
}
main .content .news {
  list-style: none;
  padding: 0;
}
main .content .news a {
  font-size: 1.33em;
  color: #666;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
}
main .content .news a:hover {
  color: #1a428a;
}
main .content .news time {
  color: #999;
  margin-bottom: 10px;
  display: block;
}
main .content.news {
  width: 70%;
  float: left;
}
main .content.news h2 {
  color: #666;
  font-size: 1em;
  font-weight: 400;
  margin-top: 20px;
}
main .content .annual-report {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 103%;
  margin-left: -3%;
}
main .content .annual-report li {
  display: inline-block;
  width: 25%;
  padding-left: 3%;
  position: relative;
  margin-bottom: 25px;
}
main .content .annual-report li.current-report {
  width: 100%;
}
main .content .annual-report li.current-report img {
  float: left;
  margin-right: 25px;
  width: 48.5%;
}
main .content .annual-report li.current-report h1 {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 20px;
}
main .content .annual-report li.current-report a {
  text-decoration: none;
}
main .content .annual-report li .image {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  position: relative;
}
main .content .annual-report li img {
  width: 100%;
}
main .content .annual-report li h1 {
  font-size: 1.25em;
}
main .content .annual-report li .overlay {
  display: none;
  height: 100%;
  width: 100%;
  background-color: #1a428a;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 10px;
}
main .content .annual-report li .overlay h1 {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.17em;
  color: white;
  margin: 85px 0 20px 0;
}
@media screen and (max-width: 875px) {
  main .content .annual-report li .overlay h1 {
    margin: 50px 0 20px 0;
  }
}
@media screen and (max-width: 525px) {
  main .content .annual-report li .overlay h1 {
    margin: 25px 0 20px 0;
  }
}
main .content .annual-report li .overlay a {
  color: white;
  margin-top: 10px;
}
main .content .annual-report li .overlay .button {
  padding: 5px;
  border: 1px solid white;
  font-size: 0.83em;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
}
main .content .annual-report li .overlay .button:hover {
  background-color: #1a428a;
}
main .content .annual-report li:hover .overlay {
  display: block;
}
@media screen and (max-width: 450px) {
  main .content .annual-report li {
    width: 33%;
  }
  main .content .annual-report li .overlay h1 {
    margin: 50px 0 20px 0;
  }
}
@media screen and (max-width: 360px) {
  main .content .annual-report li {
    width: 33%;
  }
  main .content .annual-report li .overlay h1 {
    margin: 30px 0 20px 0;
  }
}
main .content .table {
  height: 300px;
  width: 100%;
  background-color: #666;
  padding: 20px;
  text-align: center;
  font-size: 1.5em;
}
@media screen and (max-width: 800px) {
  main .content {
    width: 100%;
    padding: 0;
  }
}
main .sidebar {
  width: 30%;
  padding: 50px 25px 0 0;
  float: left;
}
main .sidebar.team-detail {
  padding: 165px 25px 0 0;
}
@media screen and (max-width: 800px) {
  main .sidebar {
    display: none;
  }
  main .sidebar.team-detail {
    padding: 117px 25px 0 0;
  }
}
main .sidebar.news {
  float: right;
  padding: 112px 0 0 25px;
}
main .sidebar.news h1 {
  margin-bottom: 0;
  font-size: 1.17em;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
}
main .sidebar.news p {
  margin-top: 0;
}
main .sidebar.news ul {
  margin-top: 0;
}
main .sidebar.news a {
  color: #666;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}
main .sidebar.news a:hover {
  color: #1a428a;
}
@media screen and (max-width: 800px) {
  main .sidebar.news {
    display: block;
    padding: 0;
  }
}
main .sidebar nav ol li {
  float: none;
  padding: 0 0 30px 0;
}
main .sidebar nav ol li .svgcontainer {
  width: 35px;
  clear: both;
  margin-right: 10px;
  height: 45px;
  margin-top: 5px;
  float: left;
}
main .sidebar nav ol li .patents svg {
  height: 40px;
}
main .sidebar nav ol li .publications svg {
  height: 30px;
}
main .sidebar nav ol li a {
  padding: 0;
  color: #949494;
  font-size: 1em;
  text-transform: uppercase;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}
main .sidebar nav ol li a svg {
  fill: #949494;
}
main .sidebar nav ol li a:hover {
  color: #1a428a;
}
main .sidebar nav ol li a:hover svg {
  fill: #1a428a;
}
main .sidebar ul,
main .sidebar ol {
  list-style: none;
  padding: 0;
}
main .sidebar h1 {
  font-size: 1.125em;
}
@media screen and (max-width: 800px) {
  main .sidebar {
    width: 100%;
    padding: 0;
    float: left;
  }
}
@media screen and (max-width: 800px) {
  main {
    padding-top: 35px;
  }
}
footer {
  margin-top: 50px;
}
footer .subscription-banner {
  background-color: #f8f8f8;
}
footer .subscription-banner.hidden {
  display: none;
}
footer .subscription-banner-container {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 80px;
  max-width: 1200px;
  margin: auto;
}
footer .subscription-banner-container .mask-logo {
  position: absolute;
  overflow: hidden;
  background-color: white;
  height: 320px;
  width: 320px;
  mask-position: 1.72px 0px;
  -webkit-mask-position: 1.72px 0px;
  mask-size: 520.137% 132.844%;
  -webkit-mask-size: 520.137% 132.844%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(/assets/img/vido-full-image.png);
  -webkit-mask-image: url(/assets/img/vido-full-image.png);
}
footer .subscription-banner-container .logo-left {
  position: absolute;
  bottom: 290px;
}
footer .subscription-banner-container .logo-right {
  position: absolute;
  top: -100px;
  right: 320px;
}
footer .subscription-banner-container .logo-right .mask-logo {
  mask-size: 520.137% 100%;
  -webkit-mask-size: 520.137% 100%;
}
footer .subscription-banner-container .title {
  z-index: 1;
  font-size: 36px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-weight: 700;
  max-width: 680px;
  margin: auto;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  footer .subscription-banner-container .title {
    font-size: 28px;
  }
}
footer .subscription-banner-container .subscribe {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 20px;
  padding-top: 40px;
  z-index: 1;
}
footer .subscription-banner-container .subscribe input {
  width: 360px;
  height: 40px;
  border: 2px solid #818285;
  padding-left: 20px;
}
footer .subscription-banner-container .subscribe button {
  min-height: 40px;
}
footer .subscription-banner-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  max-height: 100%;
  max-width: 600px;
  width: 100%;
}
footer .subscription-banner-modal.show {
  display: block;
}
footer .subscription-banner-modal .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
footer .subscription-banner-modal .form {
  background: white;
  padding: 50px 30px 30px;
}
footer .subscription-banner-modal .form #mergeRow-gdpr label,
footer .subscription-banner-modal .form #mergeRow-gdpr label + p,
footer .subscription-banner-modal .form #mergeRow-gdpr fieldset {
  display: none;
}
footer .subscription-banner-modal button {
  position: absolute;
  top: 20px;
  right: 20px;
}
footer .details-footer {
  padding-top: 50px;
}
footer .details-footer.solo {
  background-color: #f8f8f8;
}
footer .diamond-bar {
  margin-bottom: 35px;
}
footer .logo {
  margin-right: 15px;
  max-width: 250px;
  width: 100%;
  margin-left: -15px;
  height: 48px;
}
footer .links-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .logos {
  display: flex;
  align-items: center;
  position: relative;
}
footer .logos a {
  display: flex;
}
footer .university {
  margin-left: 50px;
  height: 48px;
  image-rendering: -moz-crisp-edges;
}
footer .navigation {
  display: inline-flex;
  gap: 50px;
}
footer .navigation a {
  padding: 10px;
  color: #3b3b3b;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
footer .navigation a:hover {
  color: #1a428a;
}
footer .contact {
  float: left;
  margin-bottom: 35px;
  position: relative;
  width: 100%;
  clear: left;
  margin-top: 60px;
}
footer .contact p {
  margin-top: 5px;
}
footer .contactPoints {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
footer .social-chiclets {
  display: inline-flex;
  gap: 25px;
}
footer .social {
  display: block;
  color: white;
  height: 32px;
  width: 32px;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
}
footer .social:hover {
  transform: scale(1.1);
}
footer .iso {
  display: none;
  clear: both;
  width: 160px;
  margin: 35px 0;
  color: #999;
  line-height: 1.2;
}
footer .iso img {
  float: left;
  margin-right: 10px;
}
footer .copyright {
  margin-top: -20px;
  clear: both;
  color: #999;
}
@media screen and (max-width: 992px) {
  footer .centered {
    padding: 0 10px;
  }
  footer .links-container {
    flex-direction: column;
  }
  footer .logo {
    width: 146px;
    height: 34px;
  }
  footer .logos {
    justify-content: space-around;
    width: 100%;
  }
  footer .logo,
  footer .university {
    width: 150px;
    height: 34px;
    margin: 0;
  }
  footer .navigation {
    margin: 36px 0;
    flex-direction: column;
    text-align: center;
  }
  footer .contact {
    margin: 0;
  }
  footer .contact .contactPoints {
    margin: 0;
    justify-content: center;
  }
  footer .copyright {
    margin-top: 36px;
    margin-bottom: 24px;
    text-align: center;
  }
  footer br {
    display: none;
  }
}
.diamond-bar {
  color: #d7d7d7;
  background-color: #d7d7d7;
  height: 1px;
  border: 0;
  position: relative;
}
.diamond-bar:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-image: url('../img/diamond.png');
  position: absolute;
  right: 0;
  top: -3px;
}
.diamond-bar:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-image: url('../img/diamond.png');
  position: absolute;
  top: -3px;
}
.diamond-bar.left {
  width: 40%;
  float: left;
  margin-top: 92px;
}
.diamond-bar.right {
  width: 40%;
  float: right;
  margin-top: 92px;
}
.between-diamonds {
  float: left;
  width: 20%;
  text-align: center;
  font-family: "myriad-pro-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #999;
  margin: 75px 0 35px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th {
  background: #666;
  color: white;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}
td,
th {
  padding: 6px;
  border: 1px solid #d7d7d7;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  /* Force table to not be like tables anymore */
  table.patent,
  .patent thead,
  .patent tbody,
  .patent th,
  .patent td,
  .patent tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .patent thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .patent tr:nth-of-type(odd) {
    background: #eee;
  }
  .patent td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    padding-left: 50%;
  }
  .patent td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*
	Label the data
	*/
  .patent td:nth-of-type(1):before {
    content: "Date";
  }
  .patent td:nth-of-type(2):before {
    content: "Location";
  }
  .patent td:nth-of-type(3):before {
    content: "Patent Number";
  }
  .patent td:nth-of-type(4):before {
    content: "Patent Name";
  }
  .patent td:nth-of-type(5):before {
    content: "Inventors";
  }
}
.contact-us .grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}
.contact-us p.description {
  font-weight: 600;
}
.contact-us .card {
  background-color: #f8f8f8;
  padding: 22px;
  max-width: 478px;
}
.contact-us .card .card-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.6em;
}
.contact-us .card p {
  font-weight: 400;
  padding: 0 48px;
  margin-bottom: 0;
}
.contact-us .card p a {
  color: #333;
  font-weight: 700;
}
.contact-us .faq-title {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  margin-top: 40px;
}
.contact-us .questions {
  margin-left: 65px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .contact-us .grid {
    grid-template-columns: 1fr;
  }
  .contact-us .card {
    max-width: unset;
  }
  .contact-us .card p {
    text-align: center;
  }
  .contact-us .questions {
    margin-left: 0;
  }
}
.career-image-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 40px;
}
.career-image-links .card-image-link {
  width: auto;
}
@media screen and (max-width: 992px) {
  .career-image-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.career-card-links {
  display: flex;
  gap: 56px;
  margin-top: 68px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .career-card-links {
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .career-card-links {
    flex-direction: column;
  }
}
