@charset "UTF-8";

/* fix home page tab to include icons */

.nsw-tabs {
    margin-top: 0.1rem;
}

.nsw-tabs__list-wrapper {
    height: auto !important; 
}

.nsw-content-block__image img {
    width: auto;
    height: auto; 
    -o-object-fit: cover;
    object-fit: cover;
}
.nsw-content-block__icon, .nsw-content-block__icon svg {
    max-width: 100%;
    max-height: 100%;
}

/* red nav online button */

.nsw-main-nav ul li.red {
    background-color: var(--nsw-palette-red-02);
    color: var(--nsw-text-light);
}

.nsw-main-nav ul li.red a {
    color: var(--nsw-text-light);
}


/* Global nav */

.nsw-main-nav li a {
    align-items: center;
    color: var(--nsw-text-dark);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0.9rem;
    text-decoration: none;
}


/* Global header */

.nsw-header__contact {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 1.25rem 1.5rem 1.25rem 0;
    
}

@media (min-width: 62rem)
.nsw-header__number {
    font-size: var(--nsw-font-size-md-desktop);
    line-height: var(--nsw-line-height-md-desktop);
    line-height: 1.75rem;
}

.nsw-header__number {
    font-size: var(--nsw-font-size-md-desktop);
    line-height: var(--nsw-line-height-md-desktop);
    font-weight: var(--nsw-font-bold);
    color: var(--nsw-brand-dark);
    display: flex;
    align-items: center;
}

.nsw-header__search-area {
    width: auto;
}

/* home page banner fix */

.nsw-hero-banner__content {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


/* Extra margin adjustments */
.nsw-in-page-alert--info {
    margin-bottom: 20px;
}

.nsw-callout:first-child {
     margin-top: 20px;
}
.nsw-callout {
    margin-top: 20px;
    margin-bottom: 20px;
}
    
h1 {
    margin-top: 30px;
    margin-bottom: 30px;
} 

h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}    
h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}    


/*Indicator CSS starts here */

.light-box {
    background: var(--nsw-palette-info-blue-bg);
    padding: 20px 0 20px 0;
}

.health-status {
   /*  border: 1px solid #666666; */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    clear: both;
    text-align: center;
    padding: 20px;
}

.inner-div {
    padding: 10px 30px;
}

.content-container div {
    display: none;
  /*  border: 1px solid #666666; */
    padding: 10px 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
.content-container ul {
    list-style: none;
    padding: 0;
}
.link {
    text-decoration: none;
}

.no-decoration {
    list-style: none;
     display: inline;
    margin:0;
    padding:0;
}

ul {
    text-indent: 0;
}

ul.outcome li::before {
    width: 0;
    margin-right: 0;
}

.eligibility-button {
	margin:1px;
	width: 160px;
    height: 180px;
}


/*indicator css ends here */

@media (min-width: 62rem)
.contact-float {
    width: 50%;
    max-width: 50%;
    float: left;
}



/* forms page */

.forms-h2 {
    font-size: 1.3em;
}
.forms-bodycopylarge {
    font-size: 1.1em;
}



/* spacing */

.homebodyspace {
    margin-top: -4rem!important;
}


.homebodyspace-side {
    margin-top: 4rem!important;
}


@media (min-width: 1024px) {
  .desktopdisplay {
  display: none;
  }
}
/* Table full width fix */

.nsw-table {
    -webkit-overflow-scrolling: touch;
    display: inline-table;
    margin-top: 1.5rem;
    overflow-x: auto;
    width: 100%;