﻿/* PMasthead Main Styles */

.staticiam-page .PMasthead {
  background-color: #f0f0f0;
}

.staticiam-page .PMasthead__lion-img {
  background: url(../../assets/icons/masthead_lion.svg);
  background-repeat: no-repeat;
  width: 0.938rem;
  height: 1.125rem;
  flex-shrink: 0;
  margin: var(--spacing-01) 0 0 0;
}

.staticiam-page .PMasthead__container {
  background-color: #f0f0f0;
  display: flex;
  padding: 0.313rem 0;
  align-items: center;
}

.staticiam-page .PMasthead__text-heading {
  margin: 0 var(--spacing-03);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  color: #383838;
}

@media screen and (max-width: 992px) {
.staticiam-page .PMasthead__text-heading {
    font-size: 0.75rem;
  }
}

.staticiam-page .PMasthead__text-link {
  font-size: 0.875rem;
  color: #2f60ce;
  font-weight: 400;
  line-height: 1rem;
  border: none;
  padding: var(--spacing-0);
  text-decoration: underline;
}

.staticiam-page .PMasthead__text-link svg {
  display: inline-block;
}

.staticiam-page .PMasthead__text-link a:not([href]):not([class]), 
.staticiam-page .PMasthead__text-link a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
.staticiam-page .PMasthead__text-link {
    font-size: 0.75rem;
    display: flex;
  }

.staticiam-page .PMasthead__border-bottom {
    border-bottom: #ccc 1px solid;
  }

.staticiam-page .PMasthead__toggle-icon {
    display: block;
    align-self: center;
  }
}

/* PMastheadExpand Styles */

.staticiam-page .PMastheadExpand {
  margin-top: var(--spacing-05);
}

@media screen and (max-width: 992px) {
.staticiam-page .PMastheadExpand {
    margin-top: var(--spacing-03);
  }
}

.staticiam-page .PMastheadExpand__govt-build {
  background: url(../../assets/icons/Government_building.svg);
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  margin: 0 var(--spacing-03) 0 0;
}

@media screen and (max-width: 992px) {
.staticiam-page .PMastheadExpand__govt-build {
    background: url(../../assets/icons/Government_build_mob.svg);
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin: var(--spacing-01) 0 0 0;
  }
}

.staticiam-page .PMastheadExpand__lock {
  background: url(../../assets/icons/lock-lg.svg);
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  margin: 0 var(--spacing-02) 0 0;
}

@media screen and (max-width: 992px) {
.staticiam-page .PMastheadExpand__lock {
    background: url(../../assets/icons/lock-sm.svg);
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin: var(--spacing-01) 0 0 0;
  }
}

.staticiam-page .PMastheadExpand__text-bold {
  color: #383838;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: 1.25rem;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
.staticiam-page .PMastheadExpand__text-bold {
    font-size: 0.75rem;
  }
}

.staticiam-page .PMastheadExpand__text-normal {
  color: #383838;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: 1.25rem;
  font-weight: 400;
  margin: var(--spacing-03) 0 0 0;
}

.staticiam-page .PMastheadExpand__text-normal a {
  color: #2f60ce;
  text-decoration: none;
  font-weight: 400;
}

.staticiam-page .PMastheadExpand__text-normal span::before {
  content: '(';
}

.staticiam-page .PMastheadExpand__text-normal span::after {
  content: ')';
}

.staticiam-page .PMastheadExpand__text-normal .text-lock-icon {
  content: url(../../assets/icons/lock-sm.svg);
}

@media screen and (max-width: 992px) {
.staticiam-page .PMastheadExpand__text-normal {
    font-size: 0.75rem;
  }

.staticiam-page .PMastheadExpand__text-normal a {
    text-decoration: none;
  }

.staticiam-page .PMastheadExpand__text-normal .text-lock-icon {
    content: url(../../assets/icons/lock-xs.svg);
  }
}

.staticiam-page .PMastheadExpand__title1 {
  margin: 0 min(10%, 12.5rem) 1.375rem 0;
  max-width: 25.688rem;
  height: 0%;
}

@media screen and (max-width: 992px) {
.staticiam-page .PMastheadExpand__title1 {
    margin: 0 0 1.25rem 0;
    height: auto;
  }
}

.staticiam-page .PMastheadExpand__title2 {
  margin: 0 0 1.375rem 0;
  max-width: 25.688rem;
}

@media screen and (max-width: 992px) {
.staticiam-page .PMastheadExpand__title2 {
    margin: 0 0 1.25rem 0;
    height: auto;
  }
}
