@charset "UTF-8";
/*!
Range Resources Styles
Author: Andrew Magill
Author URI: https://ascenderstudios.com/
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: lato, Arial, sans-serif;
  color: #000;
  margin: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/background.jpg");
  background-attachment: fixed;
  text-align: center;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

ul, ol {
  margin: 1em 0;
  padding-left: 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: lato, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: axia, Arial, sans-serif;
  line-height: 1em;
}

h1 {
  font-size: 4.4rem;
  letter-spacing: -0.025em;
}

h2 {
  font-size: 3.2rem;
  letter-spacing: -0.025em;
}

h3 {
  font-size: 3.2rem;
  letter-spacing: -0.025em;
}

p {
  margin: 1em 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #efefef;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  font-size: 1.2rem;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-size: 1.2rem;
}

abbr, acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}

mark, ins {
  background: #efefef;
  text-decoration: none;
}

big {
  font-size: 125%;
}

sup {
  font-size: 1.1rem;
  vertical-align: text-top;
  line-height: 1em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

a {
  color: #0066cc;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid;
  border-radius: 3px;
  padding: 3px;
}
select {
  border: 1px solid;
}

textarea {
  width: 100%;
}

table {
  border: 1px solid #0e71b8;
  padding: 0;
  border-spacing: 0;
  line-height: 1.4;
  margin: 1em auto;
}
table thead {
  font-weight: bold;
  color: #0e71b8;
}
table tr:nth-child(2n) {
  background-color: white;
}
table tr:nth-child(2n+1) {
  background-color: #eef5fa;
}
table td {
  padding: 16px 20px;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-caption {
  display: block;
}

.faq_list ul, .media_library ul, .featured-content ul, footer ul, .submenu ul, header .menu .sub-menu, header .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq_list ul > li, .media_library ul > li, .featured-content ul > li, footer ul > li, .submenu ul > li, header .menu .sub-menu > li, header .menu > li {
  display: inline-block;
}

.icons .icon {
  flex-grow: 1;
  flex-basis: 0;
}

header li.menu-item-has-children::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.text_columns .text_columns-text h2, .text_columns .text_columns-text h3, .text_columns .text_columns-text h4, .faq h1, .faq h2, .faq h3, .article-content h1, .article-content h2, .article-content h3 {
  display: inline-block;
  max-width: 100% !important;
  padding: 12px 50px 12px calc(50% - 480px);
  color: white;
  margin: 20px 0 !important;
}
@media screen and (max-width: 1120px) {
  .text_columns .text_columns-text h2, .text_columns .text_columns-text h3, .text_columns .text_columns-text h4, .faq h1, .faq h2, .faq h3, .article-content h1, .article-content h2, .article-content h3 {
    padding-left: 40px;
  }
}
.text_columns .text_columns-text h2:nth-of-type(3n), .text_columns .text_columns-text h3:nth-of-type(3n), .text_columns .text_columns-text h4:nth-of-type(3n), .faq h1:nth-of-type(3n), .faq h2:nth-of-type(3n), .faq h3:nth-of-type(3n), .article-content h1:nth-of-type(3n), .article-content h2:nth-of-type(3n), .article-content h3:nth-of-type(3n), .text_columns .text_columns-text h2.blue, .text_columns .text_columns-text h3.blue, .text_columns .text_columns-text h4.blue, .faq h1.blue, .faq h2.blue, .faq h3.blue, .article-content h1.blue, .article-content h2.blue, .article-content h3.blue {
  background: #0e71b8;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 30px, #0e71b8 31px);
}
.text_columns .text_columns-text h2:nth-of-type(3n+1), .text_columns .text_columns-text h3:nth-of-type(3n+1), .text_columns .text_columns-text h4:nth-of-type(3n+1), .faq h1:nth-of-type(3n+1), .faq h2:nth-of-type(3n+1), .faq h3:nth-of-type(3n+1), .article-content h1:nth-of-type(3n+1), .article-content h2:nth-of-type(3n+1), .article-content h3:nth-of-type(3n+1), .text_columns .text_columns-text h2.green, .text_columns .text_columns-text h3.green, .text_columns .text_columns-text h4.green, .faq h1.green, .faq h2.green, .faq h3.green, .article-content h1.green, .article-content h2.green, .article-content h3.green {
  background: #9be8df;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 30px, #9be8df 31px);
}
.text_columns .text_columns-text h2:nth-of-type(3n+2), .text_columns .text_columns-text h3:nth-of-type(3n+2), .text_columns .text_columns-text h4:nth-of-type(3n+2), .faq h1:nth-of-type(3n+2), .faq h2:nth-of-type(3n+2), .faq h3:nth-of-type(3n+2), .article-content h1:nth-of-type(3n+2), .article-content h2:nth-of-type(3n+2), .article-content h3:nth-of-type(3n+2), .text_columns .text_columns-text h2.purple, .text_columns .text_columns-text h3.purple, .text_columns .text_columns-text h4.purple, .faq h1.purple, .faq h2.purple, .faq h3.purple, .article-content h1.purple, .article-content h2.purple, .article-content h3.purple {
  background: #82d7e7;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 30px, #82d7e7 31px);
}
.blue_btn, .white_btn {
  display: inline-block;
  min-width: 160px;
  padding: 6px 25px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: background 0.25s, color 0.25s;
}

.white_btn {
  background: white;
  color: #0e71b8;
  border: 1px solid white;
}
.white_btn:hover {
  background: transparent;
  color: white;
}

.blue_btn {
  background: #0e71b8;
  color: white;
  border: 1px solid #0e71b8;
}
.blue_btn:hover {
  background: white;
  color: #0e71b8;
}

h1.nota_h, h2.nota_h, h3.nota_h {
  background: transparent !important;
  color: #71b80e;
}

.media_library-inner .cat_links a, .article_inner .post_tags a, .article_inner .post_categories a {
  font-family: axia, Arial, sans-serif;
  font-size: 1.4rem;
  color: white;
  display: inline-block;
  padding: 0 12px 0 6px;
  text-decoration: none;
  background: #0e71b8;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 6px, #0e71b8 7px);
}
.media_library-inner .cat_links a:hover, .article_inner .post_tags a:hover, .article_inner .post_categories a:hover {
  color: white;
  text-decoration: underline;
}
.media_library-inner .cat_links .cat_link_videos, .article_inner .post_tags .cat_link_videos, .article_inner .post_categories .cat_link_videos {
  background: #b80e71;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 6px, #b80e71 7px);
}
.media_library-inner .cat_links .cat_link_press, .article_inner .post_tags .cat_link_press, .article_inner .post_categories .cat_link_press {
  background: #71b80e;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 6px, #71b80e 7px);
}
.media_library-inner .cat_links .cat_link_stories, .article_inner .post_tags .cat_link_stories, .article_inner .post_categories .cat_link_stories {
  background: #0e71b8;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 6px, #0e71b8 7px);
}
.media_library-inner .cat_links .cat_link_fact-sheets, .article_inner .post_tags .cat_link_fact-sheets, .article_inner .post_categories .cat_link_fact-sheets {
  background: #b80e71;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 6px, #b80e71 7px);
}
.media_library-inner .cat_links .cat_link_reports-research, .article_inner .post_tags .cat_link_reports-research, .article_inner .post_categories .cat_link_reports-research {
  background: #71b80e;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 6px, #71b80e 7px);
}
.media_library-inner .cat_links a[href*=video], .article_inner .post_tags a[href*=video], .article_inner .post_categories a[href*=video] {
  background: #b80e71;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 6px, #b80e71 7px);
}
.media_library-inner .cat_links a[href*=press], .article_inner .post_tags a[href*=press], .article_inner .post_categories a[href*=press] {
  background: #9be8df;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 6px, #9be8df 7px);
}
.media_library-inner .cat_links a[href*=stories], .article_inner .post_tags a[href*=stories], .article_inner .post_categories a[href*=stories] {
  background: #0e71b8;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 6px, #0e71b8 7px);
}
.media_library-inner .cat_links a[href*=fact], .article_inner .post_tags a[href*=fact], .article_inner .post_categories a[href*=fact] {
  background: #b80e71;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 6px, #b80e71 7px);
}
.media_library-inner .cat_links a[href*=report], .article_inner .post_tags a[href*=report], .article_inner .post_categories a[href*=report] {
  background: #9be8df;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 6px, #9be8df 7px);
}

hr.wp-block-separator {
  clear: both;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.page {
  margin: 0 auto;
  text-align: left;
}

main {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 70px;
  }
}

section .wrapper {
  max-width: 1120px;
  margin: 0 auto;
  padding: 30px 60px;
}
@media screen and (max-width: 1024px) {
  section .wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  section .wrapper {
    padding: 20px;
  }
}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
header {
  background-color: #0e71b8;
  color: white;
}
header .wrapper {
  max-width: 1500px;
  padding: 30px 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  header .wrapper {
    display: block;
    padding: 25px 0 0 0;
  }
}
header .navigation {
  display: flex;
}
@media screen and (max-width: 1200px) {
  header .navigation {
    display: block;
  }
}
header .menu {
  flex-grow: 1;
  transition: max-height 0.5s, transform 0.25s;
}
@media screen and (max-width: 1200px) {
  header .menu {
    max-height: 0;
    background-color: #0e71b8;
    overflow: hidden;
  }
}
header .menu ul {
  position: absolute;
  max-height: 0;
  opacity: 0;
  transition: opacity 0.25s, max-height 0.25s;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  header .menu ul {
    transition: opacity 0.25s, max-height 0.25s;
    position: static;
  }
}
header .menu ul li.menu-item {
  display: block;
}
header .menu > li {
  display: inline-block;
  position: relative;
  transition: opacity 0.25s, max-height 1s;
}
@media screen and (max-width: 1200px) {
  header .menu > li {
    display: block;
  }
}
header .menu > li:hover ul, header .menu > li:focus-within ul {
  max-height: 300px;
  opacity: 1;
  pointer-events: auto;
}
header .menu > li > a {
  padding: 11px 18px 10px 18px;
  line-height: 1em;
}
@media screen and (max-width: 1275px) {
  header .menu > li > a {
    padding: 6px 12px;
  }
}
header .menu > li > a::before, header .menu > li > a::after {
  content: " ";
  position: absolute;
  height: 3px;
  width: 0;
  transition: width 0.25s, background 0.5s;
  background-color: #0e71b8;
}
header .menu > li > a::before {
  left: 0;
  bottom: 0;
}
header .menu > li > a::after {
  right: 0;
  top: 0;
}
header .menu > li > a:hover::before, header .menu > li > a:hover::after {
  width: 100%;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  header .menu > li > a:hover::before, header .menu > li > a:hover::after {
    display: none;
  }
}
header .menu a {
  display: inline-block;
  color: white;
  font-family: axia, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  header .menu a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  header .menu a:hover {
    background-color: #0e71b8;
  }
}
@media screen and (max-width: 1200px) {
  header .menu a {
    display: block;
    padding: 14px 30px !important;
  }
}
header .menu .sub-menu {
  background-color: #0e71b8;
  display: flex;
  flex-direction: column;
  min-width: 160px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  header .menu .sub-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
header .menu .sub-menu a {
  padding: 8px 24px;
  transition: background-color 0.25s;
  display: block;
}
header .menu .sub-menu a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
header .logo {
  flex-grow: 0;
  max-width: 75%;
}
@media screen and (max-width: 1200px) {
  header .logo {
    padding-left: 30px;
    margin-bottom: 25px;
  }
}
header .logo svg {
  max-width: 100%;
}
header .search {
  flex-grow: 0;
  position: relative;
  margin-top: 3px;
}
@media screen and (max-width: 1200px) {
  header .search {
    display: none;
    padding: 10px 25px 10px 22px;
    background-color: #333;
  }
}
header .search:focus-within #search {
  width: 160px;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  header .search:focus-within #search {
    width: 80%;
  }
}
header .search:focus-within #searchsubmit {
  transform: rotate(-270deg);
}
header .search #search {
  position: absolute;
  right: 116%;
  width: 0;
  opacity: 0;
  padding: 5px 8px;
  border: 2px solid #0e71b8;
  border-radius: 0;
  font-family: axia, Arial, sans-serif;
  font-size: 1.4rem;
  margin-top: -3px;
  height: 36px;
  box-shadow: -10px 0 10px 18px rgba(14, 113, 184, 0.98);
  transition: all 0.25s;
}
@media screen and (max-width: 1200px) {
  header .search #search {
    font-size: 2rem;
  }
}
header .search #search:focus {
  outline-offset: -1px;
  outline: 1px solid #094571;
}
@media screen and (max-width: 1200px) {
  header .search #search:focus {
    background-color: white;
    outline: 1px solid #0e71b8;
  }
  header .search #search:focus::placeholder {
    color: #999;
  }
}
@media screen and (max-width: 1200px) {
  header .search #search {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    position: static;
    width: 80%;
    opacity: 1;
  }
  header .search #search::placeholder {
    color: white;
  }
}
header .search #searchsubmit {
  background: transparent;
  border: 0 none;
  color: white;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1.4rem;
  margin-left: 10px;
  transition: transform 0.25s;
}
@media screen and (max-width: 1200px) {
  header .search #searchsubmit {
    float: right;
    margin-top: 6px;
  }
}
header li.menu-item-has-children > a {
  padding-right: 28px;
}
header li.menu-item-has-children::after {
  content: "\f078";
  position: absolute;
  right: 8px;
  top: 7px;
  font-size: 1.2rem;
  transition: transform 0.25s;
}
@media screen and (max-width: 1200px) {
  header li.menu-item-has-children::after {
    content: "\f0fe";
    right: 30px;
    transform: rotate(90deg);
    font-size: 1.6rem;
    margin-top: 2px;
  }
}
header li.current-menu-item a::before, header li.current-menu-item a::after {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 1200px) {
  header li.current-menu-item a::before, header li.current-menu-item a::after {
    display: none;
  }
}

.burger {
  display: none;
  width: 26px;
  height: 21px;
  position: absolute;
  top: 25px;
  right: 25px;
  margin-top: 4px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .burger {
    display: inline-block;
  }
}
.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: white;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.burger span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.burger span:nth-child(1), .burger span:nth-child(2) {
  top: 0px;
}
.burger span:nth-child(3), .burger span:nth-child(4) {
  top: 9px;
}
.burger span:nth-child(5), .burger span:nth-child(6) {
  top: 18px;
}

.open .burger span:nth-child(1), .open .burger span:nth-child(6) {
  transform: rotate(45deg);
}
.open .burger span:nth-child(2), .open .burger span:nth-child(5) {
  transform: rotate(-45deg);
}
.open .burger span:nth-child(1) {
  left: 3px;
  top: 6px;
}
.open .burger span:nth-child(2) {
  left: calc(50% - 3px);
  top: 6px;
}
.open .burger span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.open .burger span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.open .burger span:nth-child(5) {
  left: 3px;
  top: 13px;
}
.open .burger span:nth-child(6) {
  left: calc(50% - 3px);
  top: 13px;
}
.open .menu {
  max-height: 999px;
}
.open li.menu-item {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .open .search {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .open .menu-item-has-children::after {
    display: inline-block;
  }
}
@media screen and (max-width: 1200px) {
  .open .menu-item-has-children:focus-within::after, .open .menu-item-has-children:hover::after {
    content: "\f146";
    transform: rotate(180deg);
  }
}

.submenu {
  text-align: center;
  line-height: 1em;
  margin-bottom: -30px;
}
.submenu > div {
  max-width: 1120px;
  margin: 0 auto;
  white-space: nowrap;
  transform: translateY(-32px);
}
.submenu ul, .submenu .media_filter-inner {
  background-color: white;
  padding: 20px;
  margin: 0 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.submenu .media_filter-inner {
  display: flex;
}
@media screen and (max-width: 830px) {
  .submenu .media_filter-inner {
    display: inline-block !important;
  }
}
.submenu .media_filter-inner > div {
  flex-basis: 50%;
  text-align: center;
}
@media screen and (max-width: 830px) {
  .submenu .media_filter-inner > div:first-of-type {
    margin-bottom: 15px;
  }
}
.submenu .media_filter-inner label {
  color: #0e71b8;
  font-weight: bold;
  margin-right: 15px;
}
@media screen and (max-width: 830px) {
  .submenu .media_filter-inner label {
    display: inline-block;
    width: 100px;
    text-align: right;
  }
}
.submenu .media_filter-inner .select_outer {
  display: inline-block;
  background: #ebebeb;
  border-radius: 5px;
  position: relative;
}
.submenu .media_filter-inner .select_outer::after {
  position: absolute;
  display: inline-block;
  right: 12px;
  top: 9px;
  height: 100%;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1.2rem;
  color: #0e71b8;
  pointer-events: none;
}
.submenu .media_filter-inner select {
  width: 265px;
  background: transparent;
  border: 1px solid transparent;
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  appearance: none;
}
.submenu .media_filter-inner select:focus {
  outline: 0 none;
  border: 1px solid #ccc;
}
.submenu .media_filter-inner select::-ms-expand {
  display: none;
}
@media screen and (max-width: 480px) {
  .submenu .media_filter-inner select {
    width: 175px;
  }
}
.submenu li {
  padding: 0 3%;
}
@media screen and (max-width: 768px) {
  .submenu li {
    display: block !important;
  }
}
.submenu a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: axia, Arial, sans-serif;
  color: #0e71b8;
  font-weight: bold;
  padding: 5px 0;
  transition: color 0.25s;
}
.submenu a:hover {
  color: #82d7e7;
}
.submenu .menu-topnav-container li {
  padding: 0 1%;
  margin: 5px 0;
  border-right: 1px solid #0e71b8;
}
.submenu .menu-topnav-container li:last-child {
  border-right: none;
}
@media (max-width: 1200px) {
  .submenu .menu-topnav-container li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .submenu .menu-topnav-container li {
    display: block !important;
    border-right: none;
  }
}

/* Corp Gov Pg :: */
.submenu_corp_gov {
  display: block;
  position: relative;
  margin: 80px auto 0px;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
.submenu_corp_gov ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 660px) {
  .submenu_corp_gov ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.submenu_corp_gov ul li {
  border-right: 1px solid #000;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 660px) {
  .submenu_corp_gov ul li {
    border-right: none;
    padding: 15px;
    border-bottom: 1px solid #c3c3c3;
  }
}
.submenu_corp_gov ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-align: center;
  color: #848484;
  text-decoration: none;
  line-height: 18px;
}
.submenu_corp_gov ul li a:hover {
  color: #81d7e6;
}

.wp-block-button__link {
  display: inline-block;
  min-width: 160px;
  padding: 6px 25px 7px;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
  border: 1px solid #0e71b8;
  background: #0e71b8;
}

.wp-block-button__link:hover {
  background-color: #fff !important;
  color: #0e71b8;
}

footer {
  background-color: #0e71b8;
  padding: 30px 0;
  text-align: center;
  color: white;
  font-size: 1.4rem;
  margin-top: 60px;
}
footer nav:last-of-type {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  footer nav:last-of-type {
    display: block;
  }
}
footer a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}
footer a:hover {
  text-decoration: underline;
}
footer #menu-footer-social {
  margin-bottom: 15px;
}
footer .twitter, footer .facebook, footer .linkedin, footer .youtube {
  font-size: 0;
  margin: 0 10px;
}
footer .twitter a, footer .facebook a, footer .linkedin a, footer .youtube a {
  text-decoration: none;
}
footer .twitter a::before, footer .facebook a::before, footer .linkedin a::before, footer .youtube a::before {
  font-family: "Font Awesome 5 Brands";
  width: 50px;
  height: 50px;
  display: block;
  font-size: 24px;
  border-radius: 999px;
  line-height: 2.1em;
  background: rgba(0, 0, 0, 0.15);
  transition: color 0.25s, background 0.25s;
}
footer .twitter a:hover::before, footer .facebook a:hover::before, footer .linkedin a:hover::before, footer .youtube a:hover::before {
  color: #0e71b8;
  background: white;
}
footer .twitter a::before {
  content: "\f099";
}
footer .facebook a::before {
  content: "\f09a";
}
footer .linkedin a::before {
  content: "\f08c";
}
footer .youtube a::before {
  content: "\f167";
}

.sus-advanced-tabs ul.tabTitles {
  gap: 10px;
}
@media (max-width: 767px) {
  .sus-advanced-tabs ul.tabTitles {
    flex-wrap: wrap !important;
    justify-content: center;
    flex-direction: column !important;
  }
}
.sus-advanced-tabs ul.tabTitles li {
  margin: 0;
  padding: 20px !important;
  background-color: #fff !important;
  box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.05);
}
.sus-advanced-tabs ul.tabTitles li::before, .sus-advanced-tabs ul.tabTitles li::after {
  display: none;
}
.sus-advanced-tabs ul.tabTitles li h6 {
  font-size: 18px !important;
  line-height: 1.2 !important;
  display: block;
  max-width: 140px; /* or adjust as needed */
  text-align: center;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.sus-advanced-tabs ul.tabTitles li#sus-apple .tab-title-text {
  color: #57A034 !important;
}
.sus-advanced-tabs ul.tabTitles li#sus-shakespeare .tab-title-text {
  color: #52BDCA !important;
}
.sus-advanced-tabs ul.tabTitles li#sus-denim .tab-title-text {
  color: #0E70B8 !important;
}
.sus-advanced-tabs ul.tabTitles li#sus-chetwode .tab-title-text {
  color: #8C87D5 !important;
}
.sus-advanced-tabs ul.tabTitles li#sus-sushi .tab-title-text {
  color: #4CBFAB !important;
}
.sus-advanced-tabs ul.tabTitles li.active#sus-apple {
  background-color: #57A034 !important;
}
.sus-advanced-tabs ul.tabTitles li.active#sus-apple .tab-title-text {
  color: #fff !important;
}
.sus-advanced-tabs ul.tabTitles li.active#sus-shakespeare {
  background-color: #52BECB !important;
}
.sus-advanced-tabs ul.tabTitles li.active#sus-shakespeare .tab-title-text {
  color: #fff !important;
}
.sus-advanced-tabs ul.tabTitles li.active#sus-denim {
  background-color: #0E71B8 !important;
}
.sus-advanced-tabs ul.tabTitles li.active#sus-denim .tab-title-text {
  color: #fff !important;
}
.sus-advanced-tabs ul.tabTitles li.active#sus-chetwode {
  background-color: #8C87D5 !important;
}
.sus-advanced-tabs ul.tabTitles li.active#sus-chetwode .tab-title-text {
  color: #fff !important;
}
.sus-advanced-tabs ul.tabTitles li.active#sus-sushi {
  background-color: #4CBFAB !important;
}
.sus-advanced-tabs ul.tabTitles li.active#sus-sushi .tab-title-text {
  color: #fff !important;
}
.sus-advanced-tabs .eb-tabs-contents .eb-tab-wrapper {
  border: 0 !important;
  padding: 25px 40px !important;
}
.sus-advanced-tabs .eb-tabs-contents .eb-tab-wrapper .wp-block-columns {
  margin-bottom: 0;
}

.hero {
  background-size: cover;
  background-position: center 33%;
}
.hero .wrapper {
  display: grid;
  height: 240px;
  align-items: center;
  padding: 0;
  max-width: none;
}
.hero h1 {
  display: inline-block;
  padding: 12px 60px 12px calc(50% - 480px);
  margin: 0 0 1em 0;
  background: #0e71b8;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 20px, #0e71b8 21px);
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .hero h1 {
    padding: 12px 60px 12px 40px;
  }
}
.hero p {
  font-size: 2rem;
}
.hero p:last-of-type {
  margin-bottom: 0;
  margin-top: 0.25em;
}
.hero.hero_home {
  color: #094571;
}
.hero.hero_home .wrapper {
  display: grid;
  align-items: center;
  height: 0;
}
.hero.hero_home .wrapper + .hero_video {
  height: 240px;
  overflow: hidden;
  align-items: center;
  display: flex;
}
.hero.hero_home .wrapper + .hero_video #video {
  max-width: 100%;
}
.hero.hero_home .hero_text {
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 50px 80px;
  margin: 20px auto;
  max-width: 725px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero.hero_home .hero_text {
    padding: 10px 15px 30px 15px;
  }
}
.hero.hero_home h1 {
  margin-bottom: 0.25em;
  padding: 0;
  color: #0e71b8;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .hero.hero_home h1 {
    margin-bottom: 0;
  }
}

.featured-content .wrapper {
  max-width: none;
  padding: 30px 0 0 0;
}
.featured-content .featured-content_row {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .featured-content .featured-content_row {
    flex-direction: column;
  }
}
.featured-content .featured-content_col {
  flex-basis: 54%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .featured-content .featured-content_col {
    order: 1;
  }
}
.featured-content .featured-content_col:first-child {
  flex-basis: 46%;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .featured-content .featured-content_col:first-child {
    margin-top: 75px;
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .featured-content .featured-content_col:first-child {
    margin-right: 0;
  }
}
.featured-content .featured-content_col:first-child h3 {
  padding-left: calc(100% - 520px);
  left: 0;
}
@media screen and (max-width: 1200px) {
  .featured-content .featured-content_col:first-child h3 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .featured-content .featured-content_col:first-child h3 {
    padding-left: 30px;
  }
}
.featured-content .featured-content_col:first-child .block:first-child .block_inner {
  padding: 50px 40px 40px 0;
}
@media screen and (max-width: 1200px) {
  .featured-content .featured-content_col:first-child .block:first-child .block_inner {
    padding: 50px 40px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .featured-content .featured-content_col:first-child .block:first-child .block_inner {
    padding: 50px 30px 30px 30px;
  }
}
.featured-content .featured-content_col:first-child .block:not(:first-child) .block_inner {
  padding: 80px 40px 40px 0;
}
@media screen and (max-width: 1200px) {
  .featured-content .featured-content_col:first-child .block:not(:first-child) .block_inner {
    padding: 80px 40px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .featured-content .featured-content_col:first-child .block:not(:first-child) .block_inner {
    padding: 115px 30px 30px 30px;
  }
}
.featured-content .featured-content_col:nth-child(2n) {
  align-items: flex-start;
}
.featured-content .featured-content_col:nth-child(2n) .block {
  padding-right: calc(100% - 765px);
  border-right: 0;
}
@media screen and (max-width: 1200px) {
  .featured-content .featured-content_col:nth-child(2n) .block {
    padding: 0 !important;
  }
}
.featured-content .featured-content_col:nth-child(2n) .block_inner {
  padding: 60px 40px 40px 40px;
}
.featured-content .featured-content_col:nth-child(2n+1) {
  align-items: flex-end;
}
.featured-content .featured-content_col:nth-child(2n+1) .block {
  padding-left: calc(100% - 520px);
  border-left: 0;
}
@media screen and (max-width: 1200px) {
  .featured-content .featured-content_col:nth-child(2n+1) .block {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .featured-content .featured-content_col:not(:first-child) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .featured-content .featured-content_col:not(:first-child) {
    margin-left: 0;
  }
}
.featured-content .block {
  position: relative;
  height: 100%;
}
.featured-content .block:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .featured-content .block {
    width: 100%;
  }
}
.featured-content .block h3 {
  position: absolute;
  width: 95%;
  min-width: 420px;
  padding: 12px 24px;
  margin: 0;
  top: -30px;
  right: 0;
  left: auto;
  color: white;
}
@media screen and (max-width: 480px) {
  .featured-content .block h3 {
    width: 100%;
    min-width: 100%;
  }
}
.featured-content .block.blue {
  border: 1px solid #0e71b8;
  background-color: #e2eef7;
}
.featured-content .block.blue h3 {
  background-color: #0e71b8;
}
.featured-content .block.purple {
  border: 1px solid #82d7e7;
}
.featured-content .block.purple h3 {
  background-color: #82d7e7;
}
.featured-content .block.green {
  border: 1px solid #9be8df;
  background-color: #eef7f6;
}
.featured-content .block.green h3 {
  background-color: #9be8df;
}
.featured-content .block_inner {
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .featured-content .block_inner {
    padding: 60px 40px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .featured-content .block_inner {
    padding: 60px 30px 30px 30px;
  }
}
.featured-content ul a {
  display: flex;
  color: #1a1a1a;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .featured-content ul a {
    display: block;
    text-align: center;
  }
}
.featured-content ul a strong {
  color: #82d7e7;
  transition: color 0.25s;
}
.featured-content ul a:hover strong {
  color: #0e71b8;
}
.featured-content ul a:hover .more {
  color: #b80e71;
  text-decoration: underline;
}
.featured-content ul li {
  margin-bottom: 25px;
}
.featured-content .bottom_btn {
  text-align: center;
}
.featured-content strong {
  display: inline-block;
  margin-bottom: 15px;
  font-family: axia, Arial, sans-serif;
  font-size: 2.4rem;
  color: #0e71b8;
  font-weight: normal;
  line-height: 1.25em;
}
.featured-content p {
  margin: 0 0 2px 0;
  line-height: 1.5em;
}
.featured-content .news_text {
  flex-basis: 70%;
}
.featured-content .news_image {
  flex-basis: 30%;
  margin-right: 20px;
  min-width: 186px;
}
@media screen and (min-width: 601px) {
  .featured-content .news_image {
    width: 186px;
    max-width: 186px;
  }
}
@media screen and (max-width: 600px) {
  .featured-content .news_image {
    display: block;
    margin: 15px 0;
  }
}
.featured-content .news_image img:hover {
  outline: 1px solid #82d7e7;
  transition: outline-color 0.5s;
}
.featured-content .news_image img {
  outline: 1px solid white;
  outline-offset: 2px;
  transition: outline-color 0.5s;
}
.featured-content .blue_btn {
  margin-top: 20px;
}

.home .icons {
  background: #82d7e7;
  background: -webkit-linear-gradient(18deg, rgba(0, 0, 0, 0) 10.95%, #82d7e7 11%);
  background: -o-linear-gradient(18deg, rgba(0, 0, 0, 0) 10.95%, #82d7e7 11%);
  background: linear-gradient(72deg, rgba(0, 0, 0, 0) 10.95%, #82d7e7 11%);
}
@media screen and (max-width: 600px) {
  .home .icons {
    background: #82d7e7;
  }
}
.home .icons h2 {
  background-color: #6ea7d0;
  color: #fff;
}
.home .featured-content .block.purple {
  border: 1px solid #82d7e7;
}
.home .featured-content .block.purple h3 {
  background-color: #82d7e7;
}

.icons {
  background: #b80e71;
  background: linear-gradient(72deg, rgba(0, 0, 0, 0) 10.95%, #b80e71 11%);
  color: white;
  margin: 90px 0 0 0;
}
@media screen and (max-width: 768px) {
  .icons {
    background: #b80e71;
  }
}
.icons .wrapper {
  max-width: none;
  padding: 60px 12% 40px 18%;
}
@media screen and (max-width: 1200px) {
  .icons .wrapper {
    padding: 60px 40px 40px 18%;
  }
}
@media screen and (max-width: 768px) {
  .icons .wrapper {
    padding: 60px 20px;
  }
}
.icons .icons_row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1150px;
}
@media screen and (max-width: 480px) {
  .icons .icons_row {
    flex-direction: column;
  }
}
.icons .icon {
  text-align: center;
  max-width: 25%;
}
@media screen and (max-width: 1024px) {
  .icons .icon {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 480px) {
  .icons .icon {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.icons h2 {
  position: absolute;
  width: 90%;
  color: #0e71b8;
  background-color: #f2f2f2;
  padding: 16px 30px;
  transform: translate(9%, -120px);
}
@media screen and (max-width: 480px) {
  .icons h2 {
    width: 100%;
    transform: translate(-20px, -120px);
  }
}
.icons img {
  display: inline-block;
  margin: 0 5px;
  transition: filter 0.25s;
}
.icons a {
  display: block;
  max-width: 275px;
  margin: 10px;
  color: white;
  text-decoration: none;
  font-size: 3.2rem;
  line-height: 1.25em;
  font-family: axia, Arial, sans-serif;
  transition: opacity 0.25s, margin 0.25s;
}
@media screen and (max-width: 1200px) {
  .icons a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .icons a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .icons a {
    max-width: none;
    margin-top: 40px;
  }
}
.icons a span {
  display: block;
}
.icons a:not([href="#"]):hover {
  opacity: 0.75;
  margin-top: -10px;
}
.icons a[href="#"]:hover {
  cursor: default;
}

.video {
  max-width: 830px;
  margin: 0 auto;
}
.video .wrapper {
  max-width: 1500px;
  padding: 110px 0 50px 0;
  margin: 0;
}
.video h2 {
  display: inline-block;
  position: absolute;
  min-width: 60%;
  padding: 16px 50px;
  top: -60px;
  background-color: #6ea7d0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .video h2 {
    display: block;
    position: static;
    margin-bottom: 0;
  }
}
.video .video_text {
  position: relative;
  z-index: 9;
}
.video .video_inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.featured-text {
  background: #0e71b8;
  background: linear-gradient(72deg, rgba(0, 0, 0, 0) 19.95%, rgb(14, 113, 184) 20%);
  color: white;
  margin: 60px 0 80px 0;
}
@media screen and (max-width: 610px) {
  .featured-text {
    background: #0e71b8;
  }
}
.featured-text .wrapper {
  max-width: none;
  padding: 60px 18% 60px 28%;
}
@media screen and (max-width: 1024px) {
  .featured-text .wrapper {
    padding: 60px 30px 60px 28%;
  }
}
@media screen and (max-width: 768px) {
  .featured-text .wrapper {
    padding: 40px 30px 40px 28%;
  }
}
@media screen and (max-width: 610px) {
  .featured-text .wrapper {
    padding: 40px 30px;
  }
}
.featured-text .featured-text_inner {
  max-width: 800px;
}
.featured-text h2 {
  position: absolute;
  width: 90%;
  color: #0e71b8;
  background-color: #f2f2f2;
  padding: 16px 30px;
  transform: translate(-30px, -135px);
}
@media screen and (max-width: 610px) {
  .featured-text h2 {
    width: 100%;
  }
}
.featured-text .white_btn {
  margin-top: 15px;
}

.article-content .wrapper {
  max-width: none;
  padding: 0 0 60px 0;
}
.article-content .article_inner {
  margin-bottom: 60px;
}
.article-content .article_inner p {
  margin: 1em auto;
}
.article-content blockquote {
  padding: 0 18px;
  margin: 1em auto !important;
  font-family: axia, Arial, sans-serif;
  font-size: 2.4rem;
  color: #094571;
  border-left: 4px solid #b80e71;
}
@media screen and (max-width: 1120px) {
  .article-content blockquote {
    margin: 1em 20px !important;
  }
}
.article-content blockquote p {
  padding: 0 !important;
}
.article-content blockquote cite {
  font-size: 2rem;
}
.article-content ul, .article-content ol {
  margin: 1em auto;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  .article-content ul, .article-content ol {
    padding-left: 20px;
    margin: 1em 20px;
  }
}
.article-content ul {
  list-style: none;
}
.article-content ul li {
  margin: 1em auto;
}
.article-content ul li::before {
  content: "•";
  display: inline-block;
  color: #b80e71;
  width: 1.5em;
  margin: 0 0 0 -1.5em;
}
.article-content h1, .article-content h2, .article-content h3 {
  font-size: 2.4rem;
}
.article-content h1 a, .article-content h2 a, .article-content h3 a {
  color: white;
  text-decoration: none;
}
.article-content h1 a:hover, .article-content h2 a:hover, .article-content h3 a:hover {
  text-decoration: underline;
}
.article-content table {
  max-width: calc(1120px - 160px);
  padding: 0;
  margin: 2em auto 1em auto;
}
.article-content table tr:first-of-type strong {
  color: #0e71b8;
}
.article-content.category-videos:not(.category-reports-research):not(.category-stories) .date {
  display: none;
}

.article_inner > * {
  max-width: calc(1120px - 120px);
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1120px) {
  .article_inner > * {
    max-width: none;
    margin: 0 20px;
  }
}
.article_inner .purple_cols, .article_inner .blue_cols, .article_inner .green_cols {
  margin: 1em auto;
}
.article_inner .purple_cols .wp-block-column, .article_inner .blue_cols .wp-block-column, .article_inner .green_cols .wp-block-column {
  padding: 10px 30px;
  border: 1px solid transparent;
  background-color: white;
}
.article_inner .purple_cols .wp-block-column {
  border-color: #82d7e7;
}
.article_inner .blue_cols .wp-block-column {
  border-color: #0e71b8;
}
.article_inner .green_cols .wp-block-column {
  border-color: #9be8df;
}
.article_inner .wp-block-column:first-child {
  margin-left: 0;
}
.article_inner .wp-block-column:not(:first-child) {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .article_inner .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
.article_inner .wp-block-column:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .article_inner .wp-block-column:not(:last-child) {
    margin-right: 0;
  }
}
.article_inner .wp-block-column:last-child {
  margin-right: 0;
}
.article_inner .first_only .wp-block-column:not(:first-of-type) {
  border-color: transparent;
  background-color: transparent;
}
.article_inner .wp-block-media-text {
  padding: 0 20px;
}
@media screen and (max-width: 1120px) {
  .article_inner .wp-block-media-text {
    padding: 0;
  }
}
.article_inner .award {
  grid-template-columns: 50% 20%;
}
@media screen and (max-width: 768px) {
  .article_inner .award {
    grid-template-columns: 80% 20%;
  }
}
.article_inner .award .wp-block-media-text__content {
  padding: 0 8% 0 0;
  align-self: start;
}
.article_inner p.nocomments {
  margin-bottom: 6em;
}
.article_inner .pdfemb-viewer {
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .article_inner .pdfemb-viewer {
    margin: 0 20px;
  }
}
.article_inner .pdfemb-viewer div, .article_inner .pdfemb-viewer canvas {
  max-width: calc(1120px - 120px);
}
.article_inner div.wpcf7 {
  margin: 0 auto;
  padding: 20px;
}
.article_inner div.wpcf7 p {
  margin-top: 0;
}
.article_inner .wpcf7-form-control-wrap {
  display: block;
}
.article_inner .form_row {
  display: flex;
  gap: 20px;
}
.article_inner .form_item {
  flex: 1;
}
.article_inner label {
  color: #b80e71;
  font-size: 17px;
  font-weight: bold;
}
.article_inner label .label_text {
  text-transform: uppercase;
}
.article_inner input, .article_inner textarea, .article_inner select {
  border: 1px solid #82d7e7;
  border-radius: 0;
  padding: 6px 10px;
  background-color: white;
  width: 100%;
  transition: border 0.5s;
}
.article_inner input:focus, .article_inner textarea:focus, .article_inner select:focus {
  outline: 0 none;
  border-color: #0e71b8;
}
.article_inner input[type=submit] {
  background-color: #82d7e7;
  color: white;
  transition: background 0.25s, color 0.25s;
  line-height: 1.6;
  width: 140px;
}
.article_inner input[type=submit]:hover {
  background: transparent;
  color: #82d7e7;
  border-color: #82d7e7;
}
.article_inner select {
  padding: 6px;
  min-width: 37.5%;
}
.article_inner .wpcf7-submit {
  min-width: 140px;
  border: 1px solid #82d7e7;
  background-color: #82d7e7;
  font-family: axia, Arial, sans-serif;
  font-size: 18px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  transition: background 0.25s, color 0.5s;
}
.article_inner .wpcf7-submit:hover {
  background: #ebabd0;
  color: #b80e71;
}
.article_inner div.wpcf7-response-output {
  background: white;
  border-radius: 999px;
  padding: 12px 50px;
}
.article_inner h3.comment-reply-title {
  background: transparent;
  color: #b80e71;
  margin-bottom: 0 !important;
}
.article_inner p.logged-in-as {
  display: inline-block;
  padding: 6px 18px 8px 18px;
  background-color: #EFEFEF;
  border: 1px solid #CCC;
}
.article_inner p.logged-in-as a {
  text-decoration: none;
}
.article_inner p.logged-in-as a:hover {
  text-decoration: underline;
}
.contact-us .article_inner > h2 {
  margin: 0 !important;
}

.contact-us .wp-block-columns .wp-block-column:not(:first-of-type) {
  border-color: transparent;
  background-color: transparent;
}

div.pdfemb-toolbar div.pdfemb-poweredby {
  display: none;
}

div.post_meta {
  margin-bottom: 1.5em;
  display: flex;
  justify-content: space-between;
}
div.post_meta a {
  text-decoration: none;
  color: #333;
}
div.post_meta a:hover {
  text-decoration: underline;
  color: #0e71b8;
}
div.post_meta .date {
  font-weight: bold;
  display: inline-block;
}

div.post_meta,
div.post_edit,
div.post_categories,
div.post_tags {
  font-family: axia, Arial, sans-serif;
  font-size: 1.8rem;
}

div.post_tags {
  margin-top: 3em;
}

.search_results {
  margin-bottom: 4em;
}
.search_results article:nth-of-type(3n) h2 {
  background: #0e71b8;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 30px, #0e71b8 31px);
}
.search_results article:nth-of-type(3n+1) h2 {
  background: #71b80e;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 30px, #71b80e 31px);
}
.search_results article:nth-of-type(3n+2) h2 {
  background: #b80e71;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 30px, #b80e71 31px);
}

.media_library .wrapper {
  padding: 30px 20px;
}
.media_library-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.media_library-inner li {
  width: 31%;
  flex-basis: 31%;
  margin-bottom: 50px;
}
.media_library-inner li:last-of-type:nth-child(3n+2) {
  margin-right: 33%;
}
@media screen and (max-width: 768px) {
  .media_library-inner li:last-of-type:nth-child(3n+2) {
    margin-right: 0;
  }
}
.media_library-inner li:last-of-type:nth-child(3n+1) {
  margin-right: 66%;
}
@media screen and (max-width: 768px) {
  .media_library-inner li:last-of-type:nth-child(3n+1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .media_library-inner li {
    width: 48%;
    flex-basis: 48%;
  }
}
@media screen and (max-width: 480px) {
  .media_library-inner li {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.media_library-inner .news_img {
  width: 100%;
  outline-offset: -1px;
  outline: 1px solid #ebebeb;
  transition: outline 0.5s, transform 0.25s, outline-offset 0.1s, opacity 0.25s;
}
.media_library-inner li > a {
  display: block;
  position: relative;
  color: #333;
  font-family: axia, Arial, sans-serif;
  text-decoration: none;
  line-height: 1.8em;
}
.media_library-inner li > a:hover .news_img {
  outline: 1px solid #b80e71;
  outline-offset: 3px;
}
.media_library-inner li > a:hover .title {
  color: #0e71b8;
}
.media_library-inner li > a > span {
  display: block;
}
.media_library-inner li > a .news_img {
  width: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
}
.media_library-inner li > a .date {
  color: #0e71b8;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .media_library-inner li > a .date {
    margin-top: 0;
  }
}
.media_library-inner li > a .title {
  color: #82d7e7;
  font-size: 2.4rem;
  margin-top: 5px;
  transition: color 0.25s;
}
@media screen and (max-width: 768px) {
  .media_library-inner li > a .title {
    margin-top: 5px;
  }
}
.media_library-inner .cat-videos > a::before {
  content: "";
  background-image: url("../img/play-btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18%;
  display: block;
  position: absolute;
  opacity: 0.66;
  width: 100%;
  padding-bottom: 56.25%;
  transition: opacity 0.5s;
}
.media_library-inner .cat-videos > a:hover::before {
  opacity: 1;
}
.media_library-inner .cat-videos .date {
  text-indent: -9999px;
}
.pagination {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 60px;
}
.pagination .page-numbers {
  display: inline-block;
  min-width: 28px;
  padding: 9px;
  margin: 0 4px;
  background: #82d7e7;
  color: white;
  border: 1px solid #82d7e7;
  font-family: axia, Arial, sans-serif;
  text-decoration: none;
  transition: background 0.25s, color 0.5s;
}
.pagination .page-numbers:hover {
  background: #ebabd0;
  color: #b80e71;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers {
    display: none;
  }
}
.pagination .current {
  background: #ebabd0;
  border: 1px solid white;
  color: white;
}
.pagination .current:hover {
  color: white;
}
@media screen and (max-width: 768px) {
  .pagination .current {
    display: inline-block;
  }
}
.pagination .dots {
  background: transparent !important;
  border-color: transparent;
  color: #b80e71;
  padding: 9px 0;
}
@media screen and (max-width: 768px) {
  .pagination .prev, .pagination .next {
    display: inline-block;
  }
}
.pagination .prev i, .pagination .next i {
  margin: 0 2px;
}

.faq .wrapper {
  max-width: none;
  padding: 0 0 60px 0;
}
.faq h2 {
  font-size: 2.4rem;
}

.faq_list ul {
  max-width: calc(1120px - 160px);
  margin: 0 auto;
  padding: 0;
  background: white;
  border: 1px solid #9be8df;
}
@media screen and (max-width: 1120px) {
  .faq_list ul {
    max-width: none;
    margin: 0 20px;
  }
}
.faq_list li {
  position: relative;
  padding: 0 30px;
  width: 100%;
}
.faq_list li:not(:first-child) .question {
  border-top: 1px solid #d7d9d8;
}
.faq_list input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.faq_list input[type=checkbox]:checked ~ .answer {
  max-height: 0;
  opacity: 0;
}
.faq_list input[type=checkbox]:checked ~ .accordion__arrow::before {
  transform: translateX(2px) rotate(45deg);
}
.faq_list input[type=checkbox]:checked ~ .accordion__arrow::after {
  transform: translateX(-2px) rotate(-45deg);
}
.faq_list .question {
  display: block;
  cursor: pointer;
  padding: 25px 30px 0 0;
  margin-bottom: 20px;
  font-family: axia, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
}
.faq_list .answer {
  position: relative;
  display: block;
  max-height: 300px;
  margin-left: 16px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .faq_list .answer {
    margin-left: 0;
  }
}
.faq_list .answer p {
  margin: 0 0 20px 0;
}
.faq_list .accordion__arrow {
  position: absolute;
  right: 50px;
  top: 30px;
}
.faq_list .accordion__arrow::before, .faq_list .accordion__arrow::after {
  content: "";
  position: absolute;
  background-color: #00432f;
  width: 3px;
  height: 9px;
  transition: transform 0.25s ease-in-out;
}
.faq_list .accordion__arrow::before {
  transform: translateX(-2px) rotate(45deg);
}
.faq_list .accordion__arrow::after {
  transform: translateX(2px) rotate(-45deg);
}

.text_columns .wrapper {
  max-width: none;
  padding: 30px 0;
}
.text_columns .text_columns-text h2, .text_columns .text_columns-text h3, .text_columns .text_columns-text h4 {
  font-size: 2.4rem;
}
.text_columns .text_columns_row {
  max-width: calc(1120px - 160px);
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .text_columns .text_columns_row {
    display: block;
  }
}
.text_columns .text_column {
  flex: 1;
  max-width: 465px;
  margin-right: 30px;
  padding: 5px 30px;
  background-color: white;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .text_columns .text_column {
    margin-right: 0;
  }
}
.text_columns .text_column:nth-of-type(3n) {
  border-color: #0e71b8;
}
.text_columns .text_column:nth-of-type(3n) h2, .text_columns .text_column:nth-of-type(3n) h3, .text_columns .text_column:nth-of-type(3n) h4 {
  color: #0e71b8;
}
.text_columns .text_column:nth-of-type(3n) a {
  background: #0e71b8;
  border: 1px solid #0e71b8;
}
.text_columns .text_column:nth-of-type(3n) a:hover {
  background: rgba(14, 113, 184, 0.2);
  color: #0e71b8;
}
.text_columns .text_column:nth-of-type(3n+1) {
  border-color: #9be8df;
}
.text_columns .text_column:nth-of-type(3n+1) h2, .text_columns .text_column:nth-of-type(3n+1) h3, .text_columns .text_column:nth-of-type(3n+1) h4 {
  color: #9be8df;
}
.text_columns .text_column:nth-of-type(3n+1) a {
  background: #0e71b8;
  border: 1px solid #0e71b8;
  min-width: 160px;
  text-align: center;
  font-weight: 700;
  padding: 6px 25px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.text_columns .text_column:nth-of-type(3n+1) a:hover {
  background: #fff;
  color: #0e71b8;
}
.text_columns .text_column:nth-of-type(3n+2) {
  border-color: #82d7e7;
}
.text_columns .text_column:nth-of-type(3n+2) h2, .text_columns .text_column:nth-of-type(3n+2) h3, .text_columns .text_column:nth-of-type(3n+2) h4 {
  border-color: #82d7e7;
}
.text_columns .text_column:nth-of-type(3n+2) a {
  background: #0e71b8;
  border: 1px solid #0e71b8;
  min-width: 160px;
  text-align: center;
  font-weight: 700;
  padding: 6px 25px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.text_columns .text_column:nth-of-type(3n+2) a:hover {
  background: #fff;
  color: #0e71b8;
}
.text_columns .text_column:last-of-type {
  margin-right: 0;
}
.text_columns .text_column h2, .text_columns .text_column h3, .text_columns .text_column h4 {
  font-size: 2.4rem;
}
.text_columns .text_column a {
  display: inline-block;
  padding: 9px 12px;
  background: #0e71b8;
  color: white;
  font-size: 1.4rem;
  font-family: axia, Arial, sans-serif;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s, color 0.25s;
}
.text_columns .text_column a:hover {
  background: rgba(14, 113, 184, 0.2);
  color: #0e71b8;
}
.text_columns .first_only .text_column:not(:first-of-type) {
  border-color: transparent;
  background-color: transparent;
}

body .text_columns .text_column:nth-of-type(3n+1) a, body .text_columns .text_column:nth-of-type(3n+2) a {
  background: #0e71b8;
  border: 1px solid #0e71b8;
  min-width: 160px;
  text-align: center;
  font-weight: 700;
  padding: 6px 25px;
  font-size: 1.4rem;
  line-height: 1.6;
}
body .text_columns .text_column:nth-of-type(3n+1) a:hover, body .text_columns .text_column:nth-of-type(3n+2) a:hover {
  background: #fff;
  color: #0e71b8;
}
/*# sourceMappingURL=styles.css.map */
