﻿@charset "UTF-8";
/* Global mixins goes here from GlobalStyle.scss */
/*Connect Main font*/
@font-face {
  font-family: 'Open Sans';
  src: url("font/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("font/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("font/OpenSans-Regular.woff2") format("woff2"), url("font/OpenSans-Regular.woff") format("woff"), url("font/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("font/OpenSans-BoldItalic.eot");
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("font/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("font/OpenSans-BoldItalic.woff2") format("woff2"), url("font/OpenSans-BoldItalic.woff") format("woff"), url("font/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("font/OpenSans-SemiBoldItalic.eot");
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("font/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("font/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("font/OpenSans-SemiBoldItalic.woff") format("woff"), url("font/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("font/OpenSans-LightItalic.eot");
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("font/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("font/OpenSans-LightItalic.woff2") format("woff2"), url("font/OpenSans-LightItalic.woff") format("woff"), url("font/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("font/OpenSans-ExtraBold.eot");
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("font/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("font/OpenSans-ExtraBold.woff2") format("woff2"), url("font/OpenSans-ExtraBold.woff") format("woff"), url("font/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("font/OpenSans-SemiBold.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("font/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("font/OpenSans-SemiBold.woff2") format("woff2"), url("font/OpenSans-SemiBold.woff") format("woff"), url("font/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("font/OpenSans-ExtraBoldItalic.eot");
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("font/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("font/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("font/OpenSans-ExtraBoldItalic.woff") format("woff"), url("font/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("font/OpenSans-Light.eot");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("font/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("font/OpenSans-Light.woff2") format("woff2"), url("font/OpenSans-Light.woff") format("woff"), url("font/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("font/OpenSans-Italic.eot");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("font/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("font/OpenSans-Italic.woff2") format("woff2"), url("font/OpenSans-Italic.woff") format("woff"), url("font/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("font/OpenSans-Bold.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("font/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("font/OpenSans-Bold.woff2") format("woff2"), url("font/OpenSans-Bold.woff") format("woff"), url("font/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

/*Connect Main font*/
/*$titles: 300 30px/30px $main-font;*/
/*$logo_text: 600 19px/19px $main-font;*/
/*$path_text: 400 13px/13px $main-font;*/
/* loading styles */
@-webkit-keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    opacity: 0; }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-320deg);
    opacity: 0; } }

@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spinPulse {
  0% {
    -moz-transform: rotate(160deg);
    opacity: 0; }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1; }
  100% {
    -moz-transform: rotate(-320deg);
    opacity: 0; } }

@-moz-keyframes spinoffPulse {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes spinPulse {
  0% {
    transform: rotate(160deg);
    opacity: 0; }
  50% {
    transform: rotate(145deg);
    opacity: 1; }
  100% {
    transform: rotate(-320deg);
    opacity: 0; } }

@keyframes spinoffPulse {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loading {
  height: 100%;
  min-height: 500px; }
    .loading .img_loading {
        padding-top: 20%;
        padding-left: 50%;
    }
  .loading .circle {
    background-color: transparent;
    border: 3px solid rgba(255, 255, 255, 0.9);
    opacity: .9;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-radius: 50px !important;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    -webkit-animation: spinPulse 1s infinite linear;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    animation: spinPulse 1s infinite;
    animation-timing-function: ease-in-out; }
  .loading .circle1 {
    background-color: transparent;
    border: 3px solid rgba(255, 255, 255, 0.9);
    opacity: .9;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    top: -55px;
    -webkit-animation: spinoffPulse 1s infinite linear;
    -moz-animation: spinoffPulse 1s infinite linear;
    animation: spinoffPulse 1s infinite;
    animation-timing-function: linear; }

/* loading styles */
/* Global styles goes here from GlobalStyle.scss */
body {
  background-color: #050e15;
  color: white;
  overflow-x: hidden; }

hr {
  width: 102%;
  margin-left: -10px;
  border: 0;
  height: 1px;
  background: #192127; }
  hr:after {
    content: "";
    display: table;
    clear: both; }

label {
  margin: 0; }

.row {
  margin-left: 145px;
  margin-right: 145px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1201px) and (max-width: 1380px) {
    .row {
      margin-left: 75px;
      margin-right: 75px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .row {
      margin-left: 25px;
      margin-right: 25px; } }
  @media (min-width: 100px) and (max-width: 991px) {
    .row {
      margin-left: 10px;
      margin-right: 10px; } }
  .row.search {
    box-sizing: border-box;
    margin: 0;
    white-space: nowrap;
    margin-top: 36px;
    position: relative; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .row.search {
        width: 100%; } }

.category_title {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  color: white;
  text-align: center;
  margin-top: 22px; }

.subtitle {
  margin-top: 23px;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: gray; }

.container-fluid {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  background-image: url(../images/main_bg_image.png);
  background-image: -webkit-image-set(url(../images/main_bg_image.png) 1x, url(../images/main_bg_image@2x.png) 2x, url(../images/main_bg_image@3x.png) 3x); }
  @media (min-width: 1514px) {
    .container-fluid {
      background-size: contain; } }

/* Modal Styles for Media */
#email_modal .content {
  width: 500px; }
  #email_modal .content .description {
    margin-top: 14px; }
  #email_modal .content .big-button {
    width: 100%;
    height: 43px;
    color: white;
    background-color: #5581e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 15px;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
    transition: backgound-color 1s; }
    #email_modal .content .big-button:hover {
      background-color: #3f71df; }
  #email_modal .content input, #email_modal .content select, #email_modal .content textarea {
    display: block;
    width: 100%;
    height: 32px;
    outline: 0;
    border: 1px solid rgba(129, 130, 131, 0.5);
    margin-bottom: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 10px 10px 12px; }
    #email_modal .content input:focus, #email_modal .content select:focus, #email_modal .content textarea:focus {
      border-color: #5581e3; }
  #email_modal .content textarea {
    resize: vertical;
    height: 100px; }

.modal_holder {
  display: block; }
  .modal_holder .modal {
    display: none; }
  .modal_holder .content {
    padding: 30px;
    background-color: white;
    width: 800px;
    color: black;
    margin: 0 auto;
    margin-top: 10%;
    border-radius: 6px; }
    .modal_holder .content .title_block:after {
      content: "";
      display: table;
      clear: both; }
    .modal_holder .content .title_block .title {
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 18px;
      color: #191e2d;
      text-transform: uppercase;
      display: inline-block; }
    .modal_holder .content .title_block .close_button {
      display: inline-block;
      float: right;
      width: 29px;
      height: 29px;
      cursor: pointer; }
      .modal_holder .content .title_block .close_button:before {
        margin-top: -5px;
        margin-left: 5px;
        content: "\E5CD";
        vertical-align: middle;
        color: #191e2d;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 29px;
        /* Preferred icon size */
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga'; }
    .modal_holder .content .big-image-gallery {
      margin-top: 10px;
      width: 738px;
      background-color: white; }
    .modal_holder .content .images-preview {
      margin-top: 10px; }
      .modal_holder .content .images-preview .small-img-slider {
        display: inline-block;
        margin-left: -6px; }
      .modal_holder .content .images-preview .sm-img {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: grey;
        margin-left: 6px;
        margin-bottom: 5px;
        overflow: hidden;
        opacity: 0.5; }
      .modal_holder .content .images-preview .active {
        opacity: 1; }
    .modal_holder .content .description {
      margin-top: 10px;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      color: #191e2d; }
    .modal_holder .content .tags {
      margin-top: 14px;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 13px;
      font-weight: 300;
      line-height: 16px;
      color: #191e2d; }
      .modal_holder .content .tags ul {
        list-style-type: none;
        padding: 0; }
      .modal_holder .content .tags li {
        display: inline-block;
        background-color: rgba(129, 130, 131, 0.2);
        padding: 7px 10px;
        margin-right: 5px;
        margin-bottom: 8px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-weight: 600; }
        .modal_holder .content .tags li:last-child {
          margin-right: 0; }
  .modal_holder .modal_bg {
    background-color: rgba(5, 14, 21, 0.8);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }

/* Modal Styles for Media */
/*header */
.logo_block {
  display: table;
  margin-top: 4%; }
  .logo_block .logo_img {
    width: 96px;
    display: table-cell; }
    .logo_block .logo_img img {
      padding-top: 15px;
      padding-right: 0px; }
  .logo_block .logo_text {
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 19px;
    color: white; }
  .logo_block .path {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: #a6a6a6;
    margin-top: 10px;
    display: block; }
    .logo_block .path a {
      color: #a6a6a6;
      text-decoration: underline; }
      .logo_block .path a:hover {
        color: white;
        text-decoration: underline; }
    .logo_block .path a:hover:after {
      content: "•";
      text-decoration: none;
      color: #a6a6a6; }
    .logo_block .path a:after {
      display: inline-block;
      text-decoration: none;
      content: "•";
      padding: 0 10px; }
    .logo_block .path a:last-child:after {
      content: ""; }

.right-top-buttons {
    margin-top: 6%;
}
  .right-top-buttons .faq-dropdown {
    display: inline-flex;
    justify-content: space-between; }

#google_translate_element {
  display: inline-block;
  color: white;
  vertical-align: middle;
  margin-right: 6px; }
  #google_translate_element .goog-te-gadget {
    color: white; }
    #google_translate_element .goog-te-gadget .goog-te-gadget-simple {
      height: 44px;
      line-height: 40px;
      padding: 0 9px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background: none;
      border-color: #999999; }
      #google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value {
        color: white; }

.menu_dropdown {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: white;
  white-space: nowrap;
  width: 266px;
  height: 44px;
  border: 1px solid #999999;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .menu_dropdown:hover {
    border: 1px solid white; }
    .menu_dropdown:hover .dropdown_menu_open {
      display: block; }
  .menu_dropdown .title {
    padding-left: 15px;
    padding-top: 13px;
    display: block; }
  .menu_dropdown .arrow {
    margin-top: 18px;
    margin-right: 10px;
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(../images/dropdown_arrow.png);
    background-repeat: no-repeat; }

.dropdown_menu_open {
  position: absolute;
  right: 0;
  display: none;
  list-style-type: none;
  background-color: rgba(5, 14, 21, 0.9);
  margin-top: 43px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 999;
  border: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 1201px) and (max-width: 1380px) {
    .dropdown_menu_open {
      right: 0; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .dropdown_menu_open {
      right: 0; } }
  @media (min-width: 100px) and (max-width: 991px) {
    .dropdown_menu_open {
      right: 0; } }
  .dropdown_menu_open li {
    padding: 12px 35px; }
    .dropdown_menu_open li:hover {
      background-color: rgba(255, 255, 255, 0.07); }
      .dropdown_menu_open li:hover a {
        color: white; }
  .dropdown_menu_open a {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline; }

/*header */
.container-fluid {
  background-position: center 92px; }

@media print {
  .menu_dropdown, .search, .top-spacer, .filters, .filter_block, .footer {
    display: none; }
  .logo_img a[href]:after {
    content: none !important; } }

/*Search Styles  */
/*Notification Styles one*/
.success_notification {
  position: fixed;
  top: -43px;
  opacity: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(85, 129, 227, 0.9);
  padding: 10px;
  text-align: center; }
  .success_notification .icon {
    vertical-align: middle;
    display: inline-block; }
    .success_notification .icon:before {
      color: white;
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      /* Preferred icon size */
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      content: "\E876";
      font-weight: bolder; }
  .success_notification .text {
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: white; }

.red_notification {
  position: fixed;
  top: -43px;
  opacity: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(205, 92, 92, 0.9);
  padding: 10px;
  text-align: center; }
  .red_notification .icon {
    vertical-align: middle;
    display: inline-block; }
    .red_notification .icon:before {
      color: white;
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      /* Preferred icon size */
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      content: "\E5CD";
      font-weight: bolder; }
  .red_notification .text {
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: white; }

/*Notification Styles  */
/* Modal Styles for Media */
.modal_holder {
  display: block; }
  .modal_holder .modal {
    display: none; }
  .modal_holder .content {
    padding: 30px;
    background-color: white;
    width: 800px;
    color: black;
    margin: 0 auto;
    margin-top: 10%;
    border-radius: 6px; }
    .modal_holder .content .title_block:after {
      content: "";
      display: table;
      clear: both; }
    .modal_holder .content .title_block .title {
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 18px;
      color: #191e2d;
      text-transform: uppercase;
      display: inline-block; }
    .modal_holder .content .title_block .close_button {
      display: inline-block;
      float: right;
      width: 29px;
      height: 29px;
      cursor: pointer; }
      .modal_holder .content .title_block .close_button:before {
        margin-top: -5px;
        margin-left: 5px;
        content: "\E5CD";
        vertical-align: middle;
        color: #191e2d;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 29px;
        /* Preferred icon size */
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga'; }
    .modal_holder .content .big-image-gallery {
      margin-top: 10px;
      width: 738px;
      background-color: white; }
    .modal_holder .content .images-preview {
      margin-top: 10px; }
      .modal_holder .content .images-preview .small-img-slider {
        display: inline-block;
        margin-left: -6px; }
      .modal_holder .content .images-preview .sm-img {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: grey;
        margin-left: 6px;
        margin-bottom: 5px;
        overflow: hidden;
        opacity: 0.5; }
      .modal_holder .content .images-preview .active {
        opacity: 1; }
    .modal_holder .content .description {
      margin-top: 10px;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      color: #191e2d; }
    .modal_holder .content .tags {
      margin-top: 14px;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 13px;
      font-weight: 300;
      line-height: 16px;
      color: #191e2d; }
      .modal_holder .content .tags ul {
        list-style-type: none;
        padding: 0; }
      .modal_holder .content .tags li {
        display: inline-block;
        background-color: rgba(129, 130, 131, 0.2);
        padding: 7px 10px;
        margin-right: 5px;
        margin-bottom: 8px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-weight: 600; }
        .modal_holder .content .tags li:last-child {
          margin-right: 0px; }
  .modal_holder .modal_bg {
    background-color: rgba(5, 14, 21, 0.8);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }

/* Modal Styles for Media */
.search .tag_query {
  float: left;
  display: inline-block;
  background-color: #5581e3;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 9px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 6px; }
  .search .tag_query .material-icons {
    cursor: hand;
    cursor: pointer;
    vertical-align: sub;
    color: white;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    margin-left: 9px; }

.search #current {
  min-width: 10px;
  min-height: 25px;
  vertical-align: middle;
  /*margin-top: 6px;*/
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  color: black;
  margin-right: 6px; }
  .search #current:focus {
    border: 0;
    outline: none; }
  .search #current .plchldr_text {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 17px;
    color: white; }

.search .search_field {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #32393f;
    text-align: left;
    padding-left: 55px;
    padding-top: 18px;
    width: calc(100% - 102px);
    height: 59px;
    background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    background-position: 17px center;
    display: inline-block;
    vertical-align: middle;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    color: black;
    background-color: white;
}
    .search .search_field:empty:before {
        content: attr(data-placeholder);
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 17px;
        font-weight: 300;
        line-height: 17px;
        color: black;
    }
  .search .search_field:focus {
    border: 1px solid rgba(255, 255, 255, 0.6);
    outline: white auto 0px; }
  .search .search_field:hover {
    border: 1px solid rgba(255, 255, 255, 0.6); }
  .search .search_field__button {
    background-color: #5581e3;
    color: white;
    font-size: 15px;
    text-align: center;
    width: 102px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 59px;
    display: inline-block;
    vertical-align: middle;
    padding: 18px 28px;
    cursor: pointer;
    transition: background-color 0.3s ease; }
    .search .search_field__button:hover, .search .search_field__button:focus {
      background-color: #1e4cb4;
      outline: none; }
  .search .search_field__help {
    position: absolute;
    right: 114px;
    top: 12px;
    display: block; }
    .search .search_field__help:before {
      color: white;
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 33px;
      /* Preferred icon size */
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      content: "\E88F";
      color: rgba(255, 255, 255, 0.6);
      font-weight: 300; }
    .search .search_field__help:hover:before {
      color: #5581e3; }

/*Search Styles */
/* Subtitle */
.top-spacer {
  padding-top: 26px;
  margin-bottom: 8px; }

.main-subtitle {
    padding-top: 4px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: white;
    margin-right: 63%;
}

.buttons button {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: white;
  background-color: #5581e3;
  padding: 11px 15px 11px 15px;
  /*top right bottom left*/
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px; }
  .buttons button:hover {
    background-color: #2961dc; }
  .buttons button:last-child {
    margin-right: 0; }

.buttons .export .material-icons {
  margin-right: 0px;
  vertical-align: sub;
  color: white;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.buttons .Save {
  display: inline-block;
  height: 38px; }
  .buttons .Save .material-icons {
    margin-left: 5px;
    vertical-align: sub;
    color: white;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga'; }

/* Subtitle */
.sample {
  display: table;
  height: 100%;
  padding-top: 20px;
  vertical-align: top;
  color: #191e2d; }

/* Filters */
.filters {
  float: left;
  margin-right: 19px;
  vertical-align: top;
  width: 292px;
  display: table-cell;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 28px;
  padding-bottom: 20px; }

@-moz-document url-prefix() {
  .filters {
    float: left;
    margin-right: 19px;
    /*margin-top: -15px;*/
    vertical-align: top;
    width: 292px;
    display: table-cell;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 28px;
    padding-bottom: 20px; } }

@media print {
  .filters {
    display: none; } }

.filters:after {
  content: "";
  display: table;
  clear: both; }

.filters .filter_block .filter_title {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 13px;
  color: #191e2d;
  text-transform: uppercase; }

.filter_title a:hover, a:visited, a:link, a:active {
  text-decoration: none;
  outline: 0; }

.filter_title::before {
  content: "\25BC";
  color: rgba(1, 1, 1, 0.5);
  margin-right: 3px;
  display: inline-block;
  transition: transform 0.3s ease; }

.filter_title[data-toggle="collapse"].collapsed::before {
  transform: rotate(-90deg); }

.filter_title[data-toggle="collapse"]::before {
  transform: rotate(0deg); }

.filters .filter_block .filter_content {
  margin-bottom: 10px;
  padding: 10px 5px;
  border: none;
  border-radius: 5px;
  background-color: rgba(129, 130, 131, 0.2); }

.filters .filter_block .tag {
  margin-top: -2px; }

.filters .filter_block .tag .selected-tag {
  background-color: #5581e3;
  border: 1px solid #5581e3;
  color: white; }

.filters .filter_block .tag ul {
  margin: 0;
  padding: 0; }

.filters .filter_block .tag li {
  cursor: pointer;
  text-align: center;
  margin-right: 5px;
  width: 42px;
  margin-top: 6px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #818283;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px;
  border: 1px solid #818283; }

.filters .filter_block .tag li:hover {
  background-color: #5581e3;
  border: 1px solid #5581e3;
  color: white; }

.filters .filter_block .custom_check {
  display: block;
  vertical-align: middle;
  position: relative;
  padding-bottom: 15px; }

.filters .filter_block .custom_check:last-child {
  padding-bottom: 0px; }

.filters .filter_block .custom_check .subcategory_placeholder {
  display: none;
  font-style: italic;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #191e2d;
  margin-left: 29px;
  margin-top: 15px;
  margin-bottom: 0; }

.filters .filter_block .custom_check .checkbox_input {
  display: none; }

.filters .filter_block .custom_check .checkbox_input:checked + .checkbox_container:before {
  content: "\E834";
  color: #5581e3; }

.filters .filter_block .custom_check .checkbox_container {
  cursor: pointer;
  padding-left: 30px;
  padding-top: 1px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: #191e2d; }

.filters .filter_block .custom_check .checkbox_container:before {
  position: absolute;
  top: 0;
  left: -3px;
  bottom: 5px;
  color: #818283;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  content: "\E835"; }

.filter_title {
  font-size: 16px;
  line-height: 28px; }

/* Filters */
/* Search Results Block */
.search_results {
  padding-bottom: 30px;
  vertical-align: top;
  height: 100%;
  min-height: 680px;
  width: 100%;
  display: table-cell;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .search_results .tabs-wrapper {
    display: block;
    padding: 0 31px;
    margin-top: 27px; }
    .search_results .tabs-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .search_results .tabs-wrapper .tab {
      display: inline-block;
      margin-right: 26px;
      padding-bottom: 10px;
      vertical-align: middle;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 500;
      box-sizing: border-box;
      border-bottom: 2px solid white;
      color: rgba(25, 30, 45, 0.6);
      transition: all 0.3s;
      cursor: pointer; }
      .search_results .tabs-wrapper .tab:last-child {
        margin-right: 0; }
      .search_results .tabs-wrapper .tab:hover {
        border-color: #5581e3;
        color: #5581e3; }
      .search_results .tabs-wrapper .tab.active {
        border-color: #5581e3;
        color: #5581e3; }
    .search_results .tabs-wrapper .total-records {
      display: inline-block;
      float: right;
      font-style: italic; }
  .search_results .nothing-found {
    margin-left: 27px;
    margin-top: 23px;
    font-style: italic;
    color: grey;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    color: grey;
    display: none; }
  .search_results .internal {
    width: 100%;
    height: 1px;
    border: 0;
    background: rgba(129, 130, 131, 0.4);
    margin-top: 22px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px; }
  .search_results .search_subtitle {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    color: #5581e3;
    text-transform: uppercase;
    margin-left: 30px;
    margin-top: 30px; }
    @media print {
      .search_results .search_subtitle {
        margin: 0; } }
  .search_results .found {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #191e2d;
    margin-left: 10px;
    margin-right: 30px;
    position: relative; }
    @media print {
      .search_results .found {
        margin: 0; } }
    .search_results .found p {
      margin-right: 25px; }
    .search_results .found .link-wrapper {
      display: block;
      width: 100%;
      padding-top: 20px;
      margin-bottom: 11px; 
      padding-right: 30px;
    }
      .search_results .found .link-wrapper:after {
        content: "";
        display: table;
        clear: both; }
.search_results .found .rank {
    display: inline-block;
    width: 103px;
    vertical-align: top;
    text-align: right;
    color: #337ab7;
}
    .search_results .found .rank-wrapper {
      display: inline-block;
      position: absolute;
      top: 21px;
      right: 0;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 13px;
      font-weight: 600;
      line-height: 18px;
      color: #5581e3; }
      .search_results .found .rank-wrapper .pst-progress {
        width: 50px;
        background-color: rgba(129, 130, 131, 0.2);
        height: 4px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display: inline-block;
        margin-bottom: 2px;
        margin-right: 10px;
        overflow: hidden; }
        .search_results .found .rank-wrapper .pst-progress .progress-fill {
          height: 4px;
          width: 50%;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          background-color: #5581e3; }
    .search_results .found .article_title {
      display: inline-block;
      font-weight: 600;
      widtH: calc(100% - 103px); }
.search_results .found .highlight {
    font-weight: bold;
    background: yellow !important;
}

    .search_results .found .found_citation {
      display: block; }
      .search_results .found .found_citation .citation_wrapper {
        display: none;
        margin-top: 18px; }
      .search_results .found .found_citation .abstract {
        text-decoration: underline;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        color: #5581e3;
        cursor: pointer; }
      .search_results .found .found_citation p {
        margin-top: 14px;
        font-style: italic;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: #191e2d; }
      .search_results .found .found_citation .publication_title {
        font-style: normal;
        text-transform: uppercase;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 11px;
        font-weight: 800;
        line-height: 11px;
        color: rgba(25, 30, 45, 0.7);
        text-align: left;
        margin: 0;
        margin-bottom: 16px; }
      .search_results .found .found_citation .hide_citation {
        cursor: pointer;
        display: inline-block;
        margin-top: 10px;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 12px;
        font-weight: 800;
        line-height: 17px;
        color: #5581e3;
        border-bottom: 1px dashed #5581e3;
        margin-right: 20px; }
      .search_results .found .found_citation .copy_citation {
        cursor: pointer;
        display: inline-block;
        margin-top: 10px;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 12px;
        font-weight: 800;
        line-height: 17px;
        color: #5581e3;
        border-bottom: 1px dashed #5581e3; }

/* Search Results Block */
/* Footer */
.footer {
  padding-top: 20px;
  padding-left: 145px;
  padding-right: 145px;
  position: absolute;
  left: 0;
  width: 100%;
  height: 205px;
  background: url(../images/footer_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin: 0 auto; }
  @media (min-width: 1201px) and (max-width: 1380px) {
    .footer {
      padding-left: 75px;
      padding-right: 75px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .footer {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 991px) {
    .footer {
      padding-left: 30px;
      padding-right: 20px; } }
  .footer .logo-part {
    float: left;
    width: 49%; }
    .footer .logo-part .nasa-bottom-logo {
      width: 54px;
      height: 54px;
      display: table-cell;
      background: url(../images/Nasa_logo.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    .footer .logo-part .people {
      padding-left: 30px;
      display: table-cell;
      vertical-align: middle;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 25px;
      color: white; }
      .footer .logo-part .people .span-link {
        color: #629dee;
        text-decoration: none; }
        .footer .logo-part .people .span-link:hover {
          color: lighten #5581e3, 50%;
          text-decoration: underline; }
  .footer .other-links {
    float: right;
    color: #629dee !important;
    text-decoration: none;
    width: 49%;
    text-align: right;
    margin-top: 0; }
    .footer .other-links a {
      display: inline-block;
      margin-right: 20px;
      font-size: 13px;
      border-bottom: 1px dashed #5581e3;
      margin-bottom: 7px; }
      .footer .other-links a:last-child {
        padding-right: 0; }
      .footer .other-links a:hover {
        text-decoration: none;
        color: white;
        border-bottom: 1px dashed white; }

/* Footer 2 */
/* Custom Search styling */
.row.search {
  margin: 36px 149px 0 149px; }
  @media (min-width: 1201px) and (max-width: 1380px) {
    .row.search {
      margin: 36px 75px 0 75px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .row.search {
      margin: 36px 25px 0 25px; } }
  @media (min-width: 100px) and (max-width: 991px) {
    .row.search {
      margin: 36px 10px 0 10px; } }

.search .tag_query_AndOrNot {
    float: left;
    display: inline-block;
    background-color: rgba(129,130,131,.2);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 9px;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 6px
}

    .search .tag_query_AndOrNot .material-icons {
        cursor: hand;
        cursor: pointer;
        vertical-align: sub;
        color: #fff;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        margin-left: 9px
    }

.filter-block-title {
    font-size: 18px;
    padding-bottom: 10px;
    color: #5581e3;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 600;
    line-height: 13px;
    margin-left: -10px
}

.name-title {
    margin-top: 10px;
    padding-left: 30px;
    text-align: left;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #808080
}

    .name-title::after {
        content: "▼";
        color: rgba(1,1,1,.4);
        padding-left: 3px
    }

    .name-title[aria-expanded="true"]::after {
        content: "▲"
    }

.relevance {
    padding-right: 30px;
    float: right;
}

.sortClass {
    margin: 0 29px 10px 10px;
}

    .sortClass:before {
        content: "Sorting By:";
        padding-right: 5px;
    }
