@charset "UTF-8";
@font-face {
  font-family: "Assistant";
  src: url("../fonts/assistant-bold-webfont.woff") format("woff"), url("../fonts/assistant-bold-webfont.ttf") format("truetype"), url("../fonts/assistant-bold-webfont.woff2") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/assistant-regular-webfont.woff") format("woff"), url("../fonts/assistant-regular-webfont.ttf") format("truetype"), url("../fonts/assistant-regular-webfont.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/assistant-semibold-webfont.woff") format("woff"), url("../fonts/assistant-semibold-webfont.ttf") format("truetype"), url("../fonts/assistant-semibold-webfont.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../fonts/OpenDyslexic/OpenDyslexic-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../fonts/OpenDyslexic/OpenDyslexic-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../fonts/OpenDyslexic/OpenDyslexic-Italic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../fonts/OpenDyslexic/OpenDyslexic-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "MilkMustacheBB";
  src: url("../fonts/MilkMustacheBB/MilkMustacheBB-Bold.otf") format("opentype"), url("../fonts/MilkMustacheBB/MilkMustacheBB-Bold.ttf") format("truetype");
  font-weight: bold;
}
::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-weight: 400;
}

/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-weight: 400;
}

/* FF 4-18 */
::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-weight: 400;
}

/* FF 19-51 */
:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-weight: 400;
}

/* IE 10+ */
::placeholder {
  opacity: 1;
  transition: opacity 0.5s;
  font-weight: 400;
}

/* Modern Browsers */
*:focus::-webkit-input-placeholder {
  opacity: 0;
}

/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */
*:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19-50 */
*:focus:-ms-input-placeholder {
  opacity: 0;
}

/* IE 10+ */
*:focus::placeholder {
  opacity: 0;
}

/* Modern Browsers */
.pointer {
  cursor: pointer;
}

.url-title {
  margin-right: auto;
}

.main-wrapper {
  margin-top: 40px;
}

.main-wrapper-full {
  margin-top: 30px;
}

.solid-grey-border {
  border-top: solid 2px #e6e6e6;
}

.cta-blue {
  background: #fff;
  font-size: 12px;
  border: 1px solid #4285f4;
  padding: 3px 10px 2px;
  border-radius: 4px;
  margin: 2px 0;
  cursor: pointer;
  height: 25px;
  color: #4285f4;
}
.cta-blue.active, .cta-blue:hover {
  text-decoration: none;
  background: #4285f4;
  color: #fff !important;
}
.cta-blue.active:focus, .cta-blue:hover:focus {
  background: #4285f4;
  color: #fff !important;
}
.cta-blue:focus {
  background: #fff;
  color: #4285f4 !important;
}
.cta-blue:visited {
  color: #4285f4 !important;
}
.cta-blue:visited:hover {
  color: #fff !important;
}

span.cta-blue-divider {
  height: 25px;
  width: 1px;
  background: #4285f4;
  display: inline-block;
  margin: 0 4px -9px;
}

.cta-blue.active:focus {
  outline: 0px;
}

.main-content, .main-wrapper {
  padding: 0;
  width: 100%;
  max-width: 1060px;
}
@media screen and (min-width: 992px) {
  .main-content, .main-wrapper {
    width: 767px;
    padding: 0 135px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content, .main-wrapper {
    width: 948px;
    padding: 0 135px;
  }
}

.main-wrapper-full {
  padding: 0;
  min-height: 100%;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .main-wrapper-full {
    padding: 0 135px;
  }
}

#videos .flex-container, #publications .flex-container {
  margin-top: 14px;
}
@media screen and (min-width: 992px) {
  #videos .flex-container, #publications .flex-container {
    margin-top: 16px;
  }
}

.section-title {
  font-size: 13px;
  color: #000000;
  font-weight: bolder;
  letter-spacing: 0.3px; margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 15px;
  }
}

.doodle-explanation .title {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #000000;
}

.doodle-explanation .description {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #000000;
}

.video-text-container .video-desc, #videos .video-container .video-item .video-text-container .video-desc, #news .news-listing .result .project-title, .news-container .news-item .news-content .news-text {
  font-size: 11px;
  color: #000;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 576px) {
  .video-text-container .video-desc, #videos .video-container .video-item .video-text-container .video-desc, #news .news-listing .result .project-title, .news-container .news-item .news-content .news-text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
  }
}

.main-content, .main-wrapper {
  padding: 0;
  width: 100%;
  max-width: 1060px;
}
@media screen and (min-width: 992px) {
  .main-content, .main-wrapper {
    width: 767px;
    padding: 0 135px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content, .main-wrapper {
    width: 948px;
    padding: 0 135px;
  }
}

.main-wrapper-full {
  padding: 0;
  min-height: 100%;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .main-wrapper-full {
    padding: 0 135px;
  }
}

#videos .flex-container, #publications .flex-container {
  margin-top: 14px;
}
@media screen and (min-width: 992px) {
  #videos .flex-container, #publications .flex-container {
    margin-top: 16px;
  }
}

.top-cta {
  margin-right: 30px;
  z-index: 9999;
}

#annual-report-wrapper {
  padding: 0 20px;
}

.annual-report-base, .annual-report-container {
  background: #ebf6ee;
  max-width: 244px;
  padding: 15px 15px 0;
  overflow: auto;
  max-height: 502px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (min-width: 768px) {
  .annual-report-base, .annual-report-container {
    padding: 18px;
    max-height: 615px;
  }
}
.annual-report-base .annual-report-close, .annual-report-container .annual-report-close {
  font-size: 24px;
  color: #787878;
  line-height: 24px;
  text-decoration: none;
}
.annual-report-base .annual-report-item, .annual-report-container .annual-report-item {
  padding: 15px;
  width: 144px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .annual-report-base .annual-report-item, .annual-report-container .annual-report-item {
    padding: 20px 16px;
  }
}
.annual-report-base h2, .annual-report-container h2 {
  font-family: "Assistant", "Open Sans", sans-serif;
  font-size: 15px;
  color: #636363;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 0px;
}
.annual-report-base a, .annual-report-container a {
  font-size: 13px;
  color: #636363;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
}
.annual-report-base a img, .annual-report-container a img {
  margin: 0 0 4px 0;
}
.annual-report-base a:hover, .annual-report-container a:hover {
  color: inherit;
  text-decoration: none;
}
.annual-report-base a:hover img, .annual-report-container a:hover img {
  -webkit-box-shadow: 0px 0px 0px 3px #4285f4;
  -moz-box-shadow: 0px 0px 0px 3px #4285f4;
  box-shadow: 0px 0px 0px 3px #4285f4;
}
.annual-report-base hr, .annual-report-container hr {
  border-top: 1px solid #636363;
  transform: scaleY(0.5);
}

.annual-report-container {
  position: absolute;
  top: 0;
  right: 20px;
  display: none;
  z-index: 1060;
}

.publications-annual-report {
  z-index: 1;
  position: relative;
  overflow: auto;
  max-width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 768px) {
  .publications-annual-report {
    position: absolute;
    top: 0;
    right: 30px;
    max-width: 244px;
    margin-top: -16px;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.publications-annual-report .js-report-wrapper {
  display: flex;
}
@media screen and (min-width: 768px) {
  .publications-annual-report .js-report-wrapper {
    display: block;
  }
}
.publications-annual-report .annual-report-item {
  min-width: 144px;
}

body {
  margin: 40px;
  color: #4F5155;
}

a {
  color: #4285f4;
  cursor: pointer;
  background-color: transparent;
  font-weight: normal;
  text-decoration-skip: ink;
}
a:hover {
  color: #4285f4;
}

button:focus {
  outline: 0px;
}

h1 {
  color: #444;
  background-color: transparent;
  border-bottom: 1px solid #D0D0D0;
  font-size: 19px;
  font-weight: normal;
  margin: 0 0 14px 0;
  padding: 14px 15px 10px 15px;
}

code {
  font-family: Consolas, Monaco, Courier New, Courier, monospace;
  font-size: 12px;
  background-color: #f9f9f9;
  border: 1px solid #D0D0D0;
  color: #002166;
  display: block;
  margin: 14px 0 14px 0;
  padding: 12px 10px 12px 10px;
}

#body {
  margin: 0 15px 0 15px;
}

p.footer {
  text-align: right;
  font-size: 11px;
  border-top: 1px solid #D0D0D0;
  line-height: 32px;
  padding: 0 10px 0 10px;
  margin: 20px 0 0 0;
}

#container {
  margin: 10px;
  border: 1px solid #D0D0D0;
  box-shadow: 0 0 8px #D0D0D0;
}

* {
  box-sizing: border-box;
}

.search-container {
  float: left;
  padding: 16px;
  background-color: #e9e9e9;
}

.search-container button {
  float: right;
  padding: 6px 10px;
  /*margin-top: 8px;*/
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

.custom-search {
  width: 80%;
  margin: 0 0 0 20px;
  padding-left: 10px;
  color: black;
}

input[type=text]::placeholder {
  color: #636363;
}

.homepage input[type=text]::placeholder {
  color: transparent;
}
@media screen and (min-width: 576px) {
  .homepage input[type=text]::placeholder {
    color: #333;
    font-weight: 400;
  }
}

.homepage-coin {
  position: fixed;
  bottom: 25px;
  left: 20px;
  width: 30px;
  z-index: 15;
}
.homepage-coin img {
  position: relative;
  z-index: 10;
  width: 100%;
}

.doodle-explanation {
  position: fixed;
  z-index: 14;
  left: 15px;
  bottom: 15px;
  padding: 15px 10px 45px;
  background: #f5f5f5;
  color: #000000;
  border-radius: 5px;
  width: 220px;
}
.doodle-explanation p {
  margin-bottom: 0.5rem;
}

.doodle-explanation a {
  text-decoration: none;
}

.doodle-explanation .title {
  margin: 0;
}
.doodle-explanation .description {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .doodle-explanation {
    left: 10px;
  }
}
.doodle-explanation .close-doodle-explanation {
  color: #787878;
  text-decoration: none;
  font-size: 28px;
  position: absolute;
  right: 15px;
  top: 5px;
  display: block;
}
@media screen and (min-width: 768px) {
  .doodle-explanation .close-doodle-explanation {
    display: none;
  }
}

.home-navbar {
  position: fixed;
  top: 0;
  right: 0;
  height: 70px;
  display: flex;
  z-index: 10;
}

.btn-container .btn {
  margin-top: 25px;
  background: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  min-width: 125px;
  margin-right: 8px;
  margin-left: 8px;
  font-weight: 400;
  padding: 0.375rem 0.75rem;
}
.btn-container .btn-secondary {
  border: 1px solid #777777;
  color: #777777;
}
.btn-container .btn-secondary:hover {
  color: #fff;
  background-color: #777777;
  border-color: #777777;
}
.btn-container .btn-primary {
  border: 1px solid #4285f4;
  color: #4285f4;
}
.btn-container .btn-primary:hover {
  color: #fff;
  background-color: #4285f4;
  border-color: #4285f4;
}

.result-div {
  margin: 0 0 0 20px;
}

#search-form {
  position: relative;
  z-index: 10;
}

#search-field:focus {
  box-shadow: none;
}
#search-field:focus.isOpen {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: solid 1px #e5e5e5;
}

.custom-search-button {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
}
.custom-search-button .fa {
  font-size: 16px;
  color: #777777;
}

#clear-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  text-decoration: none;
  font-size: 24px;
  color: #787878;
  line-height: 24px;
}

.ui-autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  text-align: left;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.ui-autocomplete {
  position: absolute;
  border: 1px solid #777777;
  border-top: 1px solid #e5e5e5;
  z-index: 1099;
  /*position the autocomplete items to be the same width as the container:*/
  width: 50%;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ui-menu .ui-menu-item {
  list-style-type: none;
  padding: 10px;
  cursor: pointer;
  background: #fff;
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  border: none;
}

.ui-autocomplete.ui-menu .ui-menu-item {
  padding: 10px 15px;
}

.ui-menu-item:hover {
  /*when hovering an item:*/
  color: #000000;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none;
  font-weight: bold;
  color: #000;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }

  .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }

  .topnav input[type=text] {
    border: 1px solid #ccc;
  }
}
.md-10 {
  margin-bottom: 10px;
}

.search-result-cta-url {
  position: relative;
  font-size: 12px;
  color: #4285f4;
  line-height: 14px;
  letter-spacing: 0.5px;
}
.search-result-cta-url:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .search-result-cta-url {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .search-result-cta-url {
    font-size: 22px;
  }
}

.search-result-answer {
  margin-bottom: 0.1rem;
  font-size: 20px;
  color: #4285f4;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
  .search-result-answer {
    margin-bottom: 0.4rem;
    font-size: 30px;
    color: #4285f4;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 992px) {
  .search-result-answer {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.3px;
  }
}

.grey-font {
  color: grey;
}

.red-font {
  color: red;
}

.section-title {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 15px;
  }
}

.section-tab {
  margin: 42px 0px 10px 0px;
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .section-tab {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .section-tab {
    margin-top: 48px;
  }
}

.search-result-images {
  width: 250px;
  height: 250px;
  margin-right: 20px;
}

img.center-image {
  object-fit: cover;
}

#result-listing .url-title {
  word-break: break-word;
  font-size: 17px;
  color: #4285f4;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  #result-listing .url-title {
    font-size: 22px;
    color: #4285f4;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
  }
}
#result-listing .url-title:hover {
  text-decoration-skip: ink;
  text-decoration: underline;
}
#result-listing .url-title:hover:after {
  content: "";
  border-bottom: solid 2px red;
}
#result-listing span {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 992px) {
  #result-listing span {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
}
#result-listing .result {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

#gcse-listing {
  margin-top: 48px;
}
#gcse-listing .url-title {
  font-size: 17px;
  color: #4285f4;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  #gcse-listing .url-title {
    font-size: 22px;
    color: #4285f4;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
  }
}
#gcse-listing .url-title:hover {
  text-decoration: underline;
}
#gcse-listing p {
  margin-bottom: 42px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 992px) {
  #gcse-listing p {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
}

.col-md-12 {
  padding-left: 0;
}

.pl-0 {
  padding-left: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.pl-15 {
  padding-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.flex-container {
  display: flex;
}

.right-column {
  top: 25px;
  align-self: flex-start;
  width: 20%;
  overflow: auto;
}
.right-column strong {
  font-size: 15px;
  color: #000000;
  line-height: 1.2;
}
.right-column p {
  color: #000000;
  line-height: 22px;
  letter-spacing: 0.6px;
}

/* Navmenu */
body {
  margin: 0;
}

body {
  font-family: "Assistant", "Open Sans", sans-serif;
  color: #333;
  background-color: #f4f4f4;
}

.isHome {
  background-color: #ffffff;
}

.home-logo-wrapper {
  position: relative;
  z-index: 9;
  margin: 40% auto 23px;
}
@media screen and (min-width: 768px) {
  .home-logo-wrapper {
    margin: 20% auto 21px;
  }
}

.home-logo {
  width: 100%;
  max-width: 281px;
  height: auto;
}

.home-logo-dyslexic {
  width: 100%;
  max-width: 640px;
  height: auto;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .nav > li > a {
    font-size: 15px;
    padding-bottom: 10px;
  }
}

.nav > li > a:focus, .nav > li > a:not(.disabled):hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -2px;
}

.nav-tabs > li > a {
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a.disabled {
  color: #ddd;
  cursor: default;
}
.nav-tabs > li > a.disabled:hover {
  text-decoration: none;
}

#top_nav {
  margin-top: 50px;
}

.tag-block {
  margin-left: 140px;
}

.nav-tabs {
  border-bottom: none;
  margin: 0 20px;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .nav-tabs {
    margin: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .nav-tabs {
    margin: 0 155px;
  }
}

.nav-tabs > li > a {
  border: none;
  color: #636363;
}

.nav-tabs > li > a.active, .nav-tabs > li > a:not(.disabled):hover {
  border-bottom: 2px solid #4285f4;
  color: #4285f4 !important;
  background: transparent;
}

.card {
  background: #FFF none repeat scroll 0% 0%;
  border: 0px;
  border-bottom: 2px solid #DDD;
  width: 100%;
  border-radius: 0;
  z-index: 1060;
}

#rightColExplore {
  width: 15%;
  position: absolute;
  flex-direction: column;
  justify-content: flex-end;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 800;
}
@media screen and (min-width: 992px) {
  #rightColExplore {
    display: flex;
  }
}
#rightColExplore .explore-container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
#rightColExplore img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 116%;
}
#rightColExplore .exploreContent {
  position: absolute;
  bottom: 0;
  bottom: 170px;
  left: -130px;
}
@media screen and (min-width: 1200px) {
  #rightColExplore .exploreContent {
    left: -90px;
  }
}
#rightColExplore .exploreContent .links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 15px;
}
#rightColExplore .exploreContent .links span {
  background: #fff;
  font-size: 12px;
  color: #636363;
  border: 1px solid #4285f4;
  padding: 3px 10px 2px;
  border-radius: 0.25rem;
  margin: 2px 0;
  cursor: pointer;
}
#rightColExplore .exploreContent .links span:hover {
  color: #4285f4;
}
#rightColExplore .exploreContent .explore {
  font-size: 15px;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
}

.coin {
  height: 100%;
  margin-left: 20px;
  margin-bottom: auto;
  position: absolute;
  flex-direction: column;
  justify-content: flex-end;
  display: none;
}
@media screen and (min-width: 768px) {
  .coin {
    display: flex;
  }
}
.coin img {
  width: 30px;
  height: 30px;
}

.coin-sticky {
  bottom: 25px;
  position: sticky;
  position: -webkit-sticky;
  z-index: 50;
}

.bot-nav {
  display: flex;
  padding: 28px 0;
}
.bot-nav .pagination {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bot-nav .pagination {
    margin-left: 154px;
    margin-right: auto;
  }
}
.bot-nav .pagination .img-wrapper {
  height: 38px;
  margin: 0 1px;
}
.bot-nav .pagination .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.bot-nav .pagination .o span {
  font-size: 15px;
  font-weight: 600;
  color: #636363;
}
.bot-nav .pagination .o.active span {
  color: #4285f4;
  border-bottom: 2px solid #4285f4;
}

.images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.images-container .img-content {
  width: 30%;
}
.images-container .img-content a:hover {
  text-decoration: none;
}
.images-container .img-content span {
  font-size: 10px;
  line-height: 12px;
  color: #636363;
  display: block;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .images-container .img-content span {
    line-height: 1.2;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .images-container .img-content span {
    font-size: 13px;
    color: #636363;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.5px;
  }
}
.images-container .img-content .img-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.images-container .img-content .img-wrapper:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.images-container .img-content .img-wrapper:hover {
  box-shadow: 0px 0px 0px 3px #4285f4;
}
.images-container .img-content .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
}

.news-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .news-container {
    flex-direction: row;
  }
}
.news-container .news-item {
  width: 100%;
  display: flex;
  margin-bottom: 1em;
}
.news-container .news-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .news-container .news-item {
    margin-bottom: 0;
    width: 50%;
  }
}
.news-container .news-item .img-wrapper {
  width: 30%;
  margin-top: 4px;
  margin-bottom: auto;
  position: relative;
  overflow: hidden;
}
.news-container .news-item .img-wrapper:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.news-container .news-item .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .news-container .news-item .img-wrapper {
    width: 30%;
  }
}
.news-container .news-item .news-content {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 0 15px;
}
@media screen and (min-width: 992px) {
  .news-container .news-item .news-content {
    margin: 0 20px;
    width: 70%;
  }
}
.news-container .news-item .news-content a {
  margin-right: auto;
  font-size: 17px;
  color: #4285f4;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  .news-container .news-item .news-content a {
    font-size: 17px;
    color: #4285f4;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .news-container .news-item .news-content a {
    font-size: 22px;
  }
}
.news-container .news-item .news-content .news-src {
  font-size: 10px;
  color: #636363;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 768px) {
  .news-container .news-item .news-content .news-src {
    font-size: 13px;
    color: #636363;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.3px;
  }
}

@media screen and (min-width: 768px) {
  #news .news-text {
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 576px) {
  #news .news-item {
    width: 48%;
  }
}
#news .news-listing {
  margin-top: 50px;
}
#news .news-listing .result {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
#news .news-listing .result .url-title {
  font-size: 17px;
  color: #4285f4;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  #news .news-listing .result .url-title {
    font-size: 22px;
    color: #4285f4;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
  }
}
#news .news-listing .result span {
  font-size: 15px;
  color: #000000;
  line-height: 18px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  #news .news-listing .result span {
    font-size: 17px;
    line-height: 22px;
  }
}
#news .news-listing .result .news-src {
  font-size: 10px;
  color: #636363;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  #news .news-listing .result .news-src {
    font-size: 13px;
  }
}

#publications .flex-container {
  flex-wrap: wrap;
}
#publications .main-content {
  width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  #publications .main-content {
    width: 767px;
  }
}
@media screen and (min-width: 1200px) {
  #publications .main-content {
    width: 948px;
  }
}
#publications .no-result {
  margin-top: 0;
}
#publications .all-btn {
  left: 70%;
}
#publications .pubs-listing .result {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
#publications .pubs-listing .result span {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  #publications .pubs-listing .result span {
    font-size: 17px;
    line-height: 22px;
  }
}
#publications .pubs-listing .url-title {
  font-size: 17px;
  color: #4285f4;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  #publications .pubs-listing .url-title {
    font-size: 22px;
    color: #4285f4;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
  }
}
#publications .pubs-listing span.news-src {
  font-size: 10px;
  color: #636363;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  #publications .pubs-listing span.news-src {
    font-size: 13px;
    line-height: 18px;
  }
}

#all-pubs-listing {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
#all-pubs-listing .title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}
#all-pubs-listing .pub-category {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
#all-pubs-listing .pub-category:after {
  content: "";
  border-bottom: 1px solid #646464;
  transform: scaleY(0.5);
}
#all-pubs-listing .pub-category .result {
  margin-bottom: 26px;
}

#all-video-listing {
  display: flex;
  flex-direction: column;
}
#all-video-listing .title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}
#all-video-listing .vid-category {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #646464;
  margin-bottom: 15px;
}
#all-video-listing .vid-category .video-item {
  margin-bottom: 26px;
}

.dropdown-container {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .dropdown-container {
    margin-bottom: 35px;
  }
}
.dropdown-container select {
  margin-right: 6px;
  margin-top: 10px;
  border: 1px solid #4285f4;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 16px;
  border-radius: 6px;
  padding: 5px 20px 5px 10px;
  color: #4285f4;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("../../images/website/chevron-down-blue.svg") no-repeat;
  background-size: 11px;
  background-position: calc(100% - 5px);
}
.dropdown-container select.expanded {
  background-image: url("../../images/website/chevron-up-blue.svg");
}
.dropdown-container select:focus {
  outline: none;
}
@media screen and (min-width: 576px) {
  .dropdown-container select {
    margin-top: 0;
  }
}

#videos .dropdown-container {
  margin-top: 28px;
}
@media screen and (min-width: 992px) {
  #videos .dropdown-container {
    margin-top: 32px;
  }
}
#videos .flex-container {
  flex-wrap: wrap;
}
#videos .main-content {
  width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  #videos .main-content {
    padding-right: 0;
  }
}
#videos .video-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5em;
}
#videos .video-container .video-item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 0 8px 26px;
  width: 44%;
}
@media screen and (min-width: 768px) {
  #videos .video-container .video-item {
    width: calc(33.3334% - 1em);
  }
}
@media screen and (min-width: 992px) {
  #videos .video-container .video-item {
    margin: 0 8px 32px;
    width: calc(25% - 1em);
  }
}
#videos .video-container .video-item .video-overlay {
  width: 100%;
  height: auto;
}
#videos .video-container .video-item .video-text-container {
  width: 100%;
  padding: 14px 14px 0 0;
}
#videos #no-result {
  margin-top: 40px;
}

#images .main-content {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  #images .no-result {
    padding-left: 130px;
  }
}
#images .img-container {
  width: 100%;
  max-width: 100vw;
}
#images .img-container .grid-sizer, #images .img-container .img-wrapper {
  width: 50%;
}
@media screen and (min-width: 768px) {
  #images .img-container .grid-sizer, #images .img-container .img-wrapper {
    width: 33.33334%;
  }
}
@media screen and (min-width: 992px) {
  #images .img-container .grid-sizer, #images .img-container .img-wrapper {
    width: 25%;
  }
}
#images .img-container img {
  width: 100%;
}
#images .img-container a[href="#"] {
  cursor: default;
}
#images .img-container .img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  border: 3px solid #4285f4;
  opacity: 0;
  transition: opacity 0.2s;
}
#images .img-container .img-overlay span {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  background-color: #4285f4;
  width: 100%;
}
#images .img-container .img-overlay:hover {
  opacity: 1;
}

.video-overlay {
  width: 50%;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-top: 3px;
}
@media screen and (min-width: 576px) {
  .video-overlay {
    width: 30%;
  }
}
.video-overlay:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-overlay .video-thumbnail {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video-overlay .play-wrapper {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video-overlay .play-btn {
  position: absolute;
  width: 22px;
  height: 31px;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.video-overlay .play-btn img {
  width: 100%;
}
.video-overlay .duration {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 4px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 2px 4px;
  border-radius: 2px;
  opacity: 0.8;
  font-size: 12px;
  line-height: 12px;
  z-index: 2;
}

.video-text-container {
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  width: 70%;
  max-height: 100%;
}
.video-text-container p {
  font-size: 10px;
  color: #636363;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 576px) {
  .video-text-container p {
    font-size: 13px;
    line-height: 18px;
  }
}
.video-text-container .url-video-title {
  cursor: pointer;
  margin-right: auto;
  max-height: 50px;
  font-size: 17px;
  color: #4285f4;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 576px) {
  .video-text-container .url-video-title {
    font-size: 18px;
    color: #4285f4;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
  }
}
.video-text-container .url-video-title:hover {
  text-decoration: underline #4285f4;
}

.video-overlay:hover .play-btn {
  opacity: 1;
}
.video-overlay:hover .play-wrapper {
  opacity: 1;
}
.video-overlay:hover .duration {
  z-index: 2;
  background: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  z-index: 99;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-nav {
  transition: bottom 0.2s ease-in-out;
  display: flex;
  justify-content: flex-end;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .mobile-nav {
    margin-top: 26px;
  }
}
.mobile-nav .coin {
  position: relative;
  max-width: 30px;
  justify-content: center;
  margin: 5px 0 5px 15px;
}
.mobile-nav .coin img {
  width: 100%;
}
.mobile-nav .explore {
  font-size: 15px;
  font-weight: 700;
  margin: 5px 0;
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
}
.mobile-nav .explore.collapsed {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .mobile-nav .explore.collapsed {
    margin-bottom: 20px;
  }
}
.mobile-nav .explore span {
  background: #fff;
}

#exploreContent {
  position: relative;
}
#exploreContent .close {
  position: absolute;
  right: 15px;
  top: -50px;
}
#exploreContent .links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#exploreContent .links span {
  font-size: 12px;
  color: #636363;
  border: 1px solid #4285f4;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 2px 0;
  background: #fff;
}
#exploreContent.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.tippy-tooltip.no-theme, .tippy-backdrop {
  background: transparent;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: #777777;
}

#data-container {
  min-height: calc(100vh - 300px);
}

#result-listing {
  margin-top: 38px;
  word-break: break-word;
}

.right-col-inline {
  display: block;
}
@media screen and (min-width: 768px) {
  .right-col-inline {
    display: flex;
  }
}
.right-col-inline .rightColumnLogo {
  margin-top: 6px;
  padding-bottom: 15px;
}
.right-col-inline .rightColumnLogo + .rightColumnDescription {
  padding-left: 0px;
}
@media screen and (min-width: 768px) {
  .right-col-inline .rightColumnLogo + .rightColumnDescription {
    padding-left: 30px;
  }
}
.right-col-inline .rightColumnDescription a {
  font-size: 15px;
  color: #4285f4;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .right-col-inline .rightColumnDescription a {
    font-size: 16px;
    color: #4285f4 400;
    font-weight: 24px;
    line-height: normal;
  }
}
.right-col-inline .rightColumnDescription p {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .right-col-inline .rightColumnDescription p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.right-col-inline .rightColumnDescription strong {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .right-col-inline .rightColumnDescription strong {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    line-height: 22px;
  }
}

body.dyslexic_aid .lf-container {
  font-family: "OpenDyslexic", sans-serif;
}

.dyslexicToggle {
  position: fixed;
  top: 0;
  right: 20px;
  font-size: 12px;
  display: inline-block;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  z-index: 2000;
  color: #fff;
}
.dyslexicToggle:after {
  font-family: "FontAwesome";
  content: "";
  border: 0;
  position: absolute;
  right: 4px;
  top: 2px;
  pointer-events: none;
}
.dyslexicToggle.down:after {
  content: "";
}
.dyslexicToggle.up:after {
  content: "";
}
.dyslexicToggle select {
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  padding: 2px 15px 2px 4px;
  border: solid 1px #427df4;
  background: #427df4;
}
.dyslexicToggle select:focus {
  outline: none;
}
.dyslexicToggle select:active, .dyslexicToggle select:hover {
  outline-color: #427df4;
}
.dyslexicToggle select.selected-dyslexic_mode {
  border: solid 1px #f5321e;
  background: #f5321e;
}
.dyslexicToggle select.selected-dyslexic_mode:active, .dyslexicToggle select.selected-dyslexic_mode:hover {
  outline-color: #f5321e;
}
.dyslexicToggle select.selected-dyslexic_aid {
  border: solid 1px #38ac57;
  background: #38ac57;
}
.dyslexicToggle select.selected-dyslexic_aid:active, .dyslexicToggle select.selected-dyslexic_aid:hover {
  outline-color: #38ac57;
}

.isHomeGeorgraphy {
  /*background-image: url("../../images/doodles/AdobeStock_309814536_Video_HD_Preview.mp4");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;*/
  background-color: #000000;
}


/*# sourceMappingURL=custom-search.css.map */
