/* Reset CSS */

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

button {
  cursor:pointer;
  background-color:transparent;
}

#btnLogin {
	cursor: pointer;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

ul, ol, menu {
  list-style: none
}

input, select, button {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius:0; 
    border-radius:0;
    -webkit-appearance: none !important;
}

 /* Hide arrow */
 input[type=date]::-webkit-inner-spin-button,
 input[type=date]::-webkit-calendar-picker-indicator {
   display: none;
   -webkit-appearance: none;
   padding: 10px;
 }

  /* Image Comment - Need to make sure image path is correct on filesystem or dynamically added by CMS */

 input[type=date]::-webkit-calendar-picker-indicator {
  display: block;
  background-image: url(../images/Calendar\ Icon.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
 }

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

input[type=date]::-webkit-datetime-edit-fields-wrapper { 
  background: #FFF; 
}

html, body {
  height: 100%;
  font-size: 17px;
  font-weight: 400;
  font-family: 'lato', Arial, sans-serif;
  color: #262626;
  line-height: 1.5em;
}

body.welcomePageWrap {
  background-color: #f1f1f1;
}

body.fixed {
  width: 100vw;
  overflow: hidden;
}

*:focus-visible {
  outline-color:#0078C8 !important;
}

.copyWrapWithBar {
  position: relative;
  padding-left: 30px;
}

.copyWrapWithBar::after {
  /* Image Comment - Need to make sure image path is correct on filesystem or dynamically added by CMS */
  background-image: url(../images/login-page/IAT-Portal-SubheadlineElement.svg);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 7px 64px;
  background-position: 0 0;
  padding: 0 0 0 40px;
}

h1 {
  width: 100%;
  margin: 0 auto 40px auto;
  font-weight: 900;
  font-size: 45px;
  line-height: 1em;
  color: #1a365d;
}

a.btn, .btn {
	display: inline-block;
	min-width: 115px;
	padding: 7px 30px;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	color: #FFF;
	vertical-align: middle;
	box-sizing: border-box;
	background-color: #6c6d71;
	border-top-right-radius: 10px;
	border: none;
	outline: none;
	line-height: 22px;
	-webkit-appearance: none;
	cursor: pointer;
}

a.btnSolidYellow, .btnSolidYellow {
  background-color: #f4b532;
  color: #19355d;
  min-width: 220px;
  padding: 10px 30px;
  text-decoration: underline 0.5px transparent;
  transition: text-decoration-color 0.2s ease-in-out;
  text-underline-offset: 3px;
}

a.btnSolidYellow:hover, .btnSolidYellow:hover {
  text-decoration-color: #19355d;
}

a.btn:focus-visible, btn:focus-visible, a:focus-visible, button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}

form label {
  color: #0e76bd;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

input[type=text], 
input[type=date], 
input[type=email], 
input[type=tel], 
input[type=password], 
textarea, 
select {
  width: 100%;
  max-width: 100%;
  font-family: 'lato', Arial, sans-serif;
  padding: 7px 0 7px 8px;
  color: #151c22;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #dad9d5;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text]:focus-visible, 
input[type=date]:focus-visible, 
input[type=email]:focus-visible, 
input[type=tel]:focus-visible, 
input[type=password]:focus-visible, 
textarea:focus-visible, 
select:focus-visible {
  border-color: #0e76bd;
  outline: none;
}

input[type=date] {
  background: transparent;
  text-align: left;
  min-height: 40px;
}

.sitewidth {
  max-width: 90%;
  padding: 0 2%;
  margin: 0 auto;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a8a8a8;
}

/* -----------------------------------------------
  Login Page Styles
----------------------------------------------- */

.loginPageWrap .mobileImage {
  display: block;
}

@media (min-width: 1000px) {
  .loginPageWrap .mobileImage {
    display: none;
  } 
}

.loginPageWrap {
  min-height: 100vh;
  /* Image Comment - Need to make sure image path is correct on filesystem or dynamically added by CMS */
  background-image: url(../images/login-page/IAT-Portal-LoginBackground.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
}

.loginPageWrap #Wrapper {
 position: relative; 
}

.loginPageWrap header {
  padding: 10px 20px;
  background-color: #FFF;
}

.loginPageWrap .loginScreenHeader img {
  max-width: 200px;
}

.loginScreenWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2%;
  position: relative;
  top: -25px;
}

@media (min-width: 1000px) {
  .loginScreenWrap {
    top: initial;
  }
}

.loginPageWrap .signInBox {
  border-top-right-radius: 70px;
  overflow: hidden;
  display: flex;
}

.loginPageWrap .signInBox .logoWrap {
  display: none;
}

.loginPageWrap .signInBox .left {
  background-color: #FFF;
  padding: 35px;
}

.loginPageWrap .signInBox .right {
  display: none;
}

.loginPageWrap .signInBox .copyWrapWithBar {
  max-width: 390px;
  margin-bottom: 40px;
} 

.loginPageWrap .signInForm {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 35px 0;
} 

.loginPageWrap .signInBox .btnSolidYellow {
  align-self: baseline;
}

.loginPageWrap .passwordWrap .labelWrap {
  display: flex;
  justify-content: space-between;
}

.loginPageWrap .passwordWrap .togglePasswordVisibility {
  display: flex;
  align-items: center;
  color: #0e76bd;
  font-size: 16px;
  font-style: italic;
  gap: 0 3px;
}

.loginPageWrap .passwordWrap .labelWrap img {
  max-width: 19px;
  width: 100%;
}

.loginPageWrap .passwordWrap .labelWrap img.hide {
  display: none;
}

.loginPageWrap .passwordWrap .togglePasswordVisibility.active img.hide {
  display: block;
}

.loginPageWrap .passwordWrap .togglePasswordVisibility.active img.display {
  display: none;
}

.loginPageWrap .helpLinks {
  display: flex;
  gap: 0 15px;
}

.loginPageWrap .helpLinks a {
  color: #1a365d;
    font-size: 14px;
}

.loginPageWrap footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 2% 10px;
}

.loginPageWrap footer .copyright {
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
}

.loginPageWrap footer .copyright a {
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}

@media (min-width: 1000px) {
  .loginPageWrap #Wrapper {
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
   }

  /* Image Comment - Need to make sure image path is correct on filesystem or dynamically added by CMS */
  .loginPageWrap .signInBox .right {
    display: block;
    background-image: url(../images/login-page/IAT-Portal-LoginPhoto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 484px;
  }

  .loginPageWrap .loginScreenHeader {
    display: none;
  }

  .loginPageWrap .signInBox .logoWrap {
    max-width: 200px;
    display: block;
    margin-bottom: 40px;
  }
}

/* -----------------------------------------------
  Dashboard Styles
----------------------------------------------- */

.interiorPage main {
  display: flex;
  position: relative;
}

.interiorPage main .globalSidebar {
  flex-basis: 350px;
}

.interiorPage main .dashboardContent {
  flex: 1;
  width: calc(100% - 350px);
}

/* Sidebar Styles */

  /* Image Comment - Need to make sure image path is correct on filesystem or dynamically added by CMS */

.globalSidebar {
  background-image: url(../images/dashboard/Dashbaord-Navigation-BG-Gradient.jpg);
  background-repeat: repeat-x;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0;
  background-size: contain;
  min-height: 100vh;
}

.globalSidebar.open {
  transform: translate(0%, 0);
}

.globalSidebar .logoWrap {
  margin-bottom: 100px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.globalSidebar .logoWrap .toggleMobileNavBtn {
  width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.globalSidebar .logoWrap .toggleMobileNavBtn span {
  background-color: #01d6f6;
  height: 2px;
  display: block;
  width: 100%;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.globalSidebar .logoWrap .toggleMobileNavBtn span:first-of-type {
  transform: rotate(45deg);
}

.globalSidebar .logoWrap .toggleMobileNavBtn span:last-of-type {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .globalSidebar .logoWrap img {
    max-width: 175px;
  }
}

.globalSidebar .sidebarNavigation li {
  border-top: 1px solid #1076be;
}

.globalSidebar .sidebarNavigation li:last-of-type {
  border-bottom: 1px solid #1076be;
}

.globalSidebar .sidebarNavigation li a {
  color: #FFF;
  text-decoration: none;
}

.globalSidebar .sidebarNavigation li a.current {
  color: #f4b532;
  font-style: italic;
}

.globalSidebar .sidebarNavigation li > div {
  display: flex;
  align-items: center;
  gap: 0 15px;
  padding: 10px 40px;
}

.globalSidebar .sidebarNavigation li > div > div {
  display: flex;
  align-items: center;
  gap: 0 15px;
  flex: 1;
}

.globalSidebar .sidebarNavigation li img {
  max-width: 26px;
}

.globalSidebar .toggleChildrenBtn {
  padding: 5px 10px;
}

.globalSidebar .toggleChildrenBtn img {
  width: 10px;
  height: 14px;
}

.globalSidebar .sidebarNavigation .childLinks {
  padding: 10px 40px 10px 80px;
  border-top: 1px solid #1076be;
  display: none;
}

.globalSidebar .sidebarNavigation .childLinks li {
  border: none;
  padding: 5px 0;
}

.globalSidebar .sidebarNavigation .childLinks li a {
  font-size: 15px;
}

.globalSidebar .sidebarNavigation .childLinks li a:hover {
  color:#f4b532;
}

.globalSidebar .sidebarNavigation .childLinks.active {
  display: block;
}

.globalSidebar .sidebarNavigation .parentWrap.active,
.globalSidebar .sidebarNavigation li > div.parentWrap:has(a:hover) {
  background-color: #164b7d;
}

.globalSidebar .sidebarNavigation .toggleChildrenBtn.active img {
transform: rotate(90deg);
}

.globalSidebar .bottomLinks {
  padding: 0 40px;
  margin-top: 40px;
}

.globalSidebar .bottomLinks img {
  max-width: 26px;
}

.globalSidebar .bottomLinks a {
  color: #FFF;
  text-decoration: none;
}

.globalSidebar .bottomLinks .linkWrap {
  display: flex;
  align-items: center;
  gap: 0 15px;
  padding: 10px 0;
}

.globalSidebar .bottomLinks .contactUs {
  margin-top: 20px;
}

.globalSidebar .bottomLinks .contactUs a {
  color: #f4b532;
}

.globalSidebar .bottomLinks .copyrightLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  color: #FFF;
}

.globalSidebar .bottomLinks .copyrightLinks span,
.globalSidebar .bottomLinks .copyrightLinks a {
  font-size: 14px;
}

@media (max-width: 767px) {
  .globalSidebar {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 350px;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    z-index: 1;
    transform: translate(-100%, 0);
    transition: all 0.2s ease-in-out;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px 0 115px;
  }

  .globalSidebar .bottomLinks {
    padding: 0 2%;
  }

  .globalSidebar .bottomLinks .copyrightLinks,
  .globalSidebar .bottomLinks .contactUs {
    display: none;
  }

  .globalSidebar .sidebarNavigation li > div {
    padding: 10px 2%;
  }
  .globalSidebar .logoWrap {
    padding: 0 2%;
}
}

/* ---------------------------------- 
  Site Alert Banner
---------------------------------- */

.siteAlertBanner {
  position: relative;
}

  .siteAlertBanner .messageWrap {
    background-color: #f4b532;
    color: #1a365d;
    text-align: center;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    padding: 0 70px 0 2%;
    height: auto;
    transition: padding 0.1s ease-in-out;
  }

  .siteAlertBanner .message {
    padding: 10px 0 10px 0;
    height: auto;
  }

#SiteAlertBanner .message a {
  text-decoration: underline;
}

.siteAlertBanner .alertToggleButton {
  position: absolute;
  top: 45px;
  right: 30px;
  bottom: 0;
  margin: auto;
  color: #f4b532;
  background-color: #1a365d;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  margin: auto 0;
  transition: all 0.2s ease-in-out;
  outline: none;
}

  .siteAlertBanner.open .alertToggleButton {
    top: 0px;
  }

  .siteAlertBanner .alertToggleButton:hover {
    transform: scale(1.15);
  }

  .siteAlertBanner.open .alertToggleButton:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: 1px;
  }

@media (min-width: 767px) {
  .siteAlertBanner .alertToggleButton {
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
    color: #f4b532;
    background-color: #1a365d;
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    margin: 10px auto;
  }
}

/* ---------------------------------- 
  Breadcrumb Styles
---------------------------------- */

.breadCrumbsWrap {
  display: flex;
  gap: 0 3px;
  margin-bottom: 35px;
}

.breadCrumbsWrap span,
.breadCrumbsWrap a  {
  font-size: 15px;
  color: #262626;
}

.breadCrumbsWrap span:last-child {
  color: #0e76bd;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-style: italic;
}

/* ---------------------------------- 
  Mobile Header Styles
---------------------------------- */

  /* Image Comment - Need to make sure image path is correct on filesystem or dynamically added by CMS */

.mobileHeader {
  padding: 20px 2%;
  background-image: url(../images/dashboard/Dashbaord-Navigation-BG-Gradient.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.mobileHeader .toggleMobileNavBtn {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.mobileHeader .toggleMobileNavBtn span {
  background-color: #01d6f6;
  height: 2px;
  display: block;
  width: 100%;
  border-radius: 20px;
}

.mobileHeader .toggleMobileNavBtn span:nth-child(1) {
  width: 70%;
}

.mobileHeader .toggleMobileNavBtn span:nth-child(2) {
  width: 85%;
}

.mobileHeader img {
  max-width: 175px;
}

@media (min-width: 767px) {
  .mobileHeader {
    display: none;
  }
}

/* ------------------------------------------
  Interior Page Styles
------------------------------------------ */

.interiorPageContent .sitewidth {
  padding: 0 2%;
  max-width: 100%;
}

@media (min-width: 767px) {
  .interiorPageContent .sitewidth {
    max-width: 90%;
  }
}

@media (min-width: 900px) {
  .interiorPageContent .sitewidth {
    padding: 0 5%;
  }
}

.interiorPageContent h1 {
  font-size: 65px;
}

@media (min-width: 900px) {
  .interiorPageContent h1 {
    font-size: 80px;
  } 
}

.interiorPageContent .headerTextCopy .bodyCopyWrap {
  max-width: 1000px;
}

.interiorPageContent .headerTextCopy .bodyCopyWrap p,
.interiorPageContent .headerTextCopy .bodyCopyWrap ul {
	margin-bottom: 30px;
}

.interiorPageContent .headerTextCopy .bodyCopyWrap ul {
	list-style: disc;
	margin-left: 40px;
}

.interiorPageContent .headerTextCopy .bodyCopyWrap p:last-of-type {
  margin-bottom: 0;
}

.interiorPageContent > .top {
  background-color: #f1f1f1;
  padding: 60px 0 30px;
}

.interiorPageContent > .bottom {
  background-color: #FFF;
  padding: 60px 0;
}

/* ---------------------------------- 
  Welcome Page Styles
---------------------------------- */

.welcomePageContent  {
  padding: 60px 2%;
  max-width: 100%;
}

@media (min-width: 900px) {
  .welcomePageContent  {
    padding: 60px 5%;
  }
}

@media (min-width: 767px) {
  .welcomePageContent {
    max-width: 90%;
  }
}

.welcomePageContent .headerTextCopy {
  margin-bottom: 100px;
}

.welcomePageContent .headerTextCopy .bodyCopyWrap {
  max-width: initial;
}

.welcomePageContent .twoBoxCTAWrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
}

.welcomePageContent .twoBoxCTAWrap > a {
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFF;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
  text-decoration: none;
  color: #262626;
  flex-basis: 50%;
}

.welcomePageContent .twoBoxCTAWrap .header {
  background-color: #1a365d;
  color: #FFF;
  padding: 20px 30px;
  display: flex;
  gap: 0 30px;
  align-items: center;
  font-weight: 800;
  font-size: 22px;
}

.welcomePageContent .twoBoxCTAWrap .header img {
  max-width: 45px;
}

.welcomePageContent .twoBoxCTAWrap .content {
  padding: 30px;
}

.welcomePageContent .twoBoxCTAWrap .content .copy {
  margin-bottom: 50px;
}

.welcomePageContent .twoBoxCTAWrap .content .btn {
  margin-bottom: 30px;
}

.welcomePageContent .twoBoxCTAWrap a:hover {
  box-shadow: 0 0px 14px rgba(0, 0, 0, .25);
}

.welcomePageContent .twoBoxCTAWrap a:hover .btn {
  text-decoration-color: #19355d;
}

@media (min-width: 1100px) {
  .welcomePageContent .twoBoxCTAWrap {
    flex-direction: row;
  }

  .welcomePageContent .twoBoxCTAWrap {
    margin-bottom: 100px;
  }
}

@media (max-width: 1100px) {
  .welcomePageContent .twoBoxCTAWrap a .btn {
    width: 100%;
  }
}

.welcomePageContent .fourColumnBoxes {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}

.welcomePageContent .fourColumnBoxes .box {
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFF;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
  text-decoration: none;
}

.welcomePageContent .fourColumnBoxes .box .content {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.welcomePageContent .fourColumnBoxes .box:hover {
  box-shadow: 0 0px 14px rgba(0, 0, 0, .25);
}

.welcomePageContent .fourColumnBoxes .header {
  background-color: #1a365d;
  color: #FFF;
  padding: 20px 30px;
  display: flex;
  gap: 0 30px;
  align-items: center;
  font-weight: 800;
  font-size: 22px;
}

.welcomePageContent .fourColumnBoxes .blue .header {
  background-color: #0e76bd;
}

.welcomePageContent .fourColumnBoxes .orange .header {
  background-color: #f46e39;
}

.welcomePageContent .fourColumnBoxes .red .header {
  background-color: #b11d33;
}

.welcomePageContent .fourColumnBoxes .green .header {
  background-color: #939235;
}

.welcomePageContent .fourColumnBoxes .header img {
  max-width: 45px;
}

.welcomePageContent .fourColumnBoxes .content {
  padding: 30px;
}

.welcomePageContent .fourColumnBoxes .content .copy {
  margin-bottom: 50px;
  color: #262626;
}

.welcomePageContent .fourColumnBoxes .content .btnSolidYellow {
  min-width: 100%;
  width: 100%;
}

.welcomePageContent .fourColumnBoxes .box:hover .btnSolidYellow {
  text-decoration-color: #19355d;
}

@media (min-width: 1100px) {
  .welcomePageContent .fourColumnBoxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1800px) {
  .welcomePageContent .fourColumnBoxes {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ---------------------------------------------------
  Search Form Styles
--------------------------------------------------- */

.policySearchForm, .regularForm {
	display: flex;
	flex-direction: column;
	gap: 50px 0;
	max-width: 500px;
}

.policySearchForm button[type="button"],
.regularForm button[type="button"] {
	color: #0e76bd;
	font-size: 16px;
	text-decoration: underline;
}

.policySearchForm .formRow,
.regularForm .formRow {
	display: flex;
	align-items: flex-end;
	gap: 0 20px;
}

.policySearchForm .formRow .field,
.regularForm .formRow .field {
	flex: 1;
}

.policySearchForm .formRow .side,
.regularForm .formRow .side {
	margin-bottom: 10px;
	flex-basis: 45px;
}

.policySearchForm .buttons,
.regularForm .buttons {
	display: flex;
	align-content: center;
	gap: 0 10px;
}

/* --------------------------------------------
  FAQ Page
---------------------------------------------- */

.faqWidget {
  max-width: 1200px;
}

.faqWidget .faq {
  padding: 40px 0 40px;
  border-bottom: 1px solid #d9dad5;
}

  .faqWidget .faq:last-of-type {
    border-bottom: none;
  }

.faqWidget .question:focus-visible {
  outline: 2px solid #73d0ef;
}

.faqWidget .question {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  color: #0e76bd;
  padding: 0 4% 0 0;
  text-align: left;
  transition: color 0.2s ease-in-out;
}

  .faqWidget .question.active {
    color: #1a365d;
  }

  .faqWidget .question .icon {
    position: relative;
    display: block;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    text-align: initial;
    height: initial;
    margin-top: initial;
    transition: transform 0.2s ease-in-out;
  }

  .faqWidget .question .icon img {
    width: 20px;
  }

  .faqWidget .question.active .icon {
    transform: rotate(90deg);
  }

  .faqWidget .question .icon::after {
    font-size: 30px;
  }

  .faqWidget .answerWrap {
  position: relative;
  height: 0px;
  opacity: 0;
  padding: 0 16% 0 40px;
  z-index: -1;
  overflow: hidden;
}

.faqWidget .answer {
  padding-top: 20px;
}

.faqWidget .answerWrap.display {
  z-index: 1;
}

.faqWidget .answer .rteCopy {
  margin-bottom: 0;
}

.faqWidget .answer a {
  color: #262626;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ------------------------------------------
  Search Results
------------------------------------------ */

.searchResultsPage .searchResults {
  margin-top: 60px;
}

.searchResultsPage .tableWrapper {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}

.searchResultsPage .dashboardContent {
  background: linear-gradient(#f0f0f0 30%, #ffffff 30%);
}

.searchResultsPage .interiorPageContent .content {
  padding: 60px 0;
}

.searchResultsPage .searchResults .resultsTop tr td:nth-child(odd) {
  color: #1a365d;
  font-weight: 800;
}

.searchResultsPage .searchResults table {
  border-spacing: 0px;
  border: 1px solid #f0f0f0;
  width: 100%;
}

.searchResultsPage .searchResults td {
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.searchResultsPage .searchResults tr:last-child td {
  border-bottom: none;
}

.searchResultsPage .searchResults tr {
  background-color: #FFF;
}

.searchResultsPage .searchResults .resultsTop tr:nth-child(even) {
  background-color: #fbfbfb;
}

.searchResultsPage .searchResults .resultsTop tr td:nth-child(2) {
  border-right: 1px solid #f0f0f0;
}

.searchResultsPage .searchResults .resultsBot {
  overflow-x: auto;
}

.searchResultsPage .searchResults .resultsBot .header {
  background-color: #1a365d;
  color: #FFF;
}

.searchResultsPage .searchResults .resultsBot .header th {
  border-right: 1px solid #FFF;
  padding: 15px 20px;
}

.searchResultsPage .searchResults .resultsBot tr td {
  border-right: 1px solid #f0f0f0;
  text-align: center;
}

.searchResultsPage .searchResults .resultsBot tr td:last-child {
  border-right: none;
}

.searchResultsPage .searchResults .fullWidthBlue {
  background-color: #1a365d;
  color: #FFF;
  font-weight: 800;
}

.searchResultsPage .resultsBot tr td:empty {
  border-right: none;
}

.searchResultsPage .resultsBot tr:last-child td:not(:empty):nth-child(1) {
  color: #1a365d;
  font-weight: 800;
}

.searchResultsPage .searchResults tr .boldBlue {
  font-weight: 800;
  color: #1a365d;
}

@media all and (max-width:1050px){
  .searchResultsPage .resultsTop tr {
    display: flex;
    flex-wrap: wrap;
  }

  .searchResultsPage .searchResults .resultsTop tr:nth-child(even){
    background-color: #FFF;
  }

  .searchResultsPage .resultsTop tr td,
  .searchResultsPage .resultsTop tr td {
    flex-basis: 50%;
    border-right: 1px solid #f0f0f0;
  }

  .searchResultsPage .resultsTop tr td:empty {
    display: none;
  }
}

/*-------------------------------------------------
  Redirect Page Styles
-------------------------------------------------*/

.redirectPageWrap h1 {
	font-size: 25px;
}

	.redirectPageWrap h1 a {
		font-size: 25px;
		color: #1a365d;
	}

.redirectPageWrap .mobileImage {
	display: block;
}

@media (min-width: 1000px) {
	.redirectPageWrap .mobileImage {
		display: none;
	}
}

.redirectPageWrap {
	min-height: 100vh;
	/* Image Comment - Need to make sure image path is correct on filesystem or dynamically added by CMS */
	background-image: url(../images/login-page/IAT-Portal-LoginBackground.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	height: 100%;
}

	.redirectPageWrap #Wrapper {
		position: relative;
	}

	.redirectPageWrap header {
		padding: 10px 20px;
		background-color: #FFF;
	}

	.redirectPageWrap .loginScreenHeader img {
		max-width: 200px;
	}

.redirectPageWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2%;
	position: relative;
	top: -25px;
}

@media (min-width: 1000px) {
	.redirectPageWrap {
		top: initial;
	}
}

.redirectPageWrap .signInBox {
	border-top-right-radius: 70px;
	overflow: hidden;
	display: flex;
	max-width: 970px;
}

	.redirectPageWrap .signInBox .logoWrap {
		display: none;
	}

	.redirectPageWrap .signInBox .left {
		background-color: #FFF;
		padding: 35px;
	}

	.redirectPageWrap .signInBox .right {
		display: none;
	}

	.redirectPageWrap .signInBox .copyWrapWithBar {
		max-width: 390px;
		margin-bottom: 40px;
	}

	.redirectPageWrap .signInBox .btnSolidYellow {
		align-self: baseline;
	}

.redirectPageWrap .helpLinks {
	display: flex;
	gap: 0 15px;
}

	.redirectPageWrap .helpLinks a {
		color: #1a365d;
		font-size: 14px;
	}

.redirectPageWrap footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 2% 10px;
}

	.redirectPageWrap footer .copyright {
		display: flex;
		gap: 0 10px;
		flex-wrap: wrap;
		justify-content: center;
		color: #FFF;
		font-size: 14px;
	}

		.redirectPageWrap footer .copyright a {
			color: #FFF;
			text-decoration: none;
			font-size: 14px;
		}

@media (min-width: 1000px) {
	.redirectPageWrap #Wrapper {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}



	.redirectPageWrap .signInBox .right {
		display: block;
		background-image: url(../images/IAT-Desktop-WeveMoved.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 484px;
	}

	.redirectPageWrap .signInBox .left {
		flex: 1;
		padding: 100px 35px;
	}

	.redirectPageWrap .loginScreenHeader {
		display: none;
	}

	.redirectPageWrap .signInBox .logoWrap {
		max-width: 200px;
		display: block;
		margin-bottom: 40px;
	}
}

/*Following classes are imported from Styles.css*/
.DataGridHeaderStyle {
	background-color: #234A83; /*#234A83;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	border-collapse: collapse;	
    
}

.DataGridHeaderStyle th td {
		
    padding: 0px 0px 0px 5px;	
}

.DataGridHeaderStyle A:link {
	background-color: #234A83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
	text-decoration: underline;
	white-space: nowrap;
	border-collapse: collapse;		
}

.DataGridHeaderStyle A:hover {
	background-color: #234A83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
	text-decoration: underline;
	white-space: nowrap;
	border-collapse: collapse;		
}

.DataGridHeaderStyle A:visited {
	background-color: #234A83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
	text-decoration: underline;
	white-space: nowrap;
	border-collapse: collapse;		
}

.DataGridItemStyle {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003066;
	vertical-align: middle;
	white-space: nowrap;
	border-collapse: collapse;		
}

.DataGridAlternateItemStyle {
	background-color: #d4dce8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003066;
	vertical-align: middle;	
	white-space: nowrap;
	border-collapse: collapse;	
}

.DataGridPagerStyle {
	background-color: #234A83; /*#234A83;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	vertical-align: baseline;
	text-align: center;
	white-space: nowrap;
	border-collapse: collapse;		
}

.DataGridPagerStyle A:link{
	background-color: #234A83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	vertical-align: baseline;
	text-align: center;
	text-decoration: underline;
	white-space: nowrap;
	border-collapse: collapse;		
}

.DataGridPagerStyle A:hover{
	background-color: #234A83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	vertical-align: baseline;
	text-align: center;
	text-decoration: underline;
	white-space: nowrap;
	border-collapse: collapse;		
}

.DataGridPagerStyle A:visited{
	background-color: #234A83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	vertical-align: baseline;
	text-align: center;
	text-decoration: underline;
	white-space: nowrap;
	border-collapse: collapse;		
}

.DataGridGrandTotalStyle {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003066;
	vertical-align: middle;	
	white-space: nowrap;
	border-collapse: collapse;	
}

.DataGridGrandTotalItemStyle {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003066;
	vertical-align: middle;	
	white-space: nowrap;
	border-collapse: collapse;
	border-bottom: #000000 medium double;
}
