@import url("https://use.typekit.net/vvu7aqf.css");
/*
@include font-face('Gentona', 'Gentona-Light', 300, normal);
@include font-face('Gentona', 'Gentona-Book', 400, normal);
@include font-face('Gentona', 'Gentona-BookItalic', 400, italic);
@include font-face('Gentona', 'Gentona-Medium', 500, normal);
@include font-face('Gentona', 'Gentona-SemiBold', 600, normal);
@include font-face('Gentona', 'Gentona-Bold', 700, normal);
@include font-face('Gentona', 'Gentona-Heavy', 900, normal);
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  /*letter-spacing: 1px;*/
}
@media only screen and (max-width: 699px) {
  body .hideMobile {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0s !important;
  }
}
main {
  flex-grow: 1;
}

h1,
.h1-like {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 1.33em;
  letter-spacing: 2px;
}

h2,
.h2-like {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 1em;
}

h3,
.h3-like {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1em;
}

h4,
.h4-like {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}

a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease;
  text-underline-offset: 4px;
}
a:hover {
  text-decoration: none;
}
a.blue {
  color: #0172ce;
}
a.gray {
  background-color: #d0d0d0;
  color: #000000;
}
a.btn {
  background-color: #0172ce;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}
a.btn.short {
  padding: 5px 10px;
  font-weight: 200;
  font-size: 16px;
}
a.btn:hover {
  background-color: #002c72;
}
a.btn.arrow {
  padding: 10px 15px 10px 15px;
  position: relative;
}
a.btn.arrow::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  background-image: url(../svg/next.svg);
  background-size: 6px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10px;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #002d72;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 8px;
  border-radius: 15px;
  border: 2px solid #ffffff;
  text-align: center;
  font-size: 1.2em;
  z-index: 9999;
}

p {
  line-height: 1.8em;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: clamp(20px, 5vw, 40px);
  padding-right: clamp(20px, 5vw, 40px);
}
.container.nopadding {
  padding: 0 !important;
}

.row {
  display: flex;
}
.row.reverse {
  flex-direction: row-reverse;
}
label:not(main #results .container .pagination .per_page label) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

input[type=text] {
  width: 100%;
  background-color: #0172ce;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  padding: 15px 30px 15px 65px;
  border: none;
  border-radius: 100px;
}
input[type=text]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
input[type=text]::placeholder {
  color: #ffffff;
  opacity: 1;
}
input[type=text]::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffffff;
}

select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  padding: 15px 45px 15px 20px;
  border-radius: 9px;
}

button {
  cursor: pointer;
}

i.share {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  width: 16.73px;
  height: 18px;
  top: -2px;
  background-color: transparent;
  background-image: url(../svg/share.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

i.download {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  width: 16.73px;
  height: 18px;
  top: -2px;
  background-color: transparent;
  background-image: url(../svg/download.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

i.code {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  width: 16.73px;
  height: 18px;
  top: -2px;
  background-color: transparent;
  background-image: url(../svg/cite.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

body:not(.home) main #results {
  padding-bottom: 80px;
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  max-width: calc(100% - 30px);
}

header {
  position: relative;
  z-index: 2;
}
header #slideshow {
  position: relative;
  width: 100%;
  color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
header #slideshow .controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
header #slideshow .controls .playpause {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  width: 24px;
  height: 24px;
  border: none;
  background-color: #ffffff;
  -webkit-mask-image: url(../svg/play-button.svg);
          mask-image: url(../svg/play-button.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: background-color 0.3s ease;
}
header #slideshow .controls .playpause.pause {
  -webkit-mask-image: url(../svg/play-pause.svg);
          mask-image: url(../svg/play-pause.svg);
}
header #slideshow .controls .playpause:hover {
  background-color: #0172ce;
}
header #slideshow .controls .next {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-image: url(../svg/play-next.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
header #slideshow .controls .prev {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-image: url(../svg/play-prev.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
header #slideshow .controls .tablist {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
header #slideshow .controls .tablist button {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 16px;
  background-color: #0172ce;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: none;
}
header #slideshow .controls .tablist button:hover, header #slideshow .controls .tablist button.active {
  background-color: #ffffff;
}
header #slideshow .slide_container {
  position: relative;
  width: 100%;
  background-color: #222222;
  padding-bottom: clamp(469px, 26.0416666667%, 500px);
  overflow: hidden;
  z-index: -1;
}
@media only screen and (max-width: 550px) {
  header #slideshow .slide_container {
    padding-bottom: 460px;
  }
}
header #slideshow .slide_container .slide {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
header #slideshow .slide_container .slide.active {
  opacity: 1;
}
header #slideshow .branding {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
header #slideshow .branding img {
  max-width: 75vw;
}
header #slideshow .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 90%;
  max-width: 770px;
}
header #slideshow .content h1 {
  padding: 0 90px;
  margin-top: 0;
}
@media only screen and (max-width: 717px) {
  header #slideshow .content h1 {
    padding: 0;
    font-size: 24px;
  }
}
header #slideshow .content p {
  padding: 0 55px;
}
@media only screen and (max-width: 750px) {
  header #slideshow .content p {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 550px) {
  header #slideshow .content p {
    font-size: 14px;
    margin-top: 30px;
    padding: 0;
  }
}
header #filters .container form .row {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px;
}
@media only screen and (max-width: 1309px) {
  header #filters .container form .row {
    flex-direction: column;
  }
}
header #filters .container form .row .col {
  position: relative;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
header #filters .container form .row .col .select {
  width: 156px;
}
header #filters .container form .row .col .select select {
  width: 100%;
}
header #filters .container form .row .col:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 717px) {
  header #filters .container form .row .col:last-child {
    display: block;
  }
  header #filters .container form .row .col:last-child span.label {
    text-align: left;
    padding: 10px;
    margin-bottom: 0;
    background-color: #f4f4f4;
    cursor: pointer;
  }
  header #filters .container form .row .col:last-child span.label::before {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    right: 30px;
    transform: translateY(-50%);
    background-image: url(../svg/chevron-black.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  header #filters .container form .row .col:last-child span.label.open::before {
    top: 12px;
    transform: rotate(-180deg);
  }
  header #filters .container form .row .col:last-child .select_container {
    background-color: #f4f4f4;
    max-height: 0;
    max-width: 705px;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.3s ease;
    opacity: 0;
  }
  header #filters .container form .row .col:last-child .select_container.open {
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 1;
  }
}
@media only screen and (max-width: 1365px) {
  header #filters .container form .row .col:first-child {
    margin-bottom: 20px;
    width: 75%;
  }
  header #filters .container form .row .col:last-child {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 895px) {
  header #filters .container form .row .col:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 717px) {
  header #filters .container form .row .col:last-child span.label {
    display: block;
  }
  header #filters .container form .row .col:last-child .select {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  header #filters .container form .row .col:last-child a#filter-reset {
    display: block;
  }
}
header #filters .container form .row .col .select {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
header #filters .container form .row .col .select select {
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 9px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
header #filters .container form .row .col i.search {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../svg/search.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
header #filters .container form .row .col i.dArrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background-image: url(../svg/arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  z-index: 1;
}
header #filters .container form .row .col i.reset {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url(../svg/refresh.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
header #filters .container form .row .col a#filter-reset {
  white-space: nowrap;
  text-decoration: none;
  text-underline-offset: 0px;
  position: relative;
  top: 3px;
}
header #filters .container form .row .col a#filter-reset:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
header #filters .container form .row .col input {
  position: relative;
  z-index: 0;
}
header.interior {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #002d72;
}
body.admin-bar header.interior {
  top: 32px;
}
header.interior #filters {
  color: #ffffff;
}
@media only screen and (max-width: 1365px) {
  header.interior #filters .container .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 717px) {
  header.interior #filters .container .row {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
header.interior #filters .container .row .col.branding {
  max-width: 191px;
  padding: 0;
}
@media only screen and (max-width: 1365px) {
  header.interior #filters .container .row .col.branding {
    margin-left: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 717px) {
  header.interior #filters .container .row .col.branding {
    margin-left: 0;
    max-width: 90%;
  }
  header.interior #filters .container .row .col.branding img {
    margin: 0 auto;
  }
}
header.interior #filters .container .row .col.search {
  max-width: 432px;
}
@media only screen and (max-width: 1365px) {
  header.interior #filters .container .row .col.search {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 717px) {
  header.interior #filters .container .row .col.search {
    max-width: 100%;
    width: 95%;
    margin-right: 0;
  }
}
header.interior #filters .container .row .col:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 717px) {
  header.interior #filters .container .row .col:last-child {
    display: block;
  }
  header.interior #filters .container .row .col:last-child span.label {
    text-align: left;
    padding: 10px;
    margin-bottom: 0;
    background-color: #02204f;
    cursor: pointer;
  }
  header.interior #filters .container .row .col:last-child span.label::before {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    right: 30px;
    transform: translateY(-50%);
    background-image: url(../svg/chevron.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  header.interior #filters .container .row .col:last-child span.label.open::before {
    top: 12px;
    transform: rotate(-180deg);
  }
  header.interior #filters .container .row .col:last-child .select_container {
    background-color: #02204f;
    max-height: 0;
    max-width: 705px;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.3s ease;
    opacity: 0;
  }
  header.interior #filters .container .row .col:last-child .select_container.open {
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 1;
  }
}
@media only screen and (max-width: 717px) {
  header.interior #filters .container .row .col:last-child span.label {
    display: block;
    margin-bottom: 20px;
  }
  header.interior #filters .container .row .col:last-child .select {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  header.interior #filters .container .row .col:last-child a#filter-reset {
    display: block;
  }
}
header.interior #filters .container .row .col .select {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
header.interior #filters .container .row .col .select select {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 9px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
header.interior #filters .container .row .col i.reset {
  filter: invert(1);
}

.select2 {
  border-radius: 9px;
}

.select2-selection {
  padding: 8px 10px 10px 10px !important;
  margin: 0 !important;
}

.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #000000 !important;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #000000 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #000000 !important;
}

main {
  position: relative;
  padding: 60px 0 0 0;
  background-color: #f4f4f4;
  z-index: 3;
}
main #content {
  padding-bottom: 60px;
}
main .wysiwyg h1 {
  color: #002c72;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 40px;
}
main .wysiwyg h3 {
  color: #0172ce;
}
main #detail {
  margin-bottom: 60px;
}
@media only screen and (max-width: 950px) {
  main #detail .container .row {
    flex-direction: column;
  }
}
main #detail .container .row .col {
  width: 50%;
}
@media only screen and (max-width: 950px) {
  main #detail .container .row .col {
    width: 100%;
  }
}
main #detail .container .row .col:first-child {
  padding-right: 20px;
}
main #detail .container .row .col:first-child img {
  margin: 0 auto;
}
@media only screen and (max-width: 950px) {
  main #detail .container .row .col:first-child {
    margin-bottom: 60px;
    padding-right: 0;
  }
}
main #detail .container .row .col:last-child {
  padding-left: 20px;
}
@media only screen and (max-width: 950px) {
  main #detail .container .row .col:last-child {
    margin-bottom: 60px;
    padding-left: 0;
  }
}
main #detail .container .row .col h2 {
  margin-bottom: 20px;
  font-weight: 400;
}
main #detail .container .row .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 75%;
}
main #detail .container .row .col ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
main #detail .container .row .col ul li.social {
  position: relative;
}
main #detail .container .row .col ul li.social .social-popup {
  display: flex;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: calc(100% + 20px);
  background-color: #ffffff;
  padding: 10px 20px;
  width: 195px;
  border: 2px solid #ffffff;
  transform: translateX(-48%);
  border-radius: 9px;
  filter: drop-shadow(0 4px 13.7px rgba(0, 0, 0, 0.25));
  transition: opacity 0.3s ease;
}
main #detail .container .row .col ul li.social .social-popup::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  top: -10px;
  left: 50%;
  width: 22px;
  height: 22px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  transform: translateX(-50%) rotate(-45deg);
  z-index: -1;
}
main #detail .container .row .col ul li.social .social-popup a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
  text-decoration: none;
}
main #detail .container .row .col ul li.social .social-popup a img {
  width: 18px;
  height: 18px;
}
main #detail .container .row .col ul li.social .social-popup a span {
  display: block;
  flex-grow: 1;
  margin-left: 20px;
}
main #detail .container .row .col ul li.social .social-popup a:hover {
  text-decoration: underline;
}
main #detail .container .row .col ul li.social:hover .social-popup, main #detail .container .row .col ul li.social.active .social-popup {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
body.isMobile main #detail .container .row .col ul li.social:hover .social-popup, body.isMobile main #detail .container .row .col ul li.social.active .social-popup {
  display: none;
}
main #detail .container .row .col .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #d4d4d4;
}
main #detail .container .row .col .item.last {
  border-bottom: none;
}
main #detail .container .row .col .item h1 {
  margin-top: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: normal;
}
main #detail .container .row .col .item p {
  margin-top: 0;
}
main #detail .container .row .col .item .label {
  width: 30%;
  font-weight: 700;
}
main #detail .container .row .col .item .label p img {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  position: relative;
  top: 4px;
  z-index: -1;
}
main #detail .container .row .col .item .content {
  width: 70%;
}
main #detail .container .row .col .item .content:first-letter {
  text-transform: capitalize;
}
main #detail .container .row .col .item .content p {
  position: relative;
  top: -1px;
}
main #detail .container .row .col .sources {
  background-color: #eeeeee;
  border-radius: 9px;
  padding: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 500px) {
  main #detail .container .row .col .sources {
    padding: 20px;
  }
}
main #detail .container .row .col .sources .source-controls {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
main #detail .container .row .col .sources .source-controls button {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 5px;
  background-color: #0172ce;
  background-repeat: no-repeat;
  background-size: 6px 12px;
  background-position: center center;
  transition: background-color 0.3s ease;
}
main #detail .container .row .col .sources .source-controls button.next {
  background-image: url(../svg/next.svg);
}
main #detail .container .row .col .sources .source-controls button.prev {
  background-image: url(../svg/prev.svg);
}
main #detail .container .row .col .sources .source-controls button:hover {
  background-color: #002c72;
}
main #detail .container .row .col .sources .source-controls p {
  padding-top: 0;
  margin-top: 0;
}
main #detail .container .row .col .sources .source-container {
  display: flex;
  list-style: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  max-width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
main #detail .container .row .col .sources .source-container::-webkit-scrollbar {
  display: none;
}
main #detail .container .row .col .sources .source-container .source {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
  word-break: break-word;
}
main #detail .container .row .col .sources .source-container .source .item {
  border-bottom: none;
  padding: 5px 0;
  align-items: flex-start;
  line-height: 22px;
}
main #detail .container .row .col .sources .source-container .source .item .label {
  width: 25%;
}
@media only screen and (max-width: 500px) {
  main #detail .container .row .col .sources .source-container .source .item .label {
    width: 30%;
  }
}
@media only screen and (max-width: 350px) {
  main #detail .container .row .col .sources .source-container .source .item .label {
    width: 35%;
  }
}
main #detail .container .row .col .sources .source-container .source .item .content {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  width: 75%;
}
main #detail .container .row .col .sources .source-container .source .item .content:first-letter {
  text-transform: none;
}
@media only screen and (max-width: 1200px) {
  main #detail .container .row .col .cite .row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 950px) {
  main #detail .container .row .col .cite .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 600px) {
  main #detail .container .row .col .cite .row {
    flex-direction: column;
  }
}
main #detail .container .row .col .cite .row .col:first-child {
  width: calc(100% - 180px);
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  main #detail .container .row .col .cite .row .col:first-child {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 950px) {
  main #detail .container .row .col .cite .row .col:first-child {
    width: calc(100% - 180px);
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  main #detail .container .row .col .cite .row .col:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
  }
}
main #detail .container .row .col .cite .row .col:last-child {
  width: 180px;
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  main #detail .container .row .col .cite .row .col:last-child {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 950px) {
  main #detail .container .row .col .cite .row .col:last-child {
    width: 180px;
    text-align: right;
  }
}
@media only screen and (max-width: 600px) {
  main #detail .container .row .col .cite .row .col:last-child {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    margin-bottom: 0px;
  }
}
main #detail .container .row .col .cite .row .col:last-child a.cite_btn.copied i {
  background-image: url(../svg/check.svg);
}
main #cite_popup {
  position: fixed;
  display: block;
  max-width: 900px;
  width: 90%;
  left: 50%;
  bottom: -1000px;
  opacity: 0;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 45px;
  z-index: 9999;
  transform: translateX(-50%);
  transition: 0.3s ease all;
}
main #cite_popup.active {
  opacity: 1;
  bottom: 30px;
}
main #cite_popup .content h1 {
  padding-top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  main #cite_popup .content h1.h3-like {
    font-size: 18px;
  }
}
main #cite_popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
  width: 15px;
  height: 15px;
}
main #results {
  padding-bottom: 60px;
  z-index: 5;
}
main #results .container {
  max-width: 1760px;
}
main #results .container h2 {
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 30px;
}
main #results .container h2 a {
  display: inline-block;
  margin-left: 10px;
}
main #results .container .no_items p {
  text-align: center;
  font-size: 18px;
}
main #results .container .loader {
  height: 30px;
  aspect-ratio: 2.5;
  --_g: no-repeat radial-gradient(farthest-side,#0172ce 90%,#0000);
  background: var(--_g), var(--_g), var(--_g), var(--_g);
  background-size: 20% 50%;
  animation: l43 1s infinite linear;
  margin: 0 auto;
}
@keyframes l43 {
  0% {
    background-position: 0% 50%, 33.3333333333% 50%, 66.6666666667% 50%, 100% 50%;
  }
  16.67% {
    background-position: 0% 0, 33.3333333333% 50%, 66.6666666667% 50%, 100% 50%;
  }
  33.33% {
    background-position: 0% 100%, 33.3333333333% 0, 66.6666666667% 50%, 100% 50%;
  }
  50% {
    background-position: 0% 50%, 33.3333333333% 100%, 66.6666666667% 0, 100% 50%;
  }
  66.67% {
    background-position: 0% 50%, 33.3333333333% 50%, 66.6666666667% 100%, 100% 0;
  }
  83.33% {
    background-position: 0% 50%, 33.3333333333% 50%, 66.6666666667% 50%, 100% 100%;
  }
  100% {
    background-position: 0% 50%, 33.3333333333% 50%, 66.6666666667% 50%, 100% 50%;
  }
}
main #results .container .grid {
  position: relative;
  width: 100%;
}
main #results .container .grid .grid-item {
  position: absolute;
  background-color: #555555;
  border-radius: 9px;
  overflow: visible;
  visibility: hidden;
}
main #results .container .grid .grid-item img {
  width: 100%;
  border-radius: 9px;
}
main #results .container .grid .grid-item .controls {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: opacity 0.3s ease;
}
main #results .container .grid .grid-item .controls a.btn {
  padding: 6px 7px;
  position: relative;
}
main #results .container .grid .grid-item .controls a.btn i {
  margin: 0;
}
main #results .container .grid .grid-item .controls a.btn i.share {
  left: -2px;
}
main #results .container .grid .grid-item .controls ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main #results .container .grid .grid-item .controls ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 5px;
  position: relative;
}
main #results .container .grid .grid-item .controls ul li .social-popup {
  display: flex;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 20px);
  background-color: #ffffff;
  padding: 10px 20px;
  width: 195px;
  border: 2px solid #ffffff;
  transform: translateX(-48%);
  border-radius: 9px;
  filter: drop-shadow(0 4px 13.7px rgba(0, 0, 0, 0.25));
  transition: opacity 0.3s ease;
  z-index: 9999;
}
main #results .container .grid .grid-item .controls ul li .social-popup::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  bottom: -10px;
  left: 50%;
  width: 22px;
  height: 22px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  transform: translateX(-50%) rotate(-45deg);
  z-index: -1;
}
main #results .container .grid .grid-item .controls ul li .social-popup a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
  text-decoration: none;
}
main #results .container .grid .grid-item .controls ul li .social-popup a img {
  width: 18px;
  height: 18px;
}
main #results .container .grid .grid-item .controls ul li .social-popup a span {
  display: block;
  flex-grow: 1;
  margin-left: 20px;
}
main #results .container .grid .grid-item .controls ul li .social-popup a:hover {
  text-decoration: underline;
}
main #results .container .grid .grid-item .controls ul li:hover .social-popup, main #results .container .grid .grid-item .controls ul li.active .social-popup {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
body.isMobile main #results .container .grid .grid-item .controls ul li:hover .social-popup, body.isMobile main #results .container .grid .grid-item .controls ul li.active .social-popup {
  display: none;
}
main #results .container .grid .grid-item:hover .controls, main #results .container .grid .grid-item.active .controls {
  opacity: 1;
}
@media only screen and (max-width: 850px) {
  main #results .container .grid .grid-item .controls {
    opacity: 1;
  }
}
main #results .container .pagination {
  padding: 40px 0 0 0;
  display: none;
}
main #results .container .pagination ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 350px;
  margin: 30px auto;
}
main #results .container .pagination ul li {
  margin: 0;
  padding: 0 5px;
  list-style: none;
  display: flex;
}
main #results .container .pagination .per_page {
  text-align: center;
}
main #results .container .pagination .per_page label {
  display: inline-block;
  margin-right: 20px;
}
main #results .container .pagination .per_page .select_wrapper {
  display: inline-block;
  position: relative;
}
main #results .container .pagination .per_page .select_wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background-image: url(../svg/arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  z-index: 1;
}
main #results .container .pagination .per_page .select_wrapper select {
  display: inline-block;
  padding: 7px 45px 7px 20px;
}
main #results .container .pagination a {
  text-decoration: none;
}
main #results .container .pagination a:hover, main #results .container .pagination a.active {
  font-weight: 700;
}
main #results .container .pagination a.next {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  background-image: url(../svg/next.svg);
  background-size: 6px 12px;
  background-position: center center;
  background-repeat: no-repeat;
}
main #results .container .pagination a.next:hover {
  background-color: #002c72;
}
main #results .container .pagination a.prev {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  background-image: url(../svg/prev.svg);
  background-size: 6px 12px;
  background-position: center center;
  background-repeat: no-repeat;
}
main #results .container .pagination a.prev:hover {
  background-color: #002c72;
}
main #results .container .pagination a.elipsis {
  pointer-events: none;
  cursor: default;
}
main #cta {
  background-color: #ffffff;
  padding: 60px 0;
}
main #cta .container {
  text-align: center;
}
main #cta .container h2 {
  margin-bottom: 0px;
  color: #002d72;
}
main #cta .container p {
  margin: 20px auto 30px auto;
  max-width: 680px;
  width: 90%;
}
main #cta .container a.btn {
  display: inline-block;
  padding: 18px 30px;
  border-radius: 9px;
}
main #cta .container a.btn + a.btn {
  margin-left: 5px;
}
main #cta .container a.btn:has(+ a.btn) {
  margin-right: 5px;
}

footer {
  background-color: #222222;
  color: #ffffff;
  padding: 60px 0 80px 0;
}
footer .container {
  max-width: 1045px;
}
footer .row {
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 650px) {
  footer .row {
    flex-direction: column-reverse;
  }
}
footer .row .col {
  width: 50%;
}
footer .row .col:first-child {
  padding-right: 60px;
}
@media only screen and (max-width: 1000px) {
  footer .row .col:first-child {
    width: 70%;
  }
}
@media only screen and (max-width: 650px) {
  footer .row .col:first-child {
    width: 100%;
    padding: 0;
  }
  footer .row .col:first-child img {
    margin: 0 auto;
  }
}
footer .row .col:last-child {
  padding-left: 60px;
}
@media only screen and (max-width: 1000px) {
  footer .row .col:last-child {
    width: 30%;
  }
}
@media only screen and (max-width: 800px) {
  footer .row .col:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 650px) {
  footer .row .col:last-child {
    width: 100%;
  }
}
footer .row .col p {
  font-size: 14px;
  margin-bottom: 30px;
  max-width: 468px;
  margin-top: 0;
  padding-top: 0;
}
@media only screen and (max-width: 650px) {
  footer .row .col p {
    max-width: 100%;
    text-align: center;
  }
}
footer .row .col nav#footer {
  display: flex;
  padding-right: 80px;
}
@media only screen and (max-width: 1025px) {
  footer .row .col nav#footer {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 925px) {
  footer .row .col nav#footer {
    padding-right: 0;
  }
}
@media only screen and (max-width: 650px) {
  footer .row .col nav#footer {
    justify-content: space-around;
    padding-right: 0;
  }
}
footer .row .col nav#footer ul {
  margin-left: auto;
  padding: 20px 0 0 0;
  list-style: none;
  position: relative;
}
@media only screen and (max-width: 650px) {
  footer .row .col nav#footer ul {
    margin-left: 0;
    text-align: center;
  }
}
footer .row .col nav#footer ul li {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
}
footer .row .col nav#footer ul li a {
  text-decoration: none;
}
footer .row .col nav#footer ul li a:hover {
  text-decoration: underline;
}
footer .row .col nav#footer ul::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 78px;
  top: 0;
  left: 0;
  background-color: #0172ce;
}
@media only screen and (max-width: 650px) {
  footer .row .col nav#footer ul::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

#a2apage_dropdown {
  background-color: #ffffff;
  border: none;
  width: 155px;
  overflow: visible;
  border: 2px solid #ffffff;
  filter: drop-shadow(0 4px 13.7px rgba(0, 0, 0, 0.25));
}
.isMobile #a2apage_dropdown {
  display: none !important;
}
#a2apage_dropdown * {
  border: none;
}
#a2apage_dropdown .a2a_mini_services {
  padding-top: 10px;
}
#a2apage_dropdown .a2a_mini_services a.a2a_i {
  float: none;
  border: none !important;
  color: #000000 !important;
  display: block;
}
#a2apage_dropdown .a2a_mini_services a.a2a_i:hover {
  background-color: transparent !important;
  text-decoration: underline;
}
#a2apage_dropdown .a2a_mini_services a.a2a_i .a2a_svg {
  background-color: transparent !important;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-left: 15px;
}
#a2apage_dropdown .a2a_mini_services a.a2a_i .a2a_svg.a2a_s_facebook {
  background-image: url(../svg/social-facebook.svg);
  background-size: 18px 18px;
}
#a2apage_dropdown .a2a_mini_services a.a2a_i .a2a_svg.a2a_s_x {
  background-image: url(../svg/social-x.svg);
  background-size: 18px 17px;
}
#a2apage_dropdown .a2a_mini_services a.a2a_i .a2a_svg.a2a_s_linkedin {
  background-image: url(../svg/social-linkedin.svg);
  background-size: 17px 16px;
}
#a2apage_dropdown .a2a_mini_services a.a2a_i .a2a_svg.a2a_s_pinterest {
  background-image: url(../svg/social-pinterest.svg);
  background-size: 15px 15px;
}
#a2apage_dropdown .a2a_mini_services a.a2a_i .a2a_svg.a2a_s_email {
  background-image: url(../svg/social-email.svg);
  background-size: 26px 26px;
}
#a2apage_dropdown .a2a_mini_services a.a2a_i .a2a_svg.a2a_s_link {
  background-image: url(../svg/social-link.svg);
  background-size: 20px 20px;
}
#a2apage_dropdown .a2a_mini_services a.a2a_i .a2a_svg svg {
  display: none;
}
#a2apage_dropdown .a2a_wide {
  padding-bottom: 10px;
}
#a2apage_dropdown .a2a_wide .a2a_svg {
  margin-left: 20px;
  margin-right: 20px;
}
#a2apage_dropdown .a2a_wide a.a2a_more {
  color: #000000 !important;
  text-align: left;
}
#a2apage_dropdown .a2a_wide a.a2a_more:hover {
  background-color: transparent !important;
  text-decoration: underline;
}

@media only screen and (max-width: 639px) {
  .a2a_full {
    width: 90% !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
body.home #a2apage_dropdown {
  transform: translateY(-20px) translateX(-40%);
}
body.home #a2apage_dropdown::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  bottom: -10px;
  left: 50%;
  width: 22px;
  height: 22px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  transform: translateX(-50%) rotate(-45deg);
  z-index: -1;
}

body:not(.home) #a2apage_dropdown {
  transform: translateY(20px) translateX(-30%);
}
body:not(.home) #a2apage_dropdown::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  top: -10px;
  left: 50%;
  width: 22px;
  height: 22px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  transform: translateX(-50%) rotate(-45deg);
  z-index: -1;
}
