.card.guidelines {background-color: #f7fcff}
.card.guidelines ol {margin-bottom: 0}
.card.guidelines ol li strong {padding-right: 4px}
.card.guidelines ol li:not(:last-child) {margin-bottom: 10px}
.doc-type label,
.consent label{font-weight: 500;color: #000;opacity: 1;}
.pdf-doc-list li a {font-weight: 500}
.pdf-doc-list .countdown {
	display: inline-block;
	background: #e3d3f1;
	border-radius: 12px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	text-shadow: 1px 1px 2px #fff;
}
.card.docs .card__body {padding: 0}
.card.docs table {border: none; color: #37474f;}
.card.docs h4 {
	padding: 15px 15px 0;
	margin-bottom: 10px;
	font-size: 32px;
}
.card.docs p { 
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
	font-size: 15px;
}
.card.docs tbody tr:not(:last-child) td {border-bottom: 1px solid #e9ecef;}
.card.docs table th {
    background: #f8f9fa;
    color: #37474f;
	border-bottom: 2px solid #e9ecef;
}
.card.docs .fa-file-pdf {color: #ff0000;}
td.author, td.days {font-size: 15px}
.rem-text {
	display: inline-block;
	font-weight: 500;
	color: #B20000;
}
.card.docs table tr a:hover {
	color: #006699;
	border-bottom: 1px dotted #006699;
}
main.content {background: #F5F7FA}
.progress {
    width: 100%;
    height: 4px;
    background-color: #e9ecef;
    border-radius: 2px;
}
.progress-bar {
    height: 100%;
	background-color: #4CAF50;
	border-radius: 2px;
}
input[type=text]:required, input[type=email]:required, input[type=password]:required, input[type=number]:required, input[type=tel]:required, textarea:required, select:required {color: #000}
p[data-sf-role="error-message"] {
	color: #B20000;
	font-style: italic;
	font-size: 15px;
}
.list-group.doc {margin-bottom: 2rem; font-size: 15px}
.list-group .label {font-weight: 600}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin: 0;
    border-radius: .25rem;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item+.list-group-item {
    border-top-width: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
div[id^="comment-submit"] img,
div[id^="comment-submit"] textarea,
ul.list-group.doc+div[data-sf-role="comments-count-wrapper"],
div[data-sf-role="comments-container"],
a[data-sf-role="comments-sort-new-button"],
a[data-sf-role="comments-sort-old-button"] {display: none !important}
#doc_preview_wrapper {margin-top: 3rem}

p[data-sf-role="review-new-form-replacement"] {
	margin-top: 2rem;
	display: inline-block;
	color: #155724;
    background-color: #d4edda;
	position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid #c3e6cb;
    border-radius: .25rem;
	margin-bottom: 0;
}
div[data-sf-role="comments-new-requires-authentication"] {
	margin-top: 2rem;
	display: inline-block;
	color: #856404;
    background-color: #fff3cd;
	padding: .75rem 1.25rem;
    border: 1px solid #ffeeba;
    border-radius: .25rem;
}
div[data-sf-role="error-message"] {
	margin-left: 1rem;
	display: inline-block;
	color: #721c24;
    background-color: #f8d7da;
	padding: .75rem 1.25rem;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
}
.doc_share {text-align: right;}
.doc_share span {
	margin-bottom: 2rem;
	display: inline-block;
}
.doc_share span a {
	color: #fff;
	border-radius: .25rem;
	background-color: #0072b1;
	padding: 10px;
	transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.doc_share span a:hover {
	background-color: #0072b1;
	background: #258bbe;
    transform: translateY(-2px);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.doc_share .fa-linkedin-in {padding-right: 10px;}
h5.doc_title {margin-bottom: 0}
div[data-sf-role="comments-wrapper"]>div>h3 {display: none}
div[data-sf-role="comments-count-wrapper"] {display: inline-block; width: auto}
.sf-Ratings {
    display: flex;
    align-items: center;
}
.text-muted.sf-Ratings-average {
    order: -1;
    margin-right: 6px;
	margin-left: 4px;
}
.ratings_total {
    order: 0;
	padding-left: 6px;
}
.doc_rating_container {
	padding-top:1rem;
	display:flex;
}
.doc_rating_container a[data-sf-role="comments-count-anchor"],
div[data-sf-role="comments-count-wrapper"]{
	display:flex;
}
.doc_rating_container .sf-Ratings-count {padding-left:10px}
.card.docs table tr a.rate_doc {
	padding: 0;
	font-size: 11px;
}
.card.docs table tr a.rate_doc:hover {
	color: #fff;
	border-bottom:none;
}
.doc_rating_container .sf-Ratings-count {
	text-decoration: none;
	cursor: default;
	pointer-events: none;
	color:#333;
}
form input[type=file], form input[type=text], form input[type=email], form input[type=password], form input[type=number], form input[type=tel], form textarea, form select, .accordion__content.is-active { background-color: #fff }
.sfContentBlock .accordion__content ol,
.sfContentBlock .accordion__content ul {
	margin-bottom: 0
}
/* new design */
.tagline-intro-wrapper  p:last-child { margin-bottom: 0 }
p.small {font-size: 1rem}
.tagline-intro-wrapper .button { background: #258bbe; }
.title-block {
  position: relative;
  overflow: hidden;
  color: #fff;
}
@media (min-width: 1020px) {
    .title-block {
        padding-top: 66px;
        padding-bottom: 116px;
    }
}
.title-block__background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.title-block__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.title-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.70) 0%,
    rgba(0, 0, 0, 0.55) 40%,
    rgba(0, 0, 0, 0.22) 70%,
    rgba(0, 0, 0, 0.00) 100%
  );
}
.title-block__content {
  position: relative;
  z-index: 2;
}
.title-block__content .page-title,
.title-block__content .tagline,
.title-block__content .intro,
.title-block__content .breadcrumbs {
  text-shadow: 0 2px 10px rgba(0,0,0,0.45);
}
.title-block__content .intro {
  max-width: 760px;
  color: rgba(255,255,255,0.92);
}

/* Optional: a soft “glass” panel behind text (CSS-only, no markup changes) */
@supports ((backdrop-filter: blur(6px)) or (-webkit-backdrop-filter: blur(6px))) {
  .title-block__content .sfContentBlock {
    display: inline-block;
    background: rgba(0,0,0,0.22);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 16px 18px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.12);
  }
}

/* Fallback if backdrop-filter isn't supported */
@supports not ((backdrop-filter: blur(6px)) or (-webkit-backdrop-filter: blur(6px))) {
  .title-block__content .sfContentBlock {
    display: inline-block;
    background: rgba(0,0,0,0.28);
    padding: 16px 18px;
    border-radius: 8px;
  }
}

/* Mobile: use a top-to-bottom overlay (more reliable on narrow screens) */
@media (max-width: 767px) {
  .title-block__content {
    padding: 28px 0;
  }

  .title-block::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.55) 45%,
      rgba(0, 0, 0, 0.10) 100%
    );
  }
}

/* position the quick links */
.title-block{
  position: relative;
  z-index: 1;
}
.quick-actions{
  position: relative;
  z-index: 50;
  background: rgba(255,255,255,1);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
  padding: 14px 12px;
}
@media (max-width: 1019.98px) {
	.quick-actions + div,
	.quick-actions + section,
	.quick-actions + .grid,
	.quick-actions + .card{
		margin-top: 40px;
	}
}
@media (min-width: 1020px) {
	.quick-actions { top: -120px; }
	.quick-actions + div,
	.quick-actions + section,
	.quick-actions + .grid,
	.quick-actions + .card{
		margin-top: -70px;
	}
	.quick-actions .sf_colsIn{
		border-right: 1px solid rgba(15,23,42,0.10);
	}
	.quick-actions .sf_colsIn:last-child{
		border-right: 0;
	}
}
.sfContentBlock p.qa-sub {margin-bottom: 0}
main.content > .page-bounds .quick-actions{
  width: calc(100% - 0px);
}
@media (min-width: 1370px) {
    .grid--compact > .grid__unit {
        padding: 0 24px 0 0;
    }
}

.quick-actions .qa-item{
  display: block;
  padding: 15px;
  border-radius: 8px;
  text-decoration: none;
}

.quick-actions .qa-item:hover{
  background: rgba(11,79,121,0.06);
  text-decoration: none;
}

@media (max-width: 767px){
  .quick-actions{
    top: 0;
    width: auto;
    margin: 18px 0 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.14);
  }
}
.qa-item,
.qa-item:hover {color: #333;}
.qa-title {
	font-weight: 600;
	color: #333;
	font-size: 1rem;
}
/*icons*/
.qa-icon {
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	position: relative;
	top: -1px;
}
.qa-icon:after {
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 26px;
	font-weight: 300;
	transform: translate(-50%, -50%);
	border-radius: 4px;	
}
.qa-icon.submit:after {content: "\f15c";}
.qa-icon.browse:after {content: "\f865";}
.qa-icon.how:after {content: "\e4ef";}
.qa-icon.guides:after {content: "\e5a0";}
@media (min-width: 1370px) {
  .grid--compact > .grid__unit {
    padding-right: 12px;
  }

  .grid--compact > .grid__unit:not(:first-child) {
    padding-left: 12px;
  }
}
.qa-item .vert-align {
	vertical-align:middle;
	display:inline-block;
}
.card.doc-info h2 {
	font-size: 1.6rem;
	line-height: 1;
}
.card.doc-info .muted {margin-bottom: 0}
h2 .fa-file-lines,
.hint-line .fa-timer {padding-right: 10px;}
.hint-line {
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 1.4rem;
}
.card.docs table.table {margin-top: 0}
.modal__content--thin {padding: 24px 24px 36px}
.sfContentBlock  .modal__content--thin ul,
.sfContentBlock  .modal__content--thin ol {margin-bottom: 0}
/* horizontal scroll reposnsive table for < 500px */
.card.docs .table{
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 500px){
  .card.docs .card__body{
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2rem;
  }
  .card.docs .card__body::before{
    content: "Swipe \2192";
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    font-size: .75rem;
    line-height: 1;
    padding: .35rem .6rem;
    border-radius: 999px;
    background: rgba(0,0,0,.7);
    color: #fff;
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    opacity: .95;
    animation: qaHintFade 8s ease forwards;
  }
  @keyframes qaHintFade{
    0%, 65% { opacity: .95; }
    100%    { opacity: 0; }
  }
  @media (prefers-reduced-motion: reduce){
    .card.docs .card__body::before{
      animation: none;
    }
  }
}