body,html {
  height: 100%;
}

#main_wrapper,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

.engine_name,.general_result_url,.images_result_title,.images_result_url,.videos_result_url {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@font-face {
  font-family:Nunito;
  font-display:fallback;
  font-style:normal;
  font-weight:400;
  src:local('Nunito Regular'),local('Nunito-Regular'),url(../fonts/nunito/nunito-v10-latin-regular.woff2) format('woff2'),url(../fonts/nunito/nunito-v10-latin-regular.woff) format('woff');
}

@font-face {
  font-family:Nunito;
  font-display:fallback;
  font-style:italic;
  font-weight:400;src:local('Nunito Italic'),local('Nunito-Italic'),url(../fonts/nunito/nunito-v10-latin-italic.woff2) format('woff2'),url(../fonts/nunito/nunito-v10-latin-italic.woff) format('woff');
}

@font-face {
  font-family:Nunito;
  font-display:fallback;
  font-style:normal;font-weight:600;
  src:local('Nunito SemiBold'),local('Nunito-SemiBold'),url(../fonts/nunito/nunito-v10-latin-600.woff2) format('woff2'),url(../fonts/nunito/nunito-v10-latin-600.woff) format('woff');
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Nunito,-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Hiragino Sans GB','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0,0,0,.69);
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: normal;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: border-box;
}

:after,:before {
  box-sizing: inherit;
}

svg {
  shape-rendering: geometricPrecision;
}

a {
  color: #00278e;
  text-decoration: none;
}

.general_result_title a:focus,.general_result_title a:hover,.turn_page:hover {
  text-decoration: underline;
}

a:focus,a:hover,button:focus,input:focus,input:hover,select:active,select:focus,select:hover,textarea:focus,textarea:hover {
  outline: 0;
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],input[type=url],select,textarea {
  width: 100%;
  height: 2.125rem;
  font-family: inherit;
  font-size: inherit;
  padding: 0 .875rem;
  color: rgba(0,0,0,.69);
  background: rgba(0,0,0,.05);
  border: none;
  border-radius: .125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input::-ms-clear,select::-ms-expand {
  display: none;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
  display: none;
}

button,input[type=button],input[type=reset],input[type=submit] {
  height: 2.125rem;
  font-family: inherit;
  font-size: inherit;
  padding: 0 1rem;
  cursor: pointer;
  border: none;
  border-radius: .125rem;
  color: #fff;
  background: rgba(0,0,0,.69);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.search_reset,.search_submit {
  background: 0 0;
  position: absolute;
}

#main_wrapper {
  min-height: 100%;
  overflow: hidden;
}

.search_form {
  position: relative;
}

.search_form .search_keywords {
  height: 100%;
  padding-right: 4.25rem;
}

.search_reset {
  top: 0;
  bottom: 0;
  right: 3.375rem;
  margin: auto 0;
  padding-left: .625rem;
  padding-right: 1.125rem;
  text-align: center;
  color: rgba(0,0,0,.54);
  cursor: pointer;
  visibility: hidden;
}

.search_reset:hover {
  color: rgba(0,0,0,.84);
}

.search_submit {
  top: 0;
  right: 0;
  height: 100%;
  width: 3.375rem;
  border-radius: 0 .125rem .125rem 0;
  color: rgba(0,0,0,.54);
}

.search_form[data-filled=true][input-focus=true] .search_reset {
  visibility: visible;
}

.search_form[data-filled=true][input-focus=true] .search_keywords {
  padding-right: 6.125rem;
}

.search_form[data-filled=true][input-focus=true] .search_submit,.search_submit:active,.search_submit:focus,.search_submit:hover {
  background: rgba(0,0,0,.69);
  color: #fff;
}

.search_autocomplete {
  display: none;
  position: absolute;
  z-index: 50;
  width: 100%;
  border: .0625rem solid rgba(0,0,0,.1);
  border-radius: .125rem;
  line-height: 1;
  text-align: left;
  color: rgba(0,0,0,.69);
  background: #fff;
}

.engine_list_wrap {
  min-height: 2.5rem;
  overflow: hidden;
}

.engine_item {
  position: relative;
  float: left;
  display: block;
  width: 50%;
  padding: .75rem 1rem;
  cursor: pointer;
}

.engine_item:hover {
  background: rgba(0,0,0,.05);
}

.engine_item:nth-child(odd) {
  border-right: .0625rem solid rgba(0,0,0,.1);
}

.engine_icon {
  width: 1em;
  height: 1em;
  margin-right: .25rem;
  vertical-align: top;
}

.engine_name {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.engine_command {
  position: absolute;
  right: 1rem;
}

#header_wrapper,.header_aside_slogan {
  position: relative;
}

.related_footer_right {
  float: right;
}

.related_footer {
  padding: 10px 16px;
  border-top: .0625rem solid rgba(0,0,0,.1);
}

#header_wrapper {
  display: inline-block;
  width: 100%;
  padding: 1.5rem 0;
  line-height: 2.75rem;
  background: #fff;
}

.header_content {
  float: left;
  height: 2.75rem;
}

.header_content .search_form {
  height: 100%;
  width: 37.5rem;
  margin-left: 16.25rem;
}

.header_logo {
  float: left;
  height: 100%;
  width: 2.40625rem;
  margin-left: 8.4375rem;
}

.header_logo_link {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo_header_2x.png) no-repeat;
  background-size: 2.75rem 2.75rem;
}

.header_aside {
  float: right;
  margin-right: 3.75rem;
}

.header_aside_link,.header_aside_slogan {
  color: rgba(0,0,0,.54);
  cursor: pointer;
  transition: color .1s;
}

.header_aside_link:hover,.header_aside_slogan:hover {
  color: rgba(0,0,0,.84);
}

.header_aside_link {
  margin-left: 2.5rem;
}

.header_dropdown_modal {
  display: none;
  position: absolute;
  right: 0;
  width: 25rem;
  border-radius: .125rem;
  border: .0625rem solid rgba(0,0,0,.1);
  background: #fff;
  cursor: default;
  z-index: 400;
}

.header_dropdown_showcase {
  padding: .875rem;
}

.header_showcase_link {
  display: block;
  position: relative;
  padding: .75rem .5rem;
  border-radius: .125rem;
  overflow: hidden;
  transition: background-color .1s;
}

.option_category,.option_filter {
  transition: color .1s,border-color .1s;
}

.header_showcase_link:hover {
  background-color: rgba(0,0,0,.05);
}

.header_showcase_icon {
  float: left;
  width: 20%;
  height: 2.75rem;
  background-size: 2.75rem;
  background-position: center;
  background-repeat: no-repeat;
}

.header_showcase_icon.anonymous {
  background-image: url(../img/header_icon_anonymous.21dff0.svg);
}

.header_showcase_icon.simple {
  background-image: url(../img/header_icon_simple.fb2a6c.svg);
}

.header_showcase_icon.rocket {
  background-image: url(../img/header_icon_rocket.358e31.svg);
}

.header_showcase_icon.like {
  background-image: url(../img/header_icon_like.ff65b2.svg);
}

.header_showcase_text {
  float: right;
  width: 80%;
  font-size: .9375rem;
  line-height: 1;
  color: rgba(0,0,0,.54);
}

.header_showcase_text .title {
  margin-bottom: .625rem;
  font-size: 1rem;
  color: rgba(0,0,0,.84);
}

.hero_search {
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}

.hero_search .search_form {
  height: 2.75rem;
  width: 100%;
  line-height: 2.75rem;
}

.hero_logo {
  width: 9.4375rem;
  height: 11.25rem;
  margin: 0 auto 3rem;
}

.hero_logo_link {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo_home_2x.png) no-repeat;
  background-size: 22.5rem 11.25rem;
}

.hero_tagline {
  margin-top: 2.5rem;
  font-size: 1.05rem;
  color: rgba(0,0,0,.54);
}

#content_wrapper {
  float: left;
  width: 37.5rem;
  margin-left: 16.25rem;
  margin-bottom: 9.375rem;
}

.search_options {
  width: 100%;
  margin-bottom: .875rem;
}

.options_list {
  position: relative;
  margin-bottom: .625rem;
  border-bottom: .125rem solid rgba(0,0,0,.1);
  z-index: 10;
}

.option_category {
  position: relative;
  top: .125rem;
  height: 2.5rem;
  margin-right: 1rem;
  padding: 0 .625rem;
  border: none;
  border-bottom: .125rem solid transparent;
  border-radius: 0;
  color: rgba(0,0,0,.54);
  line-height: 1;
  text-transform: capitalize;
  background: 0 0;
}

.option_category.active {
  cursor: text;
}

.option_category.active,.option_category:hover {
  color: rgba(0,0,0,.84);
  border-color: rgba(0,0,0,.54);
}

.option_filter {
  position: absolute;
  right: 0;
  border-bottom: .125rem solid transparent;
  line-height: 2.5rem;
  color: rgba(0,0,0,.54);
  cursor: pointer;
}

.option_filter .icon {
  height: 1.25rem!important;
  width: 1.25rem!important;
  margin-bottom: .125rem;
}

.option_filter:hover {
  border-color: rgba(0,0,0,.54);
  color: rgba(0,0,0,.84);
}

.modular_content {
  position: relative;
  height: 2rem;
  line-height: 2rem;
  font-size: .875rem;
  color: rgba(0,0,0,.54);
  letter-spacing: .02em;
}

.modular_results_count_none {
  margin-top: 1.5rem;
  font-size: 1rem;
}

.modular_results_count_hidden {
  margin-bottom: -1.5rem;
  display: block;
}

.modular_filter {
  position: absolute;
  top: 0;
  display: none;
}

.filter_option {
  position: relative;
  display: inline-block;
  margin-right: 1.625rem;
  color: rgba(0,0,0,.54);
  transition: color .1s;
}

.filter_option .icon {
  margin-bottom: .125rem;
}

.filter_option:hover {
  color: rgba(0,0,0,.84);
}

.filter_select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.sidebar_container {
  position: absolute;
  width: 22.5rem;
  left: 57.5rem;
}

.infobox {
  padding: 1.25rem 1.375rem;
  border: .0625rem solid rgba(0,0,0,.1);
  font-size: .875rem;
}

.infobox_title {
  margin-bottom: .375rem;
  font-size: 1.375rem;
  font-weight: 400;
}

.infobox_image {
  float: right;
  width: 7.5rem;
  margin: 0 0 .25rem .25rem;
}

.infobox_url {
  margin-right: .375rem;
}

.general_result {
  width: 100%;
  margin-bottom: 1.625rem;
  font-size: .9rem;
  line-height: 1.25rem;
}

.general_result .highlight {
  color: #a23131;
}

.general_result_title {
  overflow: hidden;
  font-size: 1.1625rem;
  font-weight: 400;
}

.general_result_title a:visited {
  color: #6d3580;
}

.general_result_url {
  display: block;
  margin: .1875rem 0;
  line-height: 1.25rem;
  color: #135219;
}

.pagination {
  width: 100%;
  max-width: 37.5rem;
  margin-top: 2.875rem;
  overflow: hidden;
}

.next_page,.previous_page {
  display: inline-block;
}

.previous_page {
  float: left;
}

.next_page {
  float: right;
}

.turn_page {
  padding: 0;
  color: rgba(0,0,0,.84);
  background: 0 0;
}

.turn_page.disable {
  color: rgba(0,0,0,.54);
  text-decoration: none;
  cursor: text;
}

.preferences_reset:hover,.videos_result_title a:focus,.videos_result_title a:hover {
  text-decoration: underline;
}

.images_content_wrapper#content_wrapper {
  width: 100%;
  margin-left: 0;
}

.images_content_wrapper .search_options {
  width: 37.5rem;
  margin-left: 16.25rem;
}

.images_content_wrapper .search_options .modular_results_count,.images_content_wrapper .search_options .option_filter {
  display: none;
}

.images_content_wrapper .search_options .modular_filter {
  display: block;
}

.images_content_wrapper .results_container {
  margin: 0 .5rem;
  font-size: 0;
}

.images_content_wrapper .pagination {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.images_result {
  display: inline-block;
  width: 14.2857%;
}

.images_result:hover .hover_content {
  opacity: .8;
}

.images_result_box {
  position: relative;
  height: 13.75rem;
  margin: 0 .25rem .5rem;
  border: .125rem solid rgba(0,0,0,.05);
}

.images_result_box .zoom_in {
  cursor: zoom-in;
}

.images_result_box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hover_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  background-color: #111;
  transition: opacity .1s;
}

.images_result_title,.images_result_url {
  padding: .5rem .375rem 0;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
}

.images_result_url {
  padding: .125rem .375rem .5rem;
  font-size: .75rem;
}

.videos_content_wrapper .search_options .modular_results_count,.videos_content_wrapper .search_options .option_filter {
  display: none;
}

.videos_content_wrapper .search_options .modular_filter {
  display: block;
}

.videos_result {
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.videos_result .highlight {
  color: #a23131;
}

.videos_result_thumbnail {
  float: left;
  width: 30%;
}

.videos_result_desc {
  float: right;
  width: 70%;
  padding-left: .75rem;
}

.videos_result_title {
  overflow: hidden;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.videos_result_title a:visited {
  color: #6d3580;
}

.videos_result_url {
  display: block;
  line-height: 1.5rem;
  font-size: .875rem;
  color: #135219;
}

.videos_result_content {
  max-height: 2.625rem;
  font-size: .875rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.footer_copyright,.footer_menu {
  display: inline-block;
}

#footer_wrapper {
  position: relative;
  margin-top: -3.375rem;
  padding: 1rem 0;
  line-height: 1.375rem;
  font-size: .875rem;
  color: rgba(0,0,0,.54);
  letter-spacing: .02em;
  background: rgba(0,0,0,.05);
}

.footer_link {
  color: rgba(0,0,0,.54);
  transition: color .1s;
}

.footer_link:hover {
  color: rgba(0,0,0,.84);
}

.footer_copyright {
  width: 16.25rem;
  text-align: center;
}

.footer_menu .footer_link {
  margin-right: 1.5rem;
}

.footer_aside {
  position: absolute;
  right: 4rem;
}

.footer_text {
  color: rgba(0,0,0,.54);
  opacity: .6;
  cursor: default;
}

.page_content {
  padding: 1rem 0;
  line-height: 1.8;
}

.page_content li {
  margin-top: .875rem;
}

.legend_title {
  padding: 1.125rem 0 .75rem;
  font-size: 1.625rem;
  border-bottom: .125rem solid rgba(0,0,0,.1);
}

.sub_label {
  display: block;
  margin-top: .5rem;
  font-size: .875rem;
  line-height: 1.3;
  color: rgba(0,0,0,.54);
}

.list_disc {
  margin-left: 1.25rem;
  list-style: disc;
}

.button_brand {
  transition: background-color .1s;
}

.button_brand:hover {
  background: rgba(0,0,0,.69);
}

.preferences_select_label {
  position: relative;
  display: block;
  padding: 1.375rem 11.25rem 1.375rem 0;
  border-bottom: .0625rem solid rgba(0,0,0,.1);
  line-height: 1;
  overflow: hidden;
}

.preferences_select_element {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 10rem;
  margin: auto 0;
  cursor: pointer;
}

.preferences_action {
  margin-top: 2.75rem;
}

.preferences_reset {
  float: right;
  line-height: 2.125rem;
  color: rgba(0,0,0,.69);
}

.preferences_reset:hover {
  color: rgba(0,0,0,.84);
}

.not_found_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9rem;
  margin: auto;
  font-size: 1.375rem;
  line-height: 3rem;
  text-align: center;
}

@media screen and (max-width:1480px) {
  .images_result {
    width: 20%;
  }
}

@media screen and (max-width:1280px) {
  .header_aside_link {
    margin-left: 0;
  }

  .header_aside_slogan,.sidebar_container {
    display: none;
  }

  .images_content_wrapper .results_container {
    margin: 0;
  }

  .images_result {
    width: 25%;
  }
}

@media screen and (max-width:990px) {
  .footer_aside,.header_aside {
    display: none;
  }

  #main_wrapper {
    width: 37.5rem;
    margin: 0 auto;
  }

  #header_wrapper {
    height: 2.75rem;
    padding: 0;
    margin: 1rem 0 .5rem;
  }

  .header_content {
    width: 100%;
  }

  .header_content .search_form {
    position: absolute;
    right: 0;
    width: calc(100% - 54px);
    margin-left: 0;
  }

  #content_wrapper,.images_content_wrapper .search_options {
    width: 100%;
    margin-left: 0;
  }

  .header_logo {
    margin-left: 0;
  }

  #content_wrapper {
    margin-top: 0;
  }

  .pagination {
    max-width: 100%;
    margin-top: 1.625rem;
  }

  .images_result {
    width: 33.3333%;
  }

  .images_result .hover_content {
    opacity: .8;
  }

  #footer_wrapper {
    margin-top: -4.25rem;
    padding: .75rem 0;
    font-size: .75rem;
    text-align: center;
  }

  .footer_copyright,.footer_menu {
    width: 100%;
  }

  .footer_menu .footer_link {
    margin: 0 .75rem;
  }

  .hero_search {
    top: 11%;
  }

  .hero_logo {
    width: 6.25rem;
    height: 7.5rem;
    margin-bottom: 2rem;
  }

  .hero_logo_link {
    background: url(../img/logo_home_mobile_2x.png) no-repeat;
    background-size: 6.25rem 7.5rem;
  }

  .hero_tagline {
    margin-top: 1.5rem;
    font-size: .875rem;
  }
}

@media screen and (max-width:636px) {
  #main_wrapper {
    width: auto;
    margin: 0 1.125rem;
  }
}

@media screen and (max-width:480px) {
  .header_content .search_form[input-focus=true] {
    width: 100%;
    background: #fff;
  }

  .search_submit {
    line-height: 1;
  }

  .engine_item {
    width: 100%;
  }

  .engine_item:nth-child(odd) {
    border-right: 0;
  }

  .related_footer {
    display: none;
  }

  .search_options {
    margin-bottom: .625rem;
  }

  .options_list {
    font-size: .9375rem;
    margin-bottom: .375rem;
  }

  .option_category {
    height: 2.25rem;
    margin-right: 0;
  }

  .option_filter {
    line-height: 2.25rem;
  }

  .images_result {
    width: 50%;
  }

  .general_result_title {
    font-size: 1.05rem;
  }

  .legend_title {
    font-size: 1.375rem;
  }

  .page_content {
    font-size: .875rem;
  }
}

body,html {
  height: 100%;
}

#main_wrapper,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

.engine_name,.general_result_url,.images_result_title,.images_result_url,.videos_result_url {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@font-face {
  font-family:Nunito;
  font-display:fallback;
  font-style:normal;
  font-weight:400;
  src:local('Nunito Regular'),local('Nunito-Regular'),url(../fonts/nunito/nunito-v10-latin-regular.woff2) format('woff2'),url(../fonts/nunito/nunito-v10-latin-regular.woff) format('woff');
}

@font-face {
  font-family:Nunito;
  font-display:fallback;
  font-style:italic;
  font-weight:400;src:local('Nunito Italic'),local('Nunito-Italic'),url(../fonts/nunito/nunito-v10-latin-italic.woff2) format('woff2'),url(../fonts/nunito/nunito-v10-latin-italic.woff) format('woff');
}

@font-face {
  font-family:Nunito;
  font-display:fallback;
  font-style:normal;font-weight:600;
  src:local('Nunito SemiBold'),local('Nunito-SemiBold'),url(../fonts/nunito/nunito-v10-latin-600.woff2) format('woff2'),url(../fonts/nunito/nunito-v10-latin-600.woff) format('woff');
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Nunito,-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Hiragino Sans GB','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0,0,0,.69);
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: normal;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: border-box;
}

:after,:before {
  box-sizing: inherit;
}

svg {
  shape-rendering: geometricPrecision;
}

a {
  color: #00278e;
  text-decoration: none;
}

.general_result_title a:focus,.general_result_title a:hover,.turn_page:hover {
  text-decoration: underline;
}

a:focus,a:hover,button:focus,input:focus,input:hover,select:active,select:focus,select:hover,textarea:focus,textarea:hover {
  outline: 0;
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],input[type=url],select,textarea {
  width: 100%;
  height: 2.125rem;
  font-family: inherit;
  font-size: inherit;
  padding: 0 .875rem;
  color: rgba(0,0,0,.69);
  background: rgba(0,0,0,.05);
  border: none;
  border-radius: .125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input::-ms-clear,select::-ms-expand {
  display: none;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
  display: none;
}

button,input[type=button],input[type=reset],input[type=submit] {
  height: 2.125rem;
  font-family: inherit;
  font-size: inherit;
  padding: 0 1rem;
  cursor: pointer;
  border: none;
  border-radius: .125rem;
  color: #fff;
  background: rgba(0,0,0,.69);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.search_reset,.search_submit {
  background: 0 0;
  position: absolute;
}

#main_wrapper {
  min-height: 100%;
  overflow: hidden;
}

.search_form {
  position: relative;
}

.search_form .search_keywords {
  height: 100%;
  padding-right: 4.25rem;
}

.search_reset {
  top: 0;
  bottom: 0;
  right: 3.375rem;
  margin: auto 0;
  padding-left: .625rem;
  padding-right: 1.125rem;
  text-align: center;
  color: rgba(0,0,0,.54);
  cursor: pointer;
  visibility: hidden;
}

.search_reset:hover {
  color: rgba(0,0,0,.84);
}

.search_submit {
  top: 0;
  right: 0;
  height: 100%;
  width: 3.375rem;
  border-radius: 0 .125rem .125rem 0;
  color: rgba(0,0,0,.54);
}

.search_form[data-filled=true][input-focus=true] .search_reset {
  visibility: visible;
}

.search_form[data-filled=true][input-focus=true] .search_keywords {
  padding-right: 6.125rem;
}

.search_form[data-filled=true][input-focus=true] .search_submit,.search_submit:active,.search_submit:focus,.search_submit:hover {
  background: rgba(0,0,0,.69);
  color: #fff;
}

.search_autocomplete {
  display: none;
  position: absolute;
  z-index: 50;
  width: 100%;
  border: .0625rem solid rgba(0,0,0,.1);
  border-radius: .125rem;
  line-height: 1;
  text-align: left;
  color: rgba(0,0,0,.69);
  background: #fff;
}

.engine_list_wrap {
  min-height: 2.5rem;
  overflow: hidden;
}

.engine_item {
  position: relative;
  float: left;
  display: block;
  width: 50%;
  padding: .75rem 1rem;
  cursor: pointer;
}

.engine_item:hover {
  background: rgba(0,0,0,.05);
}

.engine_item:nth-child(odd) {
  border-right: .0625rem solid rgba(0,0,0,.1);
}

.engine_icon {
  width: 1em;
  height: 1em;
  margin-right: .25rem;
  vertical-align: top;
}

.engine_name {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.engine_command {
  position: absolute;
  right: 1rem;
}

#header_wrapper,.header_aside_slogan {
  position: relative;
}

.related_footer_right {
  float: right;
}

.related_footer {
  padding: 10px 16px;
  border-top: .0625rem solid rgba(0,0,0,.1);
}

#header_wrapper {
  display: inline-block;
  width: 100%;
  padding: 1.5rem 0;
  line-height: 2.75rem;
  background: #fff;
}

.header_content {
  float: left;
  height: 2.75rem;
}

.header_content .search_form {
  height: 100%;
  width: 37.5rem;
  margin-left: 16.25rem;
}

.header_logo {
  float: left;
  height: 100%;
  width: 2.40625rem;
  margin-left: 8.4375rem;
}

.header_logo_link {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo_header_2x.png) no-repeat;
  background-size: 2.75rem 2.75rem;
}

.header_aside {
  float: right;
  margin-right: 3.75rem;
}

.header_aside_link,.header_aside_slogan {
  color: rgba(0,0,0,.54);
  cursor: pointer;
  transition: color .1s;
}

.header_aside_link:hover,.header_aside_slogan:hover {
  color: rgba(0,0,0,.84);
}

.header_aside_link {
  margin-left: 2.5rem;
}

.header_dropdown_modal {
  display: none;
  position: absolute;
  right: 0;
  width: 25rem;
  border-radius: .125rem;
  border: .0625rem solid rgba(0,0,0,.1);
  background: #fff;
  cursor: default;
  z-index: 400;
}

.header_dropdown_showcase {
  padding: .875rem;
}

.header_showcase_link {
  display: block;
  position: relative;
  padding: .75rem .5rem;
  border-radius: .125rem;
  overflow: hidden;
  transition: background-color .1s;
}

.option_category,.option_filter {
  transition: color .1s,border-color .1s;
}

.header_showcase_link:hover {
  background-color: rgba(0,0,0,.05);
}

.header_showcase_icon {
  float: left;
  width: 20%;
  height: 2.75rem;
  background-size: 2.75rem;
  background-position: center;
  background-repeat: no-repeat;
}

.header_showcase_icon.anonymous {
  background-image: url(../img/header_icon_anonymous.21dff0.svg);
}

.header_showcase_icon.simple {
  background-image: url(../img/header_icon_simple.fb2a6c.svg);
}

.header_showcase_icon.rocket {
  background-image: url(../img/header_icon_rocket.358e31.svg);
}

.header_showcase_icon.like {
  background-image: url(../img/header_icon_like.ff65b2.svg);
}

.header_showcase_text {
  float: right;
  width: 80%;
  font-size: .9375rem;
  line-height: 1;
  color: rgba(0,0,0,.54);
}

.header_showcase_text .title {
  margin-bottom: .625rem;
  font-size: 1rem;
  color: rgba(0,0,0,.84);
}

.hero_search {
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}

.hero_search .search_form {
  height: 2.75rem;
  width: 100%;
  line-height: 2.75rem;
}

.hero_logo {
  width: 9.4375rem;
  height: 11.25rem;
  margin: 0 auto 3rem;
}

.hero_logo_link {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo_home_2x.png) no-repeat;
  background-size: 22.5rem 11.25rem;
}

.hero_tagline {
  margin-top: 2.5rem;
  font-size: 1.05rem;
  color: rgba(0,0,0,.54);
}

#content_wrapper {
  float: left;
  width: 37.5rem;
  margin-left: 16.25rem;
  margin-bottom: 9.375rem;
}

.search_options {
  width: 100%;
  margin-bottom: .875rem;
}

.options_list {
  position: relative;
  margin-bottom: .625rem;
  border-bottom: .125rem solid rgba(0,0,0,.1);
  z-index: 10;
}

.option_category {
  position: relative;
  top: .125rem;
  height: 2.5rem;
  margin-right: 1rem;
  padding: 0 .625rem;
  border: none;
  border-bottom: .125rem solid transparent;
  border-radius: 0;
  color: rgba(0,0,0,.54);
  line-height: 1;
  text-transform: capitalize;
  background: 0 0;
}

.option_category.active {
  cursor: text;
}

.option_category.active,.option_category:hover {
  color: rgba(0,0,0,.84);
  border-color: rgba(0,0,0,.54);
}

.option_filter {
  position: absolute;
  right: 0;
  border-bottom: .125rem solid transparent;
  line-height: 2.5rem;
  color: rgba(0,0,0,.54);
  cursor: pointer;
}

.option_filter .icon {
  height: 1.25rem!important;
  width: 1.25rem!important;
  margin-bottom: .125rem;
}

.option_filter:hover {
  border-color: rgba(0,0,0,.54);
  color: rgba(0,0,0,.84);
}

.modular_content {
  position: relative;
  height: 2rem;
  line-height: 2rem;
  font-size: .875rem;
  color: rgba(0,0,0,.54);
  letter-spacing: .02em;
}

.modular_results_count_none {
  margin-top: 1.5rem;
  font-size: 1rem;
}

.modular_results_count_hidden {
  margin-bottom: -1.5rem;
  display: block;
}

.modular_filter {
  position: absolute;
  top: 0;
  display: none;
}

.filter_option {
  position: relative;
  display: inline-block;
  margin-right: 1.625rem;
  color: rgba(0,0,0,.54);
  transition: color .1s;
}

.filter_option .icon {
  margin-bottom: .125rem;
}

.filter_option:hover {
  color: rgba(0,0,0,.84);
}

.filter_select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.sidebar_container {
  position: absolute;
  width: 22.5rem;
  left: 57.5rem;
}

.infobox {
  padding: 1.25rem 1.375rem;
  border: .0625rem solid rgba(0,0,0,.1);
  font-size: .875rem;
}

.infobox_title {
  margin-bottom: .375rem;
  font-size: 1.375rem;
  font-weight: 400;
}

.infobox_image {
  float: right;
  width: 7.5rem;
  margin: 0 0 .25rem .25rem;
}

.infobox_url {
  margin-right: .375rem;
}

.general_result {
  width: 100%;
  margin-bottom: 1.625rem;
  font-size: .9rem;
  line-height: 1.25rem;
}

.general_result .highlight {
  color: #a23131;
}

.general_result_title {
  overflow: hidden;
  font-size: 1.1625rem;
  font-weight: 400;
}

.general_result_title a:visited {
  color: #6d3580;
}

.general_result_url {
  display: block;
  margin: .1875rem 0;
  line-height: 1.25rem;
  color: #135219;
}

.pagination {
  width: 100%;
  max-width: 37.5rem;
  margin-top: 2.875rem;
  overflow: hidden;
}

.next_page,.previous_page {
  display: inline-block;
}

.previous_page {
  float: left;
}

.next_page {
  float: right;
}

.turn_page {
  padding: 0;
  color: rgba(0,0,0,.84);
  background: 0 0;
}

.turn_page.disable {
  color: rgba(0,0,0,.54);
  text-decoration: none;
  cursor: text;
}

.preferences_reset:hover,.videos_result_title a:focus,.videos_result_title a:hover {
  text-decoration: underline;
}

.images_content_wrapper#content_wrapper {
  width: 100%;
  margin-left: 0;
}

.images_content_wrapper .search_options {
  width: 37.5rem;
  margin-left: 16.25rem;
}

.images_content_wrapper .search_options .modular_results_count,.images_content_wrapper .search_options .option_filter {
  display: none;
}

.images_content_wrapper .search_options .modular_filter {
  display: block;
}

.images_content_wrapper .results_container {
  margin: 0 .5rem;
  font-size: 0;
}

.images_content_wrapper .pagination {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.images_result {
  display: inline-block;
  width: 14.2857%;
}

.images_result:hover .hover_content {
  opacity: .8;
}

.images_result_box {
  position: relative;
  height: 13.75rem;
  margin: 0 .25rem .5rem;
  border: .125rem solid rgba(0,0,0,.05);
}

.images_result_box .zoom_in {
  cursor: zoom-in;
}

.images_result_box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hover_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  background-color: #111;
  transition: opacity .1s;
}

.images_result_title,.images_result_url {
  padding: .5rem .375rem 0;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
}

.images_result_url {
  padding: .125rem .375rem .5rem;
  font-size: .75rem;
}

.videos_content_wrapper .search_options .modular_results_count,.videos_content_wrapper .search_options .option_filter {
  display: none;
}

.videos_content_wrapper .search_options .modular_filter {
  display: block;
}

.videos_result {
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.videos_result .highlight {
  color: #a23131;
}

.videos_result_thumbnail {
  float: left;
  width: 30%;
}

.videos_result_desc {
  float: right;
  width: 70%;
  padding-left: .75rem;
}

.videos_result_title {
  overflow: hidden;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.videos_result_title a:visited {
  color: #6d3580;
}

.videos_result_url {
  display: block;
  line-height: 1.5rem;
  font-size: .875rem;
  color: #135219;
}

.videos_result_content {
  max-height: 2.625rem;
  font-size: .875rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.footer_copyright,.footer_menu {
  display: inline-block;
}

#footer_wrapper {
  position: relative;
  margin-top: -3.375rem;
  padding: 1rem 0;
  line-height: 1.375rem;
  font-size: .875rem;
  color: rgba(0,0,0,.54);
  letter-spacing: .02em;
  background: rgba(0,0,0,.05);
}

.footer_link {
  color: rgba(0,0,0,.54);
  transition: color .1s;
}

.footer_link:hover {
  color: rgba(0,0,0,.84);
}

.footer_copyright {
  width: 16.25rem;
  text-align: center;
}

.footer_menu .footer_link {
  margin-right: 1.5rem;
}

.footer_aside {
  position: absolute;
  right: 4rem;
}

.footer_text {
  color: rgba(0,0,0,.54);
  opacity: .6;
  cursor: default;
}

.page_content {
  padding: 1rem 0;
  line-height: 1.8;
}

.page_content li {
  margin-top: .875rem;
}

.legend_title {
  padding: 1.125rem 0 .75rem;
  font-size: 1.625rem;
  border-bottom: .125rem solid rgba(0,0,0,.1);
}

.sub_label {
  display: block;
  margin-top: .5rem;
  font-size: .875rem;
  line-height: 1.3;
  color: rgba(0,0,0,.54);
}

.list_disc {
  margin-left: 1.25rem;
  list-style: disc;
}

.button_brand {
  transition: background-color .1s;
}

.button_brand:hover {
  background: rgba(0,0,0,.69);
}

.preferences_select_label {
  position: relative;
  display: block;
  padding: 1.375rem 11.25rem 1.375rem 0;
  border-bottom: .0625rem solid rgba(0,0,0,.1);
  line-height: 1;
  overflow: hidden;
}

.preferences_select_element {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 10rem;
  margin: auto 0;
  cursor: pointer;
}

.preferences_action {
  margin-top: 2.75rem;
}

.preferences_reset {
  float: right;
  line-height: 2.125rem;
  color: rgba(0,0,0,.69);
}

.preferences_reset:hover {
  color: rgba(0,0,0,.84);
}

.not_found_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9rem;
  margin: auto;
  font-size: 1.375rem;
  line-height: 3rem;
  text-align: center;
}

@media screen and (max-width:1480px) {
  .images_result {
    width: 20%;
  }
}

@media screen and (max-width:1280px) {
  .header_aside_link {
    margin-left: 0;
  }

  .header_aside_slogan,.sidebar_container {
    display: none;
  }

  .images_content_wrapper .results_container {
    margin: 0;
  }

  .images_result {
    width: 25%;
  }
}

@media screen and (max-width:990px) {
  .footer_aside,.header_aside {
    display: none;
  }

  #main_wrapper {
    width: 37.5rem;
    margin: 0 auto;
  }

  #header_wrapper {
    height: 2.75rem;
    padding: 0;
    margin: 1rem 0 .5rem;
  }

  .header_content {
    width: 100%;
  }

  .header_content .search_form {
    position: absolute;
    right: 0;
    width: calc(100% - 54px);
    margin-left: 0;
  }

  #content_wrapper,.images_content_wrapper .search_options {
    width: 100%;
    margin-left: 0;
  }

  .header_logo {
    margin-left: 0;
  }

  #content_wrapper {
    margin-top: 0;
  }

  .pagination {
    max-width: 100%;
    margin-top: 1.625rem;
  }

  .images_result {
    width: 33.3333%;
  }

  .images_result .hover_content {
    opacity: .8;
  }

  #footer_wrapper {
    margin-top: -4.25rem;
    padding: .75rem 0;
    font-size: .75rem;
    text-align: center;
  }

  .footer_copyright,.footer_menu {
    width: 100%;
  }

  .footer_menu .footer_link {
    margin: 0 .75rem;
  }

  .hero_search {
    top: 11%;
  }

  .hero_logo {
    width: 6.25rem;
    height: 7.5rem;
    margin-bottom: 2rem;
  }

  .hero_logo_link {
    background: url(../img/logo_home_mobile_2x.png) no-repeat;
    background-size: 6.25rem 7.5rem;
  }

  .hero_tagline {
    margin-top: 1.5rem;
    font-size: .875rem;
  }
}

@media screen and (max-width:636px) {
  #main_wrapper {
    width: auto;
    margin: 0 1.125rem;
  }
}

@media screen and (max-width:480px) {
  .header_content .search_form[input-focus=true] {
    width: 100%;
    background: #fff;
  }

  .search_submit {
    line-height: 1;
  }

  .engine_item {
    width: 100%;
  }

  .engine_item:nth-child(odd) {
    border-right: 0;
  }

  .related_footer {
    display: none;
  }

  .search_options {
    margin-bottom: .625rem;
  }

  .options_list {
    font-size: .9375rem;
    margin-bottom: .375rem;
  }

  .option_category {
    height: 2.25rem;
    margin-right: 0;
  }

  .option_filter {
    line-height: 2.25rem;
  }

  .images_result {
    width: 50%;
  }

  .general_result_title {
    font-size: 1.05rem;
  }

  .legend_title {
    font-size: 1.375rem;
  }

  .page_content {
    font-size: .875rem;
  }
}