.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .visible-mtab {
    display: none;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
em {
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #eeeeee;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "gill-sans-nova", Arial, sans-serif;
}
.h2,
h2 {
  font-size: 2rem;
}
p {
  margin: 0 0 1rem;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.contentwrap,
.globallocation-heading,
footer.site-footer > .layout-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contentwrap,
  .globallocation-heading,
  footer.site-footer > .layout-container {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contentwrap,
  .globallocation-heading,
  footer.site-footer > .layout-container {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .contentwrap,
  .globallocation-heading,
  footer.site-footer > .layout-container {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .contentwrap,
  .globallocation-heading,
  footer.site-footer > .layout-container {
    max-width: 1500px;
  }
}
.no-link {
  cursor: default;
}
.perrigo-btn {
  color: #FFFFFF;
  border: 0;
  font-family: "gill-sans-nova", Arial, sans-serif;
  font-weight: bold;
  box-shadow: 1px 3px 5px -3px #C98D00, 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.perrigo-btn:hover {
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .perrigo-btn {
    line-height: 34px;
    padding: 7px 24px 9px 19px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .perrigo-btn {
    padding: 5px 16px 6px;
    line-height: 24px;
    font-size: 14px;
  }
}
.orange-button,
.orange-button-external,
.orange-button {
  color: #FFFFFF;
  border: 0;
  font-family: "gill-sans-nova", Arial, sans-serif;
  font-weight: bold;
  box-shadow: 1px 3px 5px -3px #C98D00, 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  background-color: #FF9500;
  color: #FFFFFF !important;
  cursor: pointer;
  letter-spacing: normal;
}
.orange-button:hover,
.orange-button-external:hover,
.orange-button:hover {
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .orange-button,
  .orange-button-external,
  .orange-button {
    line-height: 34px;
    padding: 7px 24px 9px 19px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .orange-button,
  .orange-button-external,
  .orange-button {
    padding: 5px 16px 6px;
    line-height: 24px;
    font-size: 14px;
  }
}
p .orange-button,
p .orange-button {
  letter-spacing: 0;
  word-spacing: 0;
}
.orange-button-internal:after {
  color: #FF9500;
}
.orange-link,
.orange-button-internal {
  color: #FF9500;
  display: inline-block;
  font-weight: normal;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
.orange-link:hover,
.orange-button-internal:hover {
  text-decoration: underline;
}
.orange-button-external:after,
.orange-button-internal:after,
.orange-link-external:after {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.orange-button-external:hover,
.orange-button-internal:hover,
.orange-link-external:hover {
  text-decoration: none;
}
.orange-button-external:after,
.orange-button-internal:after,
.orange-link-external:after {
  content: "\f35d";
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
.orange-button-external:after {
  color: #FFFFFF;
  margin-left: 8px;
}
.heading_hero {
  font-size: 45px;
  font-weight: 700;
  font-family: "gill-sans-nova", Arial, sans-serif;
}
.heading_secondary {
  font-family: "gill-sans-nova", Arial, sans-serif;
  position: relative;
}
.divider-line:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 65px;
  border: 1px solid #FFA600;
}
.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
main p a:not(.orange-button) {
  color: #FF9500;
}
.paragraph-blue-small,
.paragraph-white-small,
.paragraph-gray-small {
  font-size: 10px !important;
}
.paragraph-blue-medium,
.paragraph-white-medium,
.paragraph-gray-medium {
  font-size: 16px !important;
  line-height: 1.9;
}
*[class*="paragraph-blue"] {
  color: #0054a4 !important;
}
*[class*="paragraph-gray"] {
  color: #807F83 !important;
}
*[class*="paragraph-white"] {
  color: rgba(255, 255, 255, 0.8) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  main#content {
    padding-top: 107px;
  }
}
@media only screen and (max-width: 767px) {
  main#content {
    padding-top: 77px;
  }
}
.orange-button + .orange-button-external {
  margin-left: 18px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  @-ms-viewport {
    width: device-width;
  }
  select::-ms-expand {
    display: none;
  }
}
@supports (-ms-ime-align:auto) {
  video {
    background-color: #000000;
  }
}
.absolute-center {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -40%);
}
video {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .divider {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    height: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .divider {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    height: 6px;
    width: 90%;
    max-width: 90%;
  }
}
.fontawesome-icon-before:before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.fontawesome-icon-after:after {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.no-hover-click {
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .dialog-off-canvas-main-canvas > .layout-container {
    position: relative;
  }
}
.default-color-picker span {
  cursor: pointer;
}
.title-blue,
.large-title-blue {
  color: #0054a4;
}
.title-white,
.large-title-white {
  color: #FFFFFF;
}
h2.title-blue {
  color: #0054a4;
}
h2.title-white {
  color: #FFFFFF;
}
h3.large-title-blue {
  color: #0054a4;
}
h3.large-title-white {
  color: #FFFFFF;
}
.node--type-image-video-component ul,
.node--type-text-component ul {
  list-style: inherit;
  padding-left: 40px;
  list-style-type: disc;
}
.node--type-image-video-component ul li,
.node--type-text-component ul li {
  font-size: 18px;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  word-spacing: 1px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #807F83;
}
@media only screen and (min-width: 992px) {
  main#content {
    min-height: calc(100vh - 507px);
  }
}
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > .layout-builder-block:nth-child(1) .node--type-text-component,
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > div:nth-child(1) .node--type-text-component,
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > .layout-builder-block:nth-child(1) .node--type-image-video-component,
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > div:nth-child(1) .node--type-image-video-component,
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > .layout-builder-block:nth-child(1) .node--type-grid-component,
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > div:nth-child(1) .node--type-grid-component {
  margin-top: 0px !important;
}
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > .layout-builder-block:nth-child(1) .node--type-image-video-component,
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > div:nth-child(1) .node--type-image-video-component {
  margin-top: 90px !important;
}
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > .layout-builder-block:nth-child(1) .node--type-image-video-component.blue-overlay,
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > div:nth-child(1) .node--type-image-video-component.blue-overlay,
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > .layout-builder-block:nth-child(1) .node--type-image-video-component.gray-overlay,
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > div:nth-child(1) .node--type-image-video-component.gray-overlay,
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > .layout-builder-block:nth-child(1) .node--type-image-video-component[data-background-style="blue-overlay"],
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > div:nth-child(1) .node--type-image-video-component[data-background-style="blue-overlay"],
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > .layout-builder-block:nth-child(1) .node--type-image-video-component[data-background-style="gray-overlay"],
main > .layout-content > div > #block-perrigo-content > article > div > .layout--onecol > .layout__region > div:nth-child(1) .node--type-image-video-component[data-background-style="gray-overlay"] {
  margin-top: 0px !important;
}
body.no-scroll {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  body.noscroll-mobile {
    position: fixed;
  }
}
.video-play-icon {
  position: relative;
}
.video-play-icon:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  border: 3px solid #FFFFFF;
  display: block;
  width: 103px;
  height: 103px;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.video-play-icon:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid #FFFFFF;
  display: block;
  position: absolute;
  left: 4px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin: 0 auto;
  cursor: pointer;
  pointer-events: none;
}
.main-content article ul[class*="list-"],
.main-content article ol[class*="list-"],
.article-content ul,
.article-content ol {
  list-style: inherit;
  padding-left: 40px;
  list-style-type: disc;
}
.main-content article ul[class*="list-"] li,
.main-content article ol[class*="list-"] li,
.article-content ul li,
.article-content ol li {
  margin-bottom: 10px;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  word-spacing: 1px;
  letter-spacing: 1px;
}
.list-blue-small li,
.list-grey-small li,
.list-white-small li,
.list-blue-small p,
.list-grey-small p,
.list-white-small p {
  font-size: 12px !important;
}
.list-blue-medium li,
.list-grey-medium li,
.list-white-medium li,
.list-blue-medium p,
.list-grey-medium p,
.list-white-medium p {
  font-size: 20px !important;
}
.list-blue-large li,
.list-grey-large li,
.list-white-large li,
.list-blue-large p,
.list-grey-large p,
.list-white-large p {
  font-size: 24px !important;
}
*[class*="list-blue"] li,
*[class*="list-blue"] p {
  color: #0054a4 !important;
}
*[class*="list-grey"] li,
*[class*="list-grey"] p {
  color: #807F83 !important;
}
*[class*="list-white"] li,
*[class*="list-white"] p {
  color: rgba(255, 255, 255, 0.8) !important;
}
.main-content article ol[class*="list-"],
.article-content ol {
  list-style-type: decimal;
}
.blue-overlay,
[data-background-style="blue-overlay"] {
  position: relative;
}
.blue-overlay:after,
[data-background-style="blue-overlay"]:after {
  content: '';
  top: 0;
  background: linear-gradient(to right, rgba(0, 84, 163, 0.92) 100%, rgba(0, 84, 163, 0.92) 100%);
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.blue-overlay .container,
[data-background-style="blue-overlay"] .container {
  position: relative;
  z-index: 1;
}
.gray-overlay,
[data-background-style="gray-overlay"] {
  position: relative;
}
.gray-overlay:after,
[data-background-style="gray-overlay"]:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.9), rgba(238, 238, 238, 0.9), rgba(238, 238, 238, 0.9), #eee 100%);
  background-position: center;
  background-size: cover;
  box-shadow: inset 0px 20px 50px -50px #808080;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.gray-overlay .container,
[data-background-style="gray-overlay"] .container {
  position: relative;
  z-index: 1;
}
.blue-overlay h1.main-heading,
[data-background-color="#0054a4"] h1.main-heading,
[data-background-color="#eeeeee"].blue-overlay h1.main-heading,
.blue-overlay h2.main-heading,
[data-background-color="#0054a4"] h2.main-heading,
[data-background-color="#eeeeee"].blue-overlay h2.main-heading {
  color: #FFFFFF !important;
}
.gray-overlay h1.main-heading,
[data-background-color="#eeeeee"] h1.main-heading,
[data-background-color="#0054a4"].gray-overlay h1.main-heading,
.gray-overlay h2.main-heading,
[data-background-color="#eeeeee"] h2.main-heading,
[data-background-color="#0054a4"].gray-overlay h2.main-heading {
  color: #0054a4 !important;
}
.node--type-text-component .orange-button {
  letter-spacing: 0.5px;
  word-spacing: 1px;
}
ul li a.orange-link,
ul li a.orange-link-external,
ol li a.orange-link,
ol li a.orange-link-external {
  color: #FF9500;
}
.orange-link-external:hover {
  text-decoration: underline;
}
.node--type-image-video-component article.align-center,
.node--type-text-component article.align-center,
.node--type-grid-component article.align-center {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.blue-overlay .container,
  .node--type-image-video-component.gray-overlay .container,
  .node--type-image-video-component.bgbluecover .container,
  .node--type-image-video-component.bgimage-contain .container {
    padding-top: 150px ;
    padding-bottom: 100px ;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-image-video-component.blue-overlay .container,
  .node--type-image-video-component.gray-overlay .container,
  .node--type-image-video-component.bgbluecover .container,
  .node--type-image-video-component.bgimage-contain .container {
    padding-top: 0px ;
    padding-bottom: 0px ;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component.blue-overlay .container,
  .node--type-image-video-component.gray-overlay .container,
  .node--type-image-video-component.bgbluecover .container,
  .node--type-image-video-component.bgimage-contain .container {
    padding-top: 0px ;
    padding-bottom: 0px ;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.bgimage-contain {
    margin-top: -34px;
    margin-bottom: 0;
  }
}
a:focus,
img:focus {
  outline: none;
}
strong .orange-link {
  font-weight: bold;
}
.main-content a,
.orange-link-external {
  color: #FF9500;
}
figure.align-center .file {
  display: block;
  text-align: center;
}
article.node.node--type-perrigo-patents,
article.node.generic-style {
  background: #fff;
  padding-bottom: 50px;
}
article.node.node--type-perrigo-patents > div,
article.node.generic-style > div,
article.node.node--type-perrigo-patents > header,
article.node.generic-style > header {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  article.node.node--type-perrigo-patents > div,
  article.node.generic-style > div,
  article.node.node--type-perrigo-patents > header,
  article.node.generic-style > header {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  article.node.node--type-perrigo-patents > div,
  article.node.generic-style > div,
  article.node.node--type-perrigo-patents > header,
  article.node.generic-style > header {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  article.node.node--type-perrigo-patents > div,
  article.node.generic-style > div,
  article.node.node--type-perrigo-patents > header,
  article.node.generic-style > header {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  article.node.node--type-perrigo-patents > div,
  article.node.generic-style > div,
  article.node.node--type-perrigo-patents > header,
  article.node.generic-style > header {
    max-width: 1500px;
  }
}
article.node.node--type-perrigo-patents > div .node-title,
article.node.generic-style > div .node-title,
article.node.node--type-perrigo-patents > header .node-title,
article.node.generic-style > header .node-title {
  font-size: 2rem;
  color: #0054a4;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -1px;
  font-style: normal;
  position: relative;
  padding-top: 62px;
  padding-bottom: 50px;
}
article.node.node--type-perrigo-patents > div .node-title h1,
article.node.generic-style > div .node-title h1,
article.node.node--type-perrigo-patents > header .node-title h1,
article.node.generic-style > header .node-title h1,
article.node.node--type-perrigo-patents > div .node-title h2,
article.node.generic-style > div .node-title h2,
article.node.node--type-perrigo-patents > header .node-title h2,
article.node.generic-style > header .node-title h2,
article.node.node--type-perrigo-patents > div .node-title h3,
article.node.generic-style > div .node-title h3,
article.node.node--type-perrigo-patents > header .node-title h3,
article.node.generic-style > header .node-title h3 {
  margin: 0;
}
article.node.node--type-perrigo-patents > div .node-title:after,
article.node.generic-style > div .node-title:after,
article.node.node--type-perrigo-patents > header .node-title:after,
article.node.generic-style > header .node-title:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 65px;
  border: 1px solid #FFA600;
  bottom: 31px;
  display: block;
}
@media only screen and (max-width: 767px) {
  article.node.node--type-perrigo-patents > div .node-title,
  article.node.generic-style > div .node-title,
  article.node.node--type-perrigo-patents > header .node-title,
  article.node.generic-style > header .node-title {
    font-size: 1.563rem;
  }
}
@media only screen and (max-width: 767px) {
  article.node.node--type-perrigo-patents,
  article.node.generic-style {
    padding-left: 20px;
    padding-right: 20px;
  }
}
article.node.node--type-perrigo-patents > div,
article.node.generic-style > div {
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  color: #807F83;
  font-size: 1.25rem;
  line-height: 32px;
  word-spacing: 1px;
  letter-spacing: 1px;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  article.node.node--type-perrigo-patents > div,
  article.node.generic-style > div {
    font-size: 1.125rem;
  }
}
.top-rev-60 {
  position: relative;
  top: -60px;
  z-index: 2;
}
.background-white {
  background: #fff;
}
.background-blue {
  background: #0054a4;
}
.background-orange {
  background: #C98D00;
}
.pd-50 {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .pd-50 {
    padding: 25px;
  }
}
.pd-30 {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .pd-30 {
    padding: 20px;
  }
}
.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.title-gray {
  color: #807F83;
}
.list-item a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
  opacity: 0.7;
  margin-right: 7px;
  position: relative;
  line-height: 1;
  top: -2px;
}
.document-listing p {
  letter-spacing: 1px;
  word-spacing: 1px;
}
.document-listing .list-item a {
  font-weight: bold;
}
/*
.slick-dots {
  position: absolute; 
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
      &::before {
        font-family: 'slick';
        font-size: 2.75rem;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
    }
    &.slick-active{
      button{
        &::before{
          opacity: .75;
          color: black;
        }
      }
    }
  }
} */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-arrow {
  cursor: pointer;
  background-color: transparent;
}
.header {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  position: sticky;
  background: #FFFFFF;
  z-index: 99;
  top: 0;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header {
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    position: absolute;
    background: transparent;
    box-shadow: none;
    padding: 0 30px;
    top: 25px;
  }
  .header * {
    vertical-align: middle;
  }
  .header .mobile-social-icons > li a {
    font-size: inherit;
    color: #FFFFFF;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 20px;
    top: 0;
    background: #FFFFFF;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    height: 50px;
  }
  .header.fixedMenu {
    position: fixed;
    transition: 0.2s linear;
    top: 0;
  }
}
.header > .layout-container {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .header > .layout-container {
    display: block;
  }
}
.header > .layout-container > #logo {
  width: 80px;
}
@media only screen and (max-width: 991px) {
  .header > .layout-container > #logo {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .header > .layout-container > #logo {
    width: 100px;
  }
}
.header > .layout-container > #logo a {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .header > .layout-container > #logo a {
    width: 150px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header > .layout-container > #logo a {
    width: 100px;
    margin-top: 0;
  }
}
.header > .layout-container > #logo a img {
  width: 80px;
}
@media only screen and (max-width: 991px) {
  .header > .layout-container > #logo a img {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .header > .layout-container > #logo a img {
    width: 100px;
  }
}
.header > .layout-container a.global-lang-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #e5e5e5;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  bottom: -14px;
}
@media only screen and (min-width: 992px) {
  .header > .layout-container #navigation {
    display: inline-block;
    width: auto;
  }
  .header > .layout-container #navigation nav {
    padding: 0.5rem 1rem 0;
  }
  .header > .layout-container #navigation nav > ul {
    display: inline-block;
    width: 100%;
  }
  .header > .layout-container #navigation nav > ul > li {
    float: left;
    margin-right: 15px;
  }
  .header > .layout-container #navigation nav > ul > li.active {
    position: relative;
  }
  .header > .layout-container #navigation nav > ul > li.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #FF9500;
    bottom: -6px;
    z-index: -7;
  }
  .header > .layout-container #navigation nav > ul > li > a {
    padding-bottom: 11px;
    padding-top: 5px;
    font-size: 15px;
    font-family: 'gill-sans-nova', Arial, sans-serif;
    color: #807F83;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
  }
  .header > .layout-container #navigation nav > ul > li > ul {
    display: none;
  }
  .header > .layout-container #navigation nav > ul > li > ul {
    left: calc(50% - 199px);
    position: absolute;
    width: 400px;
    padding-top: 20px;
    z-index: 9;
  }
  .header > .layout-container #navigation nav > ul > li > ul:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .header > .layout-container #navigation nav > ul > li > ul:after {
    content: "";
    position: absolute;
    top: 40px;
    width: 100%;
    height: calc(100% - 40px);
    left: 0;
    display: block;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    z-index: -2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 19px;
    width: calc(100% + 2px);
    height: calc(100% - 19px);
    left: -1px;
  }
  .header > .layout-container #navigation nav > ul > li > ul > li {
    background: #FFFFFF;
    padding: 20px;
    text-align: left;
  }
  .header > .layout-container #navigation nav > ul > li:hover > ul {
    display: block;
  }
  .header > .layout-container #navigation nav .menu-level1 {
    position: relative;
  }
  .header > .layout-container #navigation nav .menu-level1 > a {
    position: relative;
  }
  .header > .layout-container #navigation nav .menu-level1 > a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #e5e5e5;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    position: absolute;
  }
}
@media only screen and (min-width: 992px) and screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header > .layout-container #navigation nav > ul > li:hover > ul {
    z-index: 3;
  }
}
@media only screen and (min-width: 992px) {
  .header > .layout-container #secondary_menu {
    float: right;
    padding: 0 1rem;
    position: relative;
    margin-right: -2px;
    margin-top: -2px;
  }
  .header > .layout-container #secondary_menu .header-topright-multimarket {
    display: inline-block;
    width: 100%;
    min-height: 47px;
  }
  .header > .layout-container #secondary_menu .header-topright-multimarket > li {
    min-width: 20px;
    position: relative;
    float: left;
    margin-right: 14px;
  }
  .header > .layout-container #secondary_menu .header-topright-multimarket > li > a {
    padding-bottom: 11px;
    padding-top: 15px;
    font-size: 14px;
    font-family: 'gill-sans-nova', Arial, sans-serif;
    color: #807F83;
    font-weight: bold;
    display: inline-block;
  }
  .header > .layout-container #secondary_menu .header-topright-multimarket > li > a.search-icon,
  .header > .layout-container #secondary_menu .header-topright-multimarket > li > a.global-lang-icon {
    font-size: 0;
  }
  .header > .layout-container #secondary_menu .header-topright-multimarket > li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .header {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .header.fixed-menu {
    width: 100%;
  }
  .header > .layout-container {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.menu-description {
  color: #0054a4;
  font-family: "gill-sans-nova", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .menu-level2 > ul {
    max-height: 300px;
    overflow: auto;
    scrollbar-color: #FFA600 #FFFFFF;
    scrollbar-width: thin;
  }
  .menu-level2 > ul::-webkit-scrollbar {
    display: block;
    width: 1.5px;
    border-radius: 5px;
  }
  .menu-level2 > ul::-webkit-scrollbar-thumb {
    background-color: #FFA600;
    outline: 1px solid #FFA600;
  }
}
@media only screen and (min-width: 992px) and screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .menu-level2 > ul {
    scrollbar-face-color: #FFA600;
    scrollbar-arrow-color: #FFA600;
    scrollbar-track-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFA600;
    scrollbar-3dlight-color: #808080;
    scrollbar-darkshadow-Color: #202020;
  }
}
.menu-level2 > ul > li:not(first-child) {
  margin-top: 10px;
}
.menu-level2 > ul > li > a {
  display: block;
  padding-left: 25px;
  color: #FF9500;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  position: relative;
}
.menu-level2 > ul > li > a:before {
  position: absolute;
  content: "•";
  background-image: none;
  font-size: 16px;
  color: #807f83;
  left: 10px;
  right: 0px;
}
.menu-level2 > ul > li > a.is-active {
  color: #0054a4;
}
@media only screen and (min-width: 992px) {
  .menu-level2 > ul > li > a.is-active {
    color: #0054a4 !important;
  }
}
@media only screen and (min-width: 992px) {
  .menu-level2 > ul > li > a.is-active:after {
    content: "";
    position: absolute;
    width: calc(100% - 25px);
    height: 1px;
    background: #FF9500;
    right: 0;
    bottom: 0;
  }
}
.menu-level2 .description-section {
  font-family: "neue-haas-grotesk-display", Arial, Helvetica, sans-serif;
  color: #807F83;
  font-size: 16px;
}
.menu-level2 .description-section .description {
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 25px;
}
.menu-level2 .description-section .title {
  margin-top: 25px;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .menu-level3 > a {
    display: block;
    padding-left: 25px;
    color: #FF9500;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
    position: relative;
  }
}
.menu-level3 > a:before {
  position: absolute;
  content: "•";
  background-image: none;
  font-size: 16px;
  color: #807f83;
  left: 10px;
  right: 0px;
}
.menu-level3 ul {
  border-left: 2px solid #e6e6e6;
  margin-left: 20px;
  padding-left: 15px;
  margin-top: 15px;
}
.menu-level3 ul > li a {
  color: #FF9500;
  font-weight: 500;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .menu-level3 ul > li a.is-active {
    text-decoration: underline;
  }
}
.menu-level3 ul > li:not(first-child) {
  margin-top: 10px;
}
a.search-icon:before,
.global-lang-icon:before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
a.search-icon:before,
.global-lang-icon:before {
  content: "\f002";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  color: #0054a4;
  font-size: 15px;
  cursor: pointer;
}
.global-lang-icon:before {
  content: "\f57d";
  font-size: 16px;
  bottom: -3px;
}
a.search-icon:before {
  font-size: 15px;
  bottom: -4px;
}
@media only screen and (min-width: 992px) {
  #block-mobilesocialicon,
  #block-globallocation {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header > .layout-container > #navigation,
  .header > .layout-container > #secondary_menu {
    display: none;
  }
  .menu-humber {
    width: 32px;
    height: 36px;
    position: relative;
    cursor: pointer;
    float: right;
  }
  .menu-humber span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: #0054a4;
  }
  .menu-humber span:nth-child(1) {
    top: 0px;
  }
  .menu-humber span:nth-child(2) {
    top: 13px;
  }
  .menu-humber span:nth-child(3) {
    top: 26px;
  }
  .menu-humber.menu-humberopen span {
    visibility: hidden;
  }
  .menu-humber.menu-humberopen span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
  }
  .menu-humber.menu-humberopen span:nth-child(2) {
    display: none;
  }
  .menu-humber.menu-humberopen span:nth-child(3) {
    transform: rotate(135deg);
    top: 8px;
  }
  .menu-humber.menu-humberopen:after {
    content: "";
    height: 25px;
    z-index: -1;
    right: 0px;
    width: 25px;
    position: absolute;
    top: 61px;
    transform: rotate(-45deg);
    background-color: #003466;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
}
.menu-humber {
  display: none;
}
@media only screen and (max-width: 991px) {
  .menu-humber {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .menu-humber {
    width: 27px;
    height: 30px;
  }
}
.menu-humber span {
  height: 5px;
}
.menu-humber span:nth-child(2) {
  top: 10px;
}
.menu-humber span:nth-child(3) {
  top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-humber {
    position: relative;
    right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  #block-globallocation {
    position: absolute;
    width: 800px;
    right: 0;
    background: #FFFFFF;
    top: 65px;
    right: -20px;
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
  }
}
#block-globallocation .global-locations.country h2 {
  color: #0054a4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  font-family: "gill-sans-nova", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  #block-globallocation .global-locations.country h2 {
    display: none;
  }
}
#block-globallocation .global-locations.country p {
  color: #807F83;
  font-size: 16px;
  text-align: center;
  word-spacing: 1px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  #block-globallocation .global-locations.country p {
    display: none;
  }
}
#block-globallocation .mobile-location-toggle {
  color: #FFFFFF;
  font-size: 13px;
  border-top: 0;
  font-weight: 500;
  letter-spacing: 0.46px;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  width: 100%;
  cursor: pointer;
  padding: 0 24px;
  position: relative;
}
#block-globallocation .mobile-location-toggle:before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
#block-globallocation .mobile-location-toggle:after {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
#block-globallocation .mobile-location-toggle.is_active:after {
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
}
#block-globallocation .mobile-location-toggle:before {
  content: "\f57d";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translatey(-50%);
}
#block-globallocation .mobile-location-toggle:after {
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  #block-globallocation .mobile-location-toggle {
    display: none;
  }
}
#block-globallocation .country0pen .mobile-location-toggle:after {
  transform: rotate(180deg);
  top: 4px;
}
#block-globallocation .flags,
#block-globallocation .global-locations.country {
  background-color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  #block-globallocation .flags,
  #block-globallocation .global-locations.country {
    background: transparent;
    border: 0;
  }
}
#block-globallocation .flags > h2,
#block-globallocation .global-locations.country > h2,
#block-globallocation .flags > p,
#block-globallocation .global-locations.country > p {
  width: 100%;
}
#block-globallocation .flags ul,
#block-globallocation .global-locations.country ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  #block-globallocation .flags ul,
  #block-globallocation .global-locations.country ul {
    height: 370px;
    border-top: 1px solid #e6e6e6;
    background-color: #F7F7F7;
  }
}
@media only screen and (max-width: 991px) {
  #block-globallocation .flags ul,
  #block-globallocation .global-locations.country ul {
    height: 460px;
    display: none;
    padding: 0 10px;
  }
}
@media (max-width: 430px) {
  #block-globallocation .flags ul,
  #block-globallocation .global-locations.country ul {
    height: 460px;
    padding: 0 10px;
  }
}
#block-globallocation .flags ul li,
#block-globallocation .global-locations.country ul li {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 4px 44px;
  text-align: left;
  padding-left: 87px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  #block-globallocation .flags ul li,
  #block-globallocation .global-locations.country ul li {
    border: 0;
    padding-left: 31px;
    width: 50%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  #block-globallocation .flags ul li,
  #block-globallocation .global-locations.country ul li {
    padding-right: 5px;
    padding-left: 25px;
  }
}
#block-globallocation .flags ul li img,
#block-globallocation .global-locations.country ul li img {
  display: none;
}
#block-globallocation .flags ul li a,
#block-globallocation .global-locations.country ul li a {
  font-size: 15px;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  color: #807F83;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  #block-globallocation .flags ul li a,
  #block-globallocation .global-locations.country ul li a {
    font-size: 13px;
    display: inline-block;
    color: #FFFFFF;
    font-weight: normal;
  }
}
@media only screen and (max-width: 991px) {
  #block-globallocation .flags ul li.flag-sprite:after,
  #block-globallocation .global-locations.country ul li.flag-sprite:after {
    top: 15px;
  }
}
#block-globallocation .flags.countryopen,
#block-globallocation .global-locations.country.countryopen {
  background-color: #003466;
  padding: 10px 10px;
}
@media only screen and (max-width: 991px) {
  #block-globallocation .flags.countryopen ul,
  #block-globallocation .global-locations.country.countryopen ul {
    display: flex;
    transition: all 0.3s ease;
    margin-top: 10px;
  }
}
#block-globallocation .flags.countryopen .mobile-location-toggle,
#block-globallocation .global-locations.country.countryopen .mobile-location-toggle {
  max-width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
#block-globallocation .flags .location_block,
#block-globallocation .global-locations.country .location_block {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  #block-globallocation .flags .location_block ul,
  #block-globallocation .global-locations.country .location_block ul {
    border-right: 1px solid #e6e6e6;
  }
}
@media only screen and (max-width: 991px) {
  #block-globallocation .flags,
  #block-globallocation .global-locations.country {
    margin: 0 auto;
    margin-bottom: 21px;
    position: relative;
    padding: 14px 19px;
    background: rgba(0, 52, 102, 0.4);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #block-globallocation .flags,
  #block-globallocation .global-locations.country {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #block-globallocation .flags,
  #block-globallocation .global-locations.country {
    width: 86.67%;
  }
}
.header-langwrapper {
  position: relative;
}
.header-langwrapper:hover #block-globallocation {
  display: block;
  z-index: 3;
}
.header-langwrapper:hover .pickdrop {
  display: block;
  z-index: 1;
}
.header-langwrapper .pickdrop {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 20px;
  left: 0;
  right: 0;
  display: none;
}
.header-langwrapper .pickdrop:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 14px;
  margin: auto;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.header-langwrapper .pickdrop:hover #block-globallocation {
  display: block;
}
.globallocation-heading {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .globallocation-heading:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/globe-white.png) no-repeat;
    cursor: pointer;
    background-size: 100%;
  }
}
.globallocation-heading h5 {
  color: #0054a4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  font-family: "gill-sans-nova", Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .globallocation-heading h5 {
    line-height: 24px;
    padding: 0;
    font-size: 13px;
    border-top: 0;
    font-weight: 500;
    letter-spacing: 0.46px;
    font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
    color: #FFFFFF;
    margin: 0;
    text-align: left;
  }
}
.globallocation-heading p {
  color: #807F83;
  font-size: 16px;
  text-align: center;
  word-spacing: 1px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
@media only screen and (max-width: 991px) {
  .globallocation-heading {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .mobilenavitems-wrapper {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .mobilenavitems-wrapper {
    display: none;
    position: fixed;
    width: calc(100% - 170px);
    top: 100px;
    right: 10px;
    overflow-y: auto;
    height: calc(100vh - 130px);
    background: #0155a3;
  }
}
@media only screen and (max-width: 767px) {
  .mobilenavitems-wrapper {
    width: calc(100% - 20px);
    top: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .flagsmobile-wrapper {
    display: none !important;
  }
}
#block-search,
#block-exposedformsearch-pagepage-1,
#block-exposedformacquia-searchsolr-search-page {
  display: none;
}
#block-search h2,
#block-exposedformsearch-pagepage-1 h2,
#block-exposedformacquia-searchsolr-search-page h2 {
  display: none;
}
#block-search,
#block-exposedformsearch-pagepage-1,
#block-exposedformacquia-searchsolr-search-page {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 84, 164, 0.95);
  z-index: 99;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in;
}
#block-search .search_form_input,
#block-exposedformsearch-pagepage-1 .search_form_input,
#block-exposedformacquia-searchsolr-search-page .search_form_input,
#block-search #views-exposed-form-search-page-page-1,
#block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1,
#block-search #views-exposed-form-acquia-search-solr-search-page,
#block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  margin: -10px auto 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #block-search .search_form_input,
  #block-exposedformsearch-pagepage-1 .search_form_input,
  #block-exposedformacquia-searchsolr-search-page .search_form_input,
  #block-search #views-exposed-form-search-page-page-1,
  #block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1,
  #block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1,
  #block-search #views-exposed-form-acquia-search-solr-search-page,
  #block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page,
  #block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  #block-search .search_form_input,
  #block-exposedformsearch-pagepage-1 .search_form_input,
  #block-exposedformacquia-searchsolr-search-page .search_form_input,
  #block-search #views-exposed-form-search-page-page-1,
  #block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1,
  #block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1,
  #block-search #views-exposed-form-acquia-search-solr-search-page,
  #block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page,
  #block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page {
    width: calc(100% - 60px);
    padding: 1rem 0.5rem;
  }
}
#block-search .search_form_input .form-item,
#block-exposedformsearch-pagepage-1 .search_form_input .form-item,
#block-exposedformacquia-searchsolr-search-page .search_form_input .form-item,
#block-search #views-exposed-form-search-page-page-1 .form-item,
#block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1 .form-item,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1 .form-item,
#block-search #views-exposed-form-acquia-search-solr-search-page .form-item,
#block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page .form-item,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page .form-item {
  width: 100%;
}
#block-search .js-form-type-search-api-autocomplete label,
#block-exposedformsearch-pagepage-1 .js-form-type-search-api-autocomplete label,
#block-exposedformacquia-searchsolr-search-page .js-form-type-search-api-autocomplete label {
  visibility: hidden;
}
#block-search .close_search_form,
#block-exposedformsearch-pagepage-1 .close_search_form,
#block-exposedformacquia-searchsolr-search-page .close_search_form {
  position: absolute;
  top: 50px;
  right: 30px;
  font-size: 50px;
  color: #FFFFFF;
  overflow-x: hidden;
  overflow-y: auto;
}
#block-search .close_search_form button,
#block-exposedformsearch-pagepage-1 .close_search_form button,
#block-exposedformacquia-searchsolr-search-page .close_search_form button {
  background: transparent;
  color: #FFFFFF;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  #block-search .close_search_form button,
  #block-exposedformsearch-pagepage-1 .close_search_form button,
  #block-exposedformacquia-searchsolr-search-page .close_search_form button {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #block-search .close_search_form button,
  #block-exposedformsearch-pagepage-1 .close_search_form button,
  #block-exposedformacquia-searchsolr-search-page .close_search_form button {
    font-size: 25px;
  }
}
#block-search .close_search_form button:hover,
#block-exposedformsearch-pagepage-1 .close_search_form button:hover,
#block-exposedformacquia-searchsolr-search-page .close_search_form button:hover {
  opacity: 0.75;
}
#block-search .form-actions,
#block-exposedformsearch-pagepage-1 .form-actions,
#block-exposedformacquia-searchsolr-search-page .form-actions {
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 65%;
  right: 15px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#block-search .form-actions:before,
#block-exposedformsearch-pagepage-1 .form-actions:before,
#block-exposedformacquia-searchsolr-search-page .form-actions:before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
#block-search .form-actions:before,
#block-exposedformsearch-pagepage-1 .form-actions:before,
#block-exposedformacquia-searchsolr-search-page .form-actions:before {
  content: "\f002";
  color: #FFFFFF;
  position: absolute;
  font-size: 1.25rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#block-search .form-actions .button.form-submit,
#block-exposedformsearch-pagepage-1 .form-actions .button.form-submit,
#block-exposedformacquia-searchsolr-search-page .form-actions .button.form-submit {
  width: 70px;
  cursor: pointer;
  outline: none;
  background: transparent;
  box-shadow: none;
  border: none;
  opacity: 0;
}
#block-search .formsearch-wrapper,
#block-exposedformsearch-pagepage-1 .formsearch-wrapper,
#block-exposedformacquia-searchsolr-search-page .formsearch-wrapper,
#block-search #views-exposed-form-search-page-page-1,
#block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1,
#block-search #views-exposed-form-acquia-search-solr-search-page,
#block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page {
  padding: 1rem 0rem 0;
}
#block-search .formsearch-wrapper input[type="text"],
#block-exposedformsearch-pagepage-1 .formsearch-wrapper input[type="text"],
#block-exposedformacquia-searchsolr-search-page .formsearch-wrapper input[type="text"],
#block-search #views-exposed-form-search-page-page-1 input[type="text"],
#block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1 input[type="text"],
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1 input[type="text"],
#block-search #views-exposed-form-acquia-search-solr-search-page input[type="text"],
#block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page input[type="text"],
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page input[type="text"] {
  color: #FFFFFF;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  font-size: 40px;
  background: transparent;
  border: 0;
  padding: 5px 60px 10px 10px;
  width: 100%;
  outline: 0;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  #block-search .formsearch-wrapper input[type="text"],
  #block-exposedformsearch-pagepage-1 .formsearch-wrapper input[type="text"],
  #block-exposedformacquia-searchsolr-search-page .formsearch-wrapper input[type="text"],
  #block-search #views-exposed-form-search-page-page-1 input[type="text"],
  #block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1 input[type="text"],
  #block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1 input[type="text"],
  #block-search #views-exposed-form-acquia-search-solr-search-page input[type="text"],
  #block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page input[type="text"],
  #block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page input[type="text"] {
    font-size: 22px;
    padding: 5px 40px 5px 0px;
  }
}
@media only screen and (max-width: 480px) {
  #block-search .formsearch-wrapper input[type="text"],
  #block-exposedformsearch-pagepage-1 .formsearch-wrapper input[type="text"],
  #block-exposedformacquia-searchsolr-search-page .formsearch-wrapper input[type="text"],
  #block-search #views-exposed-form-search-page-page-1 input[type="text"],
  #block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1 input[type="text"],
  #block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1 input[type="text"],
  #block-search #views-exposed-form-acquia-search-solr-search-page input[type="text"],
  #block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page input[type="text"],
  #block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page input[type="text"] {
    font-size: 16px;
  }
}
#block-search .formsearch-wrapper input[type="text"]::-webkit-input-placeholder,
#block-exposedformsearch-pagepage-1 .formsearch-wrapper input[type="text"]::-webkit-input-placeholder,
#block-exposedformacquia-searchsolr-search-page .formsearch-wrapper input[type="text"]::-webkit-input-placeholder,
#block-search #views-exposed-form-search-page-page-1 input[type="text"]::-webkit-input-placeholder,
#block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1 input[type="text"]::-webkit-input-placeholder,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1 input[type="text"]::-webkit-input-placeholder,
#block-search #views-exposed-form-acquia-search-solr-search-page input[type="text"]::-webkit-input-placeholder,
#block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page input[type="text"]::-webkit-input-placeholder,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page input[type="text"]::-webkit-input-placeholder {
  color: #FFFFFF;
}
#block-search .formsearch-wrapper input[type="text"]::-moz-placeholder,
#block-exposedformsearch-pagepage-1 .formsearch-wrapper input[type="text"]::-moz-placeholder,
#block-exposedformacquia-searchsolr-search-page .formsearch-wrapper input[type="text"]::-moz-placeholder,
#block-search #views-exposed-form-search-page-page-1 input[type="text"]::-moz-placeholder,
#block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1 input[type="text"]::-moz-placeholder,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1 input[type="text"]::-moz-placeholder,
#block-search #views-exposed-form-acquia-search-solr-search-page input[type="text"]::-moz-placeholder,
#block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page input[type="text"]::-moz-placeholder,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page input[type="text"]::-moz-placeholder {
  color: #FFFFFF;
}
#block-search .formsearch-wrapper input[type="text"]:-ms-input-placeholder,
#block-exposedformsearch-pagepage-1 .formsearch-wrapper input[type="text"]:-ms-input-placeholder,
#block-exposedformacquia-searchsolr-search-page .formsearch-wrapper input[type="text"]:-ms-input-placeholder,
#block-search #views-exposed-form-search-page-page-1 input[type="text"]:-ms-input-placeholder,
#block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1 input[type="text"]:-ms-input-placeholder,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1 input[type="text"]:-ms-input-placeholder,
#block-search #views-exposed-form-acquia-search-solr-search-page input[type="text"]:-ms-input-placeholder,
#block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page input[type="text"]:-ms-input-placeholder,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page input[type="text"]:-ms-input-placeholder {
  color: #FFFFFF;
}
#block-search .formsearch-wrapper input[type="text"]:-moz-placeholder,
#block-exposedformsearch-pagepage-1 .formsearch-wrapper input[type="text"]:-moz-placeholder,
#block-exposedformacquia-searchsolr-search-page .formsearch-wrapper input[type="text"]:-moz-placeholder,
#block-search #views-exposed-form-search-page-page-1 input[type="text"]:-moz-placeholder,
#block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1 input[type="text"]:-moz-placeholder,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1 input[type="text"]:-moz-placeholder,
#block-search #views-exposed-form-acquia-search-solr-search-page input[type="text"]:-moz-placeholder,
#block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page input[type="text"]:-moz-placeholder,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page input[type="text"]:-moz-placeholder {
  color: #FFFFFF;
}
#block-search .formsearch-wrapper .formsearchsubmit,
#block-exposedformsearch-pagepage-1 .formsearch-wrapper .formsearchsubmit,
#block-exposedformacquia-searchsolr-search-page .formsearch-wrapper .formsearchsubmit,
#block-search #views-exposed-form-search-page-page-1 .formsearchsubmit,
#block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1 .formsearchsubmit,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1 .formsearchsubmit,
#block-search #views-exposed-form-acquia-search-solr-search-page .formsearchsubmit,
#block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page .formsearchsubmit,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page .formsearchsubmit {
  position: absolute;
  top: 65%;
  transform: translatey(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 2rem;
  cursor: pointer;
}
#block-search .formsearch-wrapper .formsearchsubmit input,
#block-exposedformsearch-pagepage-1 .formsearch-wrapper .formsearchsubmit input,
#block-exposedformacquia-searchsolr-search-page .formsearch-wrapper .formsearchsubmit input,
#block-search #views-exposed-form-search-page-page-1 .formsearchsubmit input,
#block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1 .formsearchsubmit input,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1 .formsearchsubmit input,
#block-search #views-exposed-form-acquia-search-solr-search-page .formsearchsubmit input,
#block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page .formsearchsubmit input,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page .formsearchsubmit input {
  visibility: hidden;
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 1;
}
#block-search .formsearch-wrapper .formsearchsubmit:after,
#block-exposedformsearch-pagepage-1 .formsearch-wrapper .formsearchsubmit:after,
#block-exposedformacquia-searchsolr-search-page .formsearch-wrapper .formsearchsubmit:after,
#block-search #views-exposed-form-search-page-page-1 .formsearchsubmit:after,
#block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1 .formsearchsubmit:after,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1 .formsearchsubmit:after,
#block-search #views-exposed-form-acquia-search-solr-search-page .formsearchsubmit:after,
#block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page .formsearchsubmit:after,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page .formsearchsubmit:after {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
#block-search .formsearch-wrapper .formsearchsubmit:after,
#block-exposedformsearch-pagepage-1 .formsearch-wrapper .formsearchsubmit:after,
#block-exposedformacquia-searchsolr-search-page .formsearch-wrapper .formsearchsubmit:after,
#block-search #views-exposed-form-search-page-page-1 .formsearchsubmit:after,
#block-exposedformsearch-pagepage-1 #views-exposed-form-search-page-page-1 .formsearchsubmit:after,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-search-page-page-1 .formsearchsubmit:after,
#block-search #views-exposed-form-acquia-search-solr-search-page .formsearchsubmit:after,
#block-exposedformsearch-pagepage-1 #views-exposed-form-acquia-search-solr-search-page .formsearchsubmit:after,
#block-exposedformacquia-searchsolr-search-page #views-exposed-form-acquia-search-solr-search-page .formsearchsubmit:after {
  content: "\f002";
  color: #FFFFFF;
  font-size: 22px;
  position: absolute;
  left: 0;
  pointer-events: none;
  cursor: pointer;
}
.search-open {
  overflow: hidden;
}
.search-open #block-search {
  display: block;
}
@media only screen and (max-width: 991px) {
  .desk-only {
    display: none;
  }
  .mobilenavitems-wrapper #block-mainnavigation {
    text-align: left;
  }
  .mobilenavitems-wrapper #block-mainnavigation > ul > li {
    position: relative;
  }
  .mobilenavitems-wrapper #block-mainnavigation > ul > li:after {
    content: '';
    border: 1px solid rgba(0, 52, 102, 0.4);
    position: absolute;
    right: 52px;
    height: 55%;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobilenavitems-wrapper #block-mainnavigation > ul > li > a {
    font-size: 18px;
    font-family: 'gill-sans-nova', Arial, Helvetica, sans-serif;
    word-spacing: initial;
    letter-spacing: initial;
    background-color: #0155a3;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFFFFF;
    display: block;
  }
  .mobilenavitems-wrapper #block-mainnavigation > ul > li.menunavopen {
    background-color: #003466;
  }
  .mobilenavitems-wrapper #block-mainnavigation > ul > li.menunavopen:after {
    border: 1px solid #032f58;
    height: 90%;
  }
  .mobilenavitems-wrapper #block-mainnavigation > ul > li.menunavopen a {
    background: #003466;
  }
  .mobilenavitems-wrapper #block-mainnavigation > ul > li > ul {
    padding-left: 30px;
    padding-bottom: 10px;
  }
  .mobilenavitems-wrapper #block-mainnavigation > ul > li > ul li {
    margin: 0;
  }
  .mobilenavitems-wrapper #block-mainnavigation > ul > li > ul li a {
    font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
    word-spacing: 1px;
    letter-spacing: 1px;
    font-size: 15px;
    color: #FFFFFF;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0;
    font-weight: 400;
  }
  .mobilenavitems-wrapper #block-mainnavigation > ul > li > ul li a:before {
    display: none;
  }
  .mobilenavitems-wrapper #block-mainnavigation > ul > li > ul li.menu-level3 ul li a {
    font-size: 14px;
    padding-left: 10px;
  }
  .mobilenavitems-wrapper #block-mainnavigation > ul > li > ul li.menu-level3 ul > li {
    position: relative;
  }
  .mobilenavitems-wrapper #block-mainnavigation > ul > li > ul li.menu-level3 ul > li:before {
    content: '•';
    background-image: none;
    font-size: 13px;
    color: #FFFFFF;
    left: -5px;
    top: 5px;
    margin-top: 0;
    position: absolute;
  }
  .menu-level1:before {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
  }
  .menu-level1:before {
    content: '\f107';
    position: absolute;
    right: 5px;
    font-size: 22px;
    top: 10px;
    padding: 15px;
    z-index: 2;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .menu-level1.menunavopen:before {
    top: 10px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
  }
  .menu-level2 .description-section,
  .menu-level2 .menu-description {
    display: none;
  }
  .menu-level3 ul {
    border: 0;
    margin: 0;
    padding: 0 0 10px 10px;
  }
  .header-topright-multimarket > li {
    display: none;
    text-align: left;
  }
  .header-topright-multimarket > li.header-langwrapper {
    display: block;
  }
  .header-topright-multimarket > li.header-langwrapper > a,
  .header-topright-multimarket > li.header-langwrapper span.pickdrop {
    display: none;
  }
  .header-topright-multimarket > li:first-child {
    position: relative;
    display: block;
  }
  .header-topright-multimarket > li:first-child a {
    font-size: 18px;
    font-family: 'gill-sans-nova', Arial, Helvetica, sans-serif;
    word-spacing: initial;
    letter-spacing: initial;
    background-color: #0155a3;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFFFFF;
    display: block;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  }
  .header-topright-multimarket > li:first-child a.search-icon {
    display: none;
  }
  .header-topright-multimarket > li:first-child:before {
    content: '';
    border: 1px solid rgba(0, 52, 102, 0.4);
    position: absolute;
    right: 52px;
    height: 55%;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-social-icons {
    padding: 29px 30px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  .mobile-social-icons > li {
    display: inline-block;
    margin-right: 25px;
  }
  .mobile-social-icons > li a {
    display: inline-block;
    font-size: 0;
  }
  .mobile-social-icons > li a img {
    transform: scale(0.55);
  }
  .mobile-social-icons > li:last-child {
    margin-right: 0;
  }
  .globalocationwrapper {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 21px;
    position: relative;
    padding: 14px 19px;
    background: rgba(0, 52, 102, 0.4);
  }
  .globalocationwrapper .flagsmobile-wrapper {
    display: none;
  }
  .globalocationwrapper #images_flag_mobile .location_block {
    padding: 0;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .globalocationwrapper #images_flag_mobile .location_block > ul {
    padding: 15px 4px;
  }
  .globalocationwrapper #images_flag_mobile .location_block > ul > li {
    margin: 0;
    padding: 0;
    padding-left: 31px;
  }
  .noscroll-mobile {
    overflow: hidden;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .globalocationwrapper {
    padding: 14px 10px;
  }
  .globalocationwrapper #images_flag_mobile .location_block {
    padding-left: 10px;
  }
}
.header > .layout-container {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-humber {
    position: relative;
    right: 9px;
    top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-humber .menu-bar {
    background-color: #0054a4;
    margin-bottom: 5px;
    width: 32px;
    height: 7px;
    margin-top: 4px;
    top: inherit;
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-humber .menu-bar:first-child {
    margin-top: 0;
  }
}
.menu-humber.menu-humberopen {
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/themes/custom/perrigo/images/closeMobileMenu.png);
  width: 27px;
}
.menu-humber.menu-humberopen:after {
  top: 55px;
}
@media only screen and (max-width: 767px) {
  .menu-humber.menu-humberopen:after {
    top: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-humber.menu-humberopen .menu-bar {
    display: none;
  }
}
.search-mobile {
  position: absolute;
  top: 13px;
}
.search-mobile:before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
@media only screen and (min-width: 992px) {
  .search-mobile {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .search-mobile {
    right: 107px;
    top: 13px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  .search-mobile {
    top: 26px;
    right: 70px;
  }
}
.search-mobile:before {
  content: "\f002";
  color: #0054a4;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-mobile:before {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .search-mobile:before {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body:not(.path-front-page) .search-mobile {
    top: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobilenavitems-wrapper {
    right: 20px;
  }
}
header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul,
header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  width: 750px;
  flex-wrap: wrap;
  left: calc(50% - (750px / 2));
}
@media only screen and (max-width: 1200px) {
  header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul,
  header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul {
    width: 650px;
    left: calc(50% - (650px / 2));
  }
}
@media only screen and (max-width: 991px) {
  header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul,
  header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul {
    width: 100%;
  }
}
header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li,
header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li,
  header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li {
    width: 100%;
  }
  header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li .no-link.menu-description,
  header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li .no-link.menu-description {
    color: rgba(255, 255, 255, 0.5);
    font-family: "neue-haas-grotesk-display", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    letter-spacing: 3px;
    margin-bottom: 0px;
    display: block;
  }
}
header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li:nth-child(2),
header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li:nth-child(2) {
  box-shadow: none;
  position: relative;
}
header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li:nth-child(2):before,
header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li:nth-child(2):before,
header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li:nth-child(2):after,
header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li:nth-child(2):before,
header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li:nth-child(2):before {
  width: 1px;
  height: calc(100% - 45px);
  background: #e6e6e6;
  left: 0;
  right: auto;
  top: 30px;
  display: block;
}
@media only screen and (max-width: 991px) {
  header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li:nth-child(2):before,
  header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li:nth-child(2):before {
    display: none;
  }
}
header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li:nth-child(2):after,
header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li:nth-child(2):after {
  display: none;
}
@media only screen and (max-width: 991px) {
  header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li ul,
  header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li ul {
    padding: 0 16px;
  }
}
header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li ul li,
header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li ul li {
  width: 100%;
  text-align: left;
  background: transparent;
}
header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li ul li:nth-child(3),
header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li ul li:nth-child(3) {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  text-align: left;
}
header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li ul li a,
header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li ul li a {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li ul li a,
  header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li ul li a {
    word-spacing: 1px;
    letter-spacing: 1px;
    font-size: 0.9375rem;
    color: #FFFFFF;
    font-weight: 400;
  }
}
header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li:nth-child(3),
header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li:nth-child(3) {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li:nth-child(3),
  header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li:nth-child(3) {
    padding-top: 27px;
    padding-bottom: 27px;
    background: #F7F7F7;
  }
}
@media only screen and (max-width: 991px) {
  header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li:nth-child(3),
  header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li:nth-child(3) {
    display: none;
  }
}
header .layout-container #block-mainnavigation ul li.menu-level1.menunavopen > .two-column + ul li:nth-child(3) a,
header .layout-container #block-mainnavigation ul li.menu-level1:hover > .two-column + ul li:nth-child(3) a {
  color: #FFA600;
  font-weight: 600;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
@media only screen and (min-width: 992px) {
  header.fixedMenu + main {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .desing_div {
    display: none;
  }
}
.desing_div i {
  display: block;
}
@media only screen and (max-width: 991px) {
  .path-front-page .header {
    background: transparent;
  }
}
body:not(.path-front-page) .header {
  background: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body:not(.path-front-page) .header {
    top: inherit;
    padding: 27px 30px;
  }
}
.view-carousel {
  margin: auto;
  margin-bottom: 135px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 0;
  background: #FFFFFF;
  position: relative;
  display: block;
  margin-top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .view-carousel {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) {
  .view-carousel {
    padding: 50px 0;
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1600px) {
  .view-carousel {
    max-width: 1500px;
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .view-carousel {
    max-width: calc(100% - 40px);
    padding-top: 35px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .view-carousel {
    margin-top: -50px;
  }
}
@media (min-width: 1300px) {
  .view-carousel {
    margin-top: -70px;
  }
}
.view-carousel > .slick--view--products,
.view-carousel > .slick--optionset--slick-carousel {
  width: calc(100% - 100px);
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .view-carousel > .slick--view--products,
  .view-carousel > .slick--optionset--slick-carousel {
    width: calc(100% - 10px);
  }
}
.view-carousel > .slick--view--products .views-field-field-image img,
.view-carousel > .slick--optionset--slick-carousel .views-field-field-image img {
  display: block;
  margin: 0 auto 15px;
}
.view-carousel > .slick--view--products .views-field-title,
.view-carousel > .slick--optionset--slick-carousel .views-field-title {
  letter-spacing: -1px;
  font-weight: 700;
  font-family: "gill-sans-nova", Arial, sans-serif;
  color: #0054a4;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .view-carousel > .slick--view--products .views-field-title,
  .view-carousel > .slick--optionset--slick-carousel .views-field-title {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.view-carousel > .slick--view--products .views-field-title a,
.view-carousel > .slick--optionset--slick-carousel .views-field-title a {
  letter-spacing: -1px;
  font-weight: 700;
  font-family: "gill-sans-nova", Arial, sans-serif;
  color: #0054a4;
  text-align: center;
}
.view-carousel > .slick--view--products .views-field-body p,
.view-carousel > .slick--optionset--slick-carousel .views-field-body p {
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  color: #807F83;
  word-spacing: 1px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .view-carousel > .slick--view--products .views-field-body p,
  .view-carousel > .slick--optionset--slick-carousel .views-field-body p {
    font-size: 13px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.view-carousel > .slick--view--products .views-field-body p:last-child,
.view-carousel > .slick--optionset--slick-carousel .views-field-body p:last-child {
  margin-top: -10px;
  margin-bottom: 70px;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .view-carousel > .slick--view--products .views-field-body p:last-child,
  .view-carousel > .slick--optionset--slick-carousel .views-field-body p:last-child {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
.view-carousel > .slick--view--products .slick-prev,
.view-carousel > .slick--optionset--slick-carousel .slick-prev {
  margin-left: -70px;
}
@media only screen and (max-width: 480px) {
  .view-carousel > .slick--view--products .slick-prev,
  .view-carousel > .slick--optionset--slick-carousel .slick-prev {
    margin-left: -20px;
  }
}
.view-carousel > .slick--view--products .slick-next,
.view-carousel > .slick--optionset--slick-carousel .slick-next {
  margin-right: -70px;
}
@media only screen and (max-width: 480px) {
  .view-carousel > .slick--view--products .slick-next,
  .view-carousel > .slick--optionset--slick-carousel .slick-next {
    margin-right: -20px;
  }
}
.view-carousel > .slick--view--products .slick-dots li button:before,
.view-carousel > .slick--optionset--slick-carousel .slick-dots li button:before {
  color: #e6e6e6;
  font-size: 8px;
  opacity: 1;
}
.view-carousel > .slick--view--products .slick-dots li.slick-active button:before,
.view-carousel > .slick--optionset--slick-carousel .slick-dots li.slick-active button:before {
  color: #807F83;
}
.view-carousel header {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .view-carousel header {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .view-carousel header {
    padding-left: 45px;
    padding-right: 45px;
    max-width: calc(100% - 60px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .view-carousel header {
    margin-bottom: 38px;
  }
}
.view-carousel header .slider-title {
  margin-top: 0;
  margin-bottom: 14px;
  color: #0054a4;
}
@media only screen and (min-width: 768px) {
  .view-carousel header .slider-title {
    font-size: 28px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .view-carousel header .slider-title {
    font-size: 25px;
    letter-spacing: -0.5px;
  }
}
.view-carousel header p {
  color: #807F83;
  word-spacing: 1px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .view-carousel header p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .view-carousel header p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .view-carousel header {
    padding: 0 14px;
  }
}
.view-carousel footer {
  text-align: center;
}
.view-carousel footer a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.view-carousel footer a.orange-link {
  word-spacing: 1px;
  letter-spacing: 1px;
  bottom: -10%;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .view-carousel footer a.orange-link {
    bottom: -8.5%;
    width: 100%;
  }
}
.view-carousel footer a.orange-link:hover {
  text-decoration: underline;
}
.view-carousel footer a.orange-link-button,
.view-carousel footer a.orange-button {
  bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .view-carousel footer a.orange-link-button,
  .view-carousel footer a.orange-button {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) {
  .view-carousel.product-category {
    margin-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .view-carousel.product-category {
    margin-top: 20px;
    margin-left: 29px;
    margin-right: 31px;
    max-width: 960px;
  }
}
@media only screen and (min-width: 992px) {
  .view-carousel.product-category {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .view-carousel.product-category {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
.slick .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.slick .slick-arrow::before {
  content: "";
  padding: 9px 10px;
  background-color: #FF9500;
  cursor: pointer;
  border-radius: 40px;
  opacity: 1;
  display: inline-block;
  width: 37px;
  height: 37px;
  color: #FFFFFF;
  font-size: 20px;
}
.slick .slick-arrow:before {
  content: "\f060";
}
.slick .slick-arrow.slick-next:before {
  content: "\f061";
}
.slick .slick-arrow.slick-disabled {
  cursor: no-drop;
}
.slick .slick-arrow.slick-disabled:before {
  background-color: #cacacb;
}
.path-front-page .view-carousel > .slick--view--products,
.path-front-page .view-carousel > .slick--optionset--slick-carousel {
  padding: 0 15px;
}
.path-front-page .view-carousel > .slick--view--products .slick-dotted.slick-slider,
.path-front-page .view-carousel > .slick--optionset--slick-carousel .slick-dotted.slick-slider {
  margin-bottom: 10px;
}
.path-front-page .view-carousel > .slick--view--products .large-block-grid-3 .slide__grid,
.path-front-page .view-carousel > .slick--optionset--slick-carousel .large-block-grid-3 .slide__grid {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .path-front-page .view-carousel .slick__arrow {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 480px) {
  .path-front-page .view-carousel .slick__arrow {
    top: 35%;
  }
}
@media only screen and (min-width: 992px) {
  .path-front-page .view-carousel .slick-dots {
    bottom: 5%;
  }
}
.path-front-page .view-carousel .slick-dots li {
  margin: 0;
}
@media (min-width: 1600px) {
  .path-front-page .view-carousel .slick-dots {
    bottom: 0;
  }
}
.view-carousel > .slick--view--products .slick-dotted.slick-slider,
.view-carousel > .slick--optionset--slick-carousel .slick-dotted.slick-slider {
  min-height: 225px;
}
.views-field-field-image img {
  height: auto;
  display: block;
}
h4.views-field-title {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #0054a4;
  font-family: "gill-sans-nova", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
h4.views-field-title a {
  color: #0054a4;
}
h3.views-field-title,
.product-country-2 .item h4,
.product-country-1 .item h4,
.product-country-2 .item .views-field-field-product-category a,
.product-country-1 .item .views-field-field-product-category a,
.product-country-2 .item .views-field-field-display-title a,
.product-country-1 .item .views-field-field-display-title a,
.product-country-2 .item .views-field-field-product-brand-link a,
.product-country-1 .item .views-field-field-product-brand-link a,
.product-country-1 .item h4,
.product-country-1 .item .views-field-field-product-category a,
.product-country-1 .item .views-field-field-display-title a,
.product-country-1 .item .views-field-field-product-brand-link a,
.products-search.view-grid-col-3 .product-wrapper .item h4,
.patent-search.view-grid-col-3 .product-wrapper .item h4,
.products-search.view-container-centered .product-wrapper .item h4,
.patent-search.view-container-centered .product-wrapper .item h4,
.products-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-category a,
.patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-category a,
.products-search.view-container-centered .product-wrapper .item .views-field-field-product-category a,
.patent-search.view-container-centered .product-wrapper .item .views-field-field-product-category a,
.products-search.view-grid-col-3 .product-wrapper .item .views-field-field-display-title a,
.patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-display-title a,
.products-search.view-container-centered .product-wrapper .item .views-field-field-display-title a,
.patent-search.view-container-centered .product-wrapper .item .views-field-field-display-title a,
.products-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-brand-link a,
.patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-brand-link a,
.products-search.view-container-centered .product-wrapper .item .views-field-field-product-brand-link a,
.patent-search.view-container-centered .product-wrapper .item .views-field-field-product-brand-link a {
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #0054a4;
  font-family: "gill-sans-nova", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  h3.views-field-title,
  .product-country-2 .item h4,
  .product-country-1 .item h4,
  .product-country-2 .item .views-field-field-product-category a,
  .product-country-1 .item .views-field-field-product-category a,
  .product-country-2 .item .views-field-field-display-title a,
  .product-country-1 .item .views-field-field-display-title a,
  .product-country-2 .item .views-field-field-product-brand-link a,
  .product-country-1 .item .views-field-field-product-brand-link a,
  .product-country-1 .item h4,
  .product-country-1 .item .views-field-field-product-category a,
  .product-country-1 .item .views-field-field-display-title a,
  .product-country-1 .item .views-field-field-product-brand-link a,
  .products-search.view-grid-col-3 .product-wrapper .item h4,
  .patent-search.view-grid-col-3 .product-wrapper .item h4,
  .products-search.view-container-centered .product-wrapper .item h4,
  .patent-search.view-container-centered .product-wrapper .item h4,
  .products-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-category a,
  .patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-category a,
  .products-search.view-container-centered .product-wrapper .item .views-field-field-product-category a,
  .patent-search.view-container-centered .product-wrapper .item .views-field-field-product-category a,
  .products-search.view-grid-col-3 .product-wrapper .item .views-field-field-display-title a,
  .patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-display-title a,
  .products-search.view-container-centered .product-wrapper .item .views-field-field-display-title a,
  .patent-search.view-container-centered .product-wrapper .item .views-field-field-display-title a,
  .products-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-brand-link a,
  .patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-brand-link a,
  .products-search.view-container-centered .product-wrapper .item .views-field-field-product-brand-link a,
  .patent-search.view-container-centered .product-wrapper .item .views-field-field-product-brand-link a {
    font-size: 1.563rem;
    line-height: 1.875rem;
    letter-spacing: 0.5px;
  }
}
h3.views-field-title a {
  color: #0054a4;
}
.views-field-field-designation {
  font-size: 14px;
  line-height: 20px;
  color: #807F83;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  font-weight: 500;
}
.white__bg,
.row.profile-cards-listing.view-dynamic-grid .executive-wrapper > .item,
.media-listing-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.row.profile-cards-listing.view-dynamic-grid .executive-wrapper {
  width: 91%;
  margin: 0 auto;
  padding: 0px 0 75px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1200px) {
  .row.profile-cards-listing.view-dynamic-grid .executive-wrapper {
    width: 96%;
  }
}
@media only screen and (max-width: 767px) {
  .row.profile-cards-listing.view-dynamic-grid .executive-wrapper {
    width: 100%;
    padding: 0px 15px 50px;
  }
}
.row.profile-cards-listing.view-dynamic-grid .executive-wrapper > .item {
  margin: 13px;
  width: 200px;
}
.row.profile-cards-listing.view-dynamic-grid .executive-wrapper > .item h4 {
  padding: 35px 18px 0px;
  font-family: inherit;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 767px) {
  .row.profile-cards-listing.view-dynamic-grid .executive-wrapper > .item h4 {
    padding: 30px 18px 0px;
  }
}
.row.profile-cards-listing.view-dynamic-grid .executive-wrapper > .item h4 a {
  color: #0054a4;
}
.row.profile-cards-listing.view-dynamic-grid .executive-wrapper > .item .views-field-field-designation {
  padding: 0px 18px 35px;
  font-weight: 500;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .row.profile-cards-listing.view-dynamic-grid .executive-wrapper > .item .views-field-field-designation {
    padding: 0px 18px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .row.profile-cards-listing.view-dynamic-grid .executive-wrapper > .item img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .row.profile-cards-listing.view-dynamic-grid .executive-wrapper > .item {
    width: 100%;
  }
}
.row.products-market-listing .view-grid-col-3 .item,
.row.products-search .view-grid-col-3 .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.node--type-team {
  background: #eeeeee;
  padding: 70px 0 50px;
}
.node--type-team .personal_detail_block .offset-lg-4 {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .node--type-team .personal_detail_block .offset-lg-4 {
    padding-left: 15px;
    text-align: center;
  }
}
.node--type-team .personal_detail_block h1 {
  font-size: 2.8125rem;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 55px;
  color: #0054a4;
}
.node--type-team .personal_detail_block .team-designation {
  margin: 20px auto;
}
.node--type-team .personal_detail_block .team-designation div {
  color: #807F83;
  font-size: 1.125rem;
  line-height: 32px;
  font-family: "gill-sans-nova", Arial, sans-serif;
}
.node--type-team .personal_detail_block .image_block {
  z-index: 1;
  position: relative;
  top: -145px;
}
@media only screen and (max-width: 991px) {
  .node--type-team .personal_detail_block .image_block {
    top: 0;
  }
}
.node--type-team .personal_detail_block .image_block img {
  display: block;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .node--type-team .personal_detail_block .image_block img {
    margin: 0 auto;
  }
}
.node--type-team .personal_detail_block .title_designation {
  position: relative;
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .node--type-team .personal_detail_block .title_designation {
    padding-left: 15px;
  }
}
.node--type-team .personal_detail_block .title_designation .body_block {
  position: relative;
  background-color: #FFFFFF;
}
.node--type-team .personal_detail_block .title_designation .body_block .team-content {
  padding: 55px 50px 80px 110px;
  margin-left: -110px;
  z-index: -1;
  background: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .node--type-team .personal_detail_block .title_designation .body_block .team-content {
    padding: 30px 30px 60px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-team .personal_detail_block .title_designation .body_block .team-content {
    padding: 20px;
  }
}
.node--type-team .personal_detail_block .title_designation .body_block .team-content p {
  color: #807F83;
  line-height: 32px;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .node--type-team .personal_detail_block .title_designation .body_block .team-content p {
    font-size: 18px;
  }
}
.node--type-team .personal_detail_block .title_designation .body_block .team-member {
  position: absolute;
  bottom: -20px;
  right: 50px;
}
@media only screen and (max-width: 991px) {
  .node--type-team .personal_detail_block .title_designation .body_block .team-member {
    position: static;
    padding: 10px 50px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-team .personal_detail_block .title_designation .body_block .team-member {
    padding: 20px;
  }
}
.node--type-team .personal_detail_block .title_designation .body_block .team-member a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  background-color: #FF9500;
  color: #FFFFFF;
}
.node--type-team .personal_detail_block .title_designation .body_block .team-member a:focus {
  outline: none;
}
.node--type-text-component {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media only screen and (min-width: 1200px) {
  .node--type-text-component[class*="left-aligned-banner"] {
    padding: 91px 0 100px;
  }
}
.node--type-text-component[class*="left-aligned-banner"] .left_align_banner,
.node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner {
  margin-left: 74px;
  max-width: 550px;
  padding: 0 15px;
}
@media (min-width: 1600px) {
  .node--type-text-component[class*="left-aligned-banner"] .left_align_banner,
  .node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner {
    margin-left: 100px;
    max-width: 755px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-text-component[class*="left-aligned-banner"] .left_align_banner,
  .node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner {
    max-width: 600px;
    margin-left: 85px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .node--type-text-component[class*="left-aligned-banner"] .left_align_banner,
  .node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner {
    margin-left: 73px;
    max-width: 755px;
  }
}
@media only screen and (max-width: 991px) {
  .node--type-text-component[class*="left-aligned-banner"] .left_align_banner,
  .node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner {
    max-width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component[class*="left-aligned-banner"] .left_align_banner,
  .node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component[class*="left-aligned-banner"] .left_align_banner,
  .node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
}
.node--type-text-component[class*="left-aligned-banner"] .left_align_banner .main-heading,
.node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner .main-heading {
  font-size: 50px;
  margin-bottom: 26px;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #0054a4;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .node--type-text-component[class*="left-aligned-banner"] .left_align_banner .main-heading,
  .node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner .main-heading {
    font-size: 44px;
  }
}
@media (max-width: 1199px) and (min-width: 1020px) {
  .node--type-text-component[class*="left-aligned-banner"] .left_align_banner .main-heading,
  .node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner .main-heading {
    font-size: 35px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component[class*="left-aligned-banner"] .left_align_banner .main-heading,
  .node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner .main-heading {
    font-size: 35px;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-text-component[class*="left-aligned-banner"] .left_align_banner .main-heading,
  .node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner .main-heading {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component[class*="left-aligned-banner"] .left_align_banner .main-heading,
  .node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner .main-heading {
    font-size: 28px;
  }
}
.node--type-text-component[class*="left-aligned-banner"] .left_align_banner .main-heading:after,
.node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner .main-heading:after {
  display: none;
}
.node--type-text-component[class*="left-aligned-banner"] .left_align_banner .paragraph,
.node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner .paragraph {
  font-size: 24px;
}
.node--type-text-component[class*="left-aligned-banner"] .left_align_banner .paragraph p,
.node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner .paragraph p {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: inherit;
  color: #807F83;
}
@media only screen and (max-width: 991px) {
  .node--type-text-component[class*="left-aligned-banner"] .left_align_banner .paragraph p,
  .node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner .paragraph p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .node--type-text-component[class*="left-aligned-banner"] .left_align_banner .paragraph,
  .node--type-text-component[class*="left-aligned-banner"] .left_align_hero_banner .paragraph {
    font-size: 20px;
  }
}
.node--type-text-component > .container .main-heading {
  font-family: "gill-sans-nova", Arial, sans-serif;
  position: relative;
  font-weight: bold;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .node--type-text-component > .container .main-heading {
    margin-bottom: 31px;
    line-height: 45px;
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component > .container .main-heading {
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
.node--type-text-component > .container .main-heading:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 65px;
  border: 1px solid #FFA600;
}
.node--type-text-component > .container .main-heading:after {
  left: 0;
  bottom: -17px;
}
.node--type-text-component > .container .paragraph p {
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.node--type-text-component > .container .paragraph p a:not(.orange-button) {
  color: #FF9500;
}
.node--type-text-component > .container .paragraph p a.orange-button-external {
  color: #FFFFFF;
  font-family: "gill-sans-nova", Arial, sans-serif;
  letter-spacing: 1px;
}
.node--type-text-component > .container .centered_text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
.node--type-text-component > .container .centered_text > .item > h2:after {
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .node--type-text-component > .container .centered_text {
    max-width: 984px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .node--type-text-component > .container .left_aligned > .item {
    width: 100%;
  }
}
.node--type-text-component > .container .onecoltext {
  width: 100%;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1050px) {
  .node--type-text-component > .container .onecoltext .paragraph p {
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
  }
}
.node--type-text-component > .container .large-title {
  color: #0054a4;
  margin-top: 0;
  font-weight: 700;
}
.node--type-text-component > .container .large-title-blue {
  color: #0054a4;
}
.node--type-text-component > .container .large-title-white {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .node--type-text-component > .container .large-title {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component > .container .large-title {
    font-size: 3.75rem;
  }
}
.node--type-text-component > .container .large-title-white {
  color: #FFFFFF;
  margin-top: 0;
  font-weight: 700;
}
.node--type-text-component > .container .large-title-white-blue {
  color: #0054a4;
}
.node--type-text-component > .container .large-title-white-white {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .node--type-text-component > .container .large-title-white {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component > .container .large-title-white {
    font-size: 3.75rem;
  }
}
.node--type-text-component > .container .large-title-blue {
  color: #0054a4;
  margin-top: 0;
  font-weight: 700;
}
.node--type-text-component > .container .large-title-blue-blue {
  color: #0054a4;
}
.node--type-text-component > .container .large-title-blue-white {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .node--type-text-component > .container .large-title-blue {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component > .container .large-title-blue {
    font-size: 3.75rem;
  }
}
.node--type-text-component > .container .paragraph-italic-blue {
  font-size: 18px;
  color: #0054a4;
}
.node--type-text-component > .container .paragraph-italic-white {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.node--type-text-component.onecoltextwrapper > .container {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.onecoltextwrapper > .container {
    max-width: calc(100% - 40px);
    padding: 50px 0 54px;
  }
}
@media only screen and (min-width: 768px) {
  .node--type-text-component.onecoltextwrapper > .container {
    padding: 50px 80px 110px;
  }
}
.node--type-text-component.onecoltextwrapper > .container .main-heading {
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.onecoltextwrapper > .container .main-heading {
    margin-bottom: 31px;
    font-size: 25px;
  }
}
.node--type-text-component.left-aligned .container {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.left-aligned .container .main-heading {
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.left-aligned.onecoltextwrapper:not([class*="left-aligned-banner"]) .container .paragraph p {
    line-height: 28px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component.left-aligned.onecoltextwrapper:not([class*="left-aligned-banner"]).bgbluecover > .container,
  .node--type-text-component.left-aligned.onecoltextwrapper:not([class*="left-aligned-banner"]).bgimage-contain > .container,
  .node--type-text-component.left-aligned.onecoltextwrapper:not([class*="left-aligned-banner"]).blue-overlay > .container,
  .node--type-text-component.left-aligned.onecoltextwrapper:not([class*="left-aligned-banner"]).gray-overlay > .container {
    padding: 80px 60px 100px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-text-component.left-aligned.onecoltextwrapper:not([class*="left-aligned-banner"]).bgbluecover > .container,
  .node--type-text-component.left-aligned.onecoltextwrapper:not([class*="left-aligned-banner"]).bgimage-contain > .container,
  .node--type-text-component.left-aligned.onecoltextwrapper:not([class*="left-aligned-banner"]).blue-overlay > .container,
  .node--type-text-component.left-aligned.onecoltextwrapper:not([class*="left-aligned-banner"]).gray-overlay > .container {
    padding: 110px 80px 130px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-text-component.left-aligned.onecoltextwrapper:not([class*="left-aligned-banner"]).bgbluecover > .container {
    padding: 101px 80px 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component.left-aligned.onecoltextwrapper:not([class*="left-aligned-banner"]).bgbluecover > .container {
    padding: 42px 60px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.left-aligned.onecoltextwrapper:not([class*="left-aligned-banner"]).bgbluecover > .container {
    padding-bottom: 54px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component.center-aligned.bgimage-contain > .container {
    padding: 80px 60px 100px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-text-component.center-aligned.bgimage-contain > .container {
    padding: 110px 80px 130px;
  }
}
@media only screen and (min-width: 768px) {
  .node--type-text-component.center-aligned.bgbluecover > .container,
  .node--type-text-component.center-aligned.bgimage-contain > .container,
  .node--type-text-component.center-aligned.blue-overlay > .container,
  .node--type-text-component.center-aligned.gray-overlay > .container {
    padding: 101px 80px 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component.center-aligned.bgbluecover > .container,
  .node--type-text-component.center-aligned.bgimage-contain > .container,
  .node--type-text-component.center-aligned.blue-overlay > .container,
  .node--type-text-component.center-aligned.gray-overlay > .container {
    padding: 42px 60px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.center-aligned.bgbluecover > .container,
  .node--type-text-component.center-aligned.bgimage-contain > .container,
  .node--type-text-component.center-aligned.blue-overlay > .container,
  .node--type-text-component.center-aligned.gray-overlay > .container {
    padding-bottom: 54px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.twooltextwrapper > .container .main-heading {
    margin-bottom: 40px;
    font-size: 25px;
  }
}
.node--type-text-component.twooltextwrapper .secondary .year {
  display: none;
}
.node--type-text-component.twooltextwrapper .secondary .field--name-field-two-column-tag-line {
  font-weight: 700;
  font-family: 'gill-sans-nova', Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .node--type-text-component.twooltextwrapper .secondary .field--name-field-two-column-tag-line {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-text-component.twooltextwrapper .secondary .field--name-field-two-column-tag-line {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component.twooltextwrapper .secondary .field--name-field-two-column-tag-line {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.twooltextwrapper .secondary .field--name-field-two-column-tag-line {
    font-size: 60px;
    margin-top: 30px;
    margin-bottom: 8px;
  }
}
.node--type-text-component.twooltextwrapper .secondary .bottom-text {
  font-size: 18px;
  font-style: italic;
  color: #807F83;
}
@media only screen and (max-width: 991px) {
  .node--type-text-component.twooltextwrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.node--type-text-component.twooltextwrapper p .orange-button {
  letter-spacing: 0;
  word-spacing: 0;
}
.node--type-text-component.twooltextwrapper.left-align-right-secondary .right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .node--type-text-component.twooltextwrapper.left-align-right-secondary .right > * {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.twooltextwrapper.left-align-right-secondary .container {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .node--type-text-component.twooltextwrapper.left-align-right-secondary .container .main-heading {
    margin-bottom: 37px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-text-component.twooltextwrapper.left-align-right-secondary .left {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-text-component.twooltextwrapper.left-align-right-secondary .right {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.twooltextwrapper.left-align-right-secondary.bgimage-contain:not([class*="left-aligned-banner"]) {
    margin-top: -90px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-text-component.twooltextwrapper.left-align-right-secondary.bgimage-contain:not([class*="left-aligned-banner"]) {
    margin-top: -145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component.twooltextwrapper.left-align-right-secondary.bgimage-contain:not([class*="left-aligned-banner"]) {
    padding: 125px 15px;
    margin-top: -110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component.twooltextwrapper.left-align-right-secondary.bgimage-contain:not([class*="left-aligned-banner"]) .secondary h3 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.twooltextwrapper.left-align-right-secondary.bgimage-contain:not([class*="left-aligned-banner"]) .secondary h3 {
    margin-top: 30px;
  }
}
.node--type-text-component.twooltextwrapper.right-align-left-secondary .left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.twooltextwrapper.right-align-left-secondary .container {
    padding: 0px 0px 0px;
  }
}
.node--type-text-component.twooltextwrapper.right-align-left-secondary.bgimage-contain {
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.twooltextwrapper.right-align-left-secondary.bgimage-contain {
    padding: 10px 20px 80px;
    margin-top: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component.twooltextwrapper.right-align-left-secondary.bgimage-contain {
    padding: 10px 25px 100px;
    margin-top: -100px;
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-text-component.twooltextwrapper.right-align-left-secondary.bgimage-contain {
    margin-top: -145px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-text-component.twooltextwrapper.right-align-left-secondary.bgimage-contain {
    padding: 125px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-text-component.twooltextwrapper.right-align-left-secondary.bgimage-contain {
    padding: 150px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-text-component.twooltextwrapper.right-align-left-secondary.bgimage-contain .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .node--type-text-component.twooltextwrapper.right-align-left-secondary.bgimage-contain .container {
    max-width: 100%;
  }
}
.node--type-text-component.twooltextwrapper.right-align-left-secondary.bgimage-contain:after {
  box-shadow: none;
}
@media only screen and (min-width: 992px) {
  .node--type-text-component.twooltextwrapper.right-align-left-secondary .main-heading {
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component.twooltextwrapper.right-align-left-secondary .secondary {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .node--type-text-component.twooltextwrapper.right-align-left-secondary .secondary p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.twooltextwrapper.right-align-left-secondary .secondary {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 420px) {
  .node--type-text-component.twooltextwrapper.right-align-left-secondary .orange-button {
    font-size: 14px;
    padding: 9px 8px 11px;
  }
}
.node--type-text-component.twooltextwrapper .col-lg-8 p {
  word-spacing: 1px;
}
.node--type-text-component.twooltextwrapper .col-lg-8 p:last-child {
  margin-bottom: 0;
}
.node--type-text-component.twooltextwrapper .col-lg-4 .secondary p {
  font-family: inherit;
  word-spacing: normal;
  letter-spacing: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .node--type-text-component.twooltextwrapper {
    padding: 150px 0px 150px;
    margin-top: -145px;
  }
}
.node--type-text-component .left_aligned_right_secondary .right p {
  font-family: inherit;
}
.node--type-text-component .wrapper-bg-img .img-wrapper {
  display: none;
}
.node--type-text-component.gray-overlay .large-title {
  color: #0054a4;
}
.node--type-text-component.blue-overlay .container > .container .paragraph p {
  color: rgba(255, 255, 255, 0.8);
}
.node--type-text-component.blue-overlay .secondary .field--name-field-two-column-tag-line {
  color: #FFFFFF;
}
.node--type-text-component.blue-overlay .secondary .bottom-text {
  color: #FFFFFF;
}
.node--type-text-component.blue-overlay .large-title {
  color: #FFFFFF;
}
.node--type-text-component p {
  font-size: 20px;
}
.node--type-text-component .paragraph-italic-gray {
  font-size: 18px;
  color: #807F83;
  font-style: italic;
}
.node--type-text-component .paragraph-italic-white {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}
.node--type-text-component .main-heading {
  color: #0054a4;
}
.node--type-text-component p {
  color: #807F83;
}
.node--type-text-component ul li.paragraph-white {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.node--type-text-component ul li.paragraph-blue {
  font-size: 18px;
  color: #0054a4;
}
.node--type-text-component ul li.paragraph-gray {
  font-size: 18px;
  color: #807F83;
}
.node--type-text-component[data-background-color="#0054a4"] .main-heading {
  color: #FFFFFF;
}
.node--type-text-component[data-background-color="#0054a4"] p {
  color: #FFFFFF;
}
.node--type-text-component[data-background-color="#0054a4"] .large-title {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .node--type-text-component[data-background-color="#0054a4"] .large-title {
    font-size: 5rem;
  }
}
.node--type-text-component[data-background-color="#0054a4"] ul li.paragraph-white {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.node--type-text-component[data-background-color="#0054a4"] ul li.paragraph-blue {
  font-size: 18px;
  color: #0054a4;
}
.node--type-text-component[data-background-color="#0054a4"] ul li.paragraph-gray {
  font-size: 18px;
  color: #807F83;
}
.node--type-text-component[data-background-color="#0054a4"][data-background-style="gray-overlay"] p {
  color: #807F83;
}
.node--type-text-component[data-background-color="#0054a4"][data-background-style="gray-overlay"] .large-title {
  color: #0054a4;
}
@media only screen and (min-width: 768px) {
  .node--type-text-component[data-background-color="#0054a4"][data-background-style="gray-overlay"] .large-title {
    font-size: 5rem;
  }
}
.node--type-text-component[data-background-color="#0054a4"][data-background-style="gray-overlay"] .paragraph-list:before {
  background: #807F83;
}
.node--type-text-component[data-background-color="#eeeeee"] .large-title {
  color: #0054a4;
}
@media only screen and (min-width: 768px) {
  .node--type-text-component[data-background-color="#eeeeee"] .large-title {
    font-size: 5rem;
  }
}
.node--type-text-component[data-background-color="#eeeeee"] .main-heading {
  color: #0054a4;
}
.node--type-text-component[data-background-color="#eeeeee"] p {
  color: #807F83;
}
.node--type-text-component[data-background-color="#eeeeee"] .paragraph-list:before {
  background: #807F83;
}
.node--type-text-component[data-background-color="#eeeeee"][data-background-style="blue-overlay"] p {
  color: #FFFFFF;
}
.node--type-text-component[data-background-color="#eeeeee"][data-background-style="blue-overlay"] .large-title {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .node--type-text-component[data-background-color="#eeeeee"][data-background-style="blue-overlay"] .large-title {
    font-size: 5rem;
  }
}
.node--type-text-component[data-background-color="#eeeeee"][data-background-style="blue-overlay"] .paragraph-list:before {
  background: rgba(238, 238, 238, 0.9);
}
@media only screen and (min-width: 992px) {
  .node--type-text-component.bgimage-contain:not([class*="left-aligned-banner"]) {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component.bgimage-contain:not([class*="left-aligned-banner"]) {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.bgimage-contain:not([class*="left-aligned-banner"]) {
    margin-top: 50px;
  }
}
.node--type-text-component:not([class*="left-aligned-banner"]).onecoltextwrapper > .container .paragraph p {
  line-height: 32px;
  word-spacing: 1px;
  margin-bottom: 19px;
  word-break: break-word;
}
.node--type-text-component:not([class*="left-aligned-banner"]).onecoltextwrapper > .container .paragraph p:last-child {
  margin-bottom: 0;
}
.node--type-text-component.text-full-html {
  width: 100%;
  padding: 1rem 1.85rem 1rem;
  position: relative;
  display: block;
  min-height: 100px;
  line-height: 1.5;
  color: #807F83;
}
.node--type-text-component.text-full-html .main {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.text-full-html {
    padding: 1rem 1.5rem 1rem;
  }
}
.node--type-text-component.text-full-html p {
  font-size: 12px;
  color: #000000;
  font-family: inherit;
  line-height: normal;
}
.node--type-text-component.text-full-html .container {
  max-width: 100%;
}
.node--type-text-component.text-minimal-html {
  padding: 10px;
  margin-bottom: 0.5rem;
}
.node--type-text-component.text-minimal-html .main {
  width: 100%;
}
.node--type-text-component.text-minimal-html .minimal-text {
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}
.node--type-text-component.text-minimal-html .minimal-text a {
  color: #FFFFFF;
  font-weight: 500;
}
.node--type-text-component.text-minimal-html .minimal-text:not(:first-child) {
  margin-top: 0.5rem;
}
.node--type-text-component.left-aligned-banner-hero {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component.left-aligned-banner-hero {
    padding: 220px 0;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .node--type-text-component.left-aligned-banner-hero {
    padding: 21.1% 0;
  }
}
@media (min-width: 1300px) and (max-width: 1599px) {
  .node--type-text-component.left-aligned-banner-hero {
    padding: 21.5% 0;
  }
}
@media (min-width: 1600px) and (max-width: 2099px) {
  .node--type-text-component.left-aligned-banner-hero {
    padding: 21.3% 0;
  }
}
@media (min-width: 2100px) {
  .node--type-text-component.left-aligned-banner-hero {
    padding: 12.3% 0 28.5%;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.left-aligned-banner-hero {
    padding: 240px 0 10px;
    margin-bottom: -87px;
    background-size: contain;
    padding-bottom: 0;
    margin-bottom: 70px;
    padding-top: 310px;
  }
}
@media (max-width: 650px) {
  .node--type-text-component.left-aligned-banner-hero {
    padding-top: 270px;
  }
}
@media (max-width: 550px) {
  .node--type-text-component.left-aligned-banner-hero {
    padding-top: 240px;
  }
}
@media (max-width: 480px) {
  .node--type-text-component.left-aligned-banner-hero {
    padding-top: 220px;
  }
}
@media (max-width: 440px) {
  .node--type-text-component.left-aligned-banner-hero {
    padding-top: 215px;
  }
}
@media (max-width: 420px) {
  .node--type-text-component.left-aligned-banner-hero {
    padding-top: 186px;
  }
}
@media (max-width: 360px) {
  .node--type-text-component.left-aligned-banner-hero {
    padding-top: 160px;
  }
}
@media (min-width: 1300px) and (max-width: 1599px) {
  .node--type-text-component.left-aligned-banner-hero {
    padding: 21.5% 0;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.left-aligned-banner-hero .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.node--type-text-component.left-aligned-banner-hero .left_align_hero_banner,
.slider-banner.full-image-slider .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-text-component.left-aligned-banner-hero .left_align_hero_banner,
  .slider-banner.full-image-slider .slider-content {
    max-width: 400px;
    margin-left: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .node--type-text-component.left-aligned-banner-hero .left_align_hero_banner,
  .slider-banner.full-image-slider .slider-content {
    margin-left: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component.left-aligned-banner-hero .left_align_hero_banner,
  .slider-banner.full-image-slider .slider-content {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 350px;
    margin-left: 5px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-text-component.left-aligned-banner-hero .left_align_hero_banner,
  .slider-banner.full-image-slider .slider-content {
    max-width: 551px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.left-aligned-banner-hero .left_align_hero_banner,
  .slider-banner.full-image-slider .slider-content {
    background: #FFFFFF;
    position: relative;
    padding: 18px 35px;
    margin-top: 100px;
    transform: none;
    top: 0;
    margin-top: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-text-component.left-aligned-banner-hero .left_align_hero_banner .main-heading,
  .slider-banner.full-image-slider .slider-content .main-heading {
    font-size: 33px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .node--type-text-component.left-aligned-banner-hero .left_align_hero_banner .main-heading,
  .slider-banner.full-image-slider .slider-content .main-heading {
    font-size: 46px;
  }
}
@media (min-width: 1300px) {
  .node--type-text-component.left-aligned-banner-hero .left_align_hero_banner .main-heading,
  .slider-banner.full-image-slider .slider-content .main-heading {
    font-size: 50px;
    margin-bottom: 26px;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-text-component.left-aligned-banner-hero .left_align_hero_banner .paragraph,
  .slider-banner.full-image-slider .slider-content .paragraph {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-text-component.left-aligned-banner-hero .left_align_hero_banner .paragraph p,
  .slider-banner.full-image-slider .slider-content .paragraph p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.left-aligned-banner-hero .left_align_hero_banner .paragraph p,
  .slider-banner.full-image-slider .slider-content .paragraph p {
    color: #807F83 !important;
  }
}
@media only screen and (max-width: 991px) {
  body.path-front-page main#content {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-text-component.left-aligned-banner-inner {
    padding-top: 10px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-text-component.left-aligned-banner-inner {
    padding: 91px 0 100px;
    min-height: 330px;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-text-component.left-aligned-banner-inner {
    min-height: 315px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .node--type-text-component.left-aligned-banner-inner {
    padding: 50px 0px;
  }
}
@media (max-width: 399px) {
  .node--type-text-component.left-aligned-banner-inner {
    padding: 50px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.left-aligned-banner-inner {
    min-height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.left-aligned-banner-inner .left_align_banner .main-heading {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-text-component.left-aligned-banner-inner .left_align_banner .main-heading {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-text-component.left-aligned-banner-inner .left_align_banner .paragraph {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-text-component.left-aligned-banner-inner .left_align_banner .paragraph p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-text-component.left-aligned-banner-inner .container {
    margin-left: 0;
    padding: 0;
  }
}
.main-heading sup {
  font-size: 10px;
  vertical-align: super;
}
.centered_text .orange-button {
  letter-spacing: 0.5px;
  word-spacing: 1px;
}
.node--type-text-component .two_column_text {
  padding: 30px 20px;
  background-color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .node--type-text-component .two_column_text {
    padding: 40px;
  }
}
.node--type-text-component .two_column_text .main-heading {
  margin-bottom: 20px;
}
.node--type-text-component .two_column_text .main-heading:after {
  display: none;
}
.node--type-text-component .two_column_text .left,
.node--type-text-component .two_column_text .right {
  padding: 15px;
}
.node--type-text-component.two-colum-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.node--type-text-component.two-colum-text .two_column_text {
  margin-top: 0;
  margin-bottom: 0;
}
.node--type-text-component.two-colum-text .container {
  position: relative;
  z-index: 1;
}
.node--type-text-component.bgbluecover .two_column_text,
.node--type-text-component.gray-overlay .two_column_text,
.node--type-text-component.blue-overlay .two_column_text {
  background-color: transparent;
}
.node--type-text-component.image-banner {
  height: 34vw;
  background-size: contain;
  margin: 40px 0 !important;
}
@media (max-width: 767px) {
  .node--type-text-component.image-banner {
    height: 45vw;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.slider-banner {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .slider-banner {
    margin-bottom: 145px;
  }
}
.slider-banner .views-field-field-sub-content-one {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-banner .views-field-field-sub-content-one {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-banner .views-field-field-sub-content-one {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-banner .views-field-field-sub-content-one {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .slider-banner .views-field-field-sub-content-one {
    max-width: 1500px;
  }
}
.slider-banner .slider-content {
  width: 100%;
  max-width: 750px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .slider-banner .slider-content {
    padding: 0 20px;
  }
}
.slider-banner .slider-content p {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: inherit;
  color: #807F83;
}
@media only screen and (max-width: 991px) {
  .slider-banner .slider-content p {
    font-size: 20px;
  }
}
.slider-banner .slick-dots {
  bottom: 40px;
}
.slider-banner .grid {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .slider-banner.full-image-slider .slider-content {
    transform: none;
    margin-top: -20px;
    top: 0;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-banner.full-image-slider .slider-content {
    margin-top: 35px;
  }
}
.slider-banner.full-image-slider .slider-content [class^="main-heading"] {
  margin-top: 0;
  margin-bottom: 26px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-size: 50px;
  color: #0054a4;
  font-family: "gill-sans-nova", Arial, sans-serif;
  position: relative;
  font-weight: bold;
}
.slider-banner.full-image-slider .slider-content [class^="main-heading"]:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .slider-banner.full-image-slider .slider-content [class^="main-heading"] {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-banner.full-image-slider .slider-content [class^="main-heading"] {
    font-size: 30px;
    padding-right: 30px;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-banner.full-image-slider .slider-content [class^="main-heading"] {
    padding-right: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 1020px) {
  .slider-banner.full-image-slider .slider-content [class^="main-heading"] {
    font-size: 35px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .slider-banner.full-image-slider .slider-content [class^="main-heading"] {
    font-size: 33px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .slider-banner.full-image-slider .slider-content [class^="main-heading"] {
    font-size: 44px;
  }
}
@media (max-width: 1299px) and (min-width: 1200px) {
  .slider-banner.full-image-slider .slider-content [class^="main-heading"] {
    font-size: 46px;
  }
}
@media (min-width: 1300px) {
  .slider-banner.full-image-slider .slider-content [class^="main-heading"] {
    font-size: 50px;
    padding-right: 0;
  }
}
.slider-banner.full-image-slider .slider-content .main-heading-blue {
  color: #0054a4;
}
.slider-banner.full-image-slider .slider-content .main-heading-gray {
  color: #807F83;
}
.slider-banner.full-image-slider .slider-content .main-heading-white {
  color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-banner.full-image-slider .slider-content p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-banner.full-image-slider .slick-dots {
    bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .path-front-page .slider-banner.full-image-slider {
    margin-bottom: 0;
  }
}
.node--type-image-video-component {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .node--type-image-video-component {
    margin-bottom: 70px;
  }
}
.node--type-image-video-component .container {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .node--type-image-video-component .container {
    background: #FFFFFF;
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .node--type-image-video-component .container {
    max-width: calc(100% - 124px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-image-video-component .container .row {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component .container .row {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .node--type-image-video-component .container .content {
    padding: 0 0 30px 0px;
  }
}
.node--type-image-video-component .container .content h2,
.node--type-image-video-component .container .content h1 {
  font-family: "gill-sans-nova", Arial, sans-serif;
  font-weight: bold;
  position: relative;
  letter-spacing: -1px;
  margin-bottom: 40px;
  margin-top: 0;
  color: #0054a4;
}
.node--type-image-video-component .container .content h2:after,
.node--type-image-video-component .container .content h1:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 65px;
  border: 1px solid #FFA600;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .node--type-image-video-component .container .content h2,
  .node--type-image-video-component .container .content h1 {
    display: table;
  }
}
.node--type-image-video-component .container .content h2:after,
.node--type-image-video-component .container .content h1:after {
  left: 0;
  bottom: -20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .node--type-image-video-component .container .content h2:after,
  .node--type-image-video-component .container .content h1:after {
    display: table-cell;
  }
}
.node--type-image-video-component .container .content p {
  word-spacing: 1px;
  letter-spacing: 1px;
  margin-bottom: 26PX;
  color: #807F83;
}
.node--type-image-video-component .container .content p.paragraph-blue {
  color: #0054a4;
}
.node--type-image-video-component .container .content p.paragraph-white {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) {
  .node--type-image-video-component .container .content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component .container .content p {
    font-size: 18px;
  }
}
.node--type-image-video-component .container .content p:last-child {
  margin-bottom: 0;
}
.node--type-image-video-component .container .content p.cta-bottom-paragraph {
  font-size: 16px;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  word-spacing: 1px;
  letter-spacing: 1px;
  margin: 0;
  color: inherit;
}
.node--type-image-video-component .container .content p.cta-bottom-paragraph a {
  font-size: 16px;
  font-weight: 600;
}
.node--type-image-video-component .container .content p.cta-bottom-paragraph a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component .container .content {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    padding: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 2;
    max-height: 600px;
    overflow: hidden;
  }
  .node--type-image-video-component .container .content .para-wrapper {
    max-height: 324px;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-image-video-component .container .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .node--type-image-video-component .container .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .node--type-image-video-component .container .content > * {
    width: 100%;
  }
}
.node--type-image-video-component .container .content p a:not(.orange-button),
.node--type-image-video-component .container .content p a:not(.orange-button-external) {
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
.node--type-image-video-component .container .content p a.orange-button,
.node--type-image-video-component .container .content p a.orange-button-external {
  color: #FFFFFF;
  font-family: "gill-sans-nova", Arial, sans-serif;
}
.node--type-image-video-component .container .content p a.orange-button-external {
  letter-spacing: 0px;
  word-spacing: 0px;
}
.node--type-image-video-component .container .content .orange-button {
  word-spacing: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-image-video-component .container .image {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component .container .image {
    padding: 0;
    top: -30px;
    z-index: 1;
    max-height: 600px;
    overflow: hidden;
    padding-top: 54px;
    padding-bottom: 54px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
    background-position: top center;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component .container .image {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
  }
}
.node--type-image-video-component .container .image img {
  opacity: 0;
  height: inherit;
}
.node--type-image-video-component .container ul li.paragraph-white {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.node--type-image-video-component .container ul li.paragraph-blue {
  font-size: 18px;
  color: #0054a4;
}
.node--type-image-video-component .container ul li.paragraph-gray {
  font-size: 18px;
  color: #807F83;
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component [class*="Left_aligned_"] .image {
    left: -12px;
  }
}
@media only screen and (max-width: 991px) {
  .node--type-image-video-component [class*="Left_aligned_"] .image {
    top: -25px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component [class*="Left_aligned_"] .content {
    margin-left: -9.33%;
    top: -60px;
    right: -12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-image-video-component [class*="Left_aligned_"] .content h2,
  .node--type-image-video-component [class*="Left_aligned_"] .content h1 {
    font-size: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .node--type-image-video-component [class*="Left_aligned_"] .content h2,
  .node--type-image-video-component [class*="Left_aligned_"] .content h1 {
    font-size: 30px;
  }
}
@media (min-width: 1300px) {
  .node--type-image-video-component [class*="Left_aligned_"] .content h2,
  .node--type-image-video-component [class*="Left_aligned_"] .content h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component [class*="Left_aligned_"] .content h2,
  .node--type-image-video-component [class*="Left_aligned_"] .content h1 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-image-video-component [class*="Right_aligned_"] .content h2,
  .node--type-image-video-component [class*="Right_aligned_"] .content h1 {
    font-size: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .node--type-image-video-component [class*="Right_aligned_"] .content h2,
  .node--type-image-video-component [class*="Right_aligned_"] .content h1 {
    font-size: 30px;
  }
}
@media (min-width: 1300px) {
  .node--type-image-video-component [class*="Right_aligned_"] .content h2,
  .node--type-image-video-component [class*="Right_aligned_"] .content h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component [class*="Right_aligned_"] .content h2,
  .node--type-image-video-component [class*="Right_aligned_"] .content h1 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component [class*="Right_aligned_"] .content {
    left: -12px;
    top: -60px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component [class*="Right_aligned_"] .image {
    margin-left: -9.33%;
    right: -12px;
    top: -30px;
  }
}
@media only screen and (max-width: 991px) {
  .node--type-image-video-component [class*="Right_aligned_image"] .content {
    order: 2;
  }
  .node--type-image-video-component [class*="Right_aligned_image"] .image {
    order: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-image-video-component [class*="Right_aligned_image"] .image {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component [class*="Right_aligned_image"] .image {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-image-video-component [class*="Right_aligned_image"] .content {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component [class*="Right_aligned_image"] .content {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-image-video-component .Right_aligned_large_image_video .image {
    box-shadow: none;
  }
}
@media only screen and (max-width: 991px) {
  .node--type-image-video-component .Right_aligned_large_image_video .content {
    order: 2;
  }
  .node--type-image-video-component .Right_aligned_large_image_video .image {
    order: 1;
    top: -25px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-image-video-component.right-align-image > .container {
    margin-bottom: 50px;
  }
}
.node--type-image-video-component ul li.paragraph-white {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.node--type-image-video-component ul li.paragraph-blue {
  font-size: 18px;
  color: #0054a4;
}
.node--type-image-video-component ul li.paragraph-gray {
  font-size: 18px;
  color: #807F83;
}
.node--type-image-video-component[data-background-color="#0054a4"] p {
  color: #FFFFFF;
}
.node--type-image-video-component[data-background-color="#0054a4"][data-background-style="gray-overlay"] p {
  color: #807F83;
}
.node--type-image-video-component[data-background-color="#eeeeee"] p {
  color: #807F83;
}
.node--type-image-video-component[data-background-color="#eeeeee"][data-background-style="blue-overlay"] p {
  color: #FFFFFF;
}
.node--type-image-video-component .Left_aligned_image_video.video .image,
.node--type-image-video-component .Left_aligned_large_image_video.video .image {
  z-index: 3;
  cursor: pointer;
  position: relative;
}
.node--type-image-video-component .Left_aligned_image_video.video .image:after,
.node--type-image-video-component .Left_aligned_large_image_video.video .image:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  border: 3px solid #FFFFFF;
  display: block;
  width: 103px;
  height: 103px;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.node--type-image-video-component .Left_aligned_image_video.video .image:before,
.node--type-image-video-component .Left_aligned_large_image_video.video .image:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid #FFFFFF;
  display: block;
  position: absolute;
  left: 4px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin: 0 auto;
  cursor: pointer;
  pointer-events: none;
}
.node--type-image-video-component .Left_aligned_image_video.video .image video,
.node--type-image-video-component .Left_aligned_large_image_video.video .image video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  visibility: hidden;
}
.node--type-image-video-component .Left_aligned_image_video.video .image.video-open,
.node--type-image-video-component .Left_aligned_large_image_video.video .image.video-open {
  cursor: default;
  background: transparent !important;
  box-shadow: none;
  padding: 0;
}
.node--type-image-video-component .Left_aligned_image_video.video .image.video-open:after,
.node--type-image-video-component .Left_aligned_large_image_video.video .image.video-open:after,
.node--type-image-video-component .Left_aligned_image_video.video .image.video-open:before,
.node--type-image-video-component .Left_aligned_large_image_video.video .image.video-open:before {
  display: none;
}
.node--type-image-video-component .Left_aligned_image_video.video .image.video-open video,
.node--type-image-video-component .Left_aligned_large_image_video.video .image.video-open video {
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component .Left_aligned_image_video.video .content,
  .node--type-image-video-component .Left_aligned_large_image_video.video .content {
    padding-left: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-image-video-component .Left_aligned_image_video.video .content,
  .node--type-image-video-component .Left_aligned_large_image_video.video .content {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .node--type-image-video-component .Left_aligned_image_video.video {
    margin-top: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component .Left_aligned_image_video.video {
    min-height: 560px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component .Left_aligned_image_video.video .content {
    padding-left: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component .Left_aligned_image_video.video .content {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .node--type-image-video-component .Left_aligned_image_video .content h2,
  .node--type-image-video-component .Left_aligned_image_video .content h1 {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .node--type-image-video-component .Left_aligned_image_video .content h2,
  .node--type-image-video-component .Left_aligned_image_video .content h1 {
    font-size: 38px;
  }
}
.node--type-image-video-component .Right_aligned_image_video.video .image,
.node--type-image-video-component .Right_aligned_large_image_video.video .image {
  cursor: pointer;
  z-index: 3;
  position: relative;
}
.node--type-image-video-component .Right_aligned_image_video.video .image:after,
.node--type-image-video-component .Right_aligned_large_image_video.video .image:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  border: 3px solid #FFFFFF;
  display: block;
  width: 103px;
  height: 103px;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.node--type-image-video-component .Right_aligned_image_video.video .image:before,
.node--type-image-video-component .Right_aligned_large_image_video.video .image:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid #FFFFFF;
  display: block;
  position: absolute;
  left: 4px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin: 0 auto;
  cursor: pointer;
  pointer-events: none;
}
.node--type-image-video-component .Right_aligned_image_video.video .image video,
.node--type-image-video-component .Right_aligned_large_image_video.video .image video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  visibility: hidden;
}
.node--type-image-video-component .Right_aligned_image_video.video .image.video-open,
.node--type-image-video-component .Right_aligned_large_image_video.video .image.video-open {
  cursor: default;
  background: transparent !important;
  box-shadow: none;
  padding: 0;
}
.node--type-image-video-component .Right_aligned_image_video.video .image.video-open:after,
.node--type-image-video-component .Right_aligned_large_image_video.video .image.video-open:after,
.node--type-image-video-component .Right_aligned_image_video.video .image.video-open:before,
.node--type-image-video-component .Right_aligned_large_image_video.video .image.video-open:before {
  display: none;
}
.node--type-image-video-component .Right_aligned_image_video.video .image.video-open video,
.node--type-image-video-component .Right_aligned_large_image_video.video .image.video-open video {
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component .Right_aligned_image_video.video .content,
  .node--type-image-video-component .Right_aligned_large_image_video.video .content {
    padding-right: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-image-video-component .Right_aligned_image_video.video .content,
  .node--type-image-video-component .Right_aligned_large_image_video.video .content {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component .Right_aligned_image_video.video .content {
    padding-right: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .node--type-image-video-component .Right_aligned_image_video .content h2,
  .node--type-image-video-component .Right_aligned_image_video .content h1 {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .node--type-image-video-component .Right_aligned_image_video .content h2,
  .node--type-image-video-component .Right_aligned_image_video .content h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-image-video-component.left-align-image-video {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.left-align-image-video {
    margin-bottom: 70px;
  }
}
@media (min-width: 1600px) {
  .node--type-image-video-component.left-align-image-video .container {
    max-width: 1476px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-image-video-component.left-align-image-video .container {
    top: -20px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.left-align-image-video .content {
    margin-left: -8.34%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-image-video-component.left-align-image-video .content {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component.left-align-image-video .content {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.left-align-image-video .image,
  .node--type-image-video-component.left-align-image-video .content {
    min-height: 590px;
    max-height: 590px;
    overflow: hidden;
  }
}
.node--type-image-video-component.left-align-image-video.bgimage-contain,
.node--type-image-video-component.right-align-image-video.bgimage-contain,
.node--type-image-video-component.left-align-image-video.blue-overlay,
.node--type-image-video-component.right-align-image-video.blue-overlay,
.node--type-image-video-component.left-align-image-video.gray-overlay,
.node--type-image-video-component.right-align-image-video.gray-overlay {
  margin-bottom: 0;
  margin-top: -34px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-image-video-component.left-align-image-video.bgimage-contain,
  .node--type-image-video-component.right-align-image-video.bgimage-contain,
  .node--type-image-video-component.left-align-image-video.blue-overlay,
  .node--type-image-video-component.right-align-image-video.blue-overlay,
  .node--type-image-video-component.left-align-image-video.gray-overlay,
  .node--type-image-video-component.right-align-image-video.gray-overlay {
    padding-top: 130px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component.left-align-image-video.bgimage-contain,
  .node--type-image-video-component.right-align-image-video.bgimage-contain,
  .node--type-image-video-component.left-align-image-video.blue-overlay,
  .node--type-image-video-component.right-align-image-video.blue-overlay,
  .node--type-image-video-component.left-align-image-video.gray-overlay,
  .node--type-image-video-component.right-align-image-video.gray-overlay {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.left-align-image-video.bgimage-contain .container,
  .node--type-image-video-component.right-align-image-video.bgimage-contain .container,
  .node--type-image-video-component.left-align-image-video.blue-overlay .container,
  .node--type-image-video-component.right-align-image-video.blue-overlay .container,
  .node--type-image-video-component.left-align-image-video.gray-overlay .container,
  .node--type-image-video-component.right-align-image-video.gray-overlay .container {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.right-align-image-video {
    margin-bottom: 70px;
  }
}
@media (min-width: 1600px) {
  .node--type-image-video-component.right-align-image-video .container {
    max-width: 1476px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.right-align-image-video .image,
  .node--type-image-video-component.right-align-image-video .content {
    min-height: 590px;
    max-height: 590px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.right-align-image-video .image {
    margin-left: -8.34%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-image-video-component.right-align-image-video .content {
    padding-bottom: 50px;
  }
}
.node--type-image-video-component.right-align-image-video .content p {
  margin-bottom: 10px;
}
.node--type-image-video-component.right-align-image-video .content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.left-align-large-image-video {
    margin-bottom: 70px;
  }
}
.node--type-image-video-component.left-align-large-image-video .container .image {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) and (max-width: 1140px) {
  .node--type-image-video-component.left-align-large-image-video .container .image,
  .node--type-image-video-component.left-align-large-image-video .container .content {
    min-height: 660px;
    max-height: 660px;
  }
}
@media (min-width: 1141px) {
  .node--type-image-video-component.left-align-large-image-video .container .image,
  .node--type-image-video-component.left-align-large-image-video .container .content {
    max-height: 690px;
    min-height: 690px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-image-video-component.left-align-large-image-video .container {
    max-width: calc(100% - 101px);
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.left-align-large-image-video .container {
    padding-right: 0;
    padding-left: 0;
  }
  .node--type-image-video-component.left-align-large-image-video .container .image {
    left: -25px;
    max-height: 690px;
    min-height: 690px;
  }
  .node--type-image-video-component.left-align-large-image-video .container .content {
    right: -40px;
    max-height: 690px;
    min-height: 690px;
  }
}
@media (min-width: 1200px) {
  .node--type-image-video-component.left-align-large-image-video .container {
    max-width: calc(100% - 153px);
    padding-right: 0;
    padding-left: 0;
  }
  .node--type-image-video-component.left-align-large-image-video .container .image {
    left: -25px;
    max-height: 690px;
    min-height: 690px;
  }
  .node--type-image-video-component.left-align-large-image-video .container .content {
    right: -38px;
    max-height: 690px;
    min-height: 690px;
  }
}
@media (min-width: 1600px) {
  .node--type-image-video-component.left-align-large-image-video .container {
    max-width: 1444px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.left-align-large-image-video .container .row {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-image-video-component.left-align-large-image-video .container .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.node--type-image-video-component.left-align-large-image-video .container .content p {
  margin-bottom: 24px;
}
.node--type-image-video-component.left-align-large-image-video .container .content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component.left-align-large-image-video .container .content p {
    font-size: 20px;
  }
}
.node--type-image-video-component.left-align-large-image-video .container .content p.cta-bottom-paragraph {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.left-align-large-image-video .container .image {
    background-position: top center;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component.left-align-large-image-video {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.right-align-large-image-video {
    margin-bottom: 70px;
  }
}
.node--type-image-video-component.right-align-large-image-video .container .image {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) and (max-width: 1140px) {
  .node--type-image-video-component.right-align-large-image-video .container .image,
  .node--type-image-video-component.right-align-large-image-video .container .content {
    min-height: 660px;
    max-height: 660px;
  }
}
@media (min-width: 1141px) {
  .node--type-image-video-component.right-align-large-image-video .container .image,
  .node--type-image-video-component.right-align-large-image-video .container .content {
    max-height: 690px;
    min-height: 690px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-image-video-component.right-align-large-image-video .container {
    max-width: calc(100% - 101px);
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.right-align-large-image-video .container {
    padding-right: 0;
    padding-left: 0;
  }
  .node--type-image-video-component.right-align-large-image-video .container .image {
    max-height: 690px;
    min-height: 690px;
  }
  .node--type-image-video-component.right-align-large-image-video .container .content {
    max-height: 690px;
    min-height: 690px;
  }
}
@media (min-width: 1200px) {
  .node--type-image-video-component.right-align-large-image-video .container {
    max-width: calc(100% - 153px);
    padding-right: 0;
    padding-left: 0;
  }
  .node--type-image-video-component.right-align-large-image-video .container .image {
    right: -40px;
    max-height: 690px;
    min-height: 690px;
  }
  .node--type-image-video-component.right-align-large-image-video .container .content {
    left: -25px;
    max-height: 690px;
    min-height: 690px;
  }
}
@media (min-width: 1600px) {
  .node--type-image-video-component.right-align-large-image-video .container {
    max-width: 1444px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.right-align-large-image-video .container .row {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-image-video-component.right-align-large-image-video .container .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.node--type-image-video-component.right-align-large-image-video .container .content p {
  margin-bottom: 24px;
}
.node--type-image-video-component.right-align-large-image-video .container .content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component.right-align-large-image-video .container .content p {
    font-size: 20px;
  }
}
.node--type-image-video-component.right-align-large-image-video .container .content p.cta-bottom-paragraph {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .node--type-image-video-component.right-align-large-image-video .container .image {
    background-position: top center;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-image-video-component.right-align-large-image-video {
    margin-bottom: 80px;
  }
}
.media-latest-news {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media-latest-news {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .media-latest-news {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .media-latest-news {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .media-latest-news {
    max-width: 1500px;
  }
}
@media only screen and (min-width: 768px) {
  .media-latest-news {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media-latest-news {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .media-latest-news {
    margin-bottom: 90px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .media-latest-news {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
    margin-top: 45px;
  }
}
.media-latest-news .media-latest-news-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .media-latest-news .media-latest-news-wrapper {
    justify-content: space-between;
  }
}
.media-latest-news .item {
  background: #FFFFFF;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 992px) {
  .media-latest-news .item {
    width: calc(33% - 16px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media-latest-news .item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .media-latest-news .item {
    margin-bottom: 14px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .media-latest-news .item .views-field-field-image {
    max-height: 210px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1600px) {
  .media-latest-news .item .views-field-field-image {
    max-height: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media-latest-news .item .views-field-field-image {
    width: 250px;
    display: block;
    margin: 20px 0 25px 20px;
  }
}
.media-latest-news .item .views-field-field-image img {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.media-latest-news .item .newslistcontent {
  padding: 1.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media-latest-news .item .newslistcontent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 250px);
  }
}
.media-latest-news .item .newslistcontent .views-field-nothing,
.media-latest-news .item .newslistcontent .category-title {
  font-size: 14px;
  margin-bottom: 3px;
  color: #807F83;
  word-spacing: 1px;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media-latest-news .item .newslistcontent .views-field-nothing,
  .media-latest-news .item .newslistcontent .category-title {
    margin-bottom: 10px;
  }
}
.media-latest-news .item .newslistcontent .views-field-nothing a,
.media-latest-news .item .newslistcontent .category-title a,
.media-latest-news .item .newslistcontent .views-field-nothing .field-content,
.media-latest-news .item .newslistcontent .category-title .field-content {
  font-size: 14px;
  color: #807F83;
  word-spacing: 1px;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
.media-latest-news .item .newslistcontent .views-field-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "gill-sans-nova", Arial, sans-serif;
  line-height: 24px;
  color: #0054a4;
}
.media-latest-news .item .newslistcontent .views-field-title a,
.media-latest-news .item .newslistcontent .views-field-title p {
  font-size: 20px;
  font-weight: bold;
  font-family: "gill-sans-nova", Arial, sans-serif;
  line-height: 24px;
  color: #0054a4;
}
.media-latest-news .item .newslistcontent .views-field-title a:hover,
.media-latest-news .item .newslistcontent .views-field-title p:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .media-latest-news header {
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .media-latest-news header {
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.media-latest-news header p {
  font-weight: 500;
  color: #807F83;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .media-latest-news header p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .media-latest-news header p {
    font-size: 18px;
  }
}
.media-latest-news header p a:hover {
  text-decoration: underline;
}
.media-latest-news footer {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media-latest-news footer {
    margin-bottom: 175px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .media-latest-news footer {
    margin-top: 30px;
    margin-bottom: 135px;
  }
}
[class*="title-three"] {
  font-weight: 700;
  font-family: "gill-sans-nova", Arial, sans-serif;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  [class*="title-three"] {
    font-size: 28px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 767px) {
  [class*="title-three"] {
    font-size: 25px;
    letter-spacing: -0.5px;
  }
}
.title-three-latest-news {
  color: #0054a4;
  text-align: center;
}
.product-country-2 header,
.product-country-1 header {
  width: 100%;
  display: block;
  visibility: visible !important;
  text-align: center;
}
.product-country-2 header h2,
.product-country-1 header h2,
.product-country-2 header h3,
.product-country-1 header h3 {
  font-size: 2.188rem;
  line-height: 2.813rem;
  color: #0054a4;
  font-family: "gill-sans-nova", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: -1px;
  font-family: inherit;
  margin-top: 0;
  position: relative;
}
.product-country-2 header h2:hover,
.product-country-1 header h2:hover,
.product-country-2 header h3:hover,
.product-country-1 header h3:hover {
  text-decoration: underline;
  text-decoration-style: #0054a4;
}
@media only screen and (max-width: 767px) {
  .product-country-2 header h2,
  .product-country-1 header h2,
  .product-country-2 header h3,
  .product-country-1 header h3 {
    font-size: 1.563rem;
    line-height: 1.875rem;
    letter-spacing: 0.5px;
  }
}
.product-country-2 header h2:before,
.product-country-1 header h2:before,
.product-country-2 header h3:before,
.product-country-1 header h3:before,
.product-country-2 header h2:after,
.product-country-1 header h2:after,
.product-country-2 header h3:after,
.product-country-1 header h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.product-country-2 header h2:before,
.product-country-1 header h2:before,
.product-country-2 header h3:before,
.product-country-1 header h3:before {
  width: 8%;
  height: 3px;
  background: #FFA600;
  display: block;
  top: auto;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.product-country-2 header h2:after,
.product-country-1 header h2:after,
.product-country-2 header h3:after,
.product-country-1 header h3:after {
  display: none;
}
.product-country-2 header h2:hover,
.product-country-1 header h2:hover,
.product-country-2 header h3:hover,
.product-country-1 header h3:hover {
  text-decoration: none;
}
.product-country-2 header p,
.product-country-1 header p {
  width: 90%;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #807F83;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  font-weight: 500;
  margin: 40px auto 80px;
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .product-country-2 header p,
  .product-country-1 header p {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .product-country-2 header p,
  .product-country-1 header p {
    width: 100%;
  }
}
.product-country-2 .product-wrapper,
.product-country-1 .product-wrapper {
  padding: 0 !important;
  box-shadow: none !important;
}
.product-country-2 .views-field-field-product-brand-image a,
.product-country-1 .views-field-field-product-brand-image a {
  width: 200px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.product-country-2 .views-field-field-product-brand-image img,
.product-country-1 .views-field-field-product-brand-image img {
  height: 200px;
  width: auto;
}
.product-country-2,
.product-country-1 {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .product-country-2,
  .product-country-1 {
    padding: 50px 20px;
    margin-bottom: 60px;
  }
}
.product-country-2 .item,
.product-country-1 .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  padding: 0 50px 50px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .product-country-2 .item,
  .product-country-1 .item {
    padding: 0 35px 50px;
  }
}
.product-country-2 .item img,
.product-country-1 .item img {
  width: auto;
  height: 200px;
  display: block;
  margin: 0 auto;
}
.product-country-2 .item h4,
.product-country-1 .item h4 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-top: 0.625rem;
  font-family: inherit;
  letter-spacing: -0.5px;
}
.product-country-2 .item .views-field-field-product-category,
.product-country-1 .item .views-field-field-product-category,
.product-country-2 .item .views-field-field-display-title,
.product-country-1 .item .views-field-field-display-title,
.product-country-2 .item .views-field-field-product-brand-link,
.product-country-1 .item .views-field-field-product-brand-link {
  margin-top: 24px;
  margin-bottom: 8px;
}
.product-country-2 .item .views-field-field-product-category a,
.product-country-1 .item .views-field-field-product-category a,
.product-country-2 .item .views-field-field-display-title a,
.product-country-1 .item .views-field-field-display-title a,
.product-country-2 .item .views-field-field-product-brand-link a,
.product-country-1 .item .views-field-field-product-brand-link a {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-top: 0.625rem;
  font-family: inherit;
  font-weight: 700;
  color: #0054a4;
  letter-spacing: -0.5px;
}
.product-country-2 .item .views-field-field-product-category:hover a,
.product-country-1 .item .views-field-field-product-category:hover a,
.product-country-2 .item .views-field-field-display-title:hover a,
.product-country-1 .item .views-field-field-display-title:hover a,
.product-country-2 .item .views-field-field-product-brand-link:hover a,
.product-country-1 .item .views-field-field-product-brand-link:hover a {
  text-decoration: underline;
  text-decoration-color: #0054a4;
}
.product-country-2 .item .views-field-body p,
.product-country-1 .item .views-field-body p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #807F83;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.85px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product-country-2 .item .views-field-body p,
  .product-country-1 .item .views-field-body p {
    font-size: 0.938rem;
    line-height: 1.438rem;
  }
}
.product-country-2 .item .views-field-body p.paragraph-italic-gray,
.product-country-1 .item .views-field-body p.paragraph-italic-gray {
  font-style: italic;
}
.product-country-2 {
  top: -50px;
}
.product-country-2:nth-child(2) {
  top: 0;
  margin-bottom: 145px;
}
.product-country-1 {
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-bottom: 145px;
}
.product-country-1:nth-child(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product-country-1 {
    padding: 50px 20px;
    margin-bottom: 100px;
  }
}
.product-country-1 .product-wrapper {
  padding: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}
.product-country-1 .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  padding: 0 50px 50px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .product-country-1 .item {
    padding: 0 35px 50px;
  }
}
.product-country-1 .item img {
  width: auto;
  height: 200px;
  display: block;
  margin: 0 auto;
}
.product-country-1 .item h4 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-top: 0.625rem;
  font-family: inherit;
  letter-spacing: -0.5px;
}
.product-country-1 .item .views-field-field-product-category,
.product-country-1 .item .views-field-field-display-title,
.product-country-1 .item .views-field-field-product-brand-link {
  margin-top: 24px;
  margin-bottom: 8px;
}
.product-country-1 .item .views-field-field-product-category a,
.product-country-1 .item .views-field-field-display-title a,
.product-country-1 .item .views-field-field-product-brand-link a {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-top: 0.625rem;
  font-family: inherit;
  font-weight: 700;
  color: #0054a4;
  letter-spacing: -0.5px;
}
.product-country-1 .item .views-field-field-product-category:hover a,
.product-country-1 .item .views-field-field-display-title:hover a,
.product-country-1 .item .views-field-field-product-brand-link:hover a {
  text-decoration: underline;
  text-decoration-color: #0054a4;
}
.product-country-1 .item .views-field-body p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #807F83;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.85px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product-country-1 .item .views-field-body p {
    font-size: 0.938rem;
    line-height: 1.438rem;
  }
}
.product-country-1 .item .views-field-body p.paragraph-italic-gray {
  font-style: italic;
}
.products-search,
.patent-search {
  position: relative;
  width: 100%;
  top: -50px;
}
.products-search.view-grid-col-3,
.patent-search.view-grid-col-3,
.products-search.view-container-centered,
.patent-search.view-container-centered {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.products-search.view-grid-col-3 header.form-item-sort-by,
.patent-search.view-grid-col-3 header.form-item-sort-by,
.products-search.view-container-centered header.form-item-sort-by,
.patent-search.view-container-centered header.form-item-sort-by {
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .products-search.view-grid-col-3,
  .patent-search.view-grid-col-3,
  .products-search.view-container-centered,
  .patent-search.view-container-centered {
    padding: 0 15px;
  }
}
.products-search.view-grid-col-3 form,
.patent-search.view-grid-col-3 form,
.products-search.view-container-centered form,
.patent-search.view-container-centered form {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
.products-search.view-grid-col-3 form .form-item,
.patent-search.view-grid-col-3 form .form-item,
.products-search.view-container-centered form .form-item,
.patent-search.view-container-centered form .form-item {
  min-width: 31%;
  width: 32.3%;
  margin: 2% 1.5% 2% 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.products-search.view-grid-col-3 form .form-item:before,
.patent-search.view-grid-col-3 form .form-item:before,
.products-search.view-container-centered form .form-item:before,
.patent-search.view-container-centered form .form-item:before,
.products-search.view-grid-col-3 form .form-item:after,
.patent-search.view-grid-col-3 form .form-item:after,
.products-search.view-container-centered form .form-item:after,
.patent-search.view-container-centered form .form-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .products-search.view-grid-col-3 form .form-item,
  .patent-search.view-grid-col-3 form .form-item,
  .products-search.view-container-centered form .form-item,
  .patent-search.view-container-centered form .form-item {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.products-search.view-grid-col-3 form .form-item:before,
.patent-search.view-grid-col-3 form .form-item:before,
.products-search.view-container-centered form .form-item:before,
.patent-search.view-container-centered form .form-item:before {
  width: 35px;
  height: calc(100% - 4px);
  top: 2px;
  right: 2px;
  left: auto;
  background: linear-gradient(180deg, #edebf2 0%, #e1dfe6 100%);
  background: -webkit-linear-gradient(180deg, #edebf2 0%, #e1dfe6 100%);
}
.products-search.view-grid-col-3 form .form-item:after,
.patent-search.view-grid-col-3 form .form-item:after,
.products-search.view-container-centered form .form-item:after,
.patent-search.view-container-centered form .form-item:after {
  content: "\f078";
  right: 18px;
  top: 58%;
  font-family: "Font Awesome\ 5 Free";
  margin-top: -9px;
  font-size: 14px;
  line-height: 18px;
  color: #0054a4;
  font-weight: bold;
  transform: translateX(50%);
  z-index: 2;
  pointer-events: none;
}
.products-search.view-grid-col-3 form .form-item:before,
.patent-search.view-grid-col-3 form .form-item:before,
.products-search.view-container-centered form .form-item:before,
.patent-search.view-container-centered form .form-item:before,
.products-search.view-grid-col-3 form .form-item:after,
.patent-search.view-grid-col-3 form .form-item:after,
.products-search.view-container-centered form .form-item:after,
.patent-search.view-container-centered form .form-item:after {
  pointer-events: none;
}
.products-search.view-grid-col-3 form .form-item:nth-child(5):before,
.patent-search.view-grid-col-3 form .form-item:nth-child(5):before,
.products-search.view-container-centered form .form-item:nth-child(5):before,
.patent-search.view-container-centered form .form-item:nth-child(5):before,
.products-search.view-grid-col-3 form .form-item:nth-child(6):before,
.patent-search.view-grid-col-3 form .form-item:nth-child(6):before,
.products-search.view-container-centered form .form-item:nth-child(6):before,
.patent-search.view-container-centered form .form-item:nth-child(6):before,
.products-search.view-grid-col-3 form .form-item:nth-child(5):after,
.patent-search.view-grid-col-3 form .form-item:nth-child(5):after,
.products-search.view-container-centered form .form-item:nth-child(5):after,
.patent-search.view-container-centered form .form-item:nth-child(5):after,
.products-search.view-grid-col-3 form .form-item:nth-child(6):after,
.patent-search.view-grid-col-3 form .form-item:nth-child(6):after,
.products-search.view-container-centered form .form-item:nth-child(6):after,
.patent-search.view-container-centered form .form-item:nth-child(6):after {
  display: none;
}
.products-search.view-grid-col-3 form .form-item.form-item-body-value,
.patent-search.view-grid-col-3 form .form-item.form-item-body-value,
.products-search.view-container-centered form .form-item.form-item-body-value,
.patent-search.view-container-centered form .form-item.form-item-body-value,
.products-search.view-grid-col-3 form .form-item.form-item-combine,
.patent-search.view-grid-col-3 form .form-item.form-item-combine,
.products-search.view-container-centered form .form-item.form-item-combine,
.patent-search.view-container-centered form .form-item.form-item-combine {
  border-radius: 0.25rem;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15), inset 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.products-search.view-grid-col-3 form .form-item.form-item-body-value:before,
.patent-search.view-grid-col-3 form .form-item.form-item-body-value:before,
.products-search.view-container-centered form .form-item.form-item-body-value:before,
.patent-search.view-container-centered form .form-item.form-item-body-value:before,
.products-search.view-grid-col-3 form .form-item.form-item-combine:before,
.patent-search.view-grid-col-3 form .form-item.form-item-combine:before,
.products-search.view-container-centered form .form-item.form-item-combine:before,
.patent-search.view-container-centered form .form-item.form-item-combine:before,
.products-search.view-grid-col-3 form .form-item.form-item-body-value:after,
.patent-search.view-grid-col-3 form .form-item.form-item-body-value:after,
.products-search.view-container-centered form .form-item.form-item-body-value:after,
.patent-search.view-container-centered form .form-item.form-item-body-value:after,
.products-search.view-grid-col-3 form .form-item.form-item-combine:after,
.patent-search.view-grid-col-3 form .form-item.form-item-combine:after,
.products-search.view-container-centered form .form-item.form-item-combine:after,
.patent-search.view-container-centered form .form-item.form-item-combine:after {
  display: none;
}
.products-search.view-grid-col-3 form .form-item.form-item-body-value .form-text,
.patent-search.view-grid-col-3 form .form-item.form-item-body-value .form-text,
.products-search.view-container-centered form .form-item.form-item-body-value .form-text,
.patent-search.view-container-centered form .form-item.form-item-body-value .form-text,
.products-search.view-grid-col-3 form .form-item.form-item-combine .form-text,
.patent-search.view-grid-col-3 form .form-item.form-item-combine .form-text,
.products-search.view-container-centered form .form-item.form-item-combine .form-text,
.patent-search.view-container-centered form .form-item.form-item-combine .form-text {
  width: calc(100% - 45px);
  height: 60px;
  color: #807F83;
  font-size: 1.25rem;
  line-height: 1.9;
  font-family: inherit;
  border: none;
  padding: 10px;
  background: transparent;
  cursor: auto;
}
@media only screen and (max-width: 991px) {
  .products-search.view-grid-col-3 form .form-item.form-item-body-value .form-text,
  .patent-search.view-grid-col-3 form .form-item.form-item-body-value .form-text,
  .products-search.view-container-centered form .form-item.form-item-body-value .form-text,
  .patent-search.view-container-centered form .form-item.form-item-body-value .form-text,
  .products-search.view-grid-col-3 form .form-item.form-item-combine .form-text,
  .patent-search.view-grid-col-3 form .form-item.form-item-combine .form-text,
  .products-search.view-container-centered form .form-item.form-item-combine .form-text,
  .patent-search.view-container-centered form .form-item.form-item-combine .form-text {
    font-size: 1.2rem;
  }
}
.products-search.view-grid-col-3 form .form-item.form-item-body-value .form-text:focus,
.patent-search.view-grid-col-3 form .form-item.form-item-body-value .form-text:focus,
.products-search.view-container-centered form .form-item.form-item-body-value .form-text:focus,
.patent-search.view-container-centered form .form-item.form-item-body-value .form-text:focus,
.products-search.view-grid-col-3 form .form-item.form-item-combine .form-text:focus,
.patent-search.view-grid-col-3 form .form-item.form-item-combine .form-text:focus,
.products-search.view-container-centered form .form-item.form-item-combine .form-text:focus,
.patent-search.view-container-centered form .form-item.form-item-combine .form-text:focus {
  outline: none;
}
.products-search.view-grid-col-3 form .form-item:nth-child(3n+3),
.patent-search.view-grid-col-3 form .form-item:nth-child(3n+3),
.products-search.view-container-centered form .form-item:nth-child(3n+3),
.patent-search.view-container-centered form .form-item:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .products-search.view-grid-col-3 form .form-item,
  .patent-search.view-grid-col-3 form .form-item,
  .products-search.view-container-centered form .form-item,
  .patent-search.view-container-centered form .form-item {
    min-width: 282px;
    width: 31.85%;
    margin-right: 1.5%;
  }
}
@media only screen and (max-width: 991px) {
  .products-search.view-grid-col-3 form .form-item,
  .patent-search.view-grid-col-3 form .form-item,
  .products-search.view-container-centered form .form-item,
  .patent-search.view-container-centered form .form-item {
    min-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.products-search.view-grid-col-3 form .form-item label,
.patent-search.view-grid-col-3 form .form-item label,
.products-search.view-container-centered form .form-item label,
.patent-search.view-container-centered form .form-item label {
  display: none;
}
.products-search.view-grid-col-3 form .form-item select,
.patent-search.view-grid-col-3 form .form-item select,
.products-search.view-container-centered form .form-item select,
.patent-search.view-container-centered form .form-item select {
  width: 100%;
  height: 60px;
  color: #807F83;
  font-size: 1.25rem;
  line-height: 1.9;
  font-family: inherit;
  border: 1px solid #FFFFFF;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
@media only screen and (max-width: 991px) {
  .products-search.view-grid-col-3 form .form-item select,
  .patent-search.view-grid-col-3 form .form-item select,
  .products-search.view-container-centered form .form-item select,
  .patent-search.view-container-centered form .form-item select {
    font-size: 1.2rem;
  }
}
.products-search.view-grid-col-3 form .form-item select,
.patent-search.view-grid-col-3 form .form-item select,
.products-search.view-container-centered form .form-item select,
.patent-search.view-container-centered form .form-item select {
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}
.products-search.view-grid-col-3 form .form-no-label-wrapper,
.patent-search.view-grid-col-3 form .form-no-label-wrapper,
.products-search.view-container-centered form .form-no-label-wrapper,
.patent-search.view-container-centered form .form-no-label-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .products-search.view-grid-col-3 form .form-no-label-wrapper,
  .patent-search.view-grid-col-3 form .form-no-label-wrapper,
  .products-search.view-container-centered form .form-no-label-wrapper,
  .patent-search.view-container-centered form .form-no-label-wrapper {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper,
.products-search.view-container-centered form .form-item-sort-wrapper,
.patent-search.view-container-centered form .form-item-sort-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  order: 5;
  margin: 15px 0 00px;
  position: relative;
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper:before,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper:before,
.products-search.view-container-centered form .form-item-sort-wrapper:before,
.patent-search.view-container-centered form .form-item-sort-wrapper:before,
.products-search.view-grid-col-3 form .form-item-sort-wrapper:after,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper:after,
.products-search.view-container-centered form .form-item-sort-wrapper:after,
.patent-search.view-container-centered form .form-item-sort-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .products-search.view-grid-col-3 form .form-item-sort-wrapper,
  .patent-search.view-grid-col-3 form .form-item-sort-wrapper,
  .products-search.view-container-centered form .form-item-sort-wrapper,
  .patent-search.view-container-centered form .form-item-sort-wrapper {
    margin-top: 20px;
    padding: 15px 0;
  }
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper:before,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper:before,
.products-search.view-container-centered form .form-item-sort-wrapper:before,
.patent-search.view-container-centered form .form-item-sort-wrapper:before,
.products-search.view-grid-col-3 form .form-item-sort-wrapper:after,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper:after,
.products-search.view-container-centered form .form-item-sort-wrapper:after,
.patent-search.view-container-centered form .form-item-sort-wrapper:after {
  width: 100%;
  height: 4px;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  top: -6px;
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper:after,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper:after,
.products-search.view-container-centered form .form-item-sort-wrapper:after,
.patent-search.view-container-centered form .form-item-sort-wrapper:after {
  display: none;
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper header,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper header,
.products-search.view-container-centered form .form-item-sort-wrapper header,
.patent-search.view-container-centered form .form-item-sort-wrapper header,
.patent-search .patent-search-placeholder + div {
  order: 1;
  width: 96%;
  color: #807F83;
  font-size: 0.875rem;
  line-height: 1.25rem;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-search.view-grid-col-3 form .form-item-sort-wrapper header,
  .patent-search.view-grid-col-3 form .form-item-sort-wrapper header,
  .products-search.view-container-centered form .form-item-sort-wrapper header,
  .patent-search.view-container-centered form .form-item-sort-wrapper header,
  .patent-search .patent-search-placeholder + div {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .products-search.view-grid-col-3 form .form-item-sort-wrapper header,
  .patent-search.view-grid-col-3 form .form-item-sort-wrapper header,
  .products-search.view-container-centered form .form-item-sort-wrapper header,
  .patent-search.view-container-centered form .form-item-sort-wrapper header,
  .patent-search .patent-search-placeholder + div {
    width: 94%;
  }
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by,
.products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by,
.patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by {
  order: 2;
  min-width: 50px;
  width: 60px;
  margin-right: 0;
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by:before,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by:before,
.products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by:before,
.patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by:before,
.products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by:after,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by:after,
.products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by:after,
.patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by:after {
  display: none;
}
@media only screen and (max-width: 991px) {
  .products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by,
  .patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by,
  .products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by,
  .patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by,
  .patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by,
  .products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by,
  .patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by {
    width: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by,
  .patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by,
  .products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by,
  .patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by {
    width: 80px;
    margin-bottom: 0;
  }
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by label,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by label,
.products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by label,
.patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by label {
  display: block;
  position: relative;
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by label:before,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by label:before,
.products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by label:before,
.patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by label:before {
  content: ':';
  position: absolute;
  width: auto;
  height: auto;
  font-size: 14px;
  color: #807F83;
  display: block;
  right: 2px;
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by select,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-by select,
.products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by select,
.patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-by select {
  display: none;
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-order,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-order,
.products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-order,
.patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-order {
  order: 3;
  min-width: 40px;
  width: 55px;
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-order,
  .patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-order,
  .products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-order,
  .patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-order {
    margin-bottom: 0;
  }
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-order:before,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-order:before,
.products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-order:before,
.patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-order:before {
  display: none;
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-order:after,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-order:after,
.products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-order:after,
.patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-order:after {
  content: "\f078";
  right: 10px;
  top: 50%;
  font-family: "Font Awesome\ 5 Free";
  margin-top: -9px;
  font-size: 14px;
  line-height: 18px;
  color: #807F83;
  font-weight: bold;
  transform: translateX(50%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-order:after,
  .patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-order:after,
  .products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-order:after,
  .patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-order:after {
    font-size: 10px;
    right: 4px;
  }
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-order label,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-order label,
.products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-order label,
.patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-order label {
  display: none;
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-order select,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper .js-form-item-sort-order select,
.products-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-order select,
.patent-search.view-container-centered form .form-item-sort-wrapper .js-form-item-sort-order select {
  font-weight: bold;
  padding: 1px 5px 1px 5px;
  vertical-align: top;
}
.products-search.view-grid-col-3 form .form-item-sort-wrapper select,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper select,
.products-search.view-container-centered form .form-item-sort-wrapper select,
.patent-search.view-container-centered form .form-item-sort-wrapper select,
.products-search.view-grid-col-3 form .form-item-sort-wrapper .form-item-sort-by label,
.patent-search.view-grid-col-3 form .form-item-sort-wrapper .form-item-sort-by label,
.products-search.view-container-centered form .form-item-sort-wrapper .form-item-sort-by label,
.patent-search.view-container-centered form .form-item-sort-wrapper .form-item-sort-by label {
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 1;
  color: #807F83;
  vertical-align: middle;
  padding: 1px 5px;
  height: 20px;
  margin-right: 0;
  outline: none;
}
.products-search.view-grid-col-3 form .form-actions,
.patent-search.view-grid-col-3 form .form-actions,
.products-search.view-container-centered form .form-actions,
.patent-search.view-container-centered form .form-actions {
  width: 100%;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  order: 4;
}
.products-search.view-grid-col-3 form .form-actions .button,
.patent-search.view-grid-col-3 form .form-actions .button,
.products-search.view-container-centered form .form-actions .button,
.patent-search.view-container-centered form .form-actions .button {
  outline: none;
  width: 100%;
  background: transparent;
  border: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #CC0000;
  margin-bottom: 20px;
  font-weight: bold;
  cursor: pointer;
  vertical-align: top;
}
.products-search.view-grid-col-3 form .combined_product_search,
.patent-search.view-grid-col-3 form .combined_product_search,
.products-search.view-container-centered form .combined_product_search,
.patent-search.view-container-centered form .combined_product_search {
  cursor: pointer;
  padding: 10px;
  color: #807F83;
}
.products-search.view-grid-col-3 .product-wrapper,
.patent-search.view-grid-col-3 .product-wrapper,
.products-search.view-container-centered .product-wrapper,
.patent-search.view-container-centered .product-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .products-search.view-grid-col-3 .product-wrapper,
  .patent-search.view-grid-col-3 .product-wrapper,
  .products-search.view-container-centered .product-wrapper,
  .patent-search.view-container-centered .product-wrapper {
    padding: 50px 20px;
    margin-bottom: 60px;
    box-shadow: none;
    position: relative;
  }
  .products-search.view-grid-col-3 .product-wrapper:before,
  .patent-search.view-grid-col-3 .product-wrapper:before,
  .products-search.view-container-centered .product-wrapper:before,
  .patent-search.view-container-centered .product-wrapper:before,
  .products-search.view-grid-col-3 .product-wrapper:after,
  .patent-search.view-grid-col-3 .product-wrapper:after,
  .products-search.view-container-centered .product-wrapper:after,
  .patent-search.view-container-centered .product-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .products-search.view-grid-col-3 .product-wrapper:before,
  .patent-search.view-grid-col-3 .product-wrapper:before,
  .products-search.view-container-centered .product-wrapper:before,
  .patent-search.view-container-centered .product-wrapper:before,
  .products-search.view-grid-col-3 .product-wrapper:after,
  .patent-search.view-grid-col-3 .product-wrapper:after,
  .products-search.view-container-centered .product-wrapper:after,
  .patent-search.view-container-centered .product-wrapper:after {
    width: 50%;
    height: 100%;
    background-color: #FFFFFF;
    display: block;
  }
  .products-search.view-grid-col-3 .product-wrapper:before,
  .patent-search.view-grid-col-3 .product-wrapper:before,
  .products-search.view-container-centered .product-wrapper:before,
  .patent-search.view-container-centered .product-wrapper:before {
    left: -50%;
  }
  .products-search.view-grid-col-3 .product-wrapper:after,
  .patent-search.view-grid-col-3 .product-wrapper:after,
  .products-search.view-container-centered .product-wrapper:after,
  .patent-search.view-container-centered .product-wrapper:after {
    right: -50%;
  }
}
.products-search.view-grid-col-3 .product-wrapper .item,
.patent-search.view-grid-col-3 .product-wrapper .item,
.products-search.view-container-centered .product-wrapper .item,
.patent-search.view-container-centered .product-wrapper .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  padding: 0 50px 50px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .products-search.view-grid-col-3 .product-wrapper .item,
  .patent-search.view-grid-col-3 .product-wrapper .item,
  .products-search.view-container-centered .product-wrapper .item,
  .patent-search.view-container-centered .product-wrapper .item {
    padding: 0 35px 50px;
  }
}
.products-search.view-grid-col-3 .product-wrapper .item img,
.patent-search.view-grid-col-3 .product-wrapper .item img,
.products-search.view-container-centered .product-wrapper .item img,
.patent-search.view-container-centered .product-wrapper .item img {
  width: auto;
  height: 200px;
  display: block;
  margin: 0 auto;
}
.products-search.view-grid-col-3 .product-wrapper .item h4,
.patent-search.view-grid-col-3 .product-wrapper .item h4,
.products-search.view-container-centered .product-wrapper .item h4,
.patent-search.view-container-centered .product-wrapper .item h4 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-top: 0.625rem;
  font-family: inherit;
  letter-spacing: -0.5px;
}
.products-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-category,
.patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-category,
.products-search.view-container-centered .product-wrapper .item .views-field-field-product-category,
.patent-search.view-container-centered .product-wrapper .item .views-field-field-product-category,
.products-search.view-grid-col-3 .product-wrapper .item .views-field-field-display-title,
.patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-display-title,
.products-search.view-container-centered .product-wrapper .item .views-field-field-display-title,
.patent-search.view-container-centered .product-wrapper .item .views-field-field-display-title,
.products-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-brand-link,
.patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-brand-link,
.products-search.view-container-centered .product-wrapper .item .views-field-field-product-brand-link,
.patent-search.view-container-centered .product-wrapper .item .views-field-field-product-brand-link {
  margin-top: 24px;
  margin-bottom: 8px;
}
.products-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-category a,
.patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-category a,
.products-search.view-container-centered .product-wrapper .item .views-field-field-product-category a,
.patent-search.view-container-centered .product-wrapper .item .views-field-field-product-category a,
.products-search.view-grid-col-3 .product-wrapper .item .views-field-field-display-title a,
.patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-display-title a,
.products-search.view-container-centered .product-wrapper .item .views-field-field-display-title a,
.patent-search.view-container-centered .product-wrapper .item .views-field-field-display-title a,
.products-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-brand-link a,
.patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-brand-link a,
.products-search.view-container-centered .product-wrapper .item .views-field-field-product-brand-link a,
.patent-search.view-container-centered .product-wrapper .item .views-field-field-product-brand-link a {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-top: 0.625rem;
  font-family: inherit;
  font-weight: 700;
  color: #0054a4;
  letter-spacing: -0.5px;
}
.products-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-category:hover a,
.patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-category:hover a,
.products-search.view-container-centered .product-wrapper .item .views-field-field-product-category:hover a,
.patent-search.view-container-centered .product-wrapper .item .views-field-field-product-category:hover a,
.products-search.view-grid-col-3 .product-wrapper .item .views-field-field-display-title:hover a,
.patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-display-title:hover a,
.products-search.view-container-centered .product-wrapper .item .views-field-field-display-title:hover a,
.patent-search.view-container-centered .product-wrapper .item .views-field-field-display-title:hover a,
.products-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-brand-link:hover a,
.patent-search.view-grid-col-3 .product-wrapper .item .views-field-field-product-brand-link:hover a,
.products-search.view-container-centered .product-wrapper .item .views-field-field-product-brand-link:hover a,
.patent-search.view-container-centered .product-wrapper .item .views-field-field-product-brand-link:hover a {
  text-decoration: underline;
  text-decoration-color: #0054a4;
}
.products-search.view-grid-col-3 .product-wrapper .item .views-field-body p,
.patent-search.view-grid-col-3 .product-wrapper .item .views-field-body p,
.products-search.view-container-centered .product-wrapper .item .views-field-body p,
.patent-search.view-container-centered .product-wrapper .item .views-field-body p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #807F83;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.85px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .products-search.view-grid-col-3 .product-wrapper .item .views-field-body p,
  .patent-search.view-grid-col-3 .product-wrapper .item .views-field-body p,
  .products-search.view-container-centered .product-wrapper .item .views-field-body p,
  .patent-search.view-container-centered .product-wrapper .item .views-field-body p {
    font-size: 0.938rem;
    line-height: 1.438rem;
  }
}
.products-search.view-grid-col-3 .product-wrapper .item .views-field-body p.paragraph-italic-gray,
.patent-search.view-grid-col-3 .product-wrapper .item .views-field-body p.paragraph-italic-gray,
.products-search.view-container-centered .product-wrapper .item .views-field-body p.paragraph-italic-gray,
.patent-search.view-container-centered .product-wrapper .item .views-field-body p.paragraph-italic-gray {
  font-style: italic;
}
.products-search nav,
.patent-search nav {
  display: none;
}
.search-no-result {
  min-height: 40px;
  width: 100%;
  color: #807F83;
  margin: 25px auto 50px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.search-no-result:before,
.search-no-result:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.search-no-result:before {
  width: 100%;
  height: 4px;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  top: -6px;
}
.search-no-result:after {
  display: none;
}
.filters_product_title {
  text-align: center;
  color: #807F83;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  top: 15px;
}
@media only screen and (max-width: 991px) {
  .filters_product_title {
    top: -5px;
  }
}
.patent-search {
  padding-top: 40px;
  top: 0;
}
.patent-search table {
  width: 100%;
  max-width: 100%;
}
.patent-search table p {
  margin: 0;
}
.patent-search table > thead {
  display: block;
  width: 100%;
}
.patent-search table > thead > tr {
  margin-bottom: 5px;
  display: table;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
}
.patent-search table > thead > tr th {
  padding: 5px 10px 10px;
  background: #0054a4;
  color: #FFFFFF;
  font-weight: 700;
}
.patent-search table > thead > tr th:first-child {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
}
.patent-search table > tbody {
  display: block;
  width: 100%;
}
.patent-search table > tbody > tr {
  margin-bottom: 5px;
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  max-width: 100%;
}
.patent-search table > tbody > tr td {
  padding: 5px 10px 10px;
  background-color: #eaeaea;
}
.patent-search table > tbody > tr td:first-child {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
}
.patent-search table > tbody > tr:nth-child(odd) td {
  background-color: #fff;
}
.patent-search .slider-title {
  margin: 5px 0px 15px 0px;
  color: #0053a2;
  font-size: 2rem;
}
.patent-search.view-grid-col-3,
.patent-search.view-container-centered {
  flex-direction: column-reverse;
  padding-top: 40px;
}
.patent-search .patent-search-placeholder {
  display: none;
}
.patent-content-wrapper {
  background: #fff;
  padding: 35px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.patent-content-wrapper header p {
  font-size: 18px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 480px) {
  .patent-content-wrapper .patent-content {
    overflow-x: auto;
  }
}
.node--type-product {
  overflow: hidden;
  background: #FFFFFF;
}
.node--type-product .container {
  position: relative;
  height: 100%;
  padding-bottom: 100px;
}
.node--type-product .container .product-title {
  width: 100%;
  height: 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .node--type-product .container .product-title {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-product .container .product-title {
    margin-left: 15px;
  }
}
.node--type-product .container .product-title h1,
.node--type-product .container .product-title .title-two {
  font-size: 2rem;
  color: #0054a4;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -1px;
  font-style: normal;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .node--type-product .container .product-title h1,
  .node--type-product .container .product-title .title-two {
    font-size: 1.563rem;
  }
}
.node--type-product .container .product-title h1:after,
.node--type-product .container .product-title .title-two:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 65px;
  border: 1px solid #FFA600;
}
.node--type-product .container .product-title h1:after,
.node--type-product .container .product-title .title-two:after {
  left: 0;
  bottom: -17px;
}
.node--type-product .container .product-description {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .node--type-product .container .product-description {
    padding-left: 15px;
  }
}
.node--type-product .container .product-description p {
  color: #807F83;
  font-size: 1.25rem;
  line-height: 32px;
  word-spacing: 1px ;
  margin-bottom: 19px;
  letter-spacing: 1px;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .node--type-product .container .product-description p {
    font-size: 1.125rem;
  }
}
.node--type-product .container .product-image {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .node--type-product .container .product-image {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-product .container .product-image {
    margin-top: 20px;
  }
}
.node--type-product .container .product-image img {
  height: auto;
  display: block;
}
.node--type-grid-component {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .node--type-grid-component {
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component {
    padding: 50px 10px;
  }
}
.node--type-grid-component > .row {
  margin-left: 0;
  margin-right: 0;
}
.node--type-grid-component .grid-header {
  text-align: center;
  flex-direction: column;
  margin-bottom: 54px;
}
.node--type-grid-component .grid-header .title,
.node--type-grid-component .grid-header .title-white,
.node--type-grid-component .grid-header .title-blue {
  margin-bottom: 38px;
  position: relative;
  font-weight: 700;
  font-family: 'gill-sans-nova', Arial, sans-serif;
  margin-top: 0;
}
.node--type-grid-component .grid-header .title:after,
.node--type-grid-component .grid-header .title-white:after,
.node--type-grid-component .grid-header .title-blue:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 65px;
  border: 1px solid #FFA600;
}
.node--type-grid-component .grid-header .title:after,
.node--type-grid-component .grid-header .title-white:after,
.node--type-grid-component .grid-header .title-blue:after {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .node--type-grid-component .grid-header .title,
  .node--type-grid-component .grid-header .title-white,
  .node--type-grid-component .grid-header .title-blue {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-header .title,
  .node--type-grid-component .grid-header .title-white,
  .node--type-grid-component .grid-header .title-blue {
    font-size: 28px;
    line-height: 40px;
  }
}
.node--type-grid-component .grid-header .title,
.node--type-grid-component .grid-header .title-blue {
  color: #0054a4;
}
.node--type-grid-component .grid-header .title-white {
  color: #FFFFFF;
}
.node--type-grid-component .grid-header .content p {
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (min-width: 1150px) {
  .node--type-grid-component .grid-header .content {
    width: 984px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-grid-component .grid-header.row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-grid-component .grid-body.row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-body {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-grid-component .grid-body[class*="three_column"] > .item {
    width: calc(33.33% - 29px);
    margin-left: 14px;
    margin-right: 14px;
  }
}
.node--type-grid-component .grid-body[class*="three_column"] .image-video {
  margin-bottom: 38px;
}
@media only screen and (min-width: 992px) {
  .node--type-grid-component .grid-body[class*="four_column"] > .item {
    width: calc(25% - 22px);
    margin-left: 11px;
    margin-right: 11px;
  }
}
.node--type-grid-component .grid-body[class*="four_column"] > .item .image-video {
  margin-bottom: 38px;
}
.node--type-grid-component .grid-body.three_column_fill .item,
.node--type-grid-component .grid-body.four_column_fill .item {
  background: #FFFFFF;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  padding: 1.25rem;
}
.node--type-grid-component .grid-body.three_column_fill .item p,
.node--type-grid-component .grid-body.four_column_fill .item p {
  color: #807F83;
}
.node--type-grid-component .grid-body.three_column_fill .item.grid-video,
.node--type-grid-component .grid-body.four_column_fill .item.grid-video,
.node--type-grid-component .grid-body.three_column_fill .item.grid-image,
.node--type-grid-component .grid-body.four_column_fill .item.grid-image {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.node--type-grid-component .grid-body.three_column_fill .item.grid-video .video,
.node--type-grid-component .grid-body.four_column_fill .item.grid-video .video,
.node--type-grid-component .grid-body.three_column_fill .item.grid-image .video,
.node--type-grid-component .grid-body.four_column_fill .item.grid-image .video {
  cursor: pointer;
  position: relative;
}
.node--type-grid-component .grid-body.three_column_fill .item.grid-video .video:after,
.node--type-grid-component .grid-body.four_column_fill .item.grid-video .video:after,
.node--type-grid-component .grid-body.three_column_fill .item.grid-image .video:after,
.node--type-grid-component .grid-body.four_column_fill .item.grid-image .video:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  border: 3px solid #FFFFFF;
  display: block;
  width: 103px;
  height: 103px;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.node--type-grid-component .grid-body.three_column_fill .item.grid-video .video:before,
.node--type-grid-component .grid-body.four_column_fill .item.grid-video .video:before,
.node--type-grid-component .grid-body.three_column_fill .item.grid-image .video:before,
.node--type-grid-component .grid-body.four_column_fill .item.grid-image .video:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid #FFFFFF;
  display: block;
  position: absolute;
  left: 4px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin: 0 auto;
  cursor: pointer;
  pointer-events: none;
}
.node--type-grid-component .grid-body p {
  letter-spacing: 1px;
  word-spacing: 1px;
  font-size: 17px;
  padding-top: 17px;
}
.node--type-grid-component .grid-body p:last-child {
  margin-bottom: 0;
}
.node--type-grid-component .grid-body .market_count {
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: 'gill-sans-nova', Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .node--type-grid-component .grid-body .market_count {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-body .market_count {
    font-size: 30px;
    line-height: 30px;
  }
}
.node--type-grid-component .grid-body .market_caption {
  font-size: 17px;
  padding-top: 17px;
  word-spacing: 1px;
  letter-spacing: 1px;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
.node--type-grid-component .grid-body > .item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .node--type-grid-component .grid-body > .item {
    width: calc(50% - 22px);
    margin-left: 11px;
    margin-right: 11px;
  }
}
.node--type-grid-component .grid-body > .item.grid-video .video {
  cursor: pointer;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.node--type-grid-component .grid-body > .item.grid-video .video:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  border: 3px solid #FFFFFF;
  display: block;
  width: 103px;
  height: 103px;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.node--type-grid-component .grid-body > .item.grid-video .video:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid #FFFFFF;
  display: block;
  position: absolute;
  left: 4px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin: 0 auto;
  cursor: pointer;
  pointer-events: none;
}
.node--type-grid-component .grid-body > .item.grid-video .video video {
  visibility: hidden;
}
.node--type-grid-component .grid-body > .item.grid-video .video.video-open {
  background-image: none !important;
}
.node--type-grid-component .grid-body > .item.grid-video .video.video-open:after,
.node--type-grid-component .grid-body > .item.grid-video .video.video-open:before {
  display: none;
}
.node--type-grid-component .grid-body > .item.grid-video .video.video-open video {
  visibility: visible;
}
.node--type-grid-component .grid-body [class*="title"] {
  margin: 0;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: 'gill-sans-nova', Arial, sans-serif;
  font-size: 25px;
}
.node--type-grid-component .grid-body .large-title,
.node--type-grid-component .grid-body .large-title-blue,
.node--type-grid-component .grid-body .large-title-white {
  font-size: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-body .large-title,
  .node--type-grid-component .grid-body .large-title-blue,
  .node--type-grid-component .grid-body .large-title-white {
    font-size: 30px;
  }
}
.node--type-grid-component .grid-body .large-title {
  color: #0054a4;
}
.node--type-grid-component .title {
  color: #0054a4;
}
@media only screen and (min-width: 992px) {
  .node--type-grid-component[data-background-style="blue-overlay"],
  .node--type-grid-component[data-background-color="#0054a4"] {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-grid-component[data-background-style="blue-overlay"],
  .node--type-grid-component[data-background-color="#0054a4"] {
    margin-top: -100px;
  }
}
.node--type-grid-component[data-background-style="blue-overlay"] .title,
.node--type-grid-component[data-background-color="#0054a4"] .title,
.node--type-grid-component[data-background-style="blue-overlay"] .large-title,
.node--type-grid-component[data-background-color="#0054a4"] .large-title {
  color: #FFFFFF;
}
.node--type-grid-component[data-background-style="blue-overlay"] p,
.node--type-grid-component[data-background-color="#0054a4"] p {
  color: rgba(238, 238, 238, 0.8);
}
.node--type-grid-component[data-background-style="gray-overlay"] .title,
.node--type-grid-component[data-background-color="#eeeeee"] .title,
.node--type-grid-component[data-background-style="gray-overlay"] .large-title,
.node--type-grid-component[data-background-color="#eeeeee"] .large-title {
  color: #0054a4;
}
.node--type-grid-component[data-background-style="gray-overlay"] p,
.node--type-grid-component[data-background-color="#eeeeee"] p {
  color: #807F83;
}
@media only screen and (min-width: 992px) {
  .node--type-grid-component .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.node--type-grid-component.bgimage-contain,
.node--type-grid-component.blue-overlay {
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .node--type-grid-component.bgimage-contain,
  .node--type-grid-component.blue-overlay {
    margin-top: -150px;
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-grid-component.bgimage-contain,
  .node--type-grid-component.blue-overlay {
    margin-top: -100px;
    margin-bottom: -18px;
    padding: 80px 20px 100px;
  }
}
.node--type-grid-component.bgimage-contain.bgbluecover .grid-header .title,
.node--type-grid-component.blue-overlay.bgbluecover .grid-header .title {
  color: #FFFFFF;
}
.node--type-grid-component .tabswrapper {
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (min-width: 768px) {
  .node--type-grid-component .tabswrapper {
    padding: 0;
    padding-top: 1%;
  }
}
@media only screen and (max-width: 480px) {
  .node--type-grid-component .tabswrapper {
    padding: 0;
    position: relative;
  }
  .node--type-grid-component .tabswrapper div.container {
    padding: 0;
  }
}
.node--type-grid-component .tabswrapper .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-grid-component .tabswrapper .container {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-grid-component .tabswrapper .container {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .node--type-grid-component .tabswrapper .container {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .node--type-grid-component .tabswrapper .container {
    max-width: 1500px;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .node--type-grid-component .tabswrapper .row {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.node--type-grid-component .tabswrapper .row > div {
  display: inline-block;
  padding: 20px 35px;
  cursor: default;
  color: #0054a4;
  font-size: 1.25rem;
  font-weight: 700;
}
.node--type-grid-component .tabswrapper .row > div.inactive {
  border: 0;
  color: #807F83;
}
.node--type-grid-component .tabswrapper .row > div:hover {
  color: #0054a4;
}
@media only screen and (min-width: 768px) {
  .node--type-grid-component .tabswrapper .row > div {
    background: #e5e2e2;
    position: relative;
  }
  .node--type-grid-component .tabswrapper .row > div:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e5e2e2;
    position: absolute;
    right: 50%;
    margin-right: -10px;
    bottom: -10px;
  }
  .node--type-grid-component .tabswrapper .row > div.inactive {
    background: transparent;
  }
  .node--type-grid-component .tabswrapper .row > div.inactive::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .tabswrapper .row {
    display: none;
    transition: all 400ms ease-in;
  }
  .node--type-grid-component .tabswrapper .row.mobileselect-open {
    display: block;
    width: 95%;
    max-width: 320px;
    padding: 10px;
    margin: auto;
    margin-top: -1px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    border: 1px solid #0054a4;
    border-top: 0;
    background: #f9f9f9;
  }
  .node--type-grid-component .tabswrapper .row.mobileselect-open > div {
    width: 100%;
    padding: 5px ;
    font-size: 1rem;
    color: #807F83;
  }
  .node--type-grid-component .tabswrapper .row.mobileselect-open > div:hover {
    color: #0054a4;
  }
}
.node--type-grid-component .tabswrapper .mobileselect {
  display: block;
  width: 95%;
  max-width: 320px;
  padding: 10px;
  margin: auto;
  border: 1px solid;
  color: #0054a4;
  background: #f9f9f9;
  position: relative;
}
.node--type-grid-component .tabswrapper .mobileselect:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-left: 0;
  border-top: 0;
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: rotate(45deg);
  transition: all 400ms ease-in;
}
@media only screen and (min-width: 768px) {
  .node--type-grid-component .tabswrapper .mobileselect {
    display: none;
  }
  .node--type-grid-component .tabswrapper .mobileselect + .row {
    margin-left: 0;
    margin-right: 0;
    margin-left: 5%;
    margin-right: 5%;
    padding: 0;
    border-bottom: 1px solid #e5e2e2;
  }
}
@media (min-width: 1600px) {
  .node--type-grid-component .tabswrapper .mobileselect + .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.node--type-grid-component .tabswrapper .mobileselect.mobileselect-active:after {
  top: 50%;
  transform: rotate(-135deg);
}
.node--type-grid-component .grid-body.section {
  display: block;
  text-align: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .node--type-grid-component .grid-body.section {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-grid-component .grid-body.section {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-grid-component .grid-body.section {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .node--type-grid-component .grid-body.section {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .node--type-grid-component .grid-body.section {
    max-width: 1500px;
  }
}
@media (max-width: 767px) {
  .node--type-grid-component .grid-body.section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .node--type-grid-component .grid-body.section .tab-hide {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-body.section .tab-hide {
    display: none;
  }
}
.node--type-grid-component .grid-body.section > .item {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .node--type-grid-component .grid-body.section > .item {
    transition: all 500ms ease-in;
    padding: 3% 5% 0 5%;
  }
}
@media (min-width: 1600px) {
  .node--type-grid-component .grid-body.section > .item {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.node--type-grid-component .grid-body.section > .item > .title {
  cursor: default;
  font-size: 20px;
  font-weight: 400;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  .node--type-grid-component .grid-body.section > .item > .title {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item > .title {
    display: none;
  }
}
.node--type-grid-component .grid-body.section > .item > .title:after,
.node--type-grid-component .grid-body.section > .item > .title:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  float: right;
}
.node--type-grid-component .grid-body.section > .item > .title:before {
  border-left: 3px solid #0054a4;
  top: 9px;
}
.node--type-grid-component .grid-body.section > .item > .title:after {
  border-bottom: 3px solid #0054a4;
  top: 3px;
  left: 39px;
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content {
    transition: all 500ms ease-in;
  }
}
.node--type-grid-component .grid-body.section > .item .content .section-heading {
  width: 100%;
  text-align: left;
  font-size: 1.125rem;
  color: #000;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
@media (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content .section-heading {
    padding-bottom: 0px;
    border: 0;
    text-align: center;
  }
  .node--type-grid-component .grid-body.section > .item .content .section-heading + ol,
  .node--type-grid-component .grid-body.section > .item .content .section-heading + ul {
    padding-top: 0px;
  }
}
.node--type-grid-component .grid-body.section > .item .content .section-heading + p {
  padding-top: 0px;
  font-weight: 500;
}
.node--type-grid-component .grid-body.section > .item .content h3.section-heading-allowed,
.node--type-grid-component .grid-body.section > .item .content h3.section-heading-ntallowed {
  font-size: 1.125rem;
  padding-left: 25px;
  color: #000;
  position: relative;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  margin-top: 40px;
}
.node--type-grid-component .grid-body.section > .item .content h3.section-heading-allowed:before,
.node--type-grid-component .grid-body.section > .item .content h3.section-heading-ntallowed:before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.node--type-grid-component .grid-body.section > .item .content h3.section-heading-allowed + ul,
.node--type-grid-component .grid-body.section > .item .content h3.section-heading-ntallowed + ul {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content h3.section-heading-allowed,
  .node--type-grid-component .grid-body.section > .item .content h3.section-heading-ntallowed {
    padding-top: 0;
  }
}
.node--type-grid-component .grid-body.section > .item .content h3.section-heading-allowed:before {
  content: "\f058";
  color: green;
}
.node--type-grid-component .grid-body.section > .item .content h3.section-heading-ntallowed:before {
  content: "\f057";
  color: red;
}
.node--type-grid-component .grid-body.section > .item .content table {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .node--type-grid-component .grid-body.section > .item .content table {
    top: 1rem;
  }
}
@media (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content table {
    width: calc(100% + 30px) !important;
    background: #f5f5f5;
    margin: 0 -15px;
    padding: 15px;
  }
}
.node--type-grid-component .grid-body.section > .item .content table td,
.node--type-grid-component .grid-body.section > .item .content table th {
  padding: 0.75rem 0.75rem 0.75rem 0em;
  vertical-align: top;
}
@media (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content table td,
  .node--type-grid-component .grid-body.section > .item .content table th {
    padding-left: 0.7em;
  }
}
.node--type-grid-component .grid-body.section > .item .content table.section-row-line th {
  font-size: 1.15rem;
  color: #202020;
}
.node--type-grid-component .grid-body.section > .item .content table.section-row-line th:last-child {
  text-align: right;
}
.node--type-grid-component .grid-body.section > .item .content table.section-row-line tbody tr {
  border-bottom: 1px solid #e5e2e2;
}
.node--type-grid-component .grid-body.section > .item .content table.section-row-line tbody tr td {
  font-weight: 600;
}
.node--type-grid-component .grid-body.section > .item .content table.section-row-line tbody tr td:last-child {
  text-align: right;
}
.node--type-grid-component .grid-body.section > .item .content table.section-column-line tbody tr {
  display: flex;
}
.node--type-grid-component .grid-body.section > .item .content table.section-column-line tbody tr td {
  border-right: 1px solid #e5e2e2;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1.125rem;
  color: #807F83;
  padding: 1rem 2.5rem;
}
@media (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content table.section-column-line tbody tr td {
    font-size: 1rem;
  }
}
.node--type-grid-component .grid-body.section > .item .content table.section-column-line tbody tr td strong {
  font-size: 2.75rem;
  line-height: 1.3;
  color: #3e3b3b;
}
@media (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content table.section-column-line tbody tr td strong {
    font-size: 2rem;
  }
}
.node--type-grid-component .grid-body.section > .item .content table.section-column-line tbody tr td:last-child {
  border-right: 0px;
}
.node--type-grid-component .grid-body.section > .item .content table + p {
  font-weight: 500;
}
@media (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content table + p {
    text-align: center;
  }
}
.node--type-grid-component .grid-body.section > .item .content ul {
  padding: 0px 20px;
  margin-bottom: 40px;
}
.node--type-grid-component .grid-body.section > .item .content ul li {
  list-style-type: disc;
  font-weight: 500;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content > *,
  .node--type-grid-component .grid-body.section > .item .content > ul,
  .node--type-grid-component .grid-body.section > .item .content > ol {
    padding-top: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .node--type-grid-component .grid-body.section > .item .content > *:not(.ckeditor-accordion-container) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .node--type-grid-component .grid-body.section > .item .content > ul,
  .node--type-grid-component .grid-body.section > .item .content > ol {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item.tab-m-open .content {
    display: block;
    padding: 0 15px;
  }
}
.node--type-grid-component .grid-body.section > .item.tab-m-open > .title {
  background: #0054a4;
  color: #fff;
}
.node--type-grid-component .grid-body.section > .item.tab-m-open > .title:after {
  border-color: #fff;
  left: -5px;
  display: block;
}
.node--type-grid-component .grid-body.section > .item.tab-m-open > .title:before {
  display: none;
}
.node--type-grid-component .grid-body.section > .item .ckeditor-accordion-container > dl {
  border: 0;
}
.node--type-grid-component .grid-body.section > .item .ckeditor-accordion-container > dl dd.active {
  border: 1px solid #d2d7db;
  border-top: 0;
}
.node--type-grid-component .grid-body.section > .item .ckeditor-accordion-container > dl dd.active > ul:not(.list-block) {
  padding: 30px 20px 30px;
  margin-bottom: 0px;
}
.node--type-grid-component .grid-body.section > .item .ckeditor-accordion-container > dl dt > a {
  font-family: "gill-sans-nova", Arial, sans-serif;
  background-color: #f7f7f7;
  padding: 15px 45px 15px 25px;
  font-size: 18px;
  color: #0054a4;
  margin-top: 20px;
  border: 0;
}
.node--type-grid-component .grid-body.section > .item .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  left: inherit;
  right: 20px;
}
.node--type-grid-component .grid-body.section > .item .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
.node--type-grid-component .grid-body.section > .item .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  transform: none;
  background-color: #0054a4;
  width: 16px;
}
.node--type-grid-component .grid-body.section > .item .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  transform: rotate(90deg);
  left: auto;
  right: 1px;
}
.node--type-grid-component .grid-body.section > .item .ckeditor-accordion-container > dl dt.active > a {
  background-color: #0054a4;
  color: #FFFFFF;
}
.node--type-grid-component .grid-body.section > .item .ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:before,
.node--type-grid-component .grid-body.section > .item .ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:after {
  background-color: #FFFFFF;
}
.node--type-grid-component .grid-body.section > .item .ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:after {
  display: none;
}
.node--type-grid-component .grid-body.section > .item .content .list-block {
  padding: 40px 20px 20px;
  list-style: none;
  list-style-type: none;
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .node--type-grid-component .grid-body.section > .item .content .list-block {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content .list-block {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content .list-block {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.node--type-grid-component .grid-body.section > .item .content .list-block li {
  list-style: none;
  list-style-type: none;
  width: 30%;
  max-width: 200px;
  margin-right: 30px;
  text-align: center;
  background-color: #f9f9f9;
}
@media only screen and (min-width: 768px) {
  .node--type-grid-component .grid-body.section > .item .content .list-block li:last-of-type {
    margin-right: 0;
  }
}
.node--type-grid-component .grid-body.section > .item .content .list-block li .top-section {
  display: block;
  margin: 0;
  padding: 40px 0px;
  line-height: 1.125;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "gill-sans-nova", Arial, sans-serif;
}
.node--type-grid-component .grid-body.section > .item .content .list-block li .bottom-section {
  display: block;
  padding: 10px;
  background: #FF9500;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content .list-block li {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .node--type-grid-component .grid-body.section > .item .content .list-block li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content .list-block li {
    max-width: 48%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 481px) {
  .node--type-grid-component .grid-body.section > .item .content .list-block li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.node--type-grid-component .grid-body.section > .item .content .list-block ~ p {
  padding-left: 20px;
  margin-top: -20px;
  padding-top: 0;
  color: #000;
  padding-bottom: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content .list-block ~ p {
    padding-left: 0;
  }
}
.node--type-grid-component .grid-body.section > .item .content .allow-not-wrappermain {
  background: #f0f5f9;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 20px;
}
.node--type-grid-component .grid-body.section > .item .content .allow-not-wrappermain .allow-not-inner {
  width: calc(50% - 15px);
  background: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content .allow-not-wrappermain .allow-not-inner {
    width: 100%;
    margin-bottom: 20px;
    word-break: break-word;
  }
  .node--type-grid-component .grid-body.section > .item .content .allow-not-wrappermain .allow-not-inner:last-child {
    margin-bottom: 0px;
  }
}
.node--type-grid-component .grid-body.section > .item .content .allow-not-wrappermain [class^='heading'] {
  margin: 0;
  padding: 14px;
  border: 1px solid;
  font-family: "gill-sans-nova", Arial, sans-serif;
  font-size: 1.1375rem;
}
.node--type-grid-component .grid-body.section > .item .content .allow-not-wrappermain .heading-allowed {
  background-color: green;
  color: #fff;
}
.node--type-grid-component .grid-body.section > .item .content .allow-not-wrappermain .heading-ntallowed {
  background-color: red;
  color: #fff;
}
.node--type-grid-component .grid-body.section > .item .content .allow-not-wrappermain .allow-not-wrapper ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}
.node--type-grid-component .grid-body.section > .item .content .allow-not-wrappermain .allow-not-wrapper ul li {
  margin-bottom: 12px;
}
.node--type-grid-component .grid-body.section > .item .content .allow-not-wrappermain .allow-not-wrapper ul li:last-child {
  margin-bottom: 0;
}
.node--type-grid-component .grid-body.section > .item .content .allow-not-wrappermain:before {
  content: "";
  width: calc(100% + 30px);
  left: -15px;
  top: 0;
  height: 100%;
  position: absolute;
  display: block;
  background: #f0f5f9;
}
@media only screen and (max-width: 767px) {
  .node--type-grid-component .grid-body.section > .item .content .allow-not-wrappermain {
    padding-left: 0;
    padding-right: 0px;
  }
}
.node--type-grid-component .grid-body.section > .item .content > p {
  font-weight: 500;
  padding-top: 0;
}
.node--type-grid-component .grid-body.section > .item .content > [class*='heading'] {
  font-size: 1.1375rem;
  margin: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .node--type-grid-component .grid-body.section > .item .content > ul,
  .node--type-grid-component .grid-body.section > .item .content > ol {
    margin-bottom: 25px;
  }
}
.ckeditor-accordion-container [class*=faicon-] a:before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.ckeditor-accordion-container [class*=faicon-] a:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
}
.ckeditor-accordion-container .faicon-meals a:before {
  content: "\f805";
}
.ckeditor-accordion-container .faicon-lodging a:before {
  content: "\f594";
}
.ckeditor-accordion-container .faicon-transportation a:before {
  content: "\f5b6";
}
.ckeditor-accordion-container .faicon-entertainment a:before {
  content: "\f008";
}
@media only screen and (max-width: 767px) {
  .layout--twocol-section {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .layout--twocol-section.container {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .layout--twocol-section.container {
    margin-top: 100px;
  }
}
.layout--twocol-section.container .news-article {
  background: #FFFFFF;
  padding: 30px;
}
.layout--twocol-section.container .news-article .views-field-title a,
.layout--twocol-section.container .news-article .title a {
  display: block;
  color: #0054a4;
  margin-bottom: 18px;
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 700;
  font-family: "gill-sans-nova", Arial, sans-serif;
  line-height: 1.2;
}
.layout--twocol-section.container .news-article .views-field-title a:hover,
.layout--twocol-section.container .news-article .title a:hover {
  text-decoration: underline;
}
.layout--twocol-section.container .news-article .views-field-body,
.layout--twocol-section.container .news-article .short-description-text {
  font-size: 20px;
  font-weight: 500;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  color: #807F83;
  letter-spacing: 1px;
}
.layout--twocol-section.container .news-article .views-field-body p,
.layout--twocol-section.container .news-article .short-description-text p {
  font-size: 20px;
  font-weight: 500;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  color: #807F83;
  letter-spacing: 1px;
}
.promoted-news .row {
  margin: 0;
}
.main-content .nav-menu-block ul:not(.contextual-links) {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: -65px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .main-content .nav-menu-block ul:not(.contextual-links) {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-content .nav-menu-block ul:not(.contextual-links) {
    width: calc(100% - 182px);
  }
}
@media only screen and (max-width: 1200px) {
  .main-content .nav-menu-block ul:not(.contextual-links) {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 768px) {
  .main-content .nav-menu-block ul:not(.contextual-links) > li {
    border-right: 2px solid #ececec;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-content .nav-menu-block ul:not(.contextual-links) > li {
    width: calc(50% - 2px);
  }
  .main-content .nav-menu-block ul:not(.contextual-links) > li:nth-child(2) {
    width: 50%;
    border-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .main-content .nav-menu-block ul:not(.contextual-links) > li {
    width: calc(25% - 0.1px);
  }
}
@media (-ms-accelerator:true) or (-ms-ime-align:auto) {
  .main-content .nav-menu-block ul:not(.contextual-links) > li {
    width: calc(25% - 0.15px);
  }
}
.main-content .nav-menu-block ul:not(.contextual-links) > li a {
  color: #FFFFFF;
  font-size: 18px;
  font-family: "gill-sans-nova", Arial, sans-serif;
  text-align: center;
  padding: 20px;
  display: inline-block;
  background-color: #0054a4;
  width: 100%;
  text-decoration: none;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
}
.main-content .nav-menu-block ul:not(.contextual-links) > li a.is-active {
  background-color: #FFFFFF;
  color: #0054a4;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.main-content .nav-menu-block ul:not(.contextual-links) > li a.is-active:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #807F83;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  transform: rotate(-45deg) translate(-50%, -50%);
  z-index: -1;
  bottom: -8px;
  margin: 0 auto;
  left: 25px;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .main-content .nav-menu-block ul:not(.contextual-links) > li a.is-active:before {
    display: none;
  }
}
.main-content .nav-menu-block ul:not(.contextual-links) > li a:hover {
  background-color: #FFFFFF;
  color: #0054a4;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.main-content .nav-menu-block ul:not(.contextual-links) > li a:hover:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #807F83;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  transform: rotate(-45deg) translate(-50%, -50%);
  z-index: -1;
  bottom: -8px;
  margin: 0 auto;
  left: 25px;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .main-content .nav-menu-block ul:not(.contextual-links) > li a:hover:before {
    display: none;
  }
}
.main-content .nav-menu-block ul:not(.contextual-links) > li:last-child {
  border-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-content .nav-menu-block ul:not(.contextual-links) > li:last-child {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .main-content .nav-menu-block ul:not(.contextual-links) > li:last-child {
    width: 25% ;
  }
}
@media only screen and (max-width: 767px) {
  .main-content .nav-menu-block {
    margin-bottom: 60px;
  }
}
.promoted-news {
  background: #FFFFFF;
}
.promoted-news .news-article header,
.promoted-news .news-article .category {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: inherit;
  line-height: 20px;
  margin-bottom: 8px;
  color: #807F83;
  text-transform: uppercase;
}
.latest-videos-listing.view-grid-col-3 {
  margin: 46px auto 0px;
}
@media only screen and (max-width: 767px) {
  .latest-videos-listing.view-grid-col-3 {
    margin-top: 45px;
  }
}
.latest-videos-listing.view-grid-col-3 header {
  text-align: center;
}
.latest-videos-listing.view-grid-col-3 header div {
  font-size: 28px;
  color: #0054a4;
  letter-spacing: -1px;
  font-weight: 700;
  font-family: "gill-sans-nova", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .latest-videos-listing.view-grid-col-3 header div {
    font-size: 25px;
  }
}
.latest-videos-listing.view-grid-col-3 header a {
  font-size: 20px;
  font-weight: 500;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  color: #FF9500;
  margin: 15px 0 43px;
  display: block;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .latest-videos-listing.view-grid-col-3 header a {
    font-size: 18px;
  }
}
.latest-videos-listing.view-grid-col-3 header a:hover {
  text-decoration: underline;
  text-decoration-color: #FF9500;
}
.latest-videos-listing.view-grid-col-3 .item {
  width: 30.9%;
  margin-right: 3.65%;
  margin-bottom: 48px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  display: inline-block;
  background-clip: border-box;
}
.latest-videos-listing.view-grid-col-3 .item:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .latest-videos-listing.view-grid-col-3 .item {
    width: 100%;
    margin-right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .latest-videos-listing.view-grid-col-3 .item {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.latest-videos-listing.view-grid-col-3 .item .views-field-field-media-video-file img {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
@media only screen and (max-width: 991px) {
  .latest-videos-listing.view-grid-col-3 .item .views-field-field-media-video-file {
    width: 250px;
    margin: 20px 0px 25px 20px;
  }
  .latest-videos-listing.view-grid-col-3 .item .views-field-field-media-video-file img {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .latest-videos-listing.view-grid-col-3 .item .views-field-field-media-video-file {
    width: 100%;
    margin: 0;
  }
}
.latest-videos-listing.view-grid-col-3 .item .views-field-field-image img {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
@media only screen and (min-width: 1200px) {
  .latest-videos-listing.view-grid-col-3 .item .views-field-field-image {
    max-height: 210px;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1600px) {
  .latest-videos-listing.view-grid-col-3 .item .views-field-field-image {
    max-height: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-videos-listing.view-grid-col-3 .item .views-field-field-image {
    max-height: 165px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) {
  .latest-videos-listing.view-grid-col-3 .item .views-field-field-image {
    width: 250px;
    margin: 20px 0px 25px 20px;
  }
  .latest-videos-listing.view-grid-col-3 .item .views-field-field-image img {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .latest-videos-listing.view-grid-col-3 .item .views-field-field-image {
    width: 100%;
    margin: 0;
  }
}
.latest-videos-listing.view-grid-col-3 .item .views-field-title {
  padding: 30px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-videos-listing.view-grid-col-3 .item .views-field-title {
    width: calc(100% - 250px);
  }
}
.latest-videos-listing.view-grid-col-3 .item .views-field-title a {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "gill-sans-nova", Arial, sans-serif;
  line-height: 1.5rem;
  color: #0054a4;
  display: block;
}
.latest-videos-listing.view-grid-col-3 .item .views-field-title a:hover {
  text-decoration: underline;
  text-decoration-color: #0054a4;
}
.latest-videos-listing.view-grid-col-3 .item .views-field-title .field-content {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "gill-sans-nova", Arial, sans-serif;
  line-height: 1.5rem;
  color: #0054a4;
  display: block;
}
.latest-videos-listing.view-grid-col-3 video {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.layout--twocol-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 991px) {
  .layout--twocol-section {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.layout--twocol-section .layout__region--second .layout-builder-block,
.layout--twocol-section .layout__region--second > div {
  width: 100%;
  background: #FFFFFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 100%;
  position: relative;
}
.layout--twocol-section .layout__region--second .layout-builder-block .views-element-container,
.layout--twocol-section .layout__region--second > div .views-element-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: inherit;
}
.layout--twocol-section.layout--twocol-section--67-33 .layout__region--first {
  width: 60.25% !important;
  background: #FFFFFF;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .layout--twocol-section.layout--twocol-section--67-33 .layout__region--first {
    width: 100% !important;
  }
}
.layout--twocol-section.layout--twocol-section--67-33 .layout__region--second {
  width: 39.75% !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: inherit;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  padding-left: 45px;
}
@media only screen and (max-width: 991px) {
  .layout--twocol-section.layout--twocol-section--67-33 .layout__region--second {
    width: 100% !important;
    padding-left: 0px;
  }
}
.layout--twocol-section.layout--twocol-section--67-33 .layout__region--second .layout-builder-block {
  margin-left: 45px;
}
@media only screen and (max-width: 991px) {
  .layout--twocol-section.layout--twocol-section--67-33 .layout__region--second .layout-builder-block {
    margin-left: 0;
  }
}
.layout--twocol-section.layout--twocol-section--67-33 .layout__region--second .views-element-container .recent-media-release-listing {
  position: static;
}
.layout--twocol-section.layout--twocol-section--50-50 .row {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .layout--twocol-section.layout--twocol-section--50-50 .layout__region--first,
  .layout--twocol-section.layout--twocol-section--50-50 .layout__region--second {
    width: 48.125%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .layout--twocol-section.layout--twocol-section--50-50 .layout__region--first,
  .layout--twocol-section.layout--twocol-section--50-50 .layout__region--second {
    width: 100%;
  }
}
.layout--twocol-section.layout--twocol-section--33-67 .row {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.layout--twocol-section.layout--twocol-section--33-67 .layout__region--first,
.layout--twocol-section.layout--twocol-section--33-67 .layout__region--second {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .layout--twocol-section.layout--twocol-section--33-67 .layout__region--first {
    width: 36.5%;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .layout--twocol-section.layout--twocol-section--33-67 .layout__region--first {
    width: 100%;
  }
}
.layout--twocol-section.layout--twocol-section--33-67 .layout__region--first .views-element-container .recent-media-release-listing {
  position: static;
}
@media only screen and (min-width: 992px) {
  .layout--twocol-section.layout--twocol-section--33-67 .layout__region--second {
    width: 60%;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .layout--twocol-section.layout--twocol-section--33-67 .layout__region--second {
    width: 100%;
  }
}
.layout--twocol-section.layout--twocol-section--25-75 .row {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.layout--twocol-section.layout--twocol-section--25-75 .layout__region--first,
.layout--twocol-section.layout--twocol-section--25-75 .layout__region--second {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .layout--twocol-section.layout--twocol-section--25-75 .layout__region--first {
    width: 25%;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .layout--twocol-section.layout--twocol-section--25-75 .layout__region--first {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .layout--twocol-section.layout--twocol-section--25-75 .layout__region--second {
    width: 71.25%;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .layout--twocol-section.layout--twocol-section--25-75 .layout__region--second {
    width: 100%;
  }
}
.layout--twocol-section.layout--twocol-section--75-25 .row {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.layout--twocol-section.layout--twocol-section--75-25 .layout__region--first,
.layout--twocol-section.layout--twocol-section--75-25 .layout__region--second {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .layout--twocol-section.layout--twocol-section--75-25 .layout__region--first {
    width: 71.25%;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .layout--twocol-section.layout--twocol-section--75-25 .layout__region--first {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .layout--twocol-section.layout--twocol-section--75-25 .layout__region--second {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .layout--twocol-section.layout--twocol-section--75-25 .layout__region--second {
    width: 100%;
  }
}
.recent-media-release-listing.view-grid-col-3 {
  padding: 27px 0 0px;
  background: #FFFFFF;
}
.recent-media-release-listing.view-grid-col-3 header {
  padding: 12px 0 35px;
  text-align: center;
  background: #FFFFFF;
  font-size: 0.813rem;
  color: #807F83;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
.recent-media-release-listing.view-grid-col-3 header:before,
.recent-media-release-listing.view-grid-col-3 header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.recent-media-release-listing.view-grid-col-3 header:before,
.recent-media-release-listing.view-grid-col-3 header:after {
  width: calc(100% - 40px);
  height: 1px;
  display: block;
  background-color: #E0E0E0;
  left: 20px;
  right: 20px;
  top: auto;
}
@media only screen and (max-width: 767px) {
  .recent-media-release-listing.view-grid-col-3 header:before,
  .recent-media-release-listing.view-grid-col-3 header:after {
    background-color: #c5c5c5;
  }
}
.recent-media-release-listing.view-grid-col-3 header:before {
  bottom: -3px;
}
@media only screen and (max-width: 767px) {
  .recent-media-release-listing.view-grid-col-3 header:before {
    bottom: -5px;
  }
}
.recent-media-release-listing.view-grid-col-3 header:after {
  bottom: 0;
}
.recent-media-release-listing.view-grid-col-3 .item-list {
  padding: 0 20px;
  padding-bottom: 110px;
  max-height: 729px;
  overflow-y: scroll;
  scrollbar-color: #236cb1 #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recent-media-release-listing.view-grid-col-3 .item-list {
    height: calc(100% - 185px);
  }
}
.recent-media-release-listing.view-grid-col-3 .item-list::-webkit-scrollbar {
  display: block;
  width: 14px;
}
.recent-media-release-listing.view-grid-col-3 .item-list::-webkit-scrollbar-thumb {
  background-color: #236cb1;
  outline: 1px solid #236cb1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .recent-media-release-listing.view-grid-col-3 .item-list {
    scrollbar-face-color: #236cb1;
    scrollbar-arrow-color: #236cb1;
    scrollbar-track-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #236cb1;
    scrollbar-3dlight-color: #808080;
    scrollbar-darkshadow-Color: #202020;
  }
}
.recent-media-release-listing.view-grid-col-3 .item {
  padding: 26px 0 30px;
  border-bottom: 1px solid #E0E0E0;
}
.recent-media-release-listing.view-grid-col-3 .item .views-field-field-article-date .field-content {
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.25rem;
  color: #807F83;
  font-family: inherit;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.recent-media-release-listing.view-grid-col-3 .item .views-field-title .field-content {
  color: #0054a4;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.625rem;
  font-family: inherit;
}
.recent-media-release-listing.view-grid-col-3 .item .views-field-title .field-content a {
  color: #0054a4;
}
.recent-media-release-listing.view-grid-col-3 footer {
  text-align: center;
  padding-top: 47px;
  box-shadow: 0px -16px 8px -11px rgba(0, 0, 0, 0.05);
  padding-bottom: 47px;
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  display: block;
  bottom: 0;
}
.recent-media-release-listing.view-grid-col-3 footer a {
  color: #FF9500;
  font-size: 0.813rem;
  letter-spacing: 2px;
  line-height: 1.25rem;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 991px) {
  .morenewsbtn-section {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0 90px;
  }
}
.media-listing-wrapper {
  padding: 90px;
  position: relative;
  top: -37px;
}
@media only screen and (min-width: 1200px) {
  .media-listing-wrapper {
    padding-left: 254px;
    padding-right: 254px;
  }
}
@media only screen and (max-width: 991px) {
  .media-listing-wrapper {
    padding: 80px 20px;
    top: 0;
  }
}
.layout--onecol .views-element-container .recent-media-release-listing {
  position: relative;
}
.media-release-listing.view-listing {
  background-color: #FFFFFF;
  max-width: 740px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .media-release-listing.view-listing {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .media-release-listing.view-listing {
    max-width: 100%;
  }
}
.media-release-listing.view-listing .form-text,
.media-release-listing.view-listing .js-form-item-field-article-date-value-max {
  display: none;
}
.media-release-listing.view-listing .js-form-item-year {
  position: relative;
  height: 100px;
  z-index: 2;
  margin-top: -25px;
  margin-bottom: 10px;
}
.media-release-listing.view-listing .js-form-item-year .select_year_wrapper {
  position: relative;
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
}
.media-release-listing.view-listing .js-form-item-year .select_year_wrapper:before,
.media-release-listing.view-listing .js-form-item-year .select_year_wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.media-release-listing.view-listing .js-form-item-year .select_year_wrapper:before {
  content: "\f078";
  right: 22px;
  top: 52%;
  font-family: "Font Awesome\ 5 Free";
  margin-top: -11px;
  font-size: 14px;
  line-height: 18px;
  color: #0054a4;
  font-weight: bold;
  transform: translateX(50%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .media-release-listing.view-listing .js-form-item-year .select_year_wrapper:before {
    top: 58%;
  }
}
.media-release-listing.view-listing .js-form-item-year .select_year_wrapper:after {
  display: block;
  width: 50px;
  height: 56px;
  top: 21px;
  right: 23px;
  transform: translateX(50%);
  transform: -webkit-transformX(50%);
  transform: -ms-transformX(50%);
  left: auto;
  background: linear-gradient(180deg, #edebf2 0%, #e1dfe6 100%);
  background: -webkit-linear-gradient(180deg, #edebf2 0%, #e1dfe6 100%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .media-release-listing.view-listing .js-form-item-year .select_year_wrapper:after {
    top: 25px;
  }
}
.media-release-listing.view-listing .js-form-item-year .divider {
  top: 50%;
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .media-release-listing.view-listing .js-form-item-year .divider {
    min-width: 100%;
  }
}
.media-release-listing.view-listing .js-form-item-year label {
  display: none;
}
.media-release-listing.view-listing .js-form-item-year select {
  padding: 18px 20px;
  border: 1px solid #FFFFFF;
  margin: 20px auto;
  display: block;
  width: 226px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.25rem;
  font-size: 1.25rem;
  color: #807F83;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  background: #FFFFFF;
  z-index: -1;
}
.media-release-listing.view-listing .item {
  padding: 30px 0 10px;
  border-bottom: 1px solid #eeeeee;
}
.media-release-listing.view-listing .item .views-field-field-article-date .field-content {
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.25rem;
  color: #807F83;
  font-family: inherit;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.media-release-listing.view-listing .item .views-field-title .field-content {
  color: #0054a4;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.125rem;
  font-family: inherit;
  letter-spacing: -0.5px;
}
.media-release-listing.view-listing .item .views-field-title .field-content a {
  color: #0054a4;
}
.media-release-listing.view-listing .item .views-field-title .field-content a:hover {
  text-decoration: underline;
  text-decoration-color: #0054a4;
}
.media-release-listing.view-listing .item .views-field-body,
.media-release-listing.view-listing .item .short-description-text {
  margin-top: 15px;
}
.media-release-listing.view-listing .item .views-field-body p,
.media-release-listing.view-listing .item .short-description-text p {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #807F83;
  font-family: inherit;
  font-weight: 400;
}
.pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 50px auto 0;
}
.pager ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.pager ul li {
  background-color: #FFFFFF;
  border: 1px solid #eeeeee;
  border-right: 1px solid transparent;
}
.pager ul li:last-child {
  border-right: 1px solid #eeeeee;
}
.pager ul li.active,
.pager ul li.is-active {
  background-color: #FF9500;
  border: none;
  border-radius: 0;
}
.pager ul li.active a,
.pager ul li.is-active a {
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: default;
  padding: 11px 21px;
}
@media only screen and (max-width: 767px) {
  .pager ul li.active a,
  .pager ul li.is-active a {
    padding: 11px 16px;
  }
}
@media (max-width: 480px) {
  .pager ul li.active a,
  .pager ul li.is-active a {
    font-size: 0.625rem;
    padding: 11px;
    line-height: 1;
  }
}
.pager ul li.active:hover,
.pager ul li.is-active:hover {
  background-color: #FF9500;
}
.pager ul li a {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #0054a4;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  font-weight: 400;
  cursor: pointer;
  padding: 11px 21px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .pager ul li a {
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding: 11px 15px;
  }
}
@media (max-width: 480px) {
  .pager ul li a {
    font-size: 0.625rem;
    padding: 11px;
    line-height: 1;
  }
}
.pager ul li:hover {
  background-color: #eeeeee;
  border-color: #ddd;
  border-right: 1px solid #ddd;
  cursor: pointer;
}
.pager ul li.pager__item--ellipsis {
  text-align: center;
  color: #0054a4;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  font-weight: 400;
  cursor: pointer;
  padding: 11px 21px;
}
@media only screen and (max-width: 767px) {
  .pager ul li.pager__item--ellipsis {
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding: 11px 15px;
  }
}
@media (max-width: 480px) {
  .pager ul li.pager__item--ellipsis {
    font-size: 0.625rem;
    padding: 11px;
    line-height: 1;
  }
}
.pager ul li.pager__item--ellipsis a {
  padding: 0px;
}
@media (max-width: 1199px) {
  .search-results-page .pager ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    box-shadow: none;
  }
}
@media (max-width: 375px) {
  .search-results-page .pager ul li.pager__item--ellipsis {
    max-height: 52px;
  }
}
.video-listing.view-grid-col-3,
.image-listing.view-grid-col-3 {
  width: 100%;
  padding-top: 24px;
  margin-top: 30px;
  position: relative;
}
.video-listing.view-grid-col-3:before,
.image-listing.view-grid-col-3:before,
.video-listing.view-grid-col-3:after,
.image-listing.view-grid-col-3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.video-listing.view-grid-col-3:before,
.image-listing.view-grid-col-3:before {
  width: 100%;
  height: 4px;
  display: block;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  top: -5px;
}
.video-listing.view-grid-col-3:after,
.image-listing.view-grid-col-3:after {
  display: none;
}
.video-listing.view-grid-col-3 .row,
.image-listing.view-grid-col-3 .row {
  margin: 0;
  width: 100%;
}
.video-listing.view-grid-col-3 header,
.image-listing.view-grid-col-3 header {
  width: 49%;
  display: inline-block;
  text-align: left;
  color: #807F83;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: inherit;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .video-listing.view-grid-col-3 header,
  .image-listing.view-grid-col-3 header {
    padding: 0 15px;
  }
}
.video-listing.view-grid-col-3 .views-exposed-form,
.image-listing.view-grid-col-3 .views-exposed-form {
  width: 50%;
  display: inline-block;
  text-align: right;
  margin-bottom: 24px;
  position: relative;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .video-listing.view-grid-col-3 .views-exposed-form,
  .image-listing.view-grid-col-3 .views-exposed-form {
    display: inline-block;
    width: 48%;
    padding-right: 10px;
  }
}
.video-listing.view-grid-col-3 .views-exposed-form .form-item-sort-by,
.image-listing.view-grid-col-3 .views-exposed-form .form-item-sort-by {
  display: inline-block;
}
.video-listing.view-grid-col-3 .views-exposed-form .form-item-sort-by label,
.image-listing.view-grid-col-3 .views-exposed-form .form-item-sort-by label {
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 1;
  color: #807F83;
  vertical-align: middle;
  padding: 1px 5px;
  height: 25px;
  outline: none;
  position: relative;
}
.video-listing.view-grid-col-3 .views-exposed-form .form-item-sort-by label:before,
.image-listing.view-grid-col-3 .views-exposed-form .form-item-sort-by label:before,
.video-listing.view-grid-col-3 .views-exposed-form .form-item-sort-by label:after,
.image-listing.view-grid-col-3 .views-exposed-form .form-item-sort-by label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.video-listing.view-grid-col-3 .views-exposed-form .form-item-sort-by label:before,
.image-listing.view-grid-col-3 .views-exposed-form .form-item-sort-by label:before {
  content: ':';
  position: absolute;
  width: 3px;
  height: auto;
  right: -4px;
  top: 4px;
  display: block;
}
.video-listing.view-grid-col-3 .views-exposed-form .form-item-sort-by label:after,
.image-listing.view-grid-col-3 .views-exposed-form .form-item-sort-by label:after {
  display: none;
}
.video-listing.view-grid-col-3 .views-exposed-form .form-item-sort-by select,
.image-listing.view-grid-col-3 .views-exposed-form .form-item-sort-by select {
  display: none;
}
.video-listing.view-grid-col-3 .views-exposed-form .form-item-sort-order,
.image-listing.view-grid-col-3 .views-exposed-form .form-item-sort-order {
  display: inline-block;
  position: relative;
}
.video-listing.view-grid-col-3 .views-exposed-form .form-item-sort-order:before,
.image-listing.view-grid-col-3 .views-exposed-form .form-item-sort-order:before,
.video-listing.view-grid-col-3 .views-exposed-form .form-item-sort-order:after,
.image-listing.view-grid-col-3 .views-exposed-form .form-item-sort-order:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.video-listing.view-grid-col-3 .views-exposed-form .form-item-sort-order:before,
.image-listing.view-grid-col-3 .views-exposed-form .form-item-sort-order:before {
  content: "\f078";
  right: 10px;
  top: 64%;
  font-family: "Font Awesome\ 5 Free";
  margin-top: -11px;
  font-size: 14px;
  line-height: 18px;
  color: #807F83;
  font-weight: bold;
  transform: translateX(50%);
  z-index: 2;
  pointer-events: none;
}
.video-listing.view-grid-col-3 .views-exposed-form .form-item-sort-order label,
.image-listing.view-grid-col-3 .views-exposed-form .form-item-sort-order label {
  display: none;
}
.video-listing.view-grid-col-3 .views-exposed-form .form-item-sort-order select,
.image-listing.view-grid-col-3 .views-exposed-form .form-item-sort-order select {
  background: transparent;
  background-size: 10px;
  background-position: 55px 11px;
  background-repeat: no-repeat;
  border: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 1;
  color: #807F83;
  font-weight: 700;
  vertical-align: middle;
  padding: 1px 25px 1px 5px;
  height: 25px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.video-listing.view-grid-col-3 .views-exposed-form .form-actions,
.image-listing.view-grid-col-3 .views-exposed-form .form-actions {
  display: none;
}
.video-listing.view-grid-col-3 .item,
.image-listing.view-grid-col-3 .item {
  width: 30.9%;
  margin-right: 3.65%;
  margin-bottom: 48px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  display: inline-block;
  background-clip: border-box;
}
.video-listing.view-grid-col-3 .item:nth-child(3n+3),
.image-listing.view-grid-col-3 .item:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .video-listing.view-grid-col-3 .item,
  .image-listing.view-grid-col-3 .item {
    width: 100%;
    margin-right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .video-listing.view-grid-col-3 .item,
  .image-listing.view-grid-col-3 .item {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.video-listing.view-grid-col-3 .item .views-field-field-media-video-file img,
.image-listing.view-grid-col-3 .item .views-field-field-media-video-file img {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
@media only screen and (max-width: 991px) {
  .video-listing.view-grid-col-3 .item .views-field-field-media-video-file,
  .image-listing.view-grid-col-3 .item .views-field-field-media-video-file {
    width: 250px;
    margin: 20px 0px 25px 20px;
  }
  .video-listing.view-grid-col-3 .item .views-field-field-media-video-file img,
  .image-listing.view-grid-col-3 .item .views-field-field-media-video-file img {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .video-listing.view-grid-col-3 .item .views-field-field-media-video-file,
  .image-listing.view-grid-col-3 .item .views-field-field-media-video-file {
    width: 100%;
    margin: 0;
  }
}
.video-listing.view-grid-col-3 .item .views-field-field-image img,
.image-listing.view-grid-col-3 .item .views-field-field-image img {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
@media only screen and (min-width: 1200px) {
  .video-listing.view-grid-col-3 .item .views-field-field-image,
  .image-listing.view-grid-col-3 .item .views-field-field-image {
    max-height: 210px;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1600px) {
  .video-listing.view-grid-col-3 .item .views-field-field-image,
  .image-listing.view-grid-col-3 .item .views-field-field-image {
    max-height: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-listing.view-grid-col-3 .item .views-field-field-image,
  .image-listing.view-grid-col-3 .item .views-field-field-image {
    max-height: 165px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) {
  .video-listing.view-grid-col-3 .item .views-field-field-image,
  .image-listing.view-grid-col-3 .item .views-field-field-image {
    width: 250px;
    margin: 20px 0px 25px 20px;
  }
  .video-listing.view-grid-col-3 .item .views-field-field-image img,
  .image-listing.view-grid-col-3 .item .views-field-field-image img {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .video-listing.view-grid-col-3 .item .views-field-field-image,
  .image-listing.view-grid-col-3 .item .views-field-field-image {
    width: 100%;
    margin: 0;
  }
}
.video-listing.view-grid-col-3 .item .views-field-title,
.image-listing.view-grid-col-3 .item .views-field-title {
  padding: 30px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-listing.view-grid-col-3 .item .views-field-title,
  .image-listing.view-grid-col-3 .item .views-field-title {
    width: calc(100% - 250px);
  }
}
.video-listing.view-grid-col-3 .item .views-field-title a,
.image-listing.view-grid-col-3 .item .views-field-title a {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "gill-sans-nova", Arial, sans-serif;
  line-height: 1.5rem;
  color: #0054a4;
  display: block;
}
.video-listing.view-grid-col-3 .item .views-field-title a:hover,
.image-listing.view-grid-col-3 .item .views-field-title a:hover {
  text-decoration: underline;
  text-decoration-color: #0054a4;
}
.video-listing.view-grid-col-3 .item .views-field-title .field-content,
.image-listing.view-grid-col-3 .item .views-field-title .field-content {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "gill-sans-nova", Arial, sans-serif;
  line-height: 1.5rem;
  color: #0054a4;
  display: block;
}
.image-listing {
  margin: 110px auto 70px !important;
}
@media only screen and (max-width: 767px) {
  .image-listing {
    margin: 30px auto 70px !important;
  }
}
.image-listing .views-field-field-image .field-content {
  height: 190px;
  overflow: hidden;
}
@media only screen and (min-width: 1600px) {
  .image-listing .views-field-field-image .field-content {
    height: 255px;
  }
}
@media only screen and (max-width: 991px) {
  .image-listing .views-field-field-image .field-content {
    height: 100%;
  }
}
.image-listing .views-field-field-image .field-content a {
  display: block;
}
.image-listing .views-field-field-image .field-content img {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
@media only screen and (max-width: 991px) {
  .image-listing .views-field-field-image .field-content img {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .image-listing .views-field-field-image .field-content img {
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }
}
@media only screen and (max-width: 991px) {
  .image-listing .views-field-field-image {
    width: 250px;
    margin: 20px 0px 25px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .image-listing .views-field-field-image {
    width: 100%;
    margin: 0;
  }
}
.image-listing .views-field-title .field-content {
  cursor: default;
}
.image-listing .views-field-title .field-content:hover {
  text-decoration: none;
}
.image-listing .download-lib-img {
  padding: 0px 20px 15px;
}
.image-listing .download-lib-img a.orange-link {
  letter-spacing: 0.3px;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: lowercase;
}
.image-listing .download-lib-img span.file-details {
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.25rem;
  color: #807F83;
  font-weight: 500;
  margin-right: 10px;
}
.image-listing .pager {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .image-listing .pager {
    margin-top: 10px;
  }
}
.latest-videos-listing.view-grid-col-3 .item > .views-field-field-image,
.video-listing.view-grid-col-3 .item > .views-field-field-image {
  position: relative;
}
.latest-videos-listing.view-grid-col-3 .item > .views-field-field-image:after,
.video-listing.view-grid-col-3 .item > .views-field-field-image:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  border: 3px solid #FFFFFF;
  display: block;
  width: 103px;
  height: 103px;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.latest-videos-listing.view-grid-col-3 .item > .views-field-field-image:before,
.video-listing.view-grid-col-3 .item > .views-field-field-image:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid #FFFFFF;
  display: block;
  position: absolute;
  left: 4px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin: 0 auto;
  cursor: pointer;
  pointer-events: none;
}
.node--type-article.node--promoted {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .node--type-article.node--promoted {
    margin-bottom: 0;
  }
}
.node--type-article > div {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-article > div {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-article > div {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .node--type-article > div {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .node--type-article > div {
    max-width: 1500px;
  }
}
@media only screen and (min-width: 768px) {
  .node--type-article > div {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .node--type-article > div {
    margin-top: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-article > div {
    width: 85%;
    padding-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-article > div {
    width: 77%;
    padding: 50px 20px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-article > div {
    width: 77%;
    padding: 50px 40px 70px;
  }
}
@media (min-width: 1600px) {
  .node--type-article > div {
    padding: 50px 100px 70px;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-article > div {
    top: 20px;
  }
}
.node--type-article > div > h1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  letter-spacing: -1px;
  color: #0054a4;
  margin-top: 0;
  font-family: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-article > div > h1 {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-article > div > h1 {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .node--type-article > div > h1 {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .node--type-article > div > h1 {
    max-width: 1500px;
  }
}
@media only screen and (min-width: 768px) {
  .node--type-article > div > h1 {
    font-size: 45px;
    margin-bottom: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-article > div > h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
    padding-left: 0px !important;
    padding-right: 0px;
  }
}
.node--type-article > div > div {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-article > div > div {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-article > div > div {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .node--type-article > div > div {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .node--type-article > div > div {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-article > div > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.node--type-article > div > div img {
  display: block;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .node--type-article > div .article-content {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-article > div .article-content {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-article > div .article-content {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
.node--type-article > div .article-content p {
  font-family: inherit;
  color: #807F83;
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .node--type-article > div .article-content p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-article > div .article-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.node--type-article.video-details-landing .article-date {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .node--type-article.video-details-landing .article-date {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.node--type-article.video-details-landing .landing-video,
.node--type-article.video-details-landing .article-media,
.node--type-article.video-details-landing #block-socialmediablock {
  max-width: calc(100% - 130px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1600px) {
  .node--type-article.video-details-landing .landing-video,
  .node--type-article.video-details-landing .article-media,
  .node--type-article.video-details-landing #block-socialmediablock {
    max-width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-article.video-details-landing .landing-video,
  .node--type-article.video-details-landing .article-media,
  .node--type-article.video-details-landing #block-socialmediablock {
    max-width: calc(100% - 110px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-article.video-details-landing .landing-video,
  .node--type-article.video-details-landing .article-media,
  .node--type-article.video-details-landing #block-socialmediablock {
    max-width: calc(100% - 90px);
  }
}
@media only screen and (max-width: 767px) {
  .node--type-article.video-details-landing .landing-video,
  .node--type-article.video-details-landing .article-media,
  .node--type-article.video-details-landing #block-socialmediablock {
    max-width: calc(100% - 0px);
  }
}
.node--type-article.video-details-landing h2 {
  padding-left: 15px !important;
}
@media only screen and (max-width: 767px) {
  .node--type-article.video-details-landing h2 {
    padding-left: 0px !important;
  }
}
.main-content .nav-menu-block {
  position: relative;
  z-index: 8;
}
.main-content .nav-menu-block {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-content .nav-menu-block {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-content .nav-menu-block {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .main-content .nav-menu-block {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .main-content .nav-menu-block {
    max-width: 1500px;
  }
}
.article-details {
  position: relative;
}
@media only screen and (min-width: 581px) and (max-width: 767px) {
  .article-details {
    max-width: 540px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .article-details {
    padding: 0px 20px 30px !important;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .article-details {
    padding: 0px 30px 30px !important;
  }
}
.article-details .article-menu {
  max-width: calc(100% - 0px);
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .article-details .article-menu {
    position: relative;
    top: -45px;
  }
}
.article-details .article-menu .nav-menu-block {
  padding: 0;
  max-width: calc(100% - 0px);
}
@media only screen and (max-width: 767px) {
  .article-details .article-menu .nav-menu-block {
    margin-bottom: 0;
  }
}
.article-details .article-menu .nav-menu-block ul:not(.contextual-links) {
  width: calc(100% - 0px);
  margin-top: -85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .article-details .article-menu .nav-menu-block ul:not(.contextual-links) {
    position: relative;
    top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .article-details .article-menu .nav-menu-block ul:not(.contextual-links) {
    margin-top: 85px;
  }
}
.article-details .article-date {
  padding-top: 64px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #807F83;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .article-details .article-date {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .article-details .article-date {
    padding-top: 12px;
  }
}
.article-details .article-media,
.article-details #block-socialmediablock {
  padding: 20px 0;
  margin: 30px auto;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}
.article-details .article-media ul:not(.contextual-links),
.article-details #block-socialmediablock ul:not(.contextual-links) {
  width: 180px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.article-details .article-media ul:not(.contextual-links) li,
.article-details #block-socialmediablock ul:not(.contextual-links) li {
  width: 16px;
}
.article-details .article-media ul:not(.contextual-links) li a,
.article-details #block-socialmediablock ul:not(.contextual-links) li a {
  overflow: hidden;
  font-size: 16px;
  width: 16px;
  color: #FF9500;
  display: block;
  cursor: pointer;
}
.article-details .article-media ul:not(.contextual-links) li:nth-child(1),
.article-details #block-socialmediablock ul:not(.contextual-links) li:nth-child(1) {
  order: 3;
}
.article-details .article-media ul:not(.contextual-links) li:nth-child(2),
.article-details #block-socialmediablock ul:not(.contextual-links) li:nth-child(2) {
  order: 2;
}
.article-details .article-media ul:not(.contextual-links) li:nth-child(3),
.article-details #block-socialmediablock ul:not(.contextual-links) li:nth-child(3) {
  order: 4;
}
.article-details .article-media ul:not(.contextual-links) li:nth-child(4),
.article-details #block-socialmediablock ul:not(.contextual-links) li:nth-child(4) {
  order: 1;
}
.article-details .article-media ul:not(.contextual-links) li:nth-child(5),
.article-details #block-socialmediablock ul:not(.contextual-links) li:nth-child(5) {
  order: 5;
}
.article-details h2 {
  font-size: 2.813rem;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 45px;
  line-height: 3.438rem;
  color: #0054a4;
  font-family: inherit;
}
@media only screen and (max-width: 767px) {
  .article-details h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.article-details .article-content {
  font-size: 24px;
  line-height: 40px;
  color: #807F83;
  margin-top: 45px;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .article-details .article-content {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
.article-details #block-socialmediablock {
  max-width: calc(100% - 130px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1600px) {
  .article-details #block-socialmediablock {
    max-width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .article-details #block-socialmediablock {
    max-width: calc(100% - 110px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .article-details #block-socialmediablock {
    max-width: calc(100% - 90px);
  }
}
@media only screen and (max-width: 767px) {
  .article-details #block-socialmediablock {
    max-width: calc(100% - 0px);
  }
}
.article-banner {
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.article-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.9) 80%, #eeeeee 94%);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.9) 80%, #eeeeee 94%);
}
.divider-pos {
  position: relative;
  top: 40px;
}
@media only screen and (max-width: 767px) {
  .divider-pos {
    max-width: 100%;
    width: calc(100% - 45px);
    top: 20px;
  }
}
.landing-video {
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.landing-video:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  border: 3px solid #FFFFFF;
  display: block;
  width: 103px;
  height: 103px;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.landing-video:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid #FFFFFF;
  display: block;
  position: absolute;
  left: 4px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin: 0 auto;
  cursor: pointer;
  pointer-events: none;
}
.landing-video video {
  outline: 0;
  visibility: hidden;
}
.landing-video.videolanding-open {
  background-image: none !important;
  padding-left: 0;
  padding-right: 0;
}
.landing-video.videolanding-open video {
  visibility: visible;
}
.landing-video.videolanding-open:after,
.landing-video.videolanding-open:before {
  display: none;
}
.search-results-page {
  width: 80%;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 40px;
  margin-top: 16px;
  margin-bottom: 20px;
  max-width: 1500px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .search-results-page {
    padding: 20px;
    width: 90%;
  }
}
.search-results-page header {
  text-align: center;
  font-size: 1.875rem;
  color: #0054a4;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .search-results-page header {
    font-size: 1.625rem;
  }
}
.search-results-page .views-row:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
}
.search-results-page .views-row .views-field a {
  font-size: 1.875rem;
  margin-top: 20px;
  font-family: 'gill-sans-nova', Arial, sans-serif;
  color: #0054a4;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-results-page .views-row .views-field a {
    font-size: 1.438rem;
  }
}
@media only screen and (max-width: 767px) {
  .search-results-page .views-row .views-field a {
    font-size: 1.375rem;
  }
}
.search-results-page .views-row .views-field div {
  color: #807F83;
  font-size: 1.25rem;
  margin: 20px 0;
  letter-spacing: 1px;
  display: block;
  word-spacing: 1px;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .search-results-page .views-row .views-field div {
    font-size: 1.125rem;
  }
}
.search-results-page .pager {
  margin-bottom: 20px;
}
.careers-flag,
.careers {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .careers-flag,
  .careers {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .careers-flag,
  .careers {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .careers-flag,
  .careers {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .careers-flag,
  .careers {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 991px) {
  .careers-flag,
  .careers {
    margin-bottom: 60px;
  }
}
.careers-flag h2,
.careers h2,
.testimonial-section .main-heading {
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 21px;
  line-height: 34px;
  text-align: center;
}
.careers-flag P,
.careers P {
  color: #807F83;
  line-height: 32px;
  letter-spacing: 1px;
  font-size: 20px;
  text-align: center;
}
.careers-flag ul,
.careers ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 52px;
}
@media only screen and (min-width: 992px) {
  .careers-flag ul,
  .careers ul {
    height: 375px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .careers-flag ul,
  .careers ul {
    height: 600px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .careers-flag ul,
  .careers ul {
    height: 645px;
  }
}
@media (max-width: 400px) {
  .careers-flag ul,
  .careers ul {
    height: 600px;
  }
}
@media (max-width: 360px) {
  .careers-flag ul,
  .careers ul {
    height: 620px;
  }
}
.careers-flag ul li a,
.careers ul li a {
  color: #FF9500;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 400px) {
  .careers-flag ul li a,
  .careers ul li a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .careers-flag ul li,
  .careers ul li {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .careers-flag ul li,
  .careers ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .careers-flag ul li,
  .careers ul li {
    padding-left: 70px;
    padding-bottom: 10px;
    height: 38px;
  }
  .careers-flag ul li:before,
  .careers ul li:before,
  .careers-flag ul li:after,
  .careers ul li:after {
    left: 27px;
    top: 4px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .careers-flag ul li,
  .careers ul li {
    padding-left: 60px;
    padding-bottom: 13px;
  }
  .careers-flag ul li:before,
  .careers ul li:before,
  .careers-flag ul li:after,
  .careers ul li:after {
    left: 18px;
    top: 4px;
  }
}
@media (max-width: 400px) {
  .careers-flag ul li,
  .careers ul li {
    padding-left: 30px;
    padding-bottom: 10px;
  }
  .careers-flag ul li:before,
  .careers ul li:before,
  .careers-flag ul li:after,
  .careers ul li:after {
    top: 9px;
    margin: 0;
  }
}
.flag-sprite {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .flag-sprite {
    padding-left: 87px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.flag-sprite:before {
  content: "";
  position: absolute;
  margin-right: 11px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .flag-sprite:before {
    left: 44px;
    top: 4px;
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .flag-sprite:before {
    width: 20px;
    height: 20px;
    left: 0;
  }
}
.flag-sprite:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/flag-sprite.png);
  width: 0;
  height: 0;
}
@media only screen and (min-width: 992px) {
  .flag-sprite:after {
    left: 44px;
    width: 30px;
    height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .flag-sprite:after {
    width: 20px;
    height: 13px;
    margin: 0;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .flag-sprite.australia:after {
    background-position: -7px -5px;
  }
  .flag-sprite.austria:after {
    background-position: -47px -5px;
    width: 27px;
    height: 20px;
  }
  .flag-sprite.belgium:after {
    background-position: -87px -5px;
  }
  .flag-sprite.bulgaria:after {
    background-position: -125px -5px;
    width: 32px;
    height: 24px;
  }
  .flag-sprite.czech-republic:after {
    background-position: -165px -5px;
  }
  .flag-sprite.denmark:after {
    background-position: -205px -5px;
  }
  .flag-sprite.estonia:after {
    background-position: -245px -5px;
  }
  .flag-sprite.finland:after {
    background-position: -283px -5px;
  }
  .flag-sprite.france:after {
    background-position: -325px -5px;
  }
  .flag-sprite.germany:after {
    background-position: -365px -5px;
  }
  .flag-sprite.greece:after {
    background-position: -405px -5px;
  }
  .flag-sprite.israel:after {
    background-position: -485px -5px;
  }
  .flag-sprite.italy:after {
    background-position: -525px -5px;
  }
  .flag-sprite.ireland:after {
    background-position: -443px -5px;
    width: 32px;
    height: 24px;
  }
  .flag-sprite.latvia:after {
    background-position: -565px -5px;
  }
  .flag-sprite.lithuania:after {
    background-position: -605px -5px;
  }
  .flag-sprite.mexico:after {
    background-position: -7px -35px;
  }
  .flag-sprite.netherlands:after {
    background-position: -47px -35px;
  }
  .flag-sprite.norway:after {
    background-position: -87px -35px;
  }
  .flag-sprite.poland:after {
    background-position: -127px -35px;
  }
  .flag-sprite.portugal:after {
    background-position: -167px -35px;
  }
  .flag-sprite.romania:after {
    background-position: -207px -35px;
  }
  .flag-sprite.slovakia:after {
    background-position: -287px -35px;
  }
  .flag-sprite.serbia:after {
    background-position: -287px -35px;
    width: 30px;
    height: 20px;
  }
  .flag-sprite.slovenia:after {
    background-position: -329px -34px;
    width: 32px;
    height: 24px;
  }
  .flag-sprite.switzerland:after {
    background-position: -205px -5px;
    width: 30px;
    height: 20px;
  }
  .flag-sprite.spain:after {
    background-position: -407px -35px;
  }
  .flag-sprite.sweden:after {
    background-position: -368px -35px;
  }
  .flag-sprite.turkey:after {
    background-position: -447px -35px;
  }
  .flag-sprite.ukraine:after {
    background-position: -487px -35px;
  }
  .flag-sprite.united-kingdom:after {
    background-position: -527px -35px;
  }
  .flag-sprite.united-states:after {
    background-position: -569px -34px;
    width: 32px;
    height: 24px;
  }
  .flag-sprite.india:after {
    background-position: -338px -112px;
  }
}
@media only screen and (max-width: 991px) {
  .flag-sprite.australia:after {
    background-position: -8px -65px;
  }
  .flag-sprite.belgium:after {
    background-position: -63px -65px;
  }
  .flag-sprite.bulgaria:after {
    background-position: -125px -5px;
    width: 32px;
    height: 24px;
  }
  .flag-sprite.czech-republic:after {
    background-position: -126px -67px;
  }
  .flag-sprite.denmark:after {
    background-position: -155px -65px;
  }
  .flag-sprite.estonia:after {
    background-position: -186px -64px;
  }
  .flag-sprite.finland:after {
    background-position: -218px -65px;
  }
  .flag-sprite.france:after {
    background-position: -245px -66px;
  }
  .flag-sprite.germany:after {
    background-position: -274px -67px;
  }
  .flag-sprite.greece:after {
    background-position: -302px -67px;
  }
  .flag-sprite.israel:after {
    background-position: -360px -67px;
  }
  .flag-sprite.italy:after {
    background-position: -388px -67px;
  }
  .flag-sprite.latvia:after {
    background-position: -419px -67px;
  }
  .flag-sprite.lithuania:after {
    background-position: -450px -67px;
  }
  .flag-sprite.mexico:after {
    background-position: -480px -67px;
  }
  .flag-sprite.netherlands:after {
    background-position: -508px -67px;
  }
  .flag-sprite.norway:after {
    background-position: -540px -67px;
  }
  .flag-sprite.poland:after {
    background-position: -569px -67px;
  }
  .flag-sprite.portugal:after {
    background-position: -595px -67px;
  }
  .flag-sprite.romania:after {
    background-position: -9px -87px;
  }
  .flag-sprite.slovakia:after {
    background-position: -66px -85px;
  }
  .flag-sprite.spain:after {
    background-position: -151px -87px;
  }
  .flag-sprite.sweden:after {
    background-position: -123px -87px;
  }
  .flag-sprite.turkey:after {
    background-position: -180px -87px;
  }
  .flag-sprite.ukraine:after {
    background-position: -208px -87px;
  }
  .flag-sprite.united-kingdom:after {
    background-position: -236px -88px;
  }
  .flag-sprite.united-states:after {
    background-position: -262px -87px;
  }
  .flag-sprite.india:after {
    background-position: -550px -93px;
  }
}
@media (min-width: 401px) {
  .careers-flag .flag-sprite:before,
  .careers .flag-sprite:before {
    width: 32px;
    height: 32px;
  }
  .careers-flag .flag-sprite:after,
  .careers .flag-sprite:after {
    width: 30px;
    height: 20px;
  }
  .careers-flag .flag-sprite.australia:after,
  .careers .flag-sprite.australia:after {
    background-position: -7px -5px;
  }
  .careers-flag .flag-sprite.austria:after,
  .careers .flag-sprite.austria:after {
    background-position: -47px -5px;
    width: 27px;
    height: 20px;
  }
  .careers-flag .flag-sprite.belgium:after,
  .careers .flag-sprite.belgium:after {
    background-position: -87px -5px;
  }
  .careers-flag .flag-sprite.bulgaria:after,
  .careers .flag-sprite.bulgaria:after {
    background-position: -125px -5px;
    width: 32px;
    height: 24px;
  }
  .careers-flag .flag-sprite.czech-republic:after,
  .careers .flag-sprite.czech-republic:after {
    background-position: -165px -5px;
  }
  .careers-flag .flag-sprite.denmark:after,
  .careers .flag-sprite.denmark:after {
    background-position: -205px -5px;
  }
  .careers-flag .flag-sprite.estonia:after,
  .careers .flag-sprite.estonia:after {
    background-position: -245px -5px;
  }
  .careers-flag .flag-sprite.finland:after,
  .careers .flag-sprite.finland:after {
    background-position: -283px -5px;
  }
  .careers-flag .flag-sprite.france:after,
  .careers .flag-sprite.france:after {
    background-position: -325px -5px;
  }
  .careers-flag .flag-sprite.germany:after,
  .careers .flag-sprite.germany:after {
    background-position: -365px -5px;
  }
  .careers-flag .flag-sprite.greece:after,
  .careers .flag-sprite.greece:after {
    background-position: -405px -5px;
  }
  .careers-flag .flag-sprite.hungary:after,
  .careers .flag-sprite.hungary:after {
    background-position: -606px -32px;
  }
  .careers-flag .flag-sprite.israel:after,
  .careers .flag-sprite.israel:after {
    background-position: -485px -5px;
  }
  .careers-flag .flag-sprite.italy:after,
  .careers .flag-sprite.italy:after {
    background-position: -525px -5px;
  }
  .careers-flag .flag-sprite.ireland:after,
  .careers .flag-sprite.ireland:after {
    background-position: -443px -5px;
    width: 32px;
    height: 24px;
  }
  .careers-flag .flag-sprite.latvia:after,
  .careers .flag-sprite.latvia:after {
    background-position: -565px -5px;
  }
  .careers-flag .flag-sprite.lithuania:after,
  .careers .flag-sprite.lithuania:after {
    background-position: -605px -5px;
  }
  .careers-flag .flag-sprite.mexico:after,
  .careers .flag-sprite.mexico:after {
    background-position: -7px -35px;
  }
  .careers-flag .flag-sprite.netherlands:after,
  .careers .flag-sprite.netherlands:after {
    background-position: -47px -35px;
  }
  .careers-flag .flag-sprite.norway:after,
  .careers .flag-sprite.norway:after {
    background-position: -87px -35px;
  }
  .careers-flag .flag-sprite.poland:after,
  .careers .flag-sprite.poland:after {
    background-position: -127px -35px;
  }
  .careers-flag .flag-sprite.portugal:after,
  .careers .flag-sprite.portugal:after {
    background-position: -167px -35px;
  }
  .careers-flag .flag-sprite.romania:after,
  .careers .flag-sprite.romania:after {
    background-position: -207px -35px;
  }
  .careers-flag .flag-sprite.slovakia:after,
  .careers .flag-sprite.slovakia:after {
    background-position: -287px -35px;
  }
  .careers-flag .flag-sprite.serbia:after,
  .careers .flag-sprite.serbia:after {
    background-position: -246px -33px;
    width: 32px;
    height: 24px;
  }
  .careers-flag .flag-sprite.slovenia:after,
  .careers .flag-sprite.slovenia:after {
    background-position: -329px -34px;
    width: 32px;
    height: 24px;
  }
  .careers-flag .flag-sprite.switzerland:after,
  .careers .flag-sprite.switzerland:after {
    background-position: -205px -5px;
    width: 30px;
    height: 20px;
  }
  .careers-flag .flag-sprite.spain:after,
  .careers .flag-sprite.spain:after {
    background-position: -407px -35px;
  }
  .careers-flag .flag-sprite.sweden:after,
  .careers .flag-sprite.sweden:after {
    background-position: -368px -35px;
  }
  .careers-flag .flag-sprite.turkey:after,
  .careers .flag-sprite.turkey:after {
    background-position: -447px -35px;
  }
  .careers-flag .flag-sprite.ukraine:after,
  .careers .flag-sprite.ukraine:after {
    background-position: -487px -35px;
  }
  .careers-flag .flag-sprite.united-kingdom:after,
  .careers .flag-sprite.united-kingdom:after {
    background-position: -527px -35px;
  }
  .careers-flag .flag-sprite.united-states:after,
  .careers .flag-sprite.united-states:after {
    background-position: -569px -34px;
    width: 32px;
    height: 24px;
  }
}
@media (max-width: 400px) {
  .careers-flag .flag-sprite.austria:after,
  .careers .flag-sprite.austria:after {
    background-position: -35px -64px;
    width: 20px;
    height: 15px;
  }
  .careers-flag .flag-sprite.bulgaria:after,
  .careers .flag-sprite.bulgaria:after {
    background-position: -93px -64px;
    width: 20px;
    height: 15px;
  }
  .careers-flag .flag-sprite.hungary:after,
  .careers .flag-sprite.hungary:after {
    background-position: -288px -87px;
  }
  .careers-flag .flag-sprite.ireland:after,
  .careers .flag-sprite.ireland:after {
    background-position: -330px -67px;
    width: 20px;
    height: 15px;
  }
  .careers-flag .flag-sprite.serbia:after,
  .careers .flag-sprite.serbia:after {
    background-position: -38px -86px;
    width: 20px;
    height: 15px;
  }
  .careers-flag .flag-sprite.slovenia:after,
  .careers .flag-sprite.slovenia:after {
    background-position: -94px -86px;
    width: 20px;
    height: 15px;
  }
  .careers-flag .flag-sprite.switzerland:after,
  .careers .flag-sprite.switzerland:after {
    background-position: -155px -65px;
    width: 19px;
    height: 13px;
  }
  .careers-flag .flag-sprite.united-states:after,
  .careers .flag-sprite.united-states:after {
    background-position: -262px -87px;
    width: 20px;
    height: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .global-locations.country ul li {
    height: 41px;
  }
}
.testimonial-section {
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .testimonial-section {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-section {
    margin-bottom: 110px;
    max-width: calc(100% - 80px);
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .testimonial-section {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .testimonial-section {
    max-width: calc(100% - 80px);
  }
}
@media (min-width: 1600px) {
  .testimonial-section {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-section .testimonial-wrapper {
    background: #FFFFFF;
    padding: 80px 20px 20px;
    padding-top: 63px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section .testimonial-wrapper {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section .testimonial-wrapper {
    padding: 70px 0 0;
  }
}
.testimonial-section .main-heading {
  color: #0054a4;
}
.testimonial-section .quores-img {
  display: block;
  background: url(../images/quotemark.png);
  width: 74px;
  height: 76px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -34px;
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonial-section .quores-img {
    width: 60px;
    height: 62px;
    top: -28px;
    left: 30px;
  }
}
.testimonial-section .testimonial-text {
  padding: 0 20px;
  font-weight: 500;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  color: #807F83;
  line-height: 36px;
}
@media only screen and (max-width: 991px) {
  .testimonial-section .testimonial-text {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section .testimonial-text {
    font-size: 18px;
    padding: 0 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section .testimonial-text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-section .testimonial-text {
    font-size: 19px;
    margin-bottom: 110px;
  }
}
.testimonial-section .testimonial-user {
  min-height: 50px;
  padding: 10px 0;
  background-color: #F7F7F7;
}
@media only screen and (max-width: 991px) {
  .testimonial-section .testimonial-user {
    position: relative;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section .testimonial-user {
    padding-right: 120px;
    display: block;
    min-height: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonial-section .testimonial-user {
    padding-right: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-section .testimonial-user {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
  }
}
.testimonial-section .testimonial-user .user-title {
  font-size: 19px;
  padding: 0 10px;
  padding-right: 8px;
  line-height: 26px;
  color: #0054a4;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 700;
  font-family: "gill-sans-nova", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .testimonial-section .testimonial-user .user-title {
    padding-left: 20px;
    font-size: 25px;
    letter-spacing: -0.5px;
  }
}
.testimonial-section .testimonial-user .user-text {
  font-size: 13px;
  line-height: 1.8;
  color: #807F83;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .testimonial-section .testimonial-user .user-text {
    padding-left: 20px;
    line-height: 22px;
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section .testimonial-user .user-text {
    line-height: 1.8;
    font-size: 9px;
  }
}
.testimonial-section .testimonial-user .user-image {
  position: absolute;
  width: 130px;
  height: 130px;
  top: -19px;
  right: 18px;
  text-align: center;
}
.testimonial-section .testimonial-user .user-image img {
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .testimonial-section .testimonial-user .user-image {
    top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section .testimonial-user .user-image {
    width: 100px;
    right: 16px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 100px;
  }
}
.testimonial-section > .views-row {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .testimonial-section > .views-row {
    margin-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .testimonial-section > .views-row {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-section > .views-row {
    width: 100%;
    max-width: calc(50% - 15px);
    margin-left: 15px;
    margin-right: 15px;
    background: #FFFFFF;
    padding: 80px 20px 20px;
    padding-top: 63px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .testimonial-section > .views-row {
    max-width: calc(49.5% - 15px);
    flex: 0 0 48%;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-section > .views-row:nth-child(odd) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-section > .views-row:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-section > .views-row:first-child {
    margin-top: 80px;
  }
}
.text-full-html.careers_flags_wrapper {
  padding: 1rem 0rem;
}
.text-full-html.careers_flags_wrapper .main {
  width: 100%;
  overflow: hidden;
}
.text-full-html.careers_flags_wrapper .careers {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .text-full-html.careers_flags_wrapper .careers {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1600px) {
  .text-full-html.careers_flags_wrapper .careers {
    max-width: 1500px;
  }
}
.text-full-html.careers_flags_wrapper .careers P {
  color: #807F83;
  line-height: 32px;
  letter-spacing: -0.5px;
  font-size: 20px;
  text-align: center;
}
.text-full-html.careers_flags_wrapper .careers ul {
  list-style-type: none;
  padding-left: 0px;
}
.text-full-html.careers_flags_wrapper .careers ul li {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .user-login-form,
  .user-register-form,
  .user-pass {
    width: 700px;
    margin-top: 15px;
    margin-left: 50px;
  }
}
.user-login-form .form-item,
.user-register-form .form-item,
.user-pass .form-item {
  margin-bottom: 1rem;
}
.user-login-form .form-item label,
.user-register-form .form-item label,
.user-pass .form-item label {
  color: #0054a4;
  font-weight: bold;
  font-size: 20px;
}
.user-login-form .form-item input.form-text,
.user-register-form .form-item input.form-text,
.user-pass .form-item input.form-text,
.user-login-form .form-item .form-email,
.user-register-form .form-item .form-email,
.user-pass .form-item .form-email,
.user-login-form .form-item .form-select,
.user-register-form .form-item .form-select,
.user-pass .form-item .form-select {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 80%;
  display: block;
  margin-top: 0.25rem;
}
.user-login-form .form-actions input[type="submit"],
.user-register-form .form-actions input[type="submit"],
.user-pass .form-actions input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
body:not(.toolbar-fixed) #block-local-tasks-tabs {
  margin-left: 50px;
}
body:not(.toolbar-fixed) #block-local-tasks-tabs ul li {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid #0055a5;
  margin-right: 15px;
}
body:not(.toolbar-fixed) #block-local-tasks-tabs ul li a {
  color: #007bff;
}
body:not(.toolbar-fixed) #block-local-tasks-tabs ul li a:hover,
body:not(.toolbar-fixed) #block-local-tasks-tabs ul li a.is-active {
  color: #0054a4;
}
.contact-us-form-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  width: 100%;
  margin: 30px auto;
  background: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us-form-container {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us-form-container {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .contact-us-form-container {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .contact-us-form-container {
    max-width: 1500px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .contact-us-form-container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-us-form-container {
    padding: 50px;
  }
}
.contact-us-form-container .form-item {
  max-width: 700px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #807F83;
  margin: 0 0 10px 0px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-evenly;
}
.contact-us-form-container .form-item > label {
  width: 350px;
  padding: 0;
  margin-bottom: 5px;
  color: #807F83;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .contact-us-form-container .form-item > label {
    margin-right: 20px;
  }
}
.contact-us-form-container .form-item .form-select {
  width: 100%;
  max-width: 320px;
  margin: 0 0 5px 0;
  padding: 8px 10px;
  border: 1px solid #807F83;
  color: #000000;
  line-height: normal;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .contact-us-form-container .form-item {
    max-width: 100%;
  }
  .contact-us-form-container .form-item > label,
  .contact-us-form-container .form-item > .form-select {
    width: 100%;
    max-width: 100%;
  }
}
.contact-us-form-container .contact-us-form-message {
  margin-top: 20px;
  color: #807F83;
}
.contact-us-form-container + .webform-submission-form {
  margin-top: -50px;
  padding-top: 0px;
}
.contact-us-form-container p {
  letter-spacing: 1px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contact-us-form-container select::-ms-expand {
    display: block;
  }
}
.webform-submission-form {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
  width: 100%;
  margin: 30px auto;
  background: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-form {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-form {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .webform-submission-form {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .webform-submission-form {
    max-width: 1500px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .webform-submission-form {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .webform-submission-form {
    padding: 50px;
  }
}
.webform-submission-form .form-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #807F83;
  margin: 0 0 10px 0px;
}
.webform-submission-form .form-item label {
  width: 350px;
  padding: 0;
  margin-bottom: 5px;
  color: #807F83;
}
@media only screen and (max-width: 991px) {
  .webform-submission-form .form-item label {
    width: 100%;
    max-width: 100%;
  }
}
.webform-submission-form .form-item input,
.webform-submission-form .form-item select,
.webform-submission-form .form-item textarea {
  width: 100%;
  max-width: 320px;
  margin: 0 0 5px 0;
  padding: 8px 10px;
  border: 1px solid #807F83;
  color: #000000;
  line-height: normal;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .webform-submission-form .form-item input,
  .webform-submission-form .form-item select,
  .webform-submission-form .form-item textarea {
    width: 100%;
    max-width: 100%;
  }
}
.webform-submission-form .form-item .form-tel {
  padding-left: 48px;
}
.webform-submission-form .form-item .iti--allow-dropdown ul {
  list-style: none;
  padding: 0;
}
.webform-submission-form .form-item .iti--allow-dropdown ul li {
  margin: 0;
}
.webform-submission-form .form-disabled .form-select {
  border: 0;
  outline: none;
  pointer-events: none;
  cursor: auto;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}
@media only screen and (min-width: 992px) {
  .webform-submission-form .form-disabled .form-select {
    max-width: none;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .webform-submission-form .form-disabled .form-select {
    white-space: normal;
  }
}
.webform-submission-form .form-item--error-message {
  width: 100%;
  padding-top: 10px;
  color: red;
}
@media only screen and (min-width: 992px) {
  .webform-submission-form .form-item--error-message {
    padding-left: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .webform-submission-form .form-actions {
    padding-left: 350px;
  }
}
.webform-submission-form .form-actions input {
  background-color: #EEEEEE;
  border: 1px solid #807F83;
  width: 200px;
  height: 44px;
  border-radius: 0;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .webform-submission-form .form-item label {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .webform-submission-form .form-item input,
  .webform-submission-form .form-item select,
  .webform-submission-form .form-item textarea {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.webform-submission-form .form-item .iti {
  margin-bottom: 5px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .webform-submission-form .form-item .iti {
    max-width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .webform-submission-form .form-item.form-item-comments > div {
    width: 100%;
  }
}
.webform-submission-form .webform-confirmation__message {
  margin: 0;
  margin-top: -20px;
  margin-bottom: 10px;
}
.webform-submission-form .webform-confirmation__message .webform-confirm-wrapper {
  padding: 40px;
  background: #eaeaea;
  border: 1px solid #000000;
}
.webform-submission-form .form-required:after {
  content: "*";
  position: relative;
  display: inline-block;
  color: red;
  font-weight: 500;
  margin-left: 3px;
}
.webform-submission-form a {
  color: #FF9500;
}
.webform-submission-form p {
  letter-spacing: 1px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .webform-submission-form select::-ms-expand {
    display: block;
  }
  .webform-submission-form .form-disabled select::-ms-expand {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .webform-submission-form .description {
    margin-left: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .webform-submission-form .description {
    width: 100%;
  }
}
.captcha {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .captcha {
    max-width: 680px;
  }
}
.captcha > img {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .captcha > img {
    margin-left: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .captcha .reload-captcha-wrapper {
    max-width: 350px;
    margin-left: 350px;
  }
}
.captcha .reload-captcha {
  color: #FF9500;
}
.warning-message,
.error-message,
.status-message {
  padding: 20px 160px;
  background: rgba(243, 169, 169, 0.5);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .warning-message,
  .error-message,
  .status-message {
    padding: 20px  40px;
  }
}
.error-message {
  margin-top: 0;
  margin-bottom: 30px;
}
.status-message {
  background: #dff0d8;
  margin-top: 0;
  margin-bottom: 30px;
  position: sticky;
  top: 80px;
  width: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
.close_message {
  position: absolute;
  right: 25px;
  top: 10px;
}
.close_message button {
  background: transparent;
  color: #a3d187;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}
.close_message button:hover {
  color: #86ae6e;
}
.warning-alert-message {
  position: fixed;
  width: 100%;
  padding: 10px;
  background: #FF9500;
  color: #FFFFFF;
  bottom: 0px;
  left: 0px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  z-index: 999999;
  cursor: pointer;
}
/* captcha d9.10 fix satrts */
body .captcha-type-challenge--image .captcha__element {
  display: block;
}
body .captcha {
  padding: 0;
}
@media (min-width: 992px) {
  body .captcha-type-challenge--image .captcha__element {
    padding-left: 350px;
    margin-top: -24px;
  }
  body .captcha .reload-captcha-wrapper {
    margin: auto;
  }
  body .captcha .captcha__element .description {
    margin: 0;
  }
}
/* captcha d9.10 fix ends */
.hide-this-element {
  display: none !important;
}
#ModalPopupBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
#ModalPopupBox .modalpopup-wrp {
  width: 90%;
  max-width: 600px;
  background: #fff;
  position: relative;
  z-index: 3;
}
#ModalPopupBox .modalpopup-wrp .modal-header {
  padding: 10px;
  background: #0054a4;
  display: inline-block;
  width: 100%;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
}
#ModalPopupBox .modalpopup-wrp .modal-header .close {
  float: right;
  padding: 0 10px;
  cursor: pointer;
}
#ModalPopupBox .modalpopup-wrp .modal-header .modal-title {
  margin: 0;
  padding-right: 10px;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-bottom: 4px;
}
#ModalPopupBox .modalpopup-wrp .modal-body {
  text-align: center;
  padding: 15px;
  font-size: 25px;
  font-weight: 600;
}
#ModalPopupBox .modalpopup-wrp .modal-body .variant-link {
  display: inline-block;
  width: 27%;
  margin: 5px 3px;
}
@media only screen and (max-width: 767px) {
  #ModalPopupBox .modalpopup-wrp .modal-body .variant-link {
    width: 47%;
  }
}
#ModalPopupBox .modalpopup-wrp .modal-body img {
  height: auto;
}
#ModalPopupBox .popupbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal-open {
  overflow: hidden;
}
.modal-open #ModalPopupBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.button.buynow {
  display: block;
  max-width: 130px;
  text-align: center;
  margin: 10px auto 20px;
  order: 2;
}
.buynow-popup-data {
  position: relative;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}
.buynow-popup-data > ul {
  display: none;
}
.product-qty-btn .product-qty {
  padding: 5px 7px;
  display: inline-block;
  margin-right: 5px;
  color: #0054a4;
  border: 1px solid;
  line-height: 1.4;
  cursor: pointer;
  line-height: 1.2;
  font-size: 14px;
}
.product-qty-btn .product-qty.active {
  background: #0054a4;
  color: #fff;
}
.buynowsection .slick__slide p {
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  color: #807F83;
  word-spacing: 1px;
  letter-spacing: 1px;
  text-align: center;
}
.buynowsection .slick__slide img {
  display: block;
  margin: 0 auto 15px;
}
footer.site-footer {
  padding-top: 63px;
  background-color: #0054a4;
}
footer.site-footer > .layout-container {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.site-footer__top > div {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .site-footer__top > div {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer__top > div:first-child {
    order: 1;
    margin-bottom: 48px;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .site-footer__top > div:nth-child(2) {
    order: 3;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-footer__top > div:nth-child(3) {
    order: 2;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
.footer_brand {
  width: 189px;
  display: block;
  margin: auto;
  padding-bottom: 12px;
}
.footer-para {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  word-spacing: 1px;
  letter-spacing: 1px;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-para {
    font-size: 13px;
  }
}
.footer-social-center {
  margin-top: 31px;
  text-align: center;
}
.footer-social-center a {
  display: inline-block;
  font-size: 19px;
}
.footer-social-center a:not(:last-child) {
  margin-right: 20px;
}
.footer-social-center a:hover {
  text-decoration: none;
}
.footer-list p:not(:last-child) {
  margin-bottom: 18px;
}
.footer-list a {
  color: #FF9500;
  font-size: 15px;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
  display: block;
  word-spacing: 1px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
}
.footer-list a:hover {
  text-decoration: underline;
}
.perrrigo_footer_top-first .footer-para {
  margin-top: 28px;
}
.perrigo-carrers-center {
  padding-top: 94px;
}
.perrigo-carrers-center p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .perrigo-carrers-center {
    padding-top: 53px;
    border-top: 2px solid #00478A;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .perrigo-carrers-center {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-top: 2px solid #00478A;
    border-bottom: 2px solid #00478A;
  }
}
.footer-copyrightwrapper {
  display: inline-block;
}
.footer-copyrightwrapper a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  word-spacing: 1px;
  letter-spacing: 1px;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .footer-copyrightwrapper a:last-child {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-copyrightwrapper a:nth-child(6),
  .footer-copyrightwrapper a:last-child {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
  }
  .footer-copyrightwrapper a:last-child {
    margin: -5px 0 0;
  }
}
.footer-copyrightwrapper a:not(:last-child):after {
  content: "●";
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
  margin-left: 4px;
}
@media only screen and (max-width: 991px) {
  .footer-copyrightwrapper a:not(:last-child):after {
    display: none;
  }
}
.footer-copyrightwrapper a:hover {
  text-decoration: underline;
}
.site-footer__bottom {
  margin-top: 95px;
  margin-bottom: 35px;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer__bottom {
    margin-top: 50px;
    margin-bottom: 39px;
    padding-top: 58px;
    border-top: 2px solid #00478A;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__bottom {
    margin: 37px auto 35px;
  }
  .site-footer__bottom a {
    display: block;
    margin-bottom: 1px;
  }
}
#teconsent {
  text-align: center;
  position: relative;
  top: -30px;
}
#teconsent a {
  color: rgba(255, 255, 255, 0.7);
  word-spacing: 1px;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
}
#teconsent a:hover {
  text-decoration: underline;
}
#block-footerright {
  text-align: center;
}
#block-footerright p a {
  letter-spacing: 1px;
  font-size: 15px;
}
#block-footerright p:last-child {
  margin-bottom: 0;
}
.viewsreference--view-title {
  display: none;
}
@media print {
  body * {
    visibility: hidden;
  }
  html,
  body {
    margin: 0;
    padding: 0;
    height: auto;
    font-size: 28pt;
    font-family: Times, serif;
    position: relative;
  }
  .header,
  .site-footer,
  .item,
  .article-menu,
  .article-menu-tab {
    display: none !important;
  }
  .article-details,
  .article-details * {
    visibility: visible;
    font-size: 13px;
    color: black;
    line-height: 1.5;
  }
  .layout-content {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: 1.5;
    page-break-after: avoid;
  }
  .article-content p a {
    color: black !important;
    font-size: 9px;
    display: block;
  }
  .article-date {
    padding: 0;
  }
  .node--type-article > div > h2,
  .article-content h2 {
    display: block;
    font-family: Arial;
    color: black !important;
    font-size: 16pt;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    line-height: 1.3;
    position: relative;
  }
  .node--type-article > div > h2 span,
  .article-content h2 span {
    font-size: 100%;
    display: block;
    margin-bottom: 0;
    line-height: 1.1;
  }
  .node--type-article > div,
  .article-details {
    padding: 0;
  }
}
