<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	background-color: #4d8cb3;
	background-image: url(../img/bg-gracie.jpg);
	background-repeat:repeat-x;
}

.top-mast {
	height: 175px;
	background-color:#fff;	
	background-image: url(../img/banner-bg.png);
	background-repeat:repeat-x;
}

.top-mast-home {
	height: 175px;
	background-color:#fff;	
	display: none;
}

.top-mast-logo {
	margin: 10px 20px;
		
}

.banner-container {
	height: 250px;
	display: none;
}


.nav {
  background-color: #e7eff4;
  position: relative;

  z-index: 2;
 /* left: -9px;
  box-shadow: 4px 4px 5px #888888;
  width: 1039px;
*/
}

/*Nav ribbon */
.nav {
    left: -16px;
    box-shadow: 0px 3px 2px #dedede;
    width: 1056px;
}

.nav:before, .nav:after {
     content: "";
     position: absolute;
     display: block;
     border-style: solid;
     border-color: #bfc8ce transparent transparent transparent;
     bottom: -1em;
    }

.nav:before {
     left: 0;
     border-width: 1em 0 0 1em;
}

.nav:after {
     right: 0;
     border-width: 1em 1em 0 0;
}
/* Nav ribbon END */

.nav a {
  color: #4d8cb3;
  font-size: 1em;
}

.nav a:hover {
  background-color:#4d8cb3;
  color: #fff;
}

h1 {
	color: #4d8cb3;
}

h2 {
	color: #4d8cb3;
}


a {
	color: #4d8cb3;	
    border-bottom: none;
}

a:hover {
    color: #386581;
    text-decoration: underline;
}

.aside {
    border-left: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    margin-top: 35px;
    -moz-box-shadow: 0px 2px 3px #dedede;
	-webkit-box-shadow: 0px 2px 3px #dedede;
	box-shadow: 0px 2px 3px #dedede;
}

.aside h2 {
    padding-top: 10px;
    margin-top: 0;
    color: #ffffff;
    background-color: #4d8cb3;
    font-size: 1em;
}

.aside h2&gt;a {
    color: #ffffff;
}
.aside h2&gt;a:hover {
    color: #ffffff;
    background: none;
}

.aside a:hover {
	color: #4d8cb3;
    text-decoration: none;
}

.footer {
	background-color: #e7eff4;
    border-top: 1px solid #d2d7da;
    height: 115px;
}

.footer li a:hover {
    text-decoration: underline;
}

.nav a {
    padding: 0 15px;
}

.nav a:hover {
    text-decoration: none;
}

.leadership-box {
    border-bottom: 1px solid #bababa;
	padding-bottom: 1.5em;
	}
	.leadership-box a:hover{
		text-decoration: none !important;
		}
	.leadership-box img {
		width: 200px;
		height: 300px;
		float:left;
		margin: 20px 20px 0 0;
		}
	.leadership-box h2 {
		font-size: 23px;
		}
	.leadership-box h3 {
	/*    line-height: 0;*/
		}
	.leadership-box p:nth-last-child(1) { margin-bottom: 0; }
	.leadership-box:after { content: ''; display: block; clear: both; }

a.service-links {     
    background: #999;
    padding: 20px 0 10px 0;
    display: inline-block;
    margin: 11px 15px;
    border-bottom: none;
    color: white;
    width: 300px;
    text-align: center;
    height: 30px;
    box-shadow: 0px 3px 2px #888888;
}


a.service-links:hover {
    background: #E4E4E4;
    color: gray;
    text-decoration: none;
}

.footer-logo {
    float:left;
    margin-left: 35px;
    margin-top: 18px;
    display: none;
}

.main-content {
    border-right: none;
    
}

div.divider {
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.footer-items {
    float:right !important;
    margin-right: 47px !important;
}

.footer-items ul {
    float: right;
    height: 60px;
}

.footer-items #address {
    clear:both;
    float: right;
    margin: 0;
}

.footer li a {
    color: #000000;
}

.h-align li:first-child {
    margin-left: 26px;
}

.gsh-table tr {
    height:45px;
    font-size: .9em;
}
	.gsh-table .header strong { margin-right: 20px; }
	
td.header {
    color:#4d8cb3;
}

p.pdf {
    list-style-image: url('https://www.nyp.org/graphics/common/Adobe_PDF_file_icon_24x24.png');
    background-repeat: no-repeat;
}

ul.pdf {
    list-style: none;
    padding-inline-start: 0;
    padding-start: 0;
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    -khtml-padding-start: 0;
    -o-padding-start: 0;
    margin: 0;
    padding: 0;
}

ul.pdf li {
    background-image: url('https://www.nyp.org/graphics/common/Adobe_PDF_file_icon_24x24.png');
    background-repeat: no-repeat;
    padding-left: 28px;
}

li.pdf {
    list-style-image: url('https://www.nyp.org/graphics/common/Adobe_PDF_file_icon_24x24.png');
    background-repeat: no-repeat;
}

.language-selector {
	float: right;
	padding: 20px;	
}


a.gsh-button {
	background-color: #4d8cb3;
	color: #fff;
	padding: 15px;
	margin: 30px 0;
}</pre></body></html>