/* common styles || title || description || backgrounds*/

/*Homepage block title*/
.block-title h2,
.blk-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.25em;
  margin: 0;
  color: #fff;
  text-align: center;
}

.dark-grayish h2 {
  color: var(--gray);
}

.block-title.left-align-text h2 {
  text-align: left;
}

/*background for sections*/
.bg-gray {
  background: var(--gray);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-light-gray {
  background-color: var(--light-grayish-orange-1);
}

.bg-light-gray-1 {
  background-color: var(--light-grayish-1);
}

.bg-light-gray-2 {
  background-color: var(--light-grayish-orange-3);
}

.bg-light-gray-3 {
  background-color: var(--light-grayish-orange);
}

.bg-very-dark-cyan {
  background: var(--very-dark-cyan);
}

.bg-strong-dark-cyan {
  background: var(--very-dark-cyan-2);
}

.bg-cyan {
  background: var(--very-dark-cyan);
}

.bg-vivid-orange {
  background: var(--vivid-orange);
}

.bg-vivid-orange-strong {
  background: var(--vivid-orange-5);
}

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

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

.dark-theme {
  background-color: var(--gray);
  color: #fff;
}

.type {
  background: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  color: var(--gray);
  padding: 2px 15px 3px;
  margin-bottom: 21px;
  display: inline-flex;
  font-size: 1.125em;
  line-height: 1.2;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 180px;
  text-align: center;
  justify-content: center;
  box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 30%);
}

.type-lg {
  font-size: var(--fs26);
  min-width: 145px;
  /* padding: 5px 25px; */
  padding: 3px 25px 5px;
  height: 32px;
}

.type a {
  color: var(--gray2);
}

.dark-type {
  color: #fff;
  background: var(--gray2);
}

/*slick slider*/
.slick-dots {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.slick-dots li {
  margin: 0 5px;
  line-height: 0;
  font-size: 0;
  position: relative;
}

.slick-dots button {
  /* width: 44px;
  height: 44px; */
  /* width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: transparent;
  border: 0; */
  /* opacity: 0;
  width: 100%;
  height: 100%; */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  padding: 0;
}

.slick-dots .slick-active button,
.slick-dots button:active {
  background: #fff;
}

/* .slick-dots button:focus-visible {
  opacity: .7;
} */

.slick-arrow.slick-disabled {
  opacity: .6;
  pointer-events: none;
}

/*link color*/

/*normal*/
a {
  color: var(--dark-cyan);
}

a:hover,
a:focus-within {
  color: var(--dark-cyan);
}

a:hover {
  color: var(--dark-cyan);
  text-decoration: underline;
}


a:active {
  color: var(--moderate-cyan);
}

a:visited {
  color: var(--dark-pink);
}


/*description*/
p {
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 2em;
}

p a {
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0;
}

p strong,
p b,
li strong,
li b {
  font-weight: 700;
}

b,
strong {
  font-weight: 700;
}

/*skip block*/
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}

.focused-item {
  scroll-margin-top: 80px;
}

/*headings || titles*/
h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 3.75em;
}

h4 {
  font-size: 3em;
}

h5 {
  font-size: 2.25em;
}

h6 {
  font-size: 1.3125em;
}

.page-title-lg {
  font-size: 3.75em;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
}

.section-title {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.25em;
  line-height: 1;
  font-weight: 500;
  color: var(--gray);
  margin: 0 auto;
}

.section-title-bold {
  font-weight: 700;
}

.section-title-left {
  text-align: left;
}

.sub-title-text {
  font-size: var(--fs21);
  font-family: var(--primary-font);
  font-style: italic;
  text-align: center;
}

.section-title+.section-description {
  margin-top: 15px;
}

.sub-title-lg.container {
  max-width: 700px;
}

.sub-title-text strong,
.sub-title-text b {
  font-weight: var(--primary-font-bold);
}

.font-medium .section-title,
.font-medium .full-width-text-img .item-title {
  font-size: 1.5em;
  margin-bottom: 4px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
}

.font-large .section-title,
.font-large .full-width-text-img .item-title {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 2.25em;
  line-height: 1;
  font-weight: 500;
}

.font-ex-large .section-title,
.font-ex-large .full-width-text-img .item-title {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: var(--fs48);
  line-height: 1.208333333;
  font-weight: 500;
}

.font-extra-large .section-title,
.font-extra-large .full-width-text-img .item-title {
  font-size: 3em;
}

.position-center .section-title,
.position-center .full-width-text-img .item-title {
  text-align: center;
}

.position-left .section-title,
.position-left .full-width-text-img .item-title {
  text-align: left;
}

.section-title-small {
  font-size: 1.3125em;
}

.section-title-large {
  font-size: 3em;
}

.item-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 10px;
}

.item-medium-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3125em;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}

.item-small-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 10px;
}

.item-title-wrap {
  border-bottom: 1px solid;
  margin-bottom: 21px;
}

.item-title-underline {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3125em;
  font-weight: 600;
  line-height: 1;
  border-bottom: 4px solid;
  display: inline-block;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.item-large-title .title-unit {
  font-size: .65em;
  margin-left: 5px;
}

.item-large-title {
  font-size: 2em;
}

.section-title-with-border {
  padding-bottom: 7px;
  border-bottom: 1px solid;
}

.sub-title {
  margin: 3px auto 43px;
  text-align: center;
}

.sub-title-lg {
  font-size: var(--fs24);
  font-family: var(--secondary-font);
  font-weight: var(--secondary-font-regular);
  line-height: 1.2;
  margin-bottom: 55px;
}

.chart-sub-title {
  text-align: center;
  text-transform: uppercase;
}

.title-with-sub-title .sub-title {
  max-width: 300px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 17px;
}

.sub-title p {
  font-size: 1em;
}

.info-title {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 2.25em;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

/*list item with arrow*/
.content-desc-area ul,
.description-block ul,
.deatil-layout .ast-detail-sec ul:not(.social-icon),
.decision-results .item-list ul {
  padding-left: 15px;
  margin: 0;
  list-style: none;
}

.content-desc-area ul:not(:last-child) {
  margin-bottom: 33px;
}

.content-desc-area li,
.description-block li,
.deatil-layout .ast-detail-sec ul:not(.social-icon) li,
.decision-results .item-list li {
  font-size: 1em;
  position: relative;
  padding-left: 10px;
  font-weight: 300;
}

.content-desc-area li:not(:last-child),
.description-block li:not(:last-child),
.deatil-layout .ast-detail-sec ul:not(.social-icon) li:not(:last-child),
.decision-results .item-list li {
  margin-bottom: 4px;
}

.content-desc-area li:before,
.description-block li:before,
.deatil-layout .ast-detail-sec ul:not(.social-icon) li:before,
.decision-results .item-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 10px;
}

.content-desc-area ul li ul li:before,
.deatil-layout .ast-detail-sec ul li ul li:before {
  border: 1px solid;
  background: transparent !important;
}

/*ordered list not required dot*/
.content-desc-area ol,
.description-block ol {
  padding-left: 30px;
}

.content-desc-area ol li,
.description-block ol li {
  padding-left: 0 !important;
}

.content-desc-area ol li:before,
.description-block ol li:before {
  display: none !important;
}

.content-desc-area p {
  font-weight: 300;
  margin-bottom: 2em;
}

.content-desc-area p em {
  font-style: italic;
  font-size: 1.125em;
  color: var(--dark-yellow);
}

ol {
  padding-left: 40px;
}

ol li:not(:last-child) {
  margin-bottom: 5px;
}

.hyphen-list-item {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hyphen-list-item li {
  font-weight: 300;
  display: flex;
}

.hyphen-list-item li::before {
  content: "-";
  margin-right: 30px;
  flex-shrink: 0;
}

.hyphen-list-item:not(:last-child) {
  margin-bottom: 20px;
}

/*common margin/padding classses*/
.ast-pt {
  padding-top: 30px;
}

.ast-pb {
  padding-bottom: 30px;
}

.ast-mt-40 {
  margin-top: 40px;
}

.ast-mb-40 {
  margin-bottom: 40px;
}

.ast-sec-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ast-section-padding,
.ast-section-padding.container {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*multi line elipsis*/
.multi-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*digit value*/
.digit-value {
  font-weight: 200;
  font-family: 'Barlow', sans-serif;
  font-size: 3em;
  line-height: 1;
}

/*download*/
.download-btn-wrap {
  position: relative;
}

.card-inner .download-btn-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 auto;
  right: 0;
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 6;
}

.download-btn-wrap ul,
.download-btn-wrap .download-drop {
  padding: 0;
  margin: 0;
  background: #fff;
  list-style: none;
  position: absolute;
  top: 100%;
  border-radius: 6px;
  display: none;
  margin-top: 5px;
  overflow: hidden;
  box-shadow: var(--card-box-shadow);
  min-width: 200px;
  z-index: 8;
}

.view-download-style {
  max-width: 265px;
}

.view-download-style .file {
  background: none;
  padding: 0;
  min-height: auto;
}

.view-download-style span {
  display: block;
}

.download-drop {
  width: 100%;
}

.download-btn-wrap .opend {
  display: block;
}

.download-btn-wrap ul a,
.download-drop a {
  display: block;
  transition: all .25s;
  padding: 8px 10px;
  color: var(--gray);
  line-height: 1.2;
  word-break: break-word;
}

.download-btn-wrap ul a:hover,
.download-drop a:hover {
  background: var(--light-grayish);
  color: var(--dark-cyan);
}

.download-btn-wrap .item-list ul li {
  margin: 0;
}

/*loader*/
.ajax-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: var(--bg-tint);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.ajax-loader.show-loader {
  display: block;
}

.ajax-loader img {
  width: 50px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.section-related-loader {
  position: relative;
  min-height: 150px;
}

.section-related-loader .ajax-loader {
  position: absolute;
}

/*blockquote*/
blockquote {
  padding: 30px 80px;
  position: relative;
  background: var(--light-grayish-1);
}

.bg-light-gray blockquote,
.bg-gray blockquote {
  background: #fff;
}

blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: var(--gray);
}

.bg-gray blockquote:before {
  background: var(--light-grayish-1);
}

blockquote:not(:last-child) {
  margin-bottom: 2em;
}

.description-block blockquote p {
  font-size: 1.125em;
}

.description-block blockquote p em {
  padding-top: 0;
}

/*tooltip*/
.tooltip-info {
  display: inline-block;
  font-size: 0;
  background: url(img/icons/Question.png) center center;
  width: 18px;
  height: 18px;
  position: relative;
}

.tooltip-popup {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
  font-size: 16px;
  text-transform: none;
  width: 200px;
  height: 70px;
  background: #fff;
  color: var(--gray);
  z-index: 3;
  text-align: left;
  padding: 6px;
  border-radius: 6px;
  font-weight: 400;
  box-shadow: var(--card-box-shadow);
  font-family: 'Fira Sans', sans-serif;
  pointer-events: none;
  display: none;
}

.tooltip-popup a {
  pointer-events: auto;
}

.tooltip-info .tooltip-popup p {
  color: var(--gray);
}

.tooltip-open .tooltip-popup {
  display: block;
}

/*common table style*/
.table-style-general thead {
  background: var(--gray);
}

.table-style-general table {
  width: 100%;
  margin: 0;
}

.table-style-general thead {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.125em;
}

.table-style-general thead th {
  font-weight: 600;
  line-height: 1;
  padding: 6px 10px;
  text-transform: uppercase;
  height: 50px;
  vertical-align: baseline;
}

.table-style-general thead th:not(:last-child) {
  background-image: linear-gradient(#fff 6%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 14px;
  background-repeat: repeat-y;
}

.table-style-general tbody td {
  line-height: 1.4;
  font-weight: 300;
  padding: 6px 10px 6px;
  color: var(--gray);
}

.table-style-general tbody td:not(:last-child) {
  background-image: linear-gradient(var(--dark-grayish-2) 6%, rgba(255, 255, 255, 0) 0%) !important;
  background-position: right;
  background-size: 1px 14px;
  background-repeat: repeat-y;
}

.table-style-general tbody td a {
  font-weight: 400;
}

.table-style-general tbody tr:not(:last-child) td {
  border-bottom: 1px solid var(--gray) !important;
}

.table-style-general .table-title {
  font-size: 2.5em;
  color: var(--gray);
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  padding: 0;
  line-height: 1;
  margin-bottom: 16px;
}

.table-style-general table thead,
.table-style-general table tbody,
.table-style-general table td,
.table-style-general table th {
  border: none !important;
}

.table-style-general table tbody td {
  background: #fff;
}

/*dot for last item*/
.table-style-general table tr .last-visible-item {
  background-image: none !important;
}

/*updated css for TD left space after firefox issue*/
.table-style-general tbody tr td:first-child .td-elements-wrap,
.table-style-general tbody tr td:last-child .td-elements-wrap {
  position: relative;
}

.table-style-general tbody tr td:first-child .td-elements-wrap:before {
  position: absolute;
  left: 0;
  height: calc(100% + 1px);
  background: #fff;
  content: "";
  width: 8px;
  top: 0px;
}

.table-style-general tbody tr td:last-child .td-elements-wrap:before,
.table-style-general tbody tr td.last-visible-item .td-elements-wrap:before {
  position: absolute;
  right: 0;
  height: calc(100% + 1px);
  background: #fff;
  content: "";
  width: 8px;
  top: 0px;
}

.table-style-general tbody tr:last-child td .td-elements-wrap:before {
  height: 100%;
}

.table-style-general tbody tr td {
  padding: 0;
  vertical-align: bottom;
}

.table-style-general tbody tr td .td-elements-wrap {
  padding: 6px 10px 6px;
}

.table-style-general thead th {
  border-bottom: 5px solid var(--light-grayish-orange-3) !important;
}

/*boostrap popup*/
.modal-header {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  box-shadow: none;
  padding: 10px;
}

.modal-body {
  padding: 30px;
}

.modal-content {
  border-radius: 0;
}

.btn-close,
.btn-close:active,
.btn-close:focus {
  background: url(img/icons/close-ic.png)no-repeat center center;
  opacity: 1;
}

.btn-close:hover {
  opacity: .75;
}

/* no access page*/
.no-access-page .region-content {
  min-height: calc(100vh - 243px);
  padding-top: 50px;
}

/*footnote*/
.footnote-content {
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 30px;
}

.ast-detail-sec .footnote-content p {
  font-size: 0.875em;
  margin-bottom: 10px !important;
}

/*footnote in light bg*/
.footnote-content.bg-light-footnote {
  border-color: var(--gray);
}

.title-style-1 {
  font-size: var(--fs36);
  text-transform: uppercase;
  font-family: var(--tertiary-font);
  font-weight: var(--tertiary-font-medium);
  line-height: 1.2;
}

.title-style-1 a,
.title-style-1 a:hover,
.title-style-1 a:visited,
.title-style-1 a:active {
  color: var(--white);
}

.title-style-1 a:hover {
  text-decoration: underline;
}
