body {
  color: #1a1a1f;
}

p {
  margin: 12px 0;
}

article video {
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

article img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

article video {
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

article img {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

article video {
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

article img {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.max-height-600 {
  max-height: 600px;
}

.checkmark-green {
  color: 	#9bf00b;
  font-weight: bold;
}

.x-red {
  color: #dc3545;
  font-weight: bold;

}

/* when keyboard navigating, we add a solid border instead of a dotted style that is defaulted from the MWF framework */
a[href]:focus,
area[href]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
iframe:focus,
[tabindex]:focus,
[contentEditable="true"]:focus {
  outline: 0.1875rem solid #1a1a1f;
}

/* @TODO: Temp changes, markdown is being converted into HTML inside of markdown... will like to eventually convert HTML to markdown notation */

/* @TODO: A11y issue with table... converted HTML not using semantic HTML ex. <thead> never is displayed... */
table {
  width: 100%;
  margin-bottom: 32px;
  margin-top: 32px;
  background-color: transparent;
  border: 0.0625rem solid #757575;
  padding-bottom: 1rem !important;
}

th {
  padding: 1.5rem 0.75rem;
}

tr:last-child td {
  border-bottom-color: #757575;
  /* border-right: none; */
}

td {
  padding: 1.5rem 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: top;
  border-bottom: 0.0625rem solid #d2d2d2;
}

td:not(:last-child) {
  border-right: 0.0625rem solid #d2d2d2;
}

div#meControl {
  padding-top: 7px;
  z-index: 0;
}

div.metadata div {
  display: inline;
}

.img-max-300 {
  max-width: 300px;
}

.breadcrumb {
  font-size: 12px;
  color: #2e2e33;
  padding-left: 0rem;
  padding-right: 0rem;
  font-weight: 400;
}

.breadcrumb-item a {
  color: #2e2e33;
  font-weight: 400;
}

a:hover {
  color: #002847;
}

.link-heading {
  text-decoration: none;
}

.link-heading:hover {
  text-decoration: underline;
  color: #002847;
}

.text-heading1,
.text-heading2,
.text-super {
  color: #1a1a1f;
}

.text-default {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 9px;
}

h1,
.text-heading1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #1a1a1f;
}

h2,
.text-heading2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #1a1a1f;
}

h3,
.text-heading3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 9px;
  color: #1a1a1f;
}

h4,
.text-heading4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 9px;
  color: #1a1a1f;
}

h5,
.text-heading5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 9px;
  color: #1a1a1f;
}

h6,
.text-heading6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 9px;
  color: #1a1a1f;
}

.text-super {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 12px;
}

.text-body1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 12px;
}

.text-body2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 9px;
}

.text-body3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 9px;
}

.text-body4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 9px;
}

.text-body5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 9px;
}

.text-body6 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #747479;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 9px;
}

blockquote {
    margin: 0;
    font-size: 1rem;
    margin-bottom: .75rem;
}

.blog-postList .blog-postItem {
  padding: 15px 0;
  border-bottom: 1px solid #b8b9ba;
}

.blog-postList .blog-postItem:after {
  clear: both;
  /* content: ""; */
  display: table;
}

.blog-postList .blog-postItem:last-of-type {
  border-bottom: 0;
}

.blog-readMore {
  margin: 15px 0;
  font-size: 16px;
}

ul.tags {
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

ul.tags > li {
  background-color: #f4f5f6;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 3px 6px;
  text-align: center;
}

ul.tags > li a {
  color: inherit;
  text-decoration: none;
}

ul.tags > li a:hover {
  text-decoration: none;
}

ul.tags[aria-label]:before {
  content: attr(aria-label);
  margin-right: 6px;
}

.list--links {
  list-style-type: none;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
}

.list--links li {
  margin-bottom: 12px;
}

@media screen and (min-width: 250px) {
  ul.list-columns {
    column-count: 2;
  }
}

@media screen and (min-width: 1000px) {
  ul.list-columns {
    column-count: 3;
  }
}

.blog-sidebar h3:not(:first-child) {
  margin-top: 30px;
}

.blog-sidebar .input-group {
  height: 49px;
  border-color: #2e2e33;
}

.blog-sidebar .form-control {
  height: 49px;
  border-color: #2e2e33;
}

.blog-sidebar .button-rss-feed {
  background-color: #fff;
  color: #2e2e33 !important;
  fill: #f8f9fa;
  border: 2px solid #2e2e33;
  margin-top: 24px;
  text-decoration: none;
  text-align: center;
  border-radius: 1px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 24px;
  width: 100%;
  align-items: center;
}

.blog-sidebar .button-rss-feed:hover {
  text-decoration: underline;
}

.blog-sidebar .button-rss-feed img {
  margin-right: 8px;
}

.cta-left {
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}

html:not([dir="rtl"]) .cta-left {
  padding-left: 1.3125em;
}

html[dir="rtl"] .cta-left {
  padding-right: 1.3125em;
}

.cta-left::after {
  font-family: "MWF-MORAY-MDL2";
  position: absolute;
  line-height: 1;
  top: 50%;
  margin-top: -0.5em;
  font-size: 0.8125em;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (prefers-reduced-motion: reduce) {
  .cta-left::after {
    transition: none;
  }
}

html:not([dir="rtl"]) .cta-left::after {
  content: "";
  left: 0.25em;
}

html[dir="rtl"] .cta-left::after {
  content: "";
  right: 0.25em;
}

.cta-left:hover {
  text-decoration: underline;
}

html:not([dir="rtl"]) .cta-left:hover::after {
  transform: translate(-0.25em, 0);
}

html[dir="rtl"] .cta-left:hover::after {
  transform: translate(0.25em, 0);
}

h1:hover .link-icon,
h2:hover .link-icon,
h3:hover .link-icon,
h4:hover .link-icon,
h5:hover .link-icon,
h6:hover .link-icon,
.link-icon:focus {
  opacity: 1;
}

.link-icon {
  content: url("../images/IconLink.svg");
  width: 16px !important;
  height: 16px !important;
  opacity: 0;
}

.admonition {
  word-wrap: break-word;
  border-radius: 0.375rem;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: relative;
  transition: height 0.5s ease-in, opacity 0.5s ease-in;
  word-break: break-word;
  margin-bottom: 0.75rem;
}

.admonition .glyph-prepend:before {
  position: relative;
  top: 4px;
}

pre.chroma code {
  background-color: inherit;
}

.highlight {
  margin-bottom: 0.75rem;
}

.highlight pre.chroma {
  border-radius: 0.375rem;
}

.highlight pre.chroma {
  padding: 1rem;
  border-radius: 0.375rem;
  font-size: 1rem;
}

.copy-code-button {
  margin-top: 0.75rem;
  color: #272822;
  background-color: #fff;
  border-color: #272822;
  border: 2px solid;
  border-radius: 3px 3px 0px 0px;
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: -2px;
  padding: 3px 8px;
  font-size: 0.8em;
}

.copy-code-button:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}

.copy-code-button:focus {
  background-color: #e6e6e6;
  outline: 0;
}

.copy-code-button:active {
  background-color: #d9d9d9;
}

.glyph-prepend-copy::before {
  margin-right: 0.25rem;
}

.highlight pre {
  margin: 0;
}

.lightbox {
  display: flex;
  justify-content: center;
}

.lightbox img {
  max-width: 100%;
}

.blog-post-content iframe {
  padding-bottom: 0.75rem;
}

.blog-post-content p {
  word-break: break-word;
}

.blog-post-content h1,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-post-content h6 {
  margin: 28px 0 20px;
}

/* CSAT Widget Styles */

.csat-background {
  background-color: #3a5311;
  min-height: 32px;
  width: 100%;
  display: flex;
  word-break: break-word;
  flex-direction: column;
  padding: 1rem;
  color: white;
  fill: white;
}

#csat-widget {
  display: none;
}

#csat-feedback-form-container {
  display: none;
}

#csat-feedback-thankyou-banner {
  display: none;
  background-color: #3a5311;
  color: white;
  fill: white;
}

.required-star {
  color: red;
}

.csat-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.csat-remove-styles-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  margin: 0;
}

.csat-radio-button-container {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  position: relative;
  margin: 0px 4px 4px 0px;
  background-color: rgb(36, 36, 36);
  height: 100%;
  max-height: 94px;
}

.csat-rating-radio-btn {
  position: absolute;
  opacity: 0;
}

.csat-input-unselected {
  display: flex;
  cursor: pointer;
  margin: 0px;
  position: relative;
  vertical-align: top;
  min-height: 20px;
  box-sizing: content-box;
  padding-top: 22px;
  text-align: center;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  border: 1px solid transparent;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  user-select: none;
}

.csat-input-unselected:hover {
  border-color: rgb(245, 245, 245);
}

.csat-input-unselected::before {
  content: "";
  display: inline-block;
  background-color: rgb(20, 20, 20);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(245, 245, 245);
  width: 20px;
  height: 20px;
  font-weight: normal;
  position: absolute;
  top: 3px;
  left: auto;
  box-sizing: border-box;
  transition-property: border-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
  border-radius: 50%;
  right: 3px;
  opacity: 0;
}

.csat-input-unselected::after {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  right: 0px;
  transition-property: border-width;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
  box-sizing: border-box;
}

.csat-input-unselected:hover::before {
  border-color: rgb(245, 245, 245);
  opacity: 1;
}

input:focus + .csat-input-unselected {
  border: 1px solid rgb(245, 245, 245);
  /* border: 1px solid yellow !important; */
}

.csat-input-selected:focus {
  border: 1px solid rgb(245, 245, 245);
  /* border: 1px solid fuchsia !important; */
}

.csat-input-selected:focus-visible::after {
  /* border: 1px solid rgb(245, 245, 245); */
  outline-offset: 2px;
  outline: 3px solid fuchsia;
  /* border: 1px solid fuchsia !important; */
}

.csat-choice-field:focus-visible::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  outline: 1px solid yellow;
  outline-offset: 2px;
}

.csat-choice-field:focus-within::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  outline: 1px solid whitesmoke;
  outline-offset: 2px;
}

.csat-input-selected {
  display: flex;
  cursor: pointer;
  margin: 0px;
  position: relative;
  vertical-align: top;
  min-height: 20px;
  box-sizing: content-box;
  padding-top: 22px;
  text-align: center;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  border: 1px solid rgb(40, 134, 222);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  user-select: none;
}

.csat-input-selected::before {
  content: "";
  display: inline-block;
  background-color: rgb(20, 20, 20);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(40, 134, 222);
  width: 20px;
  height: 20px;
  font-weight: normal;
  position: absolute;
  top: 3px;
  left: auto;
  box-sizing: border-box;
  transition-property: border-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
  border-radius: 50%;
  right: 3px;
  opacity: 1;
}

.csat-input-selected::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: auto;
  right: 8px;
  transition-property: border-width;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
  box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(40, 134, 222);
  background: rgb(40, 134, 222);
  top: 8px;
}

.csat-input-selected:hover {
  border-color: rgb(71, 158, 245);
}

.csat-input-selected:hover::before {
  border-color: rgb(71, 158, 245);
  opacity: 1;
}

.csat-input-selected:hover::after {
  border-color: rgb(71, 158, 245);
  background: rgb(71, 158, 245);
}

.csat-input-selected:focus {
  border-color: rgb(71, 158, 245);
}

.csat-input-selected:focus::after {
  border-color: rgb(71, 158, 245);
  background: rgb(71, 158, 245);
}

.csat-inner-label {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

.csat-icon-wrapper {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
}

.csat-radio-btn-icon {
  display: inline-block;
}

.csat-label-wrapper {
  font-size: 14px;
  position: relative;
  margin: 4px 8px 2px;
  height: 32px;
  line-height: 15px;
  max-width: 64px;
}
