<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer .footer-grid h2 {
  margin-top: 0;
}
footer .footer-grid .block .block.bg-color.brand h2 {
    margin-top: 2rem;
}

footer .grid &gt; section &gt; *,
footer .footer-grid &gt; .block &gt; * {
    grid-column: 1 / 13;
}

footer .footer-grid &gt; .block {
    padding: .5em 0;
}
	.ncws footer .footer-grid &gt; .block {
		padding: 0 0;
	}
	
footer .footer-grid &gt; .block:first-child {
    padding-top: 2em;
}
footer .footer-grid &gt; .block:last-child {
    padding-bottom: 2em;
}

footer .copyright {}

footer .simple-content-collection .list {
	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: auto;
    grid-column: 1 / 13;
	row-gap: 1em;
	column-gap: inherit;
}

@media (max-width: 420px) {
  footer .simple-content-collection .list &gt; div {
	grid-column: 1 / 13;
    justify-self: center;
  }
}


/* custom .ncws */

@media (min-width: 767px) {
	.ncws footer .grid-60-40 &gt; section &gt; :nth-child(odd) {
		grid-column: 1 / 8;
	}
	.ncws footer .grid-60-40 &gt; section &gt; :nth-child(even) {
		grid-column: 8 / 13;
	}
	
	.ncws footer .grid-40-60 &gt; section &gt; :nth-child(odd) {
		grid-column: 1 / 7;
	}
	.ncws footer .grid-40-60 &gt; section &gt; :nth-child(even) {
		grid-column: 7 / 13;
	}
	
	.ncws footer .grid-50-50 &gt; section &gt; :nth-child(odd) {
		grid-column: 1 / 7;
	}
	.ncws footer .grid-50-50 &gt; section &gt; :nth-child(even) {
		grid-column: 7 / 13;
	}
}
.ncws footer .footer-grid .row-1 .list &gt; div:nth-child(1) {
  align-self: start;
}
.ncws footer .footer-grid .row-1 .list &gt; div:nth-child(2) {
  align-self: start;
  padding-bottom: 1em;
}
.ncws footer .footer-grid .row-1 .list &gt; div:nth-child(2) .image {
  align-content: center;
}
.ncws footer .footer-grid .row-1 .list &gt; div:nth-child(3) {
  align-self: start;
  padding-bottom: 1em;
}
.ncws footer .footer-grid .row-1 .list &gt; div .content h3 {
  margin-top: -.25em;
}
.ncws footer .footer-grid .row-1 .list &gt; div .content p {
  margin: 1em 0;
}
.ncws footer .row-2 section .description p {
  margin: 0;
}

@media (max-width: 560px) {
  .ncws footer .row-2 section {
    grid-template-columns: 1fr;
    column-gap: 1.5em;
    row-gap: 1.5em;
  }
}
@media (min-width: 561px) and (max-width: 766px) {
  .ncws footer .row-2 section {
    grid-template-rows: auto;
    column-gap: 1.5em;
  }
}
@media (min-width: 767px) and (max-width: 999px) {
  .ncws footer .row-2 section {
    grid-template-rows: auto;
    column-gap: 2em;
  }
}
@media (min-width: 1000px) {
  .ncws footer .row-2 section {
    grid-template-rows: auto;
    column-gap: 1em;
  }
}
@media (min-width: 1225px) {
    .ncws footer .grid-40-60.row-2 &gt; section &gt; :nth-child(even) {
        grid-column: 8 / 13;
    }
}
@media (min-width: 767px) and (max-width: 1419px) {
  .ncws footer .simple-content-collection .list &gt; div:nth-child(1) {
    grid-column: 1 / 5;
    grid-row: 1 / 2;
    justify-self: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 1em;
  }
  .ncws footer .simple-content-collection .list &gt; div:nth-child(2) {
    grid-column: 1 / 5;
    grid-row: 2 / 3;
    justify-self: center;
  }
  .ncws footer .simple-content-collection .list &gt; div:nth-child(3) {
    grid-column: 5 / 13;
    grid-row: 1 / 3;
    justify-self: start;
  }
}
@media (min-width: 421px)  and (max-width: 766px) {
  .ncws footer .simple-content-collection .list &gt; div:nth-child(1) {
    grid-column: 1 / 6;
    grid-row: 1 / 2;
    justify-self: end;
	border-right: 1px solid #fff;
  }

  .ncws footer .simple-content-collection .list &gt; div:nth-child(2) {
    grid-column: 6 / 13;
    grid-row: 1 / 2;
    padding-left: 1em;
    justify-self: start;
  }

  .ncws footer .simple-content-collection .list &gt; div:nth-child(3) {
    grid-column: 1 / 13;
    grid-row: 2/3;
  }
}

@media (max-width: 420px) {
	.ncws footer .simple-content-collection .list &gt; div:nth-child(3) .content h3 {
		margin-top: 0.5em;
	}
  .ncws footer .simple-content-collection .list &gt; div:nth-child(2) .image img, 
  .ncws footer .simple-content-collection .list &gt; div:nth-child(2) .image svg,
  .ncws footer .simple-content-collection .list &gt; div:nth-child(1) .image img, 
  .ncws footer .simple-content-collection .list &gt; div:nth-child(1) .image svg {
    text-align: center;
    max-height: 60px;
		height: 60px;
		max-width: 200px;
  }  
}
@media (min-width: 421px) {

	  .ncws footer .simple-content-collection .list &gt; div:nth-child(1) .image {
		padding-right: 1em;
		height: 80px;
	  }
	  .ncws footer .simple-content-collection .list &gt; div:nth-child(1) .image img, 
	  .ncws footer .simple-content-collection .list &gt; div:nth-child(1) .image svg,
	  .ncws footer .simple-content-collection .list &gt; div:nth-child(2) .image img, 
	  .ncws footer .simple-content-collection .list &gt; div:nth-child(2) .image svg {
		max-height: 80px;
		height: 80px;
		max-width: 200px;
	  }
}
.ncws footer .footer-grid {
	padding: 2em;
}
.ncws footer .footer-grid &gt; .block {
    padding: 0 0;
}

@media (min-width: 767px) {
    .ncws footer .footer-grid &gt; .block.simple-content-collection .list {    

    }
}
.ncws footer .row-2 section {
  border-top: 1px solid var(--lightest);
  padding-top: 2em;
}
@media (min-width: 1420px) {
  .ncws footer .simple-content-collection.row-1 .list &gt; div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    justify-self: end;
		border-right: 1px solid #fff;
  }

  .ncws footer .simple-content-collection.row-1 .list &gt; div:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1/2;
    padding-left: 1em;
    justify-self: start;
  }

  .ncws footer .simple-content-collection.row-1 .list &gt; div:nth-child(3) {
    grid-column: 4 / 13;
    grid-row: 1/2;
  }

}

footer .medialistingblock-socialmedia.logos {
	ul {
		gap: 2em 4em;
		
		&amp;.image-list.social-media {
			.image {
				padding-top: 2em;
				img,svg {
				    height: auto;
				    width: auto;
					max-width: 200px
				}
			}
		}
	}
}</pre></body></html>