/*
Theme Name: TIE Support Docs Theme
Author: Trinity
Author URI: https://trinity.one
Template: iknow
Version: 1.0
*/
@font-face {
  font-family: "Open Sans";
  src: url("./assets/fonts/OpenSans-Regular.woff2") format("woff2"), url("./assets/fonts/OpenSans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("./assets/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("./assets/fonts/OpenSans-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  color: #252525;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}

::-moz-placeholder {
  opacity: 1;
  color: #999;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

::placeholder {
  opacity: 1;
  color: #999;
}

.is-family-secondary {
  font-family: "Open Sans", Arial, sans-serif !important;
}

a {
  color: #c81d26;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover, a:focus, a:active {
  color: #98181f;
}

strong {
  color: inherit;
}

address {
  font-style: normal;
}

.panel-block {
  color: #252525;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.panel-block:hover, .panel-block:focus, .panel-block:active {
  color: #252525;
}

.panel-icon {
  margin-top: 0.35em;
}

.content .menu-list {
  margin: 0;
  list-style: none;
}
.content .menu-list li + li {
  margin: 0;
}
.menu-list a {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-list a .icon {
  margin-right: 0.25em;
}

.breadcrumb__container {
	max-width: calc(100% - 70px);
	margin-bottom: 30px;
}

.navbar-item img {
  max-height: none;
}

.wp-block-buttons > .wp-block-button {
  margin-bottom: 0;
}

button,
input[type=submit],
.button,
.wp-block-button__link,
.custom-html-widget #mc_embed_signup .button {
  background-color: #c81d26;
  border-color: #c81d26;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  border-radius: 3px;
  padding: 12px;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
button:hover, button:focus, button:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
.button:hover,
.button:focus,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.custom-html-widget #mc_embed_signup .button:hover,
.custom-html-widget #mc_embed_signup .button:focus, 
.custom-html-widget #mc_embed_signup .button:active {
  background-color: #98181f;
  border-color: #98181f;
  color: #fff;
}
.custom-html-widget #mc_embed_signup .button {
	padding: 0 22px;
}
.custom-html-widget #mc_embed_signup form,
.custom-html-widget #mc_embed_signup h2 {
	margin: 0;
}
.custom-html-widget #mc_embed_signup .helper_text,
.custom-html-widget #mc_embed_signup .indicates-required {
	display: none;
}
.custom-html-widget #mc_embed_signup h2 {
	font-size: 1.5rem;
}

.section {
  padding: 1.5rem 0.75rem;
}
@media (min-width: 992px) {
  .section {
    padding: 2rem 1.5rem 4rem;
  }
}

.breadcrumb {
  font-size: 0.875rem !important;
  font-weight: 600;
}
.breadcrumb li {
  white-space: normal;
}
.breadcrumb li + li::before {
  color: inherit;
}
.breadcrumb a {
  padding: 0 0.25rem;
}
.breadcrumb li:not(.is-active) a {
  color: #c81d26;
  text-decoration: underline;
}
.breadcrumb li:not(.is-active) a:hover {
  color: #98181f;
}

@media (min-width: 993px) {
  .object-fit-img,
.object-fit-img * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .object-fit-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.card-content {
  padding: 1.5rem 1.125rem;
}
@media (min-width: 768px) {
  .card-content {
    padding: 1.5rem;
  }
}

.hero {
  background-image: url("./assets/img/hero-bg.jpg") !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero .title {
  font-size: 2.25rem;
  line-height: 1.35;
  text-transform: none !important;
}

.hero-body {
  padding: 2rem 1rem;
  background-image: linear-gradient(225deg, rgba(48, 3, 5, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.hero-body a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .hero-body {
    padding: 3rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .hero-body {
    padding: 4rem 1.5rem;
  }
}
.hero-body .title {
  font-size: 2.25rem;
}
.hero-body .subtitle {
  font-size: inherit;
  font-weight: 600;
}
.hero-body .search-form {
  max-width: 612px;
  margin: auto;
}
.hero-body .search-form .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-body .search-form .control {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.hero-body .search-form .is-expanded {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .hero-body .search-form .is-expanded {
    margin-right: 1rem;
  }
}
.hero-body .search-form .button {
  font-size: 1rem;
  min-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
}
.hero-body .search-form .input,
.hero-body .search-form .button {
  height: 2.5rem;
}

.has-background-black {
  background-color: #252525 !important;
}

.has-background-danger-light {
  background-color: #fafafa !important;
}

.panel-block--end {
  margin-top: auto;
}

.content figure {
  line-height: 0;
}

.content figure:not(:first-child) {
  margin-top: 1.5rem;
}

.page-template-iknow-full-width article.card, .page-template-iknow-full-width article.card > .card-content {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.content .has-large-font-size {
  font-size: 2rem;
  font-weight: 600;
}
.content .has-medium-font-size {
  font-size: 1.375rem;
  margin-bottom: 0.5em;
}
.content .has-normal-font-size {
  font-size: 1.125rem;
}
.content h3:not(:first-child) {
  margin-top: 0;
}

.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wp-block-embed-youtube.wp-embed-aspect-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ghostkit-grid-gap-sm {
  --gkt-grid__gap: 1rem;
}

.ghostkit-grid-gap-md {
  --gkt-grid__gap: 1.25rem;
}

.wp-block-separator {
  border: none;
  height: 1px;
  background-color: #ccc;
}

ul.is-style-styled {  
  margin-top: 1em;
}
ul.is-style-styled li {
  list-style: disc outside;
  padding: 0;
	padding-inline-start: 14px;
}
ul.is-style-styled li::before {
  display: none;
}
ul.is-style-styled > li:not(:last-child) {
  margin-bottom: 1em;
}

.input,
.select select,
.textarea,
input,
textarea,
select {
  color: #252525;
  border-color: #ccc;
  font-family: inherit;
  font-size: 0.875rem;
  height: 3em;
  margin: 0;
  padding: 0.75em 1em;
  -webkit-transition: border-color 0.1s ease-out;
  transition: border-color 0.1s ease-out;
}
.input:focus,
.select select:focus,
.textarea:focus,
input:focus,
textarea:focus,
select:focus {
  border-color: #999;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input.error,
.select select.error,
.textarea.error,
input.error,
textarea.error,
select.error {
  border-color: #c81d26;
}

.form-error-msg {
  color: #c81d26;
  font-style: italic;
  font-size: 0.75rem;
}

.control .button {
  font-size: 0.875rem;
  height: 3em;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 20px 0;
  font-style: italic;
}

.wpcf7-not-valid-tip {
  color: #eb757b;
  font-size: 0.875em;
  margin-top: 5px;
}

.form-group {
  background-color: #282828;
  color: #fff;
}

.wp-block-contact-form-7-contact-form-selector {
  background-color: #282828;
  color: #fff;
  font-size: 0.875rem;
}
.wp-block-contact-form-7-contact-form-selector input,
.wp-block-contact-form-7-contact-form-selector select,
.wp-block-contact-form-7-contact-form-selector textarea {
  color: #282828;
}
.wp-block-contact-form-7-contact-form-selector label:not(:first-child) {
  display: block;
  margin-top: 1rem;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap {
  margin-top: 0.125rem;
  display: block;
}
.wp-block-contact-form-7-contact-form-selector input[type=submit] {
  color: #fff;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  margin-top: 1.5rem;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 2.75rem;
}
.wp-block-contact-form-7-contact-form-selector form {
  max-width: 25.625rem;
  margin: auto;
  text-align: left;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-list-item {
  margin: 0;
  text-align: left;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-list-item:first-child {
  margin-top: 1rem;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-list-item input {
  margin: 0 0.5rem 0 0;
  height: auto;
  border-width: 1px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-list-item label {
  line-height: 1.2;
}
.wp-block-contact-form-7-contact-form-selector p {
  margin: 0 !important;
}
.wp-block-contact-form-7-contact-form-selector br {
  display: none;
}
.wp-block-contact-form-7-contact-form-selector form .wpcf7-response-output {
  margin: 0;
  padding-bottom: 2rem;
}

.form-field {
  margin-bottom: 1rem;
}

.form-actions .button {
  font-size: 0.875rem;
  width: 100%;
  height: 42px;
}

.navbar-item .custom-logo {
  max-height: 30px;
  width: auto;
}
@media (min-width: 1024px) {
  .navbar-item .custom-logo {
    max-height: 44px;
  }
}

.navbar-start,
.navbar-end {
  max-width: 400px;
}
@media (min-width: 1024px) {
  .navbar-start,
.navbar-end {
    max-width: none;
  }
}

.navbar-start {
  margin: auto;
}
@media (min-width: 1024px) {
  .navbar-start {
    margin: 0 auto 0 0;
    display: none;
    background: red;
  }
}

.navbar-end {
  margin: auto;
}
@media (min-width: 1024px) {
  .navbar-end {
    margin: 0 0 0 auto;
  }
}
.navbar-end .button {
  display: none;
}
@media (min-width: 1024px) {
  .navbar-end .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

a.navbar-item,
.navbar-item.has-dropdown {
  font-weight: 600;
}
a.navbar-item:hover, a.navbar-item:hover .navbar-link,
.navbar-item.has-dropdown:hover,
.navbar-item.has-dropdown:hover .navbar-link {
  color: #252525;
  background-color: transparent;
}
a.navbar-item.button,
.navbar-item.has-dropdown.button {
  border-radius: 3px;
  margin: auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  a.navbar-item.button,
.navbar-item.has-dropdown.button {
    margin-right: 0;
  }
}
a.navbar-item.button:hover,
.navbar-item.has-dropdown.button:hover {
  color: #fff;
  background-color: #98181f;
  border-color: #98181f;
}

.navbar-item, .navbar-link {
  padding: 0.5rem 1rem;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2rem;
}
.navbar-link:not(.is-arrowless)::after {
  display: none;
}
.navbar-link:not(.is-arrowless) > span {
  position: relative;
}
.navbar-link:not(.is-arrowless) > span::after {
  content: "";
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.19 6.3'%3E%3Cpolygon points='5.6 6.3 0 0.71 0.71 0 5.6 4.89 10.48 0 11.19 0.71 5.6 6.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11.5px;
  height: 6.25px;
  display: block;
  position: absolute;
  bottom: 0.35rem;
  right: -1.15rem;
}

.navbar-link.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover {
  color: inherit;
  background-color: inherit;
}

.navbar-dropdown a.navbar-item.is-active:not(:focus):not(:hover) {
  color: inherit;
  background-color: #f2f2f2;
}

.navbar-dropdown .navbar-item {
  padding-left: 2.5rem;
  font-size: 1rem;
  color: #252525;
}

.navbar-start .search-form {
  margin: 1rem;
}

.burger {
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.burger:hover, .burger:focus, .burger:active {
  color: #252525;
  background-color: #f2f2f2;
}
.burger.is-active {
  background-color: #f2f2f2;
}

.navbar-item--hidden-mobile {
  display: none !important;
}
@media (min-width: 1024px) {
  .navbar-item--hidden-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.footer {
  background-color: #222;
  color: #fff;
  padding: 2rem 0 0;
}
.footer .widget,
.footer .widget .content {
  font-size: 0.875rem;
}
.footer .widget a,
.footer .widget .content a {
  color: #fff;
}
.footer .widget a:hover,
.footer .widget .content a:hover {
  color: #efefee;
}
.footer .widget address,
.footer .widget address + p,
.footer .widget .content address,
.footer .widget .content address + p {
  line-height: 2;
}
.footer .widgettitle,
.footer .content .widgettitle {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.footer__widgets {
  padding: 0 1.5rem;
  max-width: 740px;
  margin: auto;
}
@media (min-width: 540px) {
  .footer__widgets {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer__widgets {
    padding: 0;
    max-width: none;
  }
}
.footer__widgets .widget {
  padding: 0 0.65rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 540px) {
  .footer__widgets .widget {
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .footer__widgets .widget {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
  }
  .footer__widgets .widget:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
}
.footer__widgets .widget p:not(:last-child) {
  margin-bottom: 1.5em;
}
@media (max-width: 59.9375em) {
  .footer__widgets .field.has-addons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 59.9375em) {
  .footer__widgets .field.has-addons .control {
    margin-right: auto;
    width: 100%;
  }
  .footer__widgets .field.has-addons .control + .control {
    margin-top: 1em;
  }
}
.footer__widgets .field.has-addons .control:not(:last-child) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 59.9375em) {
  .footer__widgets .field.has-addons .input,
.footer__widgets .field.has-addons .button {
    border-radius: 4px !important;
    width: 100%;
  }
}
.footer__widgets .menu {
  font-size: inherit;
}
.footer__widgets .menu a {
  padding: 0.4em 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-radius: 0;
}
.footer__widgets .menu a:hover {
  background-color: transparent;
}

.footer__copyright {
  background-color: #282828;
  padding: 1rem 0;
  font-family: inherit;
  font-size: 0.875rem;
}

.button--subscribe {
  background-color: #414141;
  border-color: #414141;
  padding: 0.75rem 2rem;
}
.button--subscribe:hover, .button--subscribe:focus, .button--subscribe:active {
  background-color: #707070;
  border-color: #707070;
}

#sidebar .widget_nav_menu .menu-list > li:first-child > a {
  font-weight: normal;
  background-color: #252525;
  color: #fff;
  border-radius: 2px;
  padding: 0.5em 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sidebar .widget_nav_menu .sub-menu a {
  border-radius: 2px;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0.75em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#sidebar .widget_nav_menu .sub-menu a:hover {
  background-color: #f2f2f2;
  color: #333;
}
#sidebar .widget_nav_menu .sub-menu .current-menu-item a, #sidebar .widget_nav_menu .sub-menu .current-menu-item a:hover,
#sidebar .widget_nav_menu .sub-menu .current-page-ancestor a,
#sidebar .widget_nav_menu .sub-menu .current-page-ancestor a:hover {
  background-color: #fafafa;
}

.widget.widget_quick_quote {
  margin-top: 1.5rem;
  background-color: #f2f2f2;
  border: 1px solid #d6d6d6;
  position: relative;
  overflow: hidden;
}
.widget.widget_quick_quote .title {
  text-transform: uppercase;
  font-size: 1.625rem;
  margin: 0 0 0.25rem;
}
.widget.widget_quick_quote .subtitle {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}
.widget.widget_quick_quote form {
  margin-bottom: 0.5rem;
}
.widget.widget_quick_quote form .button {
  font-weight: 600;
}
.widget.widget_quick_quote .thank-you-msg {
  display: none;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #282828;
  padding: 1.25rem 0.625rem;
  border-radius: 6px;
  color: #fff;
  border: 2px solid #fff;
}
.widget.widget_quick_quote .thank-you-msg > span {
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
.widget.widget_quick_quote .thank-you-msg p {
  max-width: 500px;
  margin: 0 auto 1.5rem;
}
.widget.widget_quick_quote .thank-you-msg p span {
  display: block;
}
.widget.widget_quick_quote .thank-you-head {
  font-size: 2.25rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #fff;
}
.widget.widget_quick_quote span.thank-you-sub-head {
  margin: 0 0 2rem;
  font-size: 1rem;
  color: #fff;
}
.widget.widget_quick_quote .thank-you-in-stock {
  display: none;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock {
  background-color: #f2f2f2;
  color: #282828;
  padding: 20px 26px;
  bottom: auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock {
    padding-bottom: 32px;
  }
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock span.thank-you-head {
  font-size: 22px;
  color: inherit !important;
  line-height: 1;
  margin: 0 0 12px;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock span.thank-you-sub-head {
  font-size: 13px;
  line-height: 1.1;
  color: inherit !important;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  margin-bottom: 24px;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .thank-you-body {
  display: none;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .thank-you-in-stock {
  display: block;
  border-top: 1px solid #282828;
  padding-top: 20px;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .thank-you-in-stock p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
  max-width: none;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .thank-you-in-stock-head {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .card {
  overflow: hidden;
  width: 230px;
  margin: auto;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  padding: 20px;
  position: relative;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .card::before {
  content: "Buy Online";
  position: absolute;
  width: 156px;
  background-color: green;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
  text-align: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 24px;
  line-height: 24px;
  left: 0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  top: 86px;
  pointer-events: none;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .card .card-figure-link {
  display: block;
  border: 1px solid #d6d6d6;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .card .card-img-container {
  max-width: 300px;
  position: relative;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .card .card-img-container::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .card .card-image {
  bottom: 0;
  border: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .card .button {
  margin-bottom: 0;
  background-color: #c81d26;
  border-color: #c81d26;
  width: 100%;
  font-size: 15px;
  height: 42px;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .card .button:hover, .widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .card .button:focus {
  background-color: #98181f;
  border-color: #98181f;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .thank-you-card-section {
  padding-top: 12px;
  text-align: center;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .card-title {
  display: block;
  margin-bottom: 15px;
}
.widget.widget_quick_quote .thank-you-msg.thank-you-msg--product-in-stock .card-title a {
  color: #4a4a4a;
}

.content figure {
  margin: 0;
  text-align: left;
}
.content h1, .content h2 {
  font-size: 2rem;
  line-height: 1.35;
  margin-bottom: 1rem;
}
.content h2:not(:first-child) {
  margin-top: 1.85rem;
}
.content h3 {
  font-size: 1.25em;
  line-height: inherit;
}
.content h1, .content h2, .content h3, .content h4, .content h5 {
  color: #252525;
}
.content p:not(:last-child),
.content ul:not(:last-child),
.content ol:not(:last-child),
.content dl:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content .table:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .content p:not(:last-child),
.content ul:not(:last-child),
.content ol:not(:last-child),
.content dl:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content .table:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.content .table {
  margin-bottom: 0;
  color: inherit;
  background-color: inherit;
}
.content table {
  border: 1px solid #efefee;
}
.content table thead {
  background-color: #fafafa;
}
.content table thead th,
.content table thead td,
.content table tbody th,
.content table tbody td,
.content table th,
.content table td {
  border: 1px solid #efefee;
}
.content thead th,
.content thead td {
  padding: 10px 18px;
}
@media (min-width: 768px) {
  .content thead th,
.content thead td {
    padding: 10px 20px;
  }
}
.content tbody td {
  padding: 10px 18px 12px;
}
@media (min-width: 768px) {
  .content tbody td {
    padding: 24px 20px;
  }
}

@media (max-width: 39.9375em) {
  .content .table--responsive table,
.content .table--responsive tbody,
.content .table--responsive tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .table--responsive table {
    border: none;
  }
  .content .table--responsive tr {
    margin-bottom: 1rem;
  }
  .content .table--responsive td:last-child {
    border-bottom-width: 1px;
  }
  .content .table--responsive td + td {
    border-top: none;
  }
  .content .table--responsive thead {
    display: none;
  }
  .content .table--responsive td[data-th]::before {
    content: attr(data-th);
    display: block;
    background-color: #fafafa;
    border: 1px solid #efefee;
    position: relative;
    margin: -11px -19px 10px;
    padding: 10px 18px;
    font-weight: bold;
  }
}
#voting {
  padding: 1rem 0 0.25rem;
}
@media (min-width: 992px) {
  #voting {
    padding: 2rem 0 1.5rem;
  }
}
#voting .level {
  margin-bottom: 0;
}
#voting .level-right {
  display: none;
}

.content .related-docs {
  margin-top: 2rem;
}
.content .related-docs__title {
  margin-bottom: 0.25em;
}
.content .related-docs__list {
  background-color: #fafafa;
  border: 1px solid #efefee;
  padding: 1rem;
  margin: 0;
  list-style: none;
}
.content .related-docs__list li:not(:last-child) {
  border-bottom: 1px solid #efefee;
}
.content .related-docs__list a:hover {
  background-color: transparent;
}

.article-cta {
  background-color: #fafafa;
  border: 1px solid #efefee;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .article-cta {
    padding: 1rem 2rem;
  }
}
.article-cta:not(:first-child) {
  margin-top: 2rem;
}
.article-cta a {
  display: inline-block;
}
.article-cta + .global-article-cta:not(:first-child) {
  margin-top: 1rem;
}

.global-article-cta {
  background-color: #252525;
  color: #fff;
  text-align: center;
  padding: 1rem;
}
@media (min-width: 768px) {
  .global-article-cta {
    padding: 2rem;
  }
}
.global-article-cta:not(:first-child) {
  margin-top: 2rem;
}

.content .global-article-cta__title {
  font-size: 1.5rem;
  line-height: 1.125;
}

.article-links {
  margin-top: 1.5rem;
}
@media (min-width: 540px) {
  .article-links {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .article-links {
    margin-top: 2rem;
  }
}

.article-links__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.article-links__link a {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  position: relative;
}
@media (min-width: 540px) {
  .article-links__link a {
    padding: 20px;
    min-height: 94px;
  }
}
.article-links__link a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.article-links__link span {
  display: block;
}
.article-links__link:nth-child(2) {
  border-top: 1px solid #efefee;
}
@media (min-width: 540px) {
  .article-links__link:nth-child(2) {
    border-top: none;
    border-left: 1px solid #efefee;
  }
}

.article-links__link--previous a {
  padding-left: 40px;
}
.article-links__link--previous a::after {
  left: 0;
  background-image: url("./assets/img/left-arrow.png");
}

.article-links__link--next {
  margin-left: auto;
  text-align: right;
}
.article-links__link--next a {
  padding-right: 40px;
}
.article-links__link--next a::after {
  right: 0;
  background-image: url("./assets/img/right-arrow.png");
}

.article-links__label {
  color: #c81d26;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.16667em;
  text-transform: uppercase;
}

.is-style-card,
.is-style-card--content,
.is-style-card--lg {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(10, 10, 10, 0.1);
          box-shadow: 0 0.5rem 1rem 0 rgba(10, 10, 10, 0.1);
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 992px) {
  .is-style-card,
.is-style-card--content,
.is-style-card--lg {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    left: calc(var(--gkt-grid__gap) / 2);
  }
  .is-style-card .ghostkit-grid,
.is-style-card--content .ghostkit-grid,
.is-style-card--lg .ghostkit-grid {
    --gkt-grid__gap: 0;
  }
}
@media (max-width: 768px) {
  .is-style-card,
.is-style-card--content,
.is-style-card--lg {
    max-width: 400px;
  }
}
.is-style-card .wp-block-buttons,
.is-style-card--content .wp-block-buttons,
.is-style-card--lg .wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-style-card--content {
  text-align: left;
  max-width: none;
}
.is-style-card--content .wp-block-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 993px) {
  .is-style-card--lg {
    text-align: left;
  }
  .is-style-card--lg .wp-block-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.archive .hero-body .subtitle {
  max-width: 960px;
  margin: auto;
}
.archive .hero-body .columns {
  max-width: 600px;
  margin: auto;
}
.archive .hero-body figure {
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .archive .hero-body figure {
    padding: 0.75rem;
    margin: 0 !important;
  }
}
.archive .hero-body figcaption {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .section--home {
    padding-top: 2rem;
    padding-bottom: 4.5rem;
  }
}
.section--home .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section--home .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.section--home .panel.is-dark .panel-heading {
  background-color: #252525;
}
.section--home .panel-heading {
  margin-bottom: 1rem;
  font-weight: 600;
}
.section--home .panel-heading h2 {
  font-weight: 600;
}
.section--home .panel-heading a {
  color: #fff;
}

.block--button {
  padding: 0;
}
.block--button .button {
  background-color: #fafafa;
  color: #252525;
  text-decoration: underline;
  text-transform: uppercase;
  border: none;
  border-top: 1px solid #f2f2f2;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 0.0625em;
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  margin-top: 1rem;
}
.block--button .button:hover, .block--button .button:active, .block--button .button:focus {
  background-color: #efefee;
}

.home-cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-cta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-cta__content {
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  padding: 3.125rem 1.125rem;
}

.home-cta__heading {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.home-cta__body {
  margin-bottom: 1.5rem;
}

.level {
	flex-direction: column;
	align-items: flex-start;
}
.level-center .title {
	font-size: 38px;
	margin-bottom: 20px;
}
.level-right {
	font-size: 14px !important;
}
.social-share {
	margin-top: 30px;
	display: flex; 
	align-items: center; 
	gap: 12px; 
	font-weight: bold; 
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
}
.social-share.bottom {
	margin: 0;
}
.social-share a {
	display: flex;
}
.single-post #sidebar {
	position: sticky;
    top: 40px;
}
.single-post .column.is-two-thirds-desktop {
	margin: auto;
}
article.card {
	box-shadow: none;
}
article .card-content {
	padding: 30px 0 0;
}
article .content #voting {
	display: none;
}

#related {
	margin-top: 60px;
}
#related h2 {
	color: #252525;
	font-size: 26px;
    font-weight: 700;	
}
#related .row {
	margin-bottom: 30px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#related .all-articles-link {    
    text-decoration: none;
	color: #C81D26;
	font-size: 16px;
	font-weight: 700;
}
.related {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.related-box {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);	
	overflow: hidden;
	background: #fff;
	transition: box-shadow 0.3s ease;
}
.related-box .thumb {
	max-height: 136px;
	overflow: hidden;
}
.related-box .thumb img {
	width: 100%;
	height: auto;	
}
.related-box .content {
	padding: 20px;
}
.related .post-date {
	color: #252525;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
}
.related-box .title {
	color: #252525;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px;
}
.related-box .excerpt {	
	color: #252525;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 6;
  	-webkit-box-orient: vertical;
}

/* Responsive */
@media screen and (min-width: 1024px) {
    .single-post .column.is-two-thirds-desktop {        
        /*width: 80%;*/
    }
}
@media (max-width: 768px) {
	.related {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 767px) {
	.single-post .column.is-two-thirds-desktop {
		padding: 20px;
	}
	#related {
		padding: 0 10%;
	}
	#related .row {
		flex-direction: column;
		row-gap: 20px;
	}
	.related {
		row-gap: 30px;
	}
}
@media (max-width: 480px) {
	.related {
		grid-template-columns: 1fr;
	}
}


.page-template .container > .level:first-child,
.page-template .section > .level:first-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .page-template .container > .level:first-child,
.page-template .section > .level:first-child {
    padding-bottom: 2rem;
    margin-bottom: 4rem;
  }
}

.page-template .content h2:not([class*=font-size]) {
  font-size: 1.5rem;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	position: relative;
    color: #FFFFFF;
    height: auto;
    max-height: unset;
    line-height: 13px;
    text-transform: uppercase;
    background: rgba(0,0,0,.7);
    font-style: normal;
	font-size: 8px;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 8px 20px;
}
/* obx styling */

@media (max-width: 767px) {
  #post-505 .wp-block-table.protocol-table {
    overflow-x: auto !important;
  }

  #post-505 .wp-block-table.protocol-table table {
    table-layout: auto !important;
    width: 100% !important;
    min-width: 520px !important;
  }

  #post-505 .wp-block-table.protocol-table td {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    vertical-align: top !important;
    padding: 12px !important;
  }
}
