/*!
Theme Name: thennt
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thennt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

thennt is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

:root {
  --white: #fff;
  --teal: #033330;
  --teal2: #004a4e;
  --teal3: #206c6e;
  --teal4: #a9cecf;
  --teal5: #03363d;
  --teal6: #064e4d;
  --grey: #f4f4f4;
  --grey2: #bac4c6;
  --grey3: #eff0f0;
  --grey4: #4c4d4d;
  --grey5: #cccccc;

  --greydark: #ccc;
  --green: #008234;
  --green2: #38803e;
  --yellow: #d7c926;
  --gold: #ffb600;
  --red: #9b211f;
  --orange: #fa6750;
  --black: #000;
  --blacklighter: #333;
  --link1: #1559a4;
  --blue: #1c81bb;
  --link1visited: #327dcf;
  --lightblue: #e9f5f7;
}
@font-face {
  font-family: "Facit";
  src: url("./fonts/Facit-Light.woff2") format("woff2"),
    url("./fonts/Facit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Facit";
  src: url("./fonts/Facit-Regular.woff2") format("woff2"),
    url("./fonts/Facit-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Facit";
  src: url("./fonts/Facit-Semibold.woff2") format("woff2"),
    url("./fonts/Facit-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Facit";
  src: url("./fonts/Facit-Bold.woff2") format("woff2"),
    url("./fonts/Facit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-family: "Facit", sans-serif;
  font-weight: normal;
  line-height: 1.15;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  color: var(--blacklighter);
  scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

 .d-none{
  display: none;
 }

 @media print {
  body {
    -webkit-print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -o-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
body {
  margin: 0;
  color-adjust: exact;
  -webkit-print-color-adjust: exact;
  -moz-print-color-adjust: exact;
  -o-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-print-color-adjust:exact;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 3rem;
  margin: 0.8rem 0;
}
h2 {
  font-size: 2.5rem;
  margin: 0.8rem 0;
}
h3 {
  font-size: 2rem;
  margin: 0.8rem 0;
}
h4 {
  font-size: 1.8rem;
  margin: 0.8rem 0;
}

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

ol li {
  font-size: 1.7rem;
  margin-bottom: 8px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* Header */
.header {
  background-color: var(--teal);
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 14.739% 48.958% 36.276%;
  grid-template-rows: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 999;
  padding: 24px 11px;
}

.home .header {
  background-color: var(--teal5);
}
.home .header .search_form {
  visibility: hidden;
}

.logo {
  text-align: center;
}

.logo,
.logo a {
  line-height: 1 !important;
}

.search_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
}
.header .search_form {
  max-width: 476px;
}

/* max 879px */
@media screen and (min-width: 879px) {
  .header .search_form {
    width: 400px;
    }

    #rating_system {
      height: 130px;
    }

}

.search-input_container {
  display: flex;
  align-items: center;
  min-height: 38px;
  justify-content: space-between;
  width: 100%;
  border: 1px solid var(--teal4);
  background-color: var(--white);
  border-radius: 4px;
  padding: 0 8px;
}

/* media query 878px max */
@media screen and (max-width: 879px) {
  .search-input_container {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.search_form input {
  vertical-align: top;
}

.search_form input.search_field {
  width: 70%;
  font-size: 1.6rem;
  padding: 10px;
  border-radius: 5px;
  border: none;
  font-size: 20px;
  line-height: 24px;
  color: var(--grey4);
}
.clear_input {
  cursor: pointer;
}

.search_form input.search_button {
  margin-left: 9px;
}
.search_form input.search_button:hover {
  opacity: 0.9;
}
.search_button_mob {
  display: none;
}
.green {
  background-color: var(--green) !important;
}
.yellow {
  background-color: var(--yellow) !important;
}
.red {
  background-color: var(--red) !important;
}
.caution {
  background-color: var(--black) !important;
}
.txt.green {
  color: var(--green);
  background-color: var(--white) !important;
}
.txt.yellow {
  color: var(--yellow);
  background-color: var(--white) !important;
}
.txt.red {
  color: var(--red);
  background-color: var(--white) !important;
}
.txt.caution {
  color: var(--black);
  background-color: var(--white) !important;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}

.nnt_rev_details li {
  margin-left: 45px;
}

.lrtable {
  border-spacing: 0;
  border-collapse: separate;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 18px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin-bottom: 13px;
  font-size: 1.8rem;
  overflow: hidden;
}

.lrtable tr:nth-child(1) th {
  background-color: #555;
  color: #fff;
  font-size: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 600;
}

.lrtable tbody tr th {
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}

.lrtable td {
  padding: 0.6rem;
}

.lrtable th:nth-child(2) {
  border-top-right-radius: 18px;
  border-top-left-radius: 0px;
}

.lrtable tr:last-child td:last-child {
  border-bottom-right-radius: 18px;
}

.ui-widget-overlay {
  z-index: 1000 !important;
  background: #000 !important;
}
.ui-dialog {
  z-index: 1001 !important;
  left: 270px !important;
}

.ui-dialog .ui-dialog-content {
  padding: 0 !important;
}

@media (max-width: 1024px) {
  .ui-dialog {
    left: 68px !important;
  }
}

.loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#lrmodal {
  font-family: "Facit", sans-serif !important;
  font-weight: normal;
  font-size: 1.6rem;
}

#lrmodal ul,
#lrmodal ol {
  padding: 0px;
  margin: 0 0 0 15px;
}

#calctitle {
  background: #143b94;
  margin-top: 3px;
  border-radius: 4px;
  padding: 15px;
}

#calctitle h1,
#calctitle h2 {
  margin: 0 auto;
  padding: 2px;
  text-align: center;
  font-size: 2rem;
  line-height: normal;
  font-weight: normal;
}

#calc {
  padding: 15px;
}

#calc p {
  text-align: center;
  font-weight: bold;
}

#answers input {
  border: 3px solid #1b8cc1;
  background: #fff;
  color: #1b8cc1;
  font-weight: normal;
  padding: 4px;
  font-size: 1.8rem;
  width: 6em;
  text-align: center;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background: #1b8cc1;
}

td.num {
  text-align: center;
}
td.num:not(.inactive),
td.num a {
  color: #fff !important;
}

td.num a:hover {
  text-decoration: underline;
}

.page #mb_fulltitle {
  background-color: var(--teal);
}

.page .right_sidebar {
  padding-top: 5.5rem;
}

.page .entry-content {
  padding-top: 3.5rem;
}

#mb_fulltitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: 15px;
  margin-top: 30px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

#mb_fulltitle h2 {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
  padding: 0 2rem;
}

#mb_fulltitle img {
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 6%;
}
.lr_subtitle {
  font-size: 1.8rem;
  text-decoration: none;
  color: var(--white);
}

.single-lr-review #mb_fulltitle {
  background-color: var(--link1);
  text-align: center;
}

.single-lr-review #mb_fulltitle a {
  color: var(--white);
  text-decoration: none;
  font-size: 1.7rem;
}

.page_content {
  max-width: 1340px;
  display: grid;
  grid-template-columns: 69.32% 30.68%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.left_content {
  padding-bottom: 3em;
}

.left_content {
  font-size: 1.7rem;
}

.left_content h3 {
  font-size: 2.2rem;
  color: var(--teal2);
  font-weight: 600;
  margin-top: 2.2rem;
  margin-bottom: 0.5rem;
}

.left_content a {
  color: var(--link1);
  text-decoration: none;
}

.left_content a:visited {
  color: var(--link1visited);
}

.left_content a:hover,
.left_content a:focus,
.left_content a:active {
  color: var(--teal2);
  text-decoration: none;
}

.left_content a:focus {
  outline: thin dotted;
}

.left_content a:hover,
.left_content a:active {
  outline: 0;
}

.page_full-content {
  max-width: 1340px;
  display: grid;
  grid-template-columns: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

div.citation {
  margin-bottom: 5px;
  background-color: var(--grey);
  padding: 1rem;
}

.citation a {
  font-size: 1.7rem;
  color: var(--link1);
  text-decoration: none;
}

.footnote {
  vertical-align: super;
  font-size: 1.4rem;
}

.mb_caption {
  background-color: var(--grey);
  border: 1px solid #999999;
  padding: 2rem 5rem;
  border-radius: 18px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin-bottom: 18px;
  font-size: 18px;
  margin-top: 3rem;
}

.ben_har {
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 18px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin-bottom: 13px;
  font-size: 1.8rem;
}

.ben_har_title {
  position: relative;
}

.ben_har_title img {
  position: absolute;
  top: 0.6em;
  left: 4%;
  width: 30px;
  height: 30px;
}

.ben_har_title h3 {
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 1.4rem 0;
  font-weight: bold;
  color: #fff;
  border-radius: 18px 18px 0 0;
  line-height: 1;
}

.ben_har_number {
  align-self: center;
  text-align: center;
  font-size: 2.5rem;
  color: #000;
  position: relative;
  /* border-bottom: 1px solid #999; */
}

.ben_har_number:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 1px;
  background-color: #999;
  margin: 0 auto;
}

/* new try  */

/* .info__container last child border botton none */
.info__container > div:last-child {
  border-bottom: none;
}
.info__container-percent > div:last-child {
  border-bottom: none;
}

.row__container {
  display: grid;
  grid-template-columns: 14% 86%;
  border-bottom: 1px solid #999;
}

/* row-container first child */
.row__container > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  color: #000;
  position: relative;
  border-right: 1px solid #999;
}

/* row-container last child */
.row__container > div:last-child {
  display: flex;
  align-items: center;
  min-height: 59px;
  padding-left: 15px;
  font-size: 1.8rem;
  color: #404040;
}


.ben_har_info {
  display: grid;
  grid-template-columns: 14% 86%;
}

div.ben_har_info_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #999;
  align-items: center;
  padding-left: 20px;
  position: relative;
}

div.ben_har_info_list  p {
  margin: 0;
  /* margin-top: 7px; */
}

.ben_har_info_list:before {
  content: '';
  position: absolute;
  background-color: #999;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 1px;
  margin: 0 auto;
}

.ben_har_info div.ben_har_info_list:nth-last-child(1):before,
.ben_har_info div.ben_har_info_list:nth-last-child(2):before,
.ben_har_info div.ben_har_number:nth-last-child(3):before{
  background-color: transparent;
}

div.ben_har_info_list:nth-last-child(2) {
  border-bottom: 0;
}

.ben_har_info_list_row {
  border-left: 1px solid #999;
  padding: 20px;
}


.ben_har_info_list_row:last-child .ben_har_info_list {
  border-bottom: 0;
}

.right_sidebar {
  padding-left: 5.5rem;
}

.right_sidebar .top_icons {
  display: grid;
  grid-template-columns: 71px 71px 71px;
}

.right_sidebar .top_icons a {
  width: 57px;
  height: 57px;
  border-radius: 28px;
  background-color: var(--link1);
}

.single-lr-review .page_content .right_sidebar {
  padding-top: 5.5rem;
}

.right_sidebar .top_icons a.printer {
  padding-top: 12px;
  padding-left: 10px;
}

.right_sidebar .top_icons a.download {
  padding-top: 15px;
  padding-left: 11px;
}

.right_sidebar .top_icons a:hover {
  background-color: var(--teal2) ;
}
.printer.NNT.green:hover,
.download.NNT.green:hover {
  background-color: var(--teal2) !important;
}


.right_sidebar h4 {
  border-bottom: 1px solid #eff0f0;
  margin-top: 1.7rem;
  margin-bottom: 2rem;
  padding-bottom: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.right_sidebar .mar1 {
  margin-right: 11px;
}

.right_sidebar .share_icons {
  margin-bottom: 4.5rem;
}

.right_sidebar ul.sidebar_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  font-weight: bold;
}

.right_sidebar ul.sidebar_list li {
  margin-bottom: 3px;
  line-height: 1.2;
}
.right_sidebar ul.sidebar_list li a {
  color: var(--link1);
  text-decoration: none;
}
.right_sidebar ul.sidebar_list li a:hover {
  color: var(--teal2);
  text-decoration: none;
}

.post-navigation {
  max-width: 1340px;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.7rem;
}

.site-footer {
  background-color: var(--teal);
  color: #fff;
  padding-top: 8em;
  font-size: 1.3rem;
  font-weight: 300;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_all {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  color: #fff;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer_1,
.footer_2,
.footer_3 {
  padding-bottom: 8em;
}
.footer_1,
.footer_2 {
  padding-right: 10em;
}

.footer_2,
.footer_3 {
  font-size: 1.45rem;
}

.mar2 {
  margin-bottom: 5.7rem;
}

.fnt1 {
  font-weight: bold;
}

.footer_bottom {
  border-top: 1px solid #40757a;
  text-align: center;
  padding-top: 4em;
  padding-bottom: 4em;
}

/* Nav menu */
.nav {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: var(--teal);
  overflow: hidden;
  margin-top: 3.1rem;
}
.menu {
  margin: 0;
}
.menu,
.menu li ul {
  list-style-type: none;
}
.menu li {
  margin-right: 2.4rem;
}
.menu a {
  display: block;
  color: var(--white);
  text-decoration: none;
  font-size: 1.9rem;
  font-weight: 300;
}

.nav {
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

/* Menu Icon */

.hamb {
  cursor: pointer;
  float: right;
  padding: 23px 11px;
}

.hamb-line {
  background: var(--white);
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
}

.hamb-line::before,
.hamb-line::after {
  background: var(--white);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.hamb-line::before {
  top: 5px;
}

.hamb-line::after {
  top: -5px;
}

.side-menu {
  visibility: hidden;
  height: 36px;
}

/* Toggle menu icon */

.side-menu:checked ~ nav {
  max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
  background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}

.side-menu:checked ~ .hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}

.ggtooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

.ggtooltip.fade {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.ggtooltip.fade.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.ggtooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.ggtooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.ggtooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.ggtooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.ggtooltip .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: var(--black);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px var(--black);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.ggtooltip .arrow,
.ggtooltip .arrow-shadow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.ggtooltip.top .arrow,
.ggtooltip.top .arrow-shadow {
  bottom: 1px;
  left: 25%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.ggtooltip.top-left .arrow,
.ggtooltip.top-left .arrow-shadow {
  right: 5px;
  bottom: 1px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.ggtooltip.top-right .arrow,
.ggtooltip.top-right .arrow-shadow {
  bottom: 1px;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.ggtooltip.top .arrow-shadow,
.ggtooltip.top-left .arrow-shadow,
.ggtooltip.top-right .arrow-shadow {
  bottom: 0;
}

.ggtooltip.right .arrow,
.ggtooltip.right .arrow-shadow {
  top: 50%;
  left: 1px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.ggtooltip.right .arrow-shadow {
  left: 0;
}

.ggtooltip.left .arrow,
.ggtooltip.left .arrow-shadow {
  top: 50%;
  right: 1px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.ggtooltip.left .arrow-shadow {
  right: 0;
}

.ggtooltip.bottom .arrow,
.ggtooltip.bottom .arrow-shadow {
  top: 1px;
  left: 25%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.ggtooltip.bottom-left .arrow,
.ggtooltip.bottom-left .arrow-shadow {
  top: 1px;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.ggtooltip.bottom-right .arrow,
.ggtooltip.bottom-right .arrow-shadow {
  top: 1px;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.ggtooltip.bottom .arrow-shadow,
.ggtooltip.bottom-left .arrow-shadow,
.ggtooltip.bottom-right .arrow-shadow {
  top: 0;
}

.ggpopover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ggpopover.fade {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.ggpopover.fade.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.ggpopover.top {
  margin-top: -10px;
}

.ggpopover.right {
  margin-left: 10px;
}

.ggpopover.bottom {
  margin-top: 10px;
}

.ggpopover.left {
  margin-left: -10px;
}

.ggpopover .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.ggpopover .popover-content {
  padding: 9px 14px;
  border-radius: 0;
}

.ggpopover > .arrow,
.ggpopover > .arrow > .after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.ggpopover > .arrow {
  border-width: 11px;
}

.ggpopover > .arrow > .after {
  content: "";
  border-width: 10px;
}

.ggpopover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.ggpopover.top > .arrow > .after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.ggpopover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.ggpopover.right > .arrow > .after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.ggpopover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.ggpopover.bottom > .arrow > .after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.ggpopover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.ggpopover.left > .arrow > .after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.hide {
  display: none;
}

.site-main .post-navigation {
  margin: 0 auto;
  padding-bottom: 2.5rem;
}

.site-main .post-navigation a {
  color: var(--link1);
  text-decoration: none;
}

.site-main .post-navigation a:hover,
.site-main .post-navigation a:focus,
.site-main .post-navigation a:active {
  color: var(--teal2);
  text-decoration: none;
}

.btns {
  margin-bottom: 2.5rem;
  text-align: right;
  font-size: 1.5rem;
}

/* Homepage */

#rating_system {
  background: var(--lightblue);
  padding: 3.2rem 0;
}
.rs_colors {
  display: flex;
  width: 900px;
  margin: 0 auto;
}
.rs_colors div {
  width: 300px;
  margin: 0 auto;
}
.rs_colors_title {
  font-size: 2.4rem;
  color: #000;
  padding: 0 3rem;
  width: 310px!important;
}
.rs_colors_swatches {
  padding: 0 3rem;
  width: 270px!important;
}
.dot {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.2rem;
  cursor: pointer;
}
.rs_colors_text {
  font-size: 1.45rem;
}

.rs_colors_text_yellow,
.rs_colors_text_red,
.rs_colors_text_caution {
  display: none;
}

.active_sw {
  border: 3px solid var(--grey2);
}

.page_content_home {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.home_title1 {
  font-size: 3.6rem;
  text-align: center;
  color: var(--blue);
  font-weight: 400;
  margin: 10rem 0 2.2rem 0;
}
.line {
  width: 17.1rem;
  display: block;
  margin: 0 auto;
  border-top: 1px solid var(--blue);
}

.home_high {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 2.8rem;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.home_high_post {
  background-color: var(--white);
  border: 1px solid var(--grey3);
  border-radius: 9px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0.07) 0px 3px 13px;
  position: relative;
}

.icon_posts {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: block;
  box-sizing: border-box;
  padding-top: 16px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -32px;
}
.posts_date {
  font-size: 1.3rem;
  text-align: center;
  color: var(--greydark);
  border-bottom: 1px solid var(--grey3);
  width: 80%;
  margin: 0 auto;
  padding: 1.3rem 0;
}
.home_high_post h3 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin: 1.9rem 2rem;
  line-height: 1.2;
}
.home_high_post h3 a {
  color: var(--blacklighter);
  text-decoration: none;
}
.home_high_post h3 a:hover {
  color: var(--teal2);
  text-decoration: none;
}
.posts_caption {
  font-size: 1.45rem;
  color: var(--blacklighter);
  text-align: center;
  margin: 0rem 2rem 4rem 2rem;
}
.posts_rm {
  position: absolute;
  bottom: 0;
  margin-bottom: -18px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.posts_read {
  display: block;
  padding: 11px 20px;
  border-radius: 4px;
  line-height: 1;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  color: var(--white);
  text-decoration: none;
  width: 140px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.posts_read:hover {
  color: var(--grey);
}
.home_sudo {
  padding: 9.5rem 0;
  background: var(--teal5);
  display: flex;
}

.home_submit,
.home_donate {
  display: flex;
}

.home_submit,
.home_donate {
  padding: 0 7.5rem;
}

.home_sudo_content {
  font-size: 1.45rem;
  color: var(--white);
  padding-left: 15px;
}

a.home_btn_su,
a.home_btn_do {
  display: block;
  padding: 16px 20px;
  border-radius: 4px;
  line-height: 1;
  font-size: 16.5px;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  max-width: 180px;
  text-align: center;
  margin-top: 1.7rem;
}

a.home_btn_su:hover,
a.home_btn_do:hover {
  opacity: 0.9;
}

a.home_btn_su {
  background-color: var(--blue);
  color: var(--white);
}
a.home_btn_do {
  background-color: var(--gold);
  color: var(--blacklighter);
}

.home_high {
  padding: 7.7rem 0 10rem 0;
}

.home_recent {
  padding: 5.7rem 0 10rem 0;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 6rem;
}

.posts_date_rec {
  font-size: 1.3rem;
  color: var(--greydark);
  padding: 0;
}

.home_rec_post h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
.home_rec_post h3 a {
  color: var(--link1);
  text-decoration: none;
}
.home_rec_post h3 a:hover {
  color: var(--teal2);
  text-decoration: none;
}
.posts_caption_rec {
  font-size: 1.45rem;
  color: var(--blacklighter);
  margin: 0rem 0rem 0.3rem 0rem;
}

.rec_read {
  font-size: 1.45rem;
  text-decoration: none;
}

.home_logos {
  padding: 3rem 0 9.5rem 0;
  text-align: center;
}

.header_home {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 14.739% 85.261%;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 999;
}
.search_home {
  margin-left: auto;
  margin-right: auto;
  padding: 10.5rem 0;
  background-image: url("https://xyod.com/wp16/wp-content/themes/thennt/images/bg-home.jpg");
}
.search_home h1 {
  font-weight: 300;
  font-size: 36px;
  text-align: center;
  color: var(--white);
}
.search_home h1 span {
  font-weight: bold;
}
.search_home h2 {
  font-weight: 300;
  font-size: 26px;
  text-align: center;
  color: var(--white);
  margin-bottom: 5.5rem;
}

.home .search_home .search_form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.home .search_home .search_form .search_field {
  width: 100%;
  border: none;
}

.clear_input {
  visibility: hidden;
}

.home .search_home .search_form {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
.header_home .search_form input.search_field {
  width: 78.78%;
}

/* Responsiveness */

@media screen and (min-width: 912px) {
  .nav {
    top: 0;
    height: auto;
    float: right;
    width: fit-content;
    background-color: transparent;
    overflow: unset;
  }
  .header_home .nav {
    right: 0;
  }
  .menu li {
    float: left;
  }

  .menu li a {
    line-height: 2.5;
  }

  .menu a:hover {
    color: var(--greydark) !important;
  }
  .menu li a:hover {
    color: var(--teal4) !important;
  }
  .menu li ul li a:hover {
    color: var(--white) !important;
  }
  .hamb {
    display: none;
  }

  ul.menu li {
    position: relative;
  }

  ul.menu li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-left: 0;
    left: 0;
    display: none;
    background: var(--teal3);
    margin-left: 0px !important;
  }

  ul.menu li ul li a {
    font-size: 1.5rem;
    color: var(--teal4);
  }

  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  ul.menu li:hover ul.sub-menu,
  ul.menu li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    min-width: 250px;
    text-align: left;
    padding-top: 0px;
    box-shadow: 0px 3px 5px -1px var(--blacklighter);
    padding: 15px;
    animation: fade-in 0.5s;
  }
  ul.menu li ul li {
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    border-style: none;
    line-height: 1;
    margin-right: 0px !important;
  }
  li.menu-item-has-children > a::after {
    content: '';
    padding: 5px;
    margin-left: 6px;
    background-color: #fff;
    -webkit-mask:  url(./../../themes/thennt/images/chevron-down-solid.svg) no-repeat 50% 50%;
    mask: url(./../../themes/thennt/images/chevron-down-solid.svg) no-repeat 50% 50%;
}
  }

  li.menu-item-has-children ul.sub-menu a::after {
    content: "";
  }

  li.menu_login a::before {
    content: url("https://xyod.com/wp16/wp-content/themes/thennt/images/user.png");
  }

  li.menu_donate a {
    display: inline-block;
    padding: 16px 40px;
    border-radius: 4px;
    background-color: var(--gold);
    line-height: 1;
    color: var(--blacklighter);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
  }
  li.menu_donate a:hover {
    opacity: 0.9;
    color: var(--blacklighter) !important;
  }
}

@media screen and (max-width: 1220px) {
  #mb_fulltitle img {
    position: relative;
    margin: 0 auto 1.5rem;
    display: block;
    top: auto;
    left: auto;
  }
  .footer_1,
  .footer_2 {
    padding-right: 4em;
  }
}

@media screen and (max-width: 879px) {
  html {
    font-size: 52.5%;
  }
  .home .search_home .search_form .search_field {
    width: calc(100% - 38px);
  }
  .home .search_home {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav {
    left: 0;
    margin-top: 0;
    top: 70px;
    background: var(--teal3);
  }
  .nav ul {
    padding-top: 2rem;
  }
  .nav ul li ul {
    margin-left: 0;
    padding-left: 2rem;
    padding-top: 0rem;
  }

  .menu li a:hover {
    color: var(--greydark) !important;
  }
  .header {
    grid-template-columns: 80px 1fr auto;
    align-items: center;
    column-gap: 9px;
    padding: 11px 11px;
  }

  .search_form {
    display: flex;
    padding-top: 0px;
  }
  .search_form input.search_field {
    width: 100%;
    font-size: 1.7rem;
    padding: 6px;
  }
  .search_button {
    display: none;
  }
  .search_button_mob {
    display: block;
  }
  #mb_fulltitle {
    margin-top: 3em;
  }

  .ben_har_title h3{
    font-size: 18px;
  }

  .ben_har_title img {
    width: 25px;
    height: 25px;
  }

  .page_content {
    grid-template-columns: 100%;
  }
  .left_content {
    padding-bottom: 1em;
  }
  .right_sidebar {
    padding-left: 0;
  }

  .right_sidebar ul:last-child {
    padding-bottom: 2.5rem;
  }
  .rs_colors {
    display: block;
    width: auto;
  }
  .rs_colors_swatches {
    padding: 1.5rem 3rem;
    text-align: center;
  }
  .rs_colors_text {
    text-align: center;
  }
  .rs_colors_title {
    text-align: center;
  }
}

@media screen and (max-width: 710px) {
  footer {
    padding-top: 3em;
  }
  .footer_all {
    grid-template-columns: 100%;
  }
  .footer_1,
  .footer_2 {
    padding-right: 0;
    padding-bottom: 0;
  }
  .footer_3 {
    padding-bottom: 3em;
  }
  .mar2 {
    margin-bottom: 2rem;
  }

  .footer_3 ul:first-child {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 690px) {
  .home_high {
    display: block;
    padding: 7.7rem 0 3rem 0;
  }
  .home_high_post {
    margin-bottom: 8rem;
  }
  .home_title1 {
    margin: 8rem 0 2.2rem 0;
  }
  .home_sudo {
    padding: 5rem 0;
    display: block;
  }
  .home_submit,
  .home_donate {
    padding: 0 2.5rem;
  }
  .home_submit,
  .home_donate {
    padding: 0rem 2.5rem;
  }
  .home_submit {
    padding-bottom: 3rem;
  }
  .home_recent {
    display: block;
    padding: 5.7rem 0 4rem 0;
  }
  .home_rec_post {
    margin-bottom: 3rem;
  }
  .home_logos {
    padding: 1rem 0 6rem 0;
  }
  .search_home {
    padding: 4.5rem 0;
  }
  .search_home h1 {
    font-size: 25px;
  }
  .search_home h2 {
    font-size: 21px;
    margin-bottom: 3.5rem;
  }
}

@media screen and (max-width: 435px) {
  .home_submit,
  .home_donate {
    display: block;
    text-align: center;
  }
  .home_sudo_content a {
    margin-left: auto;
    margin-right: auto;
  }
  .home_submit {
    padding-bottom: 4rem;
  }
  .search_home h1 {
    font-size: 20px;
  }
  .search_home h2 {
    font-size: 17px;
    margin-bottom: 2.5rem;
  }
  .search_home {
    padding: 2.5rem 0;
  }
}

@media screen and (max-width: 1750px) and (min-width: 912px) {
  .header {
    grid-template-columns: 14.739% 28.958% 56.276%;
  }
  .top_menu {
    justify-content: end;
    display: flex;
  }
}

@media screen and (max-width: 1200px) and (min-width: 912px) {
  .search_form input.search_field {
    width: 39%;
  }

  .menu li {
    margin-right: 0.9rem;
  }

  .menu a {
    font-size: 1.6rem;
  }

  li.menu_donate a {
    padding: 11px 20px;
  }
}


/* nntpage */

.top-space {
  margin-top: 6.4em;
}

.page_content--left_sidebar {
  max-width: 1340px;
  display: grid;
  grid-template-columns: 26.68% 73.32%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  padding-bottom: 2rem;
}

.review__content p {
  font-size: 1.7em;
}

.accordion {
  background-color: var(--grey);
  border-radius: 9px;
  border: 1px solid gray;
  overflow: hidden;
}
.well a[name] {
  display: block;
  position: relative;
  top: -119px;
  visibility: hidden;
}

.accordion__container .accordion {
  max-width: 323px;
  width: 100%;
}

#page .accordion .nav-list {
  margin-top: 1.5em;
}
#page h2:before {
  content: "";
  display: block;
  height: 109px;
  margin: -109px 0 0;
  visibility: hidden;
}
#page .accordion_caption p {
  font-size: 1.7rem;
}
.accordion_caption {
  background-color: var(--grey);
  border: 1px solid #999999;
  border: 1px solid #ccc;
  padding: 2rem 3rem;
  border-radius: 9px;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
  margin-bottom: 18px;
  font-size: 2.2rem;
  margin-top: 3rem;
}

.accordion_caption ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.accordion_caption ul a {
  text-decoration: none;
  font-size: 16px;
  color: var(--link1);
}

.accordion-heading {
  width: 100%;
  padding: 8px 10px;
  background-color: var(--teal);
  color: var(--white);
  border: none;
  border-bottom: 1px solid var(--teal4);
}

.accordion-group {
  border-radius: 9px;
}

.accordion-toggle {
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.accordion-inner {
  list-style: none;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  color: #404040;
}

.accordion-inner ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.accordion-inner a {
  color: var(--teal2);
  text-decoration: none;
  font-size: 14px;
  margin: 0 5px;
}

.accordion {
  margin-bottom: 20px;
  position: sticky;
  top: 12.5rem;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 2px 6px;
}
.accordion-toggle {
  cursor: pointer;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}

.right_main_content {
  padding-left: 2.5rem;
}

.right_main_content .nnt_rev_footnotes {
  margin-top: 30px;
}

a.btn {
  text-decoration: none;
}

.btn {
  cursor: pointer;
}
.btn-inverse {
  background: var(--blacklighter);
  color: #fff;
}

.btn {
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  color: var(--white);
  display: inline-block;
}

.btn-mb {
  margin-bottom: 20px;
}

h6 {
  margin: 0 auto 10px;
}
.about-team {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid lightgray;
}

.about-team h2 {
  display: flex;
}

.about-team p {
  margin-bottom: 0;
}

.about-team__image {
  width: 25%;
}

.about-team__image img {
  max-width: 200px;
  width: 100%;
}

.about-team__image__container {
  border-radius: 10px;
  overflow: hidden;
  max-width: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
}

.about-team__text {
  width: 65%;
  text-align: justify;
}

@media (max-width: 879px) {
  .page_content--left_sidebar {
    grid-template-columns: 100%;
  }
  .accordion {
    position: relative;
    top: 0;
  }

  .well a[name] {
    top: -50px;
  }

  #page h2:before {
    height: 50px;
    margin: -50px 0 0;
  }

  .right_main_content {
    padding-left: 0;
    margin-top: 30px;
  }

  .accordion__container .accordion {
    max-width: 100%;
  }

  .about-team {
    flex-direction: column;
  }

  .about-team__image,
  .about-team__text {
    width: 100%;
  }

  .about-team__image__container {
    margin: 0 auto;
  }
  .about-team__text {
    text-align: center;
    margin-top: 10px;
  }
}

table.lrtable tr td.inactive {
  background: #ccc;
  color: #666;
}

/* modal */
@media (max-width: 768px) {
  .ui-dialog {
    left: 0% !important;
  }
}

/* QUIZ */

/* QUIZ */

.quizanswer {
  font-size: 90%;
}
#quizpage input {
  margin: 0;
}

#quizpage a.btn {
  margin-left: 4em;
  margin-top: 1em;
  text-decoration: none;
}

#quizpage > p {
  margin-top: 0;
  font-size: 14px;
}

.quiz h3 {
  background: var(--teal2) !important;
  color: #fff !important;
  padding: 1.5em 1em;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.quiz h5 {
  margin-left: 2em;
  font-size: 18px;
  margin-bottom: 12px;
}

.quizpicker {
  padding-bottom: 20px;
  padding-top: 15px;
}

/* .quizpicker, .quizanswer {
  margin:1em;
  } */

.quizpicker div {
  padding: 1em;
  line-height: 150%;
}

.quizpicker h3 {
  padding: 0.5em 1em;
  margin-top: 2em;
}

.quizanswer h3 {
  padding: 10px;
  margin: 10px;
}

@media screen and (max-width: 425px) {
  .quizpicker {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #quizpage a.btn {
    margin-left: 0;
  }
}

h4.default {
  background: var(--blue);
  color: #fff;
  padding: 0.5em 1em;
  width: 100%;
}

#quizpage form {
  background: #fff;
  border: 1px solid #143b94;
  border-radius: 9px;
  margin-bottom: 80px;
}

.question h3 {
  margin-top: 0;
  margin-bottom: 1em;
}

.question ul {
  margin: 0.5em 4em;
}

.question li {
  font-size: 1.7rem;
}

.answers {
  display: none;
}

label {
  cursor: pointer;
  font-size: 16px;
}

.quizanswer.modal {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.quizanswer.modal > h3 {
  padding: 21px 20px;
  margin: 0px;
  color: white;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.quizanswer.modal > h3.green {
  background-color: var(--green);
}
.quizanswer.modal > h3.yellow {
  background-color: var(--yellow);
}
.quizanswer.modal > h3.red {
  background-color: var(--red);
}
.quizanswer.modal > h3.caution {
  background-color: var(--black);
}
.quizanswer.modal span {
  font-weight: bold;
  background: none !important;
}

.quizanswer.modal span.green {
  color: var(--green);
}
.quizanswer.modal span.yellow {
  color: var(--yellow);
}
.quizanswer.modal span.red {
  color: var(--red);
}
.quizanswer.modal span.caution {
  color: var(--black);
}

.quizanswer.modal p {
  font-size: 16px;
}

.quizanswer.modal div {
  padding: 21px;
}

.quizanswer.modal .btn {
  text-decoration: none;
}

   
   .quizanswer p {
   line-height: 120%;
   }
  
  #quiz2, #quiz3, #quiz4, #quiz5, #quiz6 {
  display:none;
  }
  
  #quizad {
  position:absolute;
  top:-150px;
  left:150px;
  display:none;
  }
  
  
  #staticpage a.btn {
  margin-bottom:2em;
  }
  
  #anchor-green {
  color:#14943e;	
    }
  
  #anchor-yellow {
  color:#E7C816;	
    }
  
  #anchor-red {
  color:#C02B2B;	
    }
  
  #anchor-black {
  color:#000;	
    }
  
  .btn {
    background-color: gray;
  }
    
    
  .btn-learnmore {
    background-color: hsl(206, 75%, 34%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a9ae2", endColorstr="#155f97");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#3a9ae2), to(#155f97));
    background-image: -moz-linear-gradient(top, #3a9ae2, #155f97);
    background-image: -ms-linear-gradient(top, #3a9ae2, #155f97);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a9ae2), color-stop(100%, #155f97));
    background-image: -webkit-linear-gradient(top, #3a9ae2, #155f97);
    background-image: -o-linear-gradient(top, #3a9ae2, #155f97);
    background-image: linear-gradient(#3a9ae2, #155f97);
    border-color: #155f97 #155f97 hsl(206, 75%, 28.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.36);
    -webkit-font-smoothing: antialiased;
  }	
    
  .btn-green {
    background-color: var(--green);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
    -webkit-font-smoothing: antialiased;
  }	
  
  .btn-yellow {
    background-color: var(--yellow);
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.19);
    -webkit-font-smoothing: antialiased;
  }
  
  .btn-red {
    background-color: var(--red);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
    -webkit-font-smoothing: antialiased;
  }

  .btn-black {
    background-color: var(--black);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
    -webkit-font-smoothing: antialiased;
  }	

/* Back to the top
--------------------------------------------- */
.back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: var(--teal2);
  background-image: url(../thennt/images/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  color: var(--white);
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.back-to-top:hover {
  background-color: var(--teal3);
  transition: all 0.5s ease-in-out;
}

/*--------------------------------------------------------------
# 404 page styles
--------------------------------------------------------------*/

.error-404.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.not-found .page-content__container {
  display: flex;
  align-items: flex-start;
}
.not-found .page-content__icon {
  background-image: url(./images/NNT-404-icon.png);
  height: 319px;
  width: 319px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 43px;
}
.not-found .page-content__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.not-found .page-content__title {
  font-family: "Facit";
  font-weight: 700;
  font-size: 150px;
  margin: 0;
  line-height: 95px;
  margin-bottom: 25px;
}
.not-found .page-content__text {
  font-family: "Facit";
  font-weight: 700;
  font-size: 40px;
  color: var(--grey4);
  margin: 0;
  margin-bottom: 15px;
}

.not-found .page-content__info a {
  font-family: "Facit";
  font-weight: 700;
  font-size: 32px;
  text-decoration-line: underline;
  color: #4893d3;
}

.not-found .page-content__info .blue_btn {
  display: flex;
  width: 186px;
  height: 50px;
  background: #4893d3;
  border-radius: 6px;
  color: white;
  text-decoration-line: none;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

@media screen and (max-width: 910px) {
  .not-found .page-content__container {
    flex-direction: column;
    align-items: center;
  }

  .not-found .page-content__icon {
    margin-right: 0;
    margin-bottom: 43px;
  }

  .not-found .page-content__text,
  .not-found .page-content__info a {
    text-align: center;
    font-size: 32px;
  }

  .not-found .page-content__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/*--------------------------------------------------------------
# Result page styles
--------------------------------------------------------------*/
.search-main__container {
  max-width: 829px;
  margin: 0 auto;
  width: calc(100% - 24px);
  padding-top: 36px;
  padding-bottom: 56px;
  min-height: 60vh;
}
.page-result__container {
  display: flex;
  flex-direction: column;
  background: var(--grey);
  box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 15px 39px;
  gap: 10px;
}

.search-main__container header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  height: 49px;
  margin-bottom: 36px;
}
.search-main__container header h1 {
  font-family: "Facit",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  color: var(--grey4);
  line-height: 0px;
  margin: 0;
}

.page-result__container a {
  text-decoration: none;
  font-size: 16px;
  color: var(--link1);
}

.search-main__container header span {
  font-family: "Facit";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: var(--grey4);
}

.highlight-element {
  background: rgba(255, 168, 0, 0.4);
  padding: 0px 4px;
}

.result-title {
  text-transform: capitalize;
}


/*--------------------------------------------------------------
# search by component styles
--------------------------------------------------------------*/
.header .search-by__container {
  margin-left: 27px;
}

.search_home-search-by__container {
  max-width: 770px;
  margin: 0 auto;
  width: calc(100% - 24px);
}

.search-by__container {
  background: white;
  max-width: 593px;
  width: calc(100% - 35px);
  margin-top: 8px;
  position: absolute;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  z-index: 1;
  margin-left: 18px;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 6px, rgb(0 0 0 / 7%) 0px 3px 13px;
}

@media screen and (max-width: 879px) {
  .search-by__container {
    max-width: 695px;
    width: calc(100% - 118px);
  }
}

.header .search-by__container {
  margin-left: 0px;
}
.search-by__container > section {
  height: 40px;
  background: #f0f0f0;
  margin: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.filters_container {
  padding: 26px 16px 0px 16px;
}
.search-by__container {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.search-by__container.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.search-by__container > section > h1 {
  font-family: "Facit", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--grey4);
  margin: 0;
  text-align: left;
  padding: 10px 16px;
}
.color-rating_container,
.specialty_container,
.system_container {
  display: flex;
  width: 100%;
}

.color-rating_container ul {
  margin: 0;
  padding: 0;
  margin-left: 12px;
}
.specialty_container ul {
  margin: 0;
  padding: 0;
  margin-left: 29px;
}
.system_container ul {
  margin: 0;
  padding: 0;
  margin-left: 42px;
}

@media screen and (max-width: 690px) {
  .color-rating_container,
  .specialty_container,
  .system_container {
    flex-direction: column;
  }
  .color-rating_container ul {
    margin-left: 0;
    margin-top: 15px;
  }
  .specialty_container ul {
    margin-left: 0;
    margin-top: 15px;
  }
  .system_container ul {
    margin-left: 0;
    margin-top: 15px;
  }
}

.color-rating_container ul,
.specialty_container ul,
.system_container ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 40px;
  gap: 9px;
}

.color-rating_container li a,
.specialty_container li a,
.system_container li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  border-radius: 4px;
  padding: 7px 5px;
  min-width: 93px;
  text-decoration: none;
}

.specialty_container li a,
.system_container li a {
  min-width: 93px;
  height: 34px;
  background: var(--grey5);
  color: var(--grey4);
}

.color-rating_container span,
.specialty_container span,
.system_container span {
  font-family: "Facit";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--grey4);
}

.color-rating {
  width: 106px;
  height: 34px;
  color: var(--white);
}
.color-rating.green {
  background: var(--green2);
}
.color-rating.black {
  background: var(--black);
}

.color-rating_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  border-radius: 4px;
  padding: 7px 5px;
  min-width: 93px;
  text-decoration: none;
  color: var(--white);
  width: 106px;
  height: 34px;
  text-transform: capitalize;
  cursor: default;
}
.color-rating_header.green {
  background: var(--green2);
}
.color-rating_header.black {
  background: var(--black);
}

.specialty-header,
.system_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  border-radius: 4px;
  padding: 7px 5px;
  min-width: 93px;
  height: 34px;
  background: var(--grey5);
  color: var(--grey4);
  text-decoration: none;
  text-transform: capitalize;
  cursor: default;
}

/*--------------------------------------------------------------
# Custom color input    
--------------------------------------------------------------*/

.bg-custom-green,
.bg-custom-yellow,
.bg-custom-red,
.bg-custom-black {
  text-transform: capitalize;
  text-align: center;
  color: var(--white) !important;
  width: 110px !important;
  height: 34px;
  margin: 6px 0px;
}

@media screen and (max-width: 879px) {
  .bg-custom-green,
  .bg-custom-yellow,
  .bg-custom-red,
  .bg-custom-black {
    height: 24px;
    width: 77px !important;
  }
}
.bg-custom-green {
  background: var(--green2);
}

.bg-custom-yellow {
  background: var(--yellow);
}

.bg-custom-red {
  background: var(--red);
}

.bg-custom-black {
  background: var(--black);
}

.bg-custom-generic {
  background: var(--grey5);
  color: var(--grey4) !important;
  text-align: center;
  min-width: 93px;
  height: 34px;
  margin: 6px 0px;
}

.bg-custom-cardiology,
.bg-custom-emergency,
.bg-custom-critical,
.bg-custom-hematology,
.bg-custom-cardiac,
.bg-custom-endocrine,
.bg-custom-trauma,
.bg-custom-vascular {
  background: var(--grey5);
  color: var(--grey4) !important;
  text-align: center;
  text-transform: capitalize;
}

.bg-custom-cardiology,
.bg-custom-hematology,
.bg-custom-cardiac,
.bg-custom-endocrine,
.bg-custom-trauma,
.bg-custom-vascular {
  width: 110px !important;
  height: 34px;
  margin: 6px 0px;
}

.bg-custom-critical {
  width: 126px !important;
  height: 34px;
  margin: 6px 0px;
}
.bg-custom-cardiology,
.bg-custom-hematology {
  width: 128px !important;
}

.bg-custom-emergency {
  width: 206px !important;
  height: 34px;
  margin: 6px 0px;
}

@media screen and (max-width: 879px) {
  .bg-custom-cardiology,
  .bg-custom-emergency,
  .bg-custom-critical,
  .bg-custom-hematology,
  .bg-custom-cardiac,
  c .bg-custom-endocrine,
  .bg-custom-trauma,
  .bg-custom-vascular {
    height: 24px;
    width: 99px !important ;
  }

  .bg-custom-emergency {
    font-size: 11px !important;
    width: 120px !important;
  }
}

.normalize {
  text-transform: capitalize;
  background: none;
  color: var(--grey4) !important;
  text-align: left;
}

/*--------------------------------------------------------------
# Auto Complete
--------------------------------------------------------------*/
.auto-complete_container-header,
.auto-complete_container-home {
  display: flex;
  flex-direction: column;
  max-width: 593px;
  width: calc(100% - 35px);
  position: absolute;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 6px;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 6px, rgb(0 0 0 / 7%) 0px 3px 13px;
  gap: 6px;
}

.auto-complete_container-home {
  max-width: 590px;
  margin-left: 18px;
}

@media screen and (max-width: 879px) {
  .auto-complete_container-header,
  .auto-complete_container-home {
    max-width: 694px;
    width: calc(100% - 122px);
  }
}

.auto-complete_container-header a,
.auto-complete_container-home a {
  text-decoration: none;
  color: var(--grey4);
  font-size: 20px;
  line-height: 24px;
  padding: 6px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}
.tag-category {
  width: fit-content;
  height: 34px;
  background: var(--grey5);
  color: var(--grey4);
  padding: 6px 6px !important;
  margin-left: 15px !important;
}

.tag-category:hover {
  background: var(--grey2) !important;
  color: var(--grey4);  
  border-radius: 4px !important; ;
}

/* add hover */
.auto-complete_container-header a:hover,
.auto-complete_container-home a:hover {
  background: var(--grey5);
  color: var(--grey4);
  border-radius: initial;
}

.auto-complete_container-header a:first-child:hover,
.auto-complete_container-home a:first-child:hover {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.auto-complete_container-header a:last-child:hover,
.auto-complete_container-home a:last-child:hover {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.auto-complete_container-header,
.auto-complete_container-home {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.auto-complete_container-header.active,
.auto-complete_container-home.active {
  opacity: 1;
  visibility: visible;
  padding: 10px 0;
}

/* Contact FORM
--------------------------------------------- */
.page_content.simple {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 39vh;
}

.contact_container {
  border-top: 1px solid #d7d7d7;
}
.contact_container label {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-between;
  max-width: 636px;
  color: var(--teal2);
  padding: 8px 0;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14.5px;
  cursor: default;
}

.wpcf7-form-control.wpcf7-file {
  display: none;
}
.attach_container {
  display: flex;
  grid-column-start: 2;
  grid-row-start: 1;
  align-items: center;
}

.attach_container p {
  margin: 0;
  margin-left: 5px;
}

.contact_container span {
  width: 100%;
}
.contact_container select {
  width: 100%;
  height: 44px;
  font-size: 14.5px;
  border-radius: 4px;
}
.contact_container input {
  width: 100%;
  height: 44px;
  border-radius: 4px;
  font-size: 14.5px;
  padding-left: 8px;
}

.contact_container textarea {
  font-size: 14.5px;
  color: #666;
  resize: none;
}
.contact_container option,
.contact_container select {
  font-size: 14.5px;
  color: #666;
}

#attach-image {
  background-color: var(--teal2);
  color: var(--white);
  border-radius: 4px;
  padding: 10px 20px;
  grid-area: 1 /2;
  width: 85px;
  cursor: pointer;
  height: fit-content;
}

.wpcf7-form-control-wrap[data-name="Attach"] {
  display: none;
}

.contact_container input[type="submit"] {
  width: 80px;
  height: 44px;
  border-radius: 4px;
  font-size: 14.5px;
  background-color: var(--blue);
  color: var(--white);
  cursor: pointer;
  padding: 5px;
  grid-column-start: 1;
  border: none;
  margin-top: 15px;
}
.contact_container input[type="submit"]:hover {
  background-color: var(--link1visited);
  transition: all 0.5s ease-in-out;
}

.wpcf7-not-valid-tip {
  color: white;
  font-size: 1em;
  font-weight: normal;
  display: block;
  background: var(--orange);
  padding: 9px;
  border-radius: 6px;
  margin-top: 5px;
}
/* add before */
.wpcf7-not-valid-tip:before {
  content: "";
  position: relative;
  top: -35px;
  left: 50%;
  height: 12px;
  width: 12px;
  border: 6px solid transparent;
  border-bottom-color: var(--orange);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wpcf7-spinner {
  display: none;
}

.search_home {
  background-color: var(--teal5);
}

/* custom loading download and print section */

  .modal__loading {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    display: flex;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100vh; 
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
    z-index: 99;
    align-items: center;
  }

  .modal__loading.active{
    visibility: visible;
    opacity: 1;
  }

  /* Add styles for the modal content */
  .modal-content__loading {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 290px;
    height: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    justify-content: space-around;
    border-radius: 15px;
  }

  .modal-content__loading p {
    font-size: 18px;
    text-align: center;
  }
  
  /* Add styles for the loading spinner */
  .loading-spinner__loading {
    margin: 10px auto;
    width: 66px;
    height: 66px;
    border: 3px solid #f3f3f3;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  
  /* Add keyframe animation for the spinner */
  @keyframes spinLoading {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Comments section */
  #disqus_thread {
    margin: 0 auto;
    max-width: 800px;
    width: calc(100% - 24px);
  }

  .user-registration {
    margin: 0 auto !important;
    max-width: 350px;
  }

  /* Save post   */

  .lr-start{
    background-color: var(--link1);
  }

  .star {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
  }

  .star:hover {
    background-color: var(--teal2) !important;
  }

  .star,  
  .save-post,
  .save-post.active{
    width: 57px;
    height: 57px;
    background-image: url('/content/themes/thennt/images/star.png');
    background-size: 36px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
  }

  .save-post,
  .save-post.active {
    border-radius: 28px;
  }

  .simplefavorite-button.active{
    opacity: 1 !important;
  }

  .save-post.active{
    background-color: var(--teal2) !important;
    color:transparent;
  }

  .favorites_button__custom{
    cursor: pointer;
  }

  .favorites_button__custom .save-post{
    color: #2C71C9 !important;
    background-color: transparent !important;
    background-image: none !important;
    height: fit-content !important;
    cursor: pointer;
  }
  .favorites_button__custom .save-post.active{
    color: #2C71C9 !important;
    background-color: transparent !important;
    background-image: none !important;
    height: fit-content !important;
    cursor: pointer;
  }

  .favorites_button__custom button {
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
    font-size: 14px !important;
    text-decoration: underline;
    color: #2C71C9 !important;
    text-decoration-thickness: 2px;
  }

  .favorites_button__custom-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .favorites_button__custom-container .simplefavorite-button.loading {
    display: flex;
    cursor: default !important;
    position: unset !important;
    transform: translate(0%, 0%) !important;
    text-decoration: none;
  }
  
  .star button {
    background-color: transparent;
    border-radius: 28px;
    border: none;
    cursor: pointer;
    padding: 0 !important;
  }

  .favorite-post__container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    height: 100vh;
    max-width: 900px;
    width: calc(100% - 24px);
  }

  .no-favorites{
    box-shadow:none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px;
  }

  .favorite-post__container ul{
    max-height: 80vh;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    background: var(--grey);
    box-shadow: 1px 1px 4px 3px rgb(0 0 0 / 10%);
    border-radius: 12px;
    padding: 15px 39px;
    gap: 10px;
  }

  .favorite-post__container ul p {
    margin: 0;
    padding: 0;
  }

  .favorite-post__container h1{
    font-family: "Facit";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: var(--grey4);
    margin-bottom: 36px;
  }

  .favorite-post__container ul li{
    border-top: none !important;
    padding: 0px !important;
  }

  /* ToolTip component */
  .tooltip__container,
  .tooltip__container-icon {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    bottom: 115px;
    right: 58px;
    width: 170px;
    background: #fff;
    border: 2px solid #e5e5e5;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: bold;
    box-shadow:0px 0px 20px 0px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    gap: 2px
  }

  .save-favorite a{
    background-color: transparent !important;
  }

  .tooltip__container.active{
    visibility: visible;
    opacity: 1;
  }

  .tooltip__container::after,
  .tooltip__container-icon::after {
    content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -10px;
    border-width: 13px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }

  .tooltip__container >p{
    margin: 0;
    padding: 0;
    display: inline;
  }

  .tooltip__container a {
    color: #18519B !important;
    font-weight: bold;
    text-decoration:underline ;
    text-decoration-thickness: 2px;
   background-color: transparent !important;
  }
  .tooltip__container > span > a:hover{
    color: #18519B !important;
    background-color: transparent !important;
  }

  /* For icons */

  .tooltip__container-icon.print {
    right: 69px;
    color: #404040;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none !important;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease-out;

  }

  .printer.NNT,
  .printer.LR {
    text-decoration: none !important;
  }

  .printer.NNT:hover .tooltip__container-icon.print,
  .printer.LR:hover .tooltip__container-icon.print {
    visibility: visible;
    opacity: 1;
  }
  
  .tooltip__container-icon.favorite {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease-out;
    text-align: center;
    bottom: 175px;
    right: 58px;
  }

  .favorite.icon{
    height: 57px;
    width: 57px;
  }

  .favorite.icon:hover .tooltip__container-icon.favorite {
    visibility: visible;
    opacity: 1;
  }

  .tooltip__container-icon.download {
    visibility: hidden;
    opacity: 0;    
    text-align: center;
    bottom: 123px;
    right: 70px;
    text-decoration: none !important;    
    color: #404040;
    font-size: 1rem;
    line-height: 1.5;
  }

  .download.NNT,
  .download.LR {
    cursor: pointer !important;
  }

  .download.NNT:hover .tooltip__container-icon.download,
  .download.LR:hover .tooltip__container-icon.download {
    visibility: visible;
    opacity: 1;
  }

  .download.NNT,
  .download.LR {
    text-decoration: none !important;
    cursor: default;
  }

  .printer.NNT:hover .tooltip__container.save-favorite.active,
  .download.NNT:hover .tooltip__container.save-favorite.active,
  .printer.LR:hover .tooltip__container.save-favorite.active,
  .download.LR:hover .tooltip__container.save-favorite.active {
    visibility: 0;
    opacity: 0;
  }

  .user-registration-MyAccount-navigation-link--dashboard{
    display: none !important;
  }

  #user-registration .user-registration-MyAccount-navigation ul, 
  #user-registration.horizontal .user-registration-MyAccount-navigation ul {
    justify-content: space-between !important;
  }

  #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a,
  #user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a{
    padding: 14px 6px !important;
    margin: 5px !important;
    border-radius: 5px;
  }

  /* add paymanets style */

  .simpay-payment-receipt-wrap__container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #0000000f;
    height: 302px;
    border-radius: 10px;
    padding: 34px;
    width: 340px;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -2px rgb(0 0 0 / 10%);
  }

  .simpay-payment-receipt-wrap__container h1 {
    line-height: 1.4;
    font-size: 22px;
  }
  .simpay-payment-receipt-wrap__container p {
    margin-bottom: 1.5em;
    margin-top: 0.5em;  
  }
  
  .simpay-payment-receipt-wrap__container a {
    margin-top: 16px;
    font-size: 19px;
  }

  .donate-custom__container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #0000000f;
    min-height: 190px;
    border-radius: 10px;
    padding: 25px;
    width: 225px;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -2px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
  }
  .donate-custom__container p{
    margin: 0;
    padding: 0;
  }

  .donate-custom__container label {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .simpay-test-mode-badge-container .simpay-test-mode-badge {
    display: none !important;
  }

  .donate-disclaimer{
    font-size: 11px;
    margin: 0 !important;
  }