/* --- Global CSS Starts --- */
html {
  -webkit-text-size-adjust: none;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: var(--mono1);
  color: var(--primary-color-2);
  font-family: var(--font-light);
  font-size: var(--body-fontsize);
  line-height: var(--body-lineheight);
  margin: 0;
  overflow-x: hidden;
}
.container {
  max-width: var(--container-width);
  padding-left: var(--grid-padding);
  padding-right: var(--grid-padding);
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  z-index: 9999;
  word-wrap: normal;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: absolute;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  z-index: 99;
  background: var(--primary-color-1);
  padding: 7px;
  color: var(--mono1);
  top: 10px;
  left: 10px;
}

.pointer_none, .disableTag {
    pointer-events: none;
    cursor: auto;
}

.h1-l {
  font-size: 6rem;
  line-height: 6.9rem;
  font-family: var(--font-normal);
  margin: 0 0 14px 0;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 5.4rem;
  line-height: 6.3rem;
  font-family: var(--font-normal);
  margin: 0 0 14px 0;
  font-weight: 700;
}
h2,
.h2 {
  font-size: 4rem;
  line-height: 4.6rem;
  font-family: var(--font-normal);
  margin: 0 0 14px 0;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 3.6rem;
  line-height: 4.2rem;
  font-family: var(--font-normal);
  margin: 0 0 14px 0;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 3.2rem;
  line-height: 3.7rem;
  font-family: var(--font-normal);
  margin: 0 0 14px 0;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 2.6rem;
  line-height: 3.0rem;
  font-family: var(--font-normal);
  margin: 0 0 14px 0;
  font-weight: 700;
}
h6,
.h6 {
  font-size: 2.2rem;
  line-height: 2.5rem;
  font-family: var(--font-normal);
  margin: 0 0 14px 0;
  font-weight: 700;
}
.intro,
.rad-introtext {
  font-size: 2rem;
  line-height: 3rem;
  font-family: var(--font-light);
}

.large-body,
.large-body p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: var(--font-light);
}
.small-body,
.small-body p {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: var(--font-light);
}

.quote,
.rad-quote,
q {
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-family: var(--font-normal);
  font-weight: 700;
}

.stat-large {
  font-size: 7rem;
  line-height: 8.1rem;
  font-weight: 700;
  font-family: var(--font-normal);
}

.stat-small {
  font-size: 4rem;
  line-height: 4.6rem;
  font-weight: 700;
  font-family: var(--font-normal);
}

label,
.label {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-family: var(--font-medium);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
i {
  display: inline-block;
}
p {
  margin: 0 0 14px 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  word-wrap: break-word;
}

.has_anchor a {
	transition: var(--base-transition);    
    text-decoration:underline;
}

*:focus-visible {
      outline: 2px dotted;
    outline-offset: 5px;
}
a:focus:after {
  width: 100%;
  left: 0px;
}

.white_focus *:focus {
  outline: 2px dotted var(--mono1);
}

.text-center {
  text-align: center;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

iframe {
    width: 100%;
    border: 0px;
    background-color: transparent;
    overflow: auto;
}

.module_wrapper {
  padding-bottom: 60px;
  padding-top: 60px;
}
.text_center {
  text-align: center;
}
.overflow_hidden {
  overflow: hidden;
}
.visibly_hidden {
  height: 0;
  width: 0;
  display: block;
  opacity: 0;
}
.tranform90 {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.tranform180 {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.gradient-mono-linear *:not(.p_abs),
.gradient-mono-linear *:not(.p_abs),
.gradient-mono-linear *:not(.p_abs) {
  position: relative;
  z-index: 2;
}

.gradient-mono-linear:after,
.gradient-secondary-linear:after,
.banner-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--gradient-mono-linear);
}
.gradient-secondary-linear:after {
  background: var(--gradient-secondary-linear);
}
.banner-gradient:after {
  background: var(--banner-gradient);
}

.c_transition {
  transition: var(--base-transition);
}
.bgImgCenter {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rad-left {text-align:left;}
.rad-center {text-align:center;}
.rad-right {text-align:right;}

/* CTA Start */
.cta-outline .icon ~ .link_text,
.cta-primary .icon ~ .link_text,
.cta-secondary .icon ~ .link_text,
.cta-arrow-link .icon ~ .link_text,
button .icon ~ .link_text {
  margin-left: 10px;
}

.cta-outline .link_text ~ .icon,
.cta-primary .link_text ~ .icon,
.cta-secondary .link_text ~ .icon,
.cta-arrow-link .link_text ~ .icon,
button .link_text ~ .icon {
  margin-left: 14px;
}
.cta-outline:after,
.cta-primary:after,
.cta-secondary:after,
.cta-arrow-link:after,
button:after,
.cta:after,
.cta-arrow-link-rev:after {
  display: none;
}
.cta-outline,
.cta-primary,
.cta-secondary,
.cta-arrow-link,
button,
.cta,
.cta-arrow-link-rev {
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--font-bold);
  font-style: normal;
  letter-spacing: 0.15rem;
  transition: var(--base-transition);
  -webkit-transition: var(--base-transition);
  -moz-transition: var(--base-transition);
  -ms-transition: var(--base-transition);
  -o-transition: var(--base-transition);
  position: relative;
  display: inline-block;
}
.cta-arrow-link,
.cta-arrow-link-rev {
  border: 1px dashed transparent;
  padding: 20px 10px;
  background: transparent;
}
.cta-outline,
.cta-primary,
.cta-secondary,
button,
.cta {
  border: 1px solid;
  padding: 26px 30px;
}
.cta-outline:focus,
.cta-primary:focus,
button:not(.mega_menu_anchor,.ddl_selected,.active_menu):focus,
.cta:focus,
.cta-arrow-link:focus-visible,
.cta-arrow-link-rev:focus-visible {
  outline: none;
}
.cta-outline:focus-visible,
.cta-primary:focus-visible,
button:focus-visible,
.cta:focus-visible {
    outline: 2px solid var(--primary-color-2);
}
.cta-outline.inactive,
.cta-primary.inactive,
.cta-secondary.inactive,
.cta-arrow-link.inactive,
.cta-arrow-link-rev.inactive {
  pointer-events: none;
  cursor: not-allowed;
}
/* Button Outline */
.cta-outline {
  color: var(--primary-color-1);
  border-color: var(--primary-color-1);
}
.cta-outline:hover {
  color: var(--primary-color-2);
  border-color: var(--primary-color-2);
}
.cta-outline:focus {
  color: var(--primary-color-1);
  border-color: var(--primary-color-2);
}
.cta-outline.inactive {
  color: var(--primary-color-5);
  border-color: var(--primary-color-5);
}
/* Button Primary */
.cta-primary,
button,
.cta {
  color: var(--mono1);
  border-color: var(--primary-color-1);
  background: var(--primary-color-1);
}
.cta-primary:hover,
button:hover,
.cta:hover {
  color: var(--mono1);
  border-color: var(--primary-color-2);
  background: var(--primary-color-2);
}
.cta-primary:focus,
button:not(.mega_menu_anchor,.active_menu):focus,
.cta:focus {
  color: var(--mono1);
  border-color: var(--primary-color-2);
  background: var(--primary-color-1);
}
.cta-primary.inactive,
button.inactive,
.cta.inactive {
  color: var(--mono1);
  border-color: var(--primary-color-5);
  background: var(--primary-color-5);
}
/* Button Secondary */
.cta-secondary {
  color: var(--mono1);
  border-color: var(--primary-color-2);
  background: var(--primary-color-2);
}
.cta-secondary:hover {
  color: var(--mono1);
  border-color: var(--primary-color-1);
  background: var(--primary-color-1);
}
.cta-secondary:focus {
  color: var(--mono1);
  border-color: 1px dashed var(--mono1);
  background: var(--primary-color-1);
}
.cta-secondary.inactive {
  color: var(--mono1);
  border-color: var(--primary-color-5);
  background: var(--primary-color-5);
}
/* Button Right Arrow */
.cta-arrow-link {
  color: var(--primary-color-1);
}
.cta-arrow-link:hover {
  color: var(--primary-color-2);
}
.cta-arrow-link:focus {
  color: var(--primary-color-1);
  border-color: var(--primary-color-2);
}
.cta-arrow-link.inactive {
  color: var(--primary-color-5);
}
/* Button Left Arrow */
.cta-arrow-link-rev {
  color: var(--primary-color-1);
}
.cta-arrow-link-rev:hover {
  color: var(--primary-color-2);
}
.cta-arrow-link-rev:focus {
  color: var(--primary-color-1);
  border-color: var(--primary-color-2);
  outline: none;
}
.cta-arrow-link-rev.inactive {
  color: var(--primary-color-5);
}

.white_focus .cta-primary:focus,
.white_focus .cta:focus,
.white_focus .cta-arrow-link:focus {
  outline: 2px dotted var(--primary-color-2);
  border-color: transparent;
  outline-offset: 3px;
}

.module-title {
    background: var(--primary-color-2);
    padding: 20px 40px;
        margin: 40px 0;
}

  
  #main-container section:last-child {
    padding-bottom: 100px;
  }

/* CTA End */

.module_dark_bg {
  padding: 60px 0;
}

@media all and (max-width: 991px) {

  .container {
    padding-right:40px;
    padding-left:40px;
  }
  
  h1,
  .h1 {
    font-size: 5.4rem;
    line-height: 7.4rem;
  }

  .module_wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .module_dark_bg {
    padding: 45px 0;
  }
  
  #main-container section:last-child {
    padding-bottom: 80px;
  }
}

@media all and (max-width: 767.98px) {
  
  .container {
    padding-right:30px;
    padding-left:30px;
  }
}

/* --- Reset Commom Elements Starts --- */
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.sitemap-wrapper ul,
#ip3-error-page .content_text__wrapper ul {
  padding: 0;
  clear: both;
  list-style-type: none;
  font-family: var(--font-medium);
  margin: 0;
}

.sitemap-wrapper ul li,
#ip3-error-page .content_text__wrapper ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.sitemap-wrapper ul li:before,
#ip3-error-page .content_text__wrapper ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-color-1);
  border-radius: 100%;
}
.sitemap-wrapper ul ul,
#ip3-error-page .content_text__wrapper ul ul {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-uppercase {
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: var(--primary-color-1);
  position: relative;
  transition: var(--base-transition);
}

a:hover {
  color: var(--primary-color-1);
}

a i[class*="icon-"] {
  transition: var(--base-transition);
}

a:not(
    .cta,
    .footer-logo-link,
    .result-link,
    .ar-link,
    .ddlSelectedValue,
    .quarterly-report-link > a,
    .social-wrap .footer-bottom-social li a,
    .play-btn,
    .pdf-download,
    .b2t-link,
    .outlookLink
  ):after,
	header button.active_menu:after {
  content: "";
  width: 0;
  background-color: var(--mono1);
  height: 2px;
  transition: var(--base-transition);
  position: absolute;
  left: 50%;
  bottom: 0;
}



input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: var(--primary-color-6);
}
img {
  max-width: 100%;
}
.invisible {
  opacity: 0;
  /*visibility:hidden;*/
  display: inline-block;
  text-indent: -9999px;
}
body .p_rel {
  position: relative !important;
}
body .p_abs {
  position: absolute !important;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0;
}
.cur_pointer {
  cursor: pointer;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text_indent_hide {
  text-indent: -9999px;
}

.primary-color-1 {
  color: var(--primary-color-1);
}
.primary-color-2 {
  color: var(--primary-color-2);
}
.primary-color-3 {
  color: var(--primary-color-3);
}
.primary-color-4 {
  color: var(--primary-color-4);
}
.primary-color-5 {
  color: var(--primary-color-5);
}
.primary-color-6 {
  color: var(--primary-color-6);
}
.mono1 {
  color: var(--mono1);
}
.mono2 {
  color: var(--mono2);
}
.module_wrapper div[class*="bg-"] {
  padding-top: 120px;
  padding-bottom: 120px;
}
/* AIM Table css*/

.aim-table-wrap.rad-tablestyle1 tbody tr:nth-child(even), 
.aim-table-wrap.table tbody tr:nth-child(even) {
        background: transparent;
}

.aim-table-wrap.rad-tablestyle1 tbody tr:nth-child(odd), 
.aim-table-wrap.table tbody tr:nth-child(odd) {
    background: var(--primary-color-3);
}

.aim-table-wrap.rad-tablestyle1 tbody tr td:first-child {
        font-family: var(--font-medium);
    width: 200px;
    vertical-align: top;
}


@media all and (max-width: 991px) {
  .module_wrapper div[class*="bg-"] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  
  header .header_row {
    position: unset !important;
}
}

.bg-primary-color-1 {
  background-color: var(--primary-color-1);
}
.bg-primary-color-1 * {
  color: var(--mono1);
}
.bg-primary-color-2 {
  background-color: var(--primary-color-2);
}
.bg-primary-color-2 * {
  color: var(--mono1);
}
.bg-primary-color-3 {
  background-color: var(--primary-color-3);
}
.bg-primary-color-4 {
  background-color: var(--primary-color-4);
}
.bg-primary-color-5 {
  background-color: var(--primary-color-5);
}
.bg-primary-color-6 {
  background-color: var(--primary-color-6);
}
/* --- Reset Commom Elements Ends --- */
/* ========================= */

/* --- Dropdown Starts --- */
.dropdown_wrapper {
  max-width: 218px;
  width: 100%;
}

.dropdown_wrapper a {
  background: transparent;
}

.dropdown_wrapper .ddl_selected {
  padding: 13px 46px 12px 10px;
  border: 1px solid var(--primary-color-4);
  width: 100%;
  font-family: var(--font-medium);
  color: var(--primary-color-6);
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: 1.5px;
}
.dropdown_wrapper .ddl_selected i {
  right: 13px;
  top: calc(50% - 7px);
  color: var(--primary-color-1);
}
.dropdown_wrapper .ddl_selected.active i {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.dropdown_wrapper .dropdown_content {
  max-height: 300px;
  overflow: auto;
  width: 100%;
  top: calc(100% + 2px);
  z-index: 100;
  border: 1px solid var(--primary-color-4);
  background-color: var(--mono1);
}
.dropdown_wrapper .dropdown_content li a {
  display: block;
  padding: 15px;
}
.dropdown_wrapper .dropdown_content li:hover,
.dropdown_wrapper .dropdown_content li.current,
.dropdown_wrapper .dropdown_content li a:focus {
  background-color: var(--primary-color-1);
  color: var(--mono1);
}

.dropdown_wrapper .dropdown_content li:hover a,
.dropdown_wrapper .dropdown_content li.current a,
.dropdown_wrapper .dropdown_content li a:focus a {
  color: var(--mono1);
}

.dropdown_wrapper .dropdown_content li a:after {
  display: none;
}
.dropdown_wrapper .dropdown_content li a {
  font-family: var(--font-medium);
  color: var(--primary-color-6);
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: 1.5px;
}
/* --- Dropdown Ends --- */

/* --- Global CSS Ends ---*/
/* Accessibility points */
.breadcrumb__item{
background:rgba(255,255,255,0.1);
}
.content_text__wrapper .content_text__title{
background:rgba(255,255,255,0.1);
}

body#ip3-Homepage #stats-with-text-en .stat-large{font-size: 3rem;}
.facilities-map__intro{margin-bottom:10px;}