/* @override
    http://nwh.site/css/screen.css
    http://nwhsu/css/screen.css
    http://nwh.site/css/screen.css
 */

 @import url(/media/nwhsu-responsive-2015/style-assets/css/reset.css);

 /* @group Generic */

 /* @group Font Sizes and Margins */

 body {
    background-color: #f0f0ea;
    color: #4d4d4d;
    color: rgba(77, 77, 77, 0.99);
    font-size: 62.5%;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
 }
sup {
    vertical-align: super;
    font-size: smaller;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
 .slide { visibility: hidden; }
 .cycle-sentinel { visibility: visible; }


 ::selection {
    background: #cedbdf; /* Safari */
 }

 ::-moz-selection {
    background: #cedbdf; /* Firefox */
 }

 p,
 td,
 li,
 th,
 dt,
 dd {
    font-size: 1.2em;
    line-height: 1.4;
 }

 small {
    font-size: 90%;
 }

 li li,
 li p,
 td li,
 dd li {
    font-size: 1.0em;
 }

 p {
    margin: 13px 0;
 }

 /* @end */

 /* @group Headers */

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
    font-weight: normal;
    margin: 13px 0 0;
    line-height: 1.1;
 }

 h1 + p,
 h2 + p,
 h2 + ul,
 h3 + p,
 h3 + ul,
 h4 + p,
 h4 + ul,
 h5 + p,
 h5 + ul,
 h6 + p,
 h6 + ul {
    margin-top: 8px;
 }

 //h1 {
    //color: #3d637b;
    //font-size: 3.1em;
 //}

 h2 {
    color: #747437;
    font-size: 2.6em;
 }

 h3 {
    color: #333333;
    font-size: 2em;
 }

 li h3 {
    font-size: 1.66667em;

 }

 h4 {
    color: #333333;
    font-size: 1.3em;
    font-weight: bold;
 }

 li h4 {
    font-size: 1.08em;
    margin: 0 0 1px;
 }

 h5 {
    color: #333333;
    font-size: 1.2em;
    font-weight: bold;
 }

 li h5 {
    font-size: 1.0em;
 }

 h6 {
    font-size: 1.1em;
 }

 /* @end */

 /* @group Blockquotes */

 blockquote {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-quote.png) no-repeat 0 6px;
    padding-left: 40px;
    margin: 24px auto;
    width: 85%;
 }

 blockquote .bracket {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 26px;
 }

 blockquote p,
 blockquote cite {
    color: #296994;
    font-size: 1.8em;
    margin: 0 0 8px;
 }

 blockquote cite {
    display: block;
    color: #4d4d4d;
    font-size: 1.1em;
 }

 /* @end */

 /* @group Lists */

 ul,
 ol {
    margin: 13px 0;
 }

 li {
    margin: 2px 0;
 }

 ul li {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/bullet-tan.png) no-repeat 0 0.45em;
    list-style: none;
  	margin-left: 1em;
    /*margin-left: 2.1em;*/
    padding-left: 12px;
 }

 ul.no-margin li {
    margin-left: 0.5em;
 }

 ol li {
    list-style: decimal;
    margin-left: 4.5em;
    padding-left: 5px;
 }

 hr {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/dashed-line.png) repeat-x 0 50%;
    border: 0 none;
    margin: 18px 0;
 }

 ul.divided li {
    background: none;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 10px;
    margin: 10px 0;
 }

 ul.divided li.last {
    border: 0 none;
    padding-bottom: 0;
 }

 ul.col1,
 ul.col2 {
    float: left;
    margin-top: 8px;
 }

 ul.col1 li,
 ul.col2 li {
    background-image: none;
    margin: 0;
    padding: 0;
 }

 ul.col1 {
    width: 110px;
 }

 ul.col2 {
    width: 145px;
 }

 /* @end */

 /* @group Tables */
 
 #tracking img {
 	border: 0 !important;
  	padding: 0 !important;
 }

 #content-main table {
    margin: 1em 0;
    width: 100%;
 }

 #content-main table td,
 #content-main table th {
    padding: 9px 11px;
    text-align: left;
 }

 #content-main table {
    border: 1px #A3ABB1 solid;
    border-collapse: collapse;
    margin: 0;
 }

 #content-main td.num {
    text-align: right;
 }

 #content-main table thead tr {
    background: #fff url(/media/nwhsu-responsive-2015/style-assets/css/css-images/aside-white-header.png) scroll repeat-x 0 bottom;
 }

 #content-main table thead th {
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/dashed-line.png) scroll repeat-x 0 bottom;
 }

 #content-main table tbody td,
 #content-main table tbody th {
    border: 1px #a3abb1 solid;
    border-color: rgba(163,171,177,.1);
    border-width: 1px 0 0 0;
 }

 #content-main table tbody tr:first-child th,
 #content-main table tbody tr:first-child td {
    border-top-width: 0px;
 }

 #content-main table tbody th {
    font-weight: bold;
 }

 #content-main table tbody tr.active {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/aside-white-header.png) scroll repeat-x left bottom;
 }

 #content-main .table-navigator {
    position: relative;
 }

 #content-main .table-navigator.below {
    background: #e2dccc url(/media/nwhsu-responsive-2015/style-assets/css/css-images/content-accessory.png) scroll repeat-x left top;
 }

 #content-main div.table-navigator div {
    margin: 5px 0;
 }

 #content-main .table-navigator .left{
    width: 55%;
 }

 #content-main .table-navigator .right{
    width: 45%;
    text-align: right;
 }

 #content-main .table-navigator .nav ul li {
    text-align: left;
 }

 #content-main .table-navigator a {
    font-size: 11px;
    font-weight: bold;
 }

 #content-main .table-navigator .full p {
    margin: 2px 0;
 }

 #content-main .table-navigator .full {
    float: left;
 }

 #content-main table tr.detail td,
 #content-main table tr.detail th {
    background-color: #f9f9fc;
    border-width: 0 0 1px 0;
 }

 #content-main table tbody tr.detail.active td,
 #content-main table tbody tr.detail.active th {
    background-color: #ffc;
 }

 #content-main table p {
    font-size: 11px;
 }

 #content-main table p:first-child {
    margin-top: 0;
 }

 #content-main table p:last-child {
    margin-bottom: 0;
 }

 .table-navigator {
    padding: 8px 2px 8px 12px;
 }

 .table-nav p {
    margin: 0;
    font-size: 11px;
 }

 .table-nav ul,
 .table-nav ul li {
    margin: 0; padding: 0; list-style: none;
    background-image: none;
 }

 .table-nav ul li {
    display: inline-block;
    margin-right: .5em;
    padding-right: .5em;
    border: 1px #666 solid;
    border-width: 0 1px 0 0;
    line-height: 1;
    font-size: 11px;
 }

 .table-nav ul li:last-child,
 .table-nav ul li.last {
    border-width: 0;
 }

 .table-nav.no-border ul li {
    border: 0px;
    margin: 0;
 }

 .table-nav .fastback {
    display: block;
    width: 4px;
    height: 7px;
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/nav-arrow-dblleft.png) scroll no-repeat;
    text-indent: -9999em;
    overflow: hidden;
 }

 .table-nav .stepback {
    display: block;
    width: 4px;
    height: 7px;
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/nav-arrow-left.png) scroll no-repeat;
    text-indent: -9999em;
    overflow: hidden;
 }

 .table-nav .fastfwd {
    display: block;
    width: 4px;
    height: 7px;
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/nav-arrow-dblright.png) scroll no-repeat;
    text-indent: -9999em;
    overflow: hidden;
 }

 .table-nav .stepfwd {
    display: block;
    width: 4px;
    height: 7px;
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/nav-arrow-right.png) scroll no-repeat;
    text-indent: -9999em;
    overflow: hidden;
 }

 .table-nav span.fastback {
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/nav-arrow-dblleft-disabled.png) scroll no-repeat;
 }

 .table-nav span.stepback {
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/nav-arrow-left-disabled.png) scroll no-repeat;
 }

 .table-nav span.fastfwd {
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/nav-arrow-dblright-disabled.png) scroll no-repeat;
 }

 .table-nav span.stepfwd {
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/nav-arrow-right-disabled.png) scroll no-repeat;
 }
/* Added t4 Aug 2015 to fix display of directory filters */
.table-nav ul.facnav li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    list-style: none outside none;
    margin: 0;
  	border: none;
}
.table-navigator .tablefilter {
  	float: right;
    display: block;
    width: 45%;
    margin: 10px 0px;
    text-align: right;
  	font-size: 11px;
}
@media screen and (max-width: 360px) {
    #content-slideshow ul.slides > li img {height: 170px !important ;}
    #content-slideshow ul.slides, body.full #content-slideshow ul.slides{height: 170px !important;}
#content-slideshow, body.full #content-slideshow{height: 171px !important;}
}



@media screen and (max-width: 640px) {
	.table-navigator .tablefilter {
    	display: block;
    	width: 100%;
    	margin: 10px 0px;
    	text-align: left;
  		font-size: 11px;
	}
}
#content-main .table-navigator #page_navigation {
	clear: both;
  	font-size: 11px;
  	margin-top: 10px;

}
/* End Added t4 Aug 2015 to fix display of directory filters */
 .col-25 {
    width: 25%;
    float: left;
 }

 .col-50 {
    width: 50%;
    float: left;
 }

 form ul,
 form ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background-image: none;
 }

 /* @end */

 /* @group Links */

 a:link,
 a:visited {
    color: #346b94;
    text-decoration: none;
 }

 a:hover {
    color: #659ec9;
    text-decoration: underline;
 }

 a:active {
    color: #a4c6df;
 }

 a.more:link,
 a.more:visited {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/arrow-right-dark-blue.png) no-repeat 100% 50%;
    padding-right: 12px;
 }

 .back a:link,
 .back a:visited,
 a.back:link,
 a.back:visited {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/arrow-left-tan.png) no-repeat 0% 50%;
    padding-left: 12px;
 }

 h4 a:link,
 h4 a:visited {
    color: #d45a2f;
    font-weight: bold;
 }

 h4 a:hover {
    color: #e08767;
 }

 /* @group Buttons */

 .button-orange,
 .button-orange-right {
    text-shadow: 0px -1px 0px #999;
 }

 a.button-orange:link,
 a.button-orange:visited {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/button-orange-small-right.png) no-repeat 99% 50%;
    display: inline-block;
    padding-right: 6px;
 }

 a.button-orange-left:link,
 a.button-orange-left:visited {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/button-orange-left-arrow.png) no-repeat;
    display: inline-block;
    padding-left: 45px;
 }

 a.button-orange-right:link,
 a.button-orange-right:visited {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/button-orange-right-arrow.png) no-repeat 100% 50%;
    display: inline-block;
    margin-left: -5px;
    padding-right: 45px;
 }

 a.button-orange:hover,
 a.button-orange-left:hover,
 a.button-orange-right:hover {
    cursor: pointer;
    text-decoration: none;
 }

 a.button-orange span,
 a.button-orange-left span,
 a.button-orange-right span {
    color: #fff;
    display: inline-block;
 }

 a.button-orange-left span,
 a.button-orange-right span {
    font-size: 27px;
    height: 55px;
    line-height: 53px;
 }

 a.button-orange span {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/button-orange-small-left.png) no-repeat 0 50%;
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    padding: 0 5px 0 9px;
 }

 a.button-orange-left span {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/button-orange-right.png) no-repeat right top;
    padding: 0 15px 0 5px;
 }

 a.button-orange-right span {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/button-orange-left.png) no-repeat 0 50%;
    padding: 0 5px 0 15px;
 }

 a.apply {
    position: absolute;
    z-index: 999;
    bottom: 20px;
    right: 80px;
 }

 /* @end */

 a.online-tour:link,
 a.online-tour:visited {
    display: block;
    height: 161px;
    margin: 10px 0;
    overflow: hidden;
    width: 159px;
 }

 .visit a.online-tour:link,
 .visit a.online-tour:visited {
    margin-top: 0;
    margin-right: 13px;
 }

 /* @group Toggle */

 ul.toggle {
    float: right;
    margin: 2px 0 0;
    position: relative;
 }

 ul.toggle li {
    background: #97b3c2 url(/media/nwhsu-responsive-2015/style-assets/css/css-images/toggle-bg-off.png) repeat-x 0 100%;
    float: left;
    margin: 0;
    padding: 0 0 1px;
    position: relative;
 }

 ul.toggle a:link,
 ul.toggle a:visited {
    color: #f6f5df;
    border-top: 1px solid #c3d2da;
    display: block;
    padding: 0 0 6px;
    margin-bottom: -1px;
    overflow: hidden;
 }

 ul.toggle a:hover {
    text-decoration: none;
 }

 ul.toggle li.active a:link,
 ul.toggle li.active a:visited {
    border-top: 1px solid #95adba;
 }

 ul.toggle li.active {
    background-color: #597e93;
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/toggle-bg-on.png);
 }

 ul.toggle li.active a {
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/toggle-active.png) no-repeat 50% 100%;
 }

 ul.toggle li.active a.first span {
    border-left-color: #485c68;
 }

 ul.toggle li.active a.second span {
    border-right-color: #485c68;
 }


 ul.toggle a.first span {
    border-left: 1px solid #bcc9d0;
 }

 ul.toggle a.second span {
    border-right: 1px solid #bcc9d0;
 }

 ul.toggle span {
    display: block;
    padding: 3px 8px 4px;
 }

 /* @end */

 /* @end */

 /* @group Images, Pullquotes and Asides */

 a img {
    border-width: 0;
 }

 img {
    margin: 0;
    padding: 0px;
    border: 1px solid #dedede;
    padding: 1px;
 }

 .image-left,
 div.aside-left {
    display: inline;
    float: left;
    margin: 0 20px 10px 0;
 }

 .image-right,
 div.aside-right {
    display: inline;
    float: right;
    margin: 0 0 10px 20px;
 }

 div.image-left,
 div.image-right {
    width: 100px;
 }

 img.image-left,
 img.image-right,
 .image-left img,
 .image-right img {
    border: 1px solid #dedede;
    display: block;
    padding: 1px;
 }

 .image-left p,
 .image-right p {
    color: #333333;
    color: rgba(51, 51, 51, 0.99);
    font-size: 1.1em;
    font-style: italic;
    margin: 10px 0;
 }

 .aside-center {
    clear: both;
    margin: 0 auto;
    width: 643px;
 }

 /* @group Generic Aside */

 .aside {
    background-color: #666;
    border: 1px solid #a3abb1;
    position: relative;
    width: 251px;
 }

 .block .hgroup,
 .aside .hgroup {
    background-position: 0 100%;
    background-repeat: repeat-x;
    position: relative;
 }

 .block .hgroup h1,
 .aside .hgroup h1,
 .block .hgroup h2,
 .aside .hgroup h2,
 .block .hgroup h3,
 .aside .hgroup h3,
 .block .hgroup h4 {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/dashed-line.png) repeat-x 0 100%;
    font-size: 2em;
    margin: 0;
    padding: 9px 19px 11px;
 }

 .block .hgroup h3 img {
    border: 0 none;
    margin: 0 9px -4px 0;
    padding: 0;
 }

 .hgroup .header-link {
    position: absolute;
    right: 19px;
    top: 50%;
    margin: -5px 0 0;
 }

 .block .content,
 .aside .content {
    margin: 10px 0;
    padding: 0 19px;
 }

 .block .content-wide {
    margin: 10px 0;
    padding: 0 10px;
    overflow: visible;
 }

 .content-wide img.focus {
    display: block;
    left: -3px;
    position: relative;
    top: -3px;
    margin: 0 -3px 3px 0;
 }

 .less-padding .content {
    padding: 0 7px 0 13px;
 }

 /* @end */

 /* @group Nested Asides */

 .aside-shadow {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/aside-aside-shadow.png) no-repeat 50% 100%;
    width: 239px;
    padding: 0 7px 9px;
 }

 .aside-shadow .aside {
    width: 236px;
 }

 .aside .aside-right {
    margin-left: 10px;
 }

 .aside .aside h3 {
    font-size: 1.6em;
 }

 /* @end */

 /* @group Visual Aside */

 .aside-visual img {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/aside-visual-highlight.png) no-repeat 50% 100%;
    border: 0 none;
    padding: 0 0 1px;
 }

 /* @end */

 /* @group Big Visual Aside */

 .big-visual.block {
    padding-bottom: 0;
 }

 .big-visual .content {
    background-color: #34404e;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 1px 1px 10px;
    margin: 0;
 }

 .big-visual div.col1,
 .big-visual div.col2 {
    float: right;
    margin-top: 10px;
 }

 .big-visual div.col1 {
    width: 159px;
    padding-right: 10px;
 }

 .big-visual div.col2 {
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/dashed-line-white-vertical.png) repeat-y left top;
    width: 195px;
    padding-right: 10px;
    padding-left: 20px;
 }

 .big-visual h3,
 .smaller-visual h4 {
    color: #fff;
    margin-top: 0;
 }

 .big-visual li {
    margin: 4px 0;
    padding: 0;
    background-image: none;
    color: #dcd4c5;
    line-height: 1.2;
 }

 .big-visual p,
 .big-visual li a:link,
 .big-visual li a:visited {
    color: #dcd4c5;
 }

 .big-visual p {
    margin: 00;
 }

 .big-visual .content p a:link,
 .big-visual .content p a:visited {
    color: #fff;
 }

 .smaller-visual div.col1 {
    width: 197px;
    padding-top: 15px;
 }

 /* @end */

 /* @group List Aside */

 .aside-list .content {
    padding: 0 10px;
 }

 .aside-list ul {
    margin: 10px 0;
    padding: 0;
 }

 .aside-list ul li {
    padding: 0 9px 10px;
 }

 /* @end */

 /* @group List Aside Strong */

 .aside-list-strong .content {
    padding: 0 15px;
 }

 .aside-list-strong ul {
    margin: 10px 0;
    padding: 0;
 }

 .aside-list-strong ul li {
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/dashed-line-tan-horizontal.png) repeat-x left bottom;
    font-weight: bold;
    padding: 0 9px 7px 0;
    margin-top: 4px;
 }

 .aside-list-strong ul li.last {
    background-image: none;
 }

 .aside-list-strong li a {
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/arrow-right-dark-blue.png) no-repeat 0 4px;
    padding-left: 19px;
    display: block;
 }

 /* @end */

 /* @group Aside Form */

 .aside-form {
    width: 643px;
 }

 .aside-form img {
    border: 0 none;
    float: right;
    padding: 0;
    width: 167px;
 }

 .aside-form img.overlay {
    position: absolute;
    right: 141px;
    top: 50%;
    margin-top: -126px;
    width: auto;
 }

 .aside-form .inner {
    float: left;
    width: 476px;
 }

 .aside-form .left,
 .aside-form .right {
    padding-top: 12px;
 }

 .aside-form .left {
    width: 235px;
 }

 .aside-form .right {
    width: 190px;
 }

 .aside-form form p {
    margin: 3px 0;
 }

 .aside-form label {
    clear: right;
    float: left;
    padding-right: 5px;
    padding-top: 4px;
    text-align: right;
    width: 70px;
 }

 .aside-form input.text {
    float: right;
    width: 152px;
 }

 .aside-form textarea {
    margin-top: 8px;
    height: 60px;
    width: 227px;
 }

 .aside-form input.submit {
    display: block;
 }

 .aside-form .right .submit {
    margin-top: 12px;
    margin-left: 16px;
 }

 /* @end */

 /* @group main content form rules */

 form h4 {
    padding-bottom: .5em;
 }

 .list-col {
    float: left;
    margin-right: 2.5em;
 }

 form li {
    padding: .5em 0;
 }

 form h4 {
    margin-top: 0;
 }

 form li label{
    margin-left: .5em;
 }

 form li input {
    display: inline;
    vertical-align: bottom;
 }

 form .submit.center {
    display: block;
    margin: 1em auto;
    clear: both;
 }

 /* @end */

 /* @group Blue Aside */

 .blue {
    background: #203c52;
 }

 .blue h1,
 .blue h2,
 .blue h3,
 .blue p {
    color: #fff;
 }

 .blue a:link,
 .blue a:visited {
    color: #5ed9ff;
 }

 .blue a:hover {
    color: #b3edff;
 }

 .blue a.more:link,
 .blue a.more:visited {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/arrow-right-light-blue.png);
    padding-right: 12px;
 }

 /* @end */

 /* @group White Aside */

 .white {
    background-color: #fff;
 }

 .white.textured {
    background: #fff url(/media/nwhsu-responsive-2015/style-assets/css/css-images/content-main-bg-textured.png) no-repeat right bottom;
 }

 .white .hgroup {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/aside-white-header.png) repeat-x 0 100%;
 }

 .white .hgroup h1,
 .white .hgroup h2,
 .white .hgroup h3 {
    color: #296994;
 }

 /* @end */

 /* @group Tan Aside */

 .tan {
    background: #ffffff;
    border: 1px solid #ededed;
 }

 .tan .hgroup {
    background: #fff url(/media/nwhsu-responsive-2015/style-assets/css/css-images/aside-tan-header.png) repeat-x 0 100%;
 }

 .tan .hgroup h1,
 .tan .hgroup h2,
 .tan .hgroup h3 {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/dashed-line-gray.png) repeat-x 0 100%;
    color: #747437;
    font-size: 1.6em;
 }

 .tan li {
    margin-left: 0;
 }

 /* @end */

 /* @group Gradient / Skyline */

 .gradient {
    background: #ffffff url(/media/nwhsu-responsive-2015/style-assets/css/css-images/gradient.png) repeat-x 0 100%;
 }

 .gradient .hgroup h3 {
    background: transparent none;
    padding-bottom: 0;
 }

 .skyline .left,
 .gradient .left {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/dashed-line-tan-vertical.png) repeat-y 100% 0;
    padding-right: 23px;
 }

 .skyline .right,
 .gradient .right {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/dashed-line-tan-vertical.png) repeat-y 0 0;
    margin-left: -1px;
    padding-left: 24px;
 }

 .full .grid_50 .left {
    width: 225px;
    background-image: none;
    margin-right: 0;
    padding-right: 0;
 }

 .full .grid_50.gradient .left {
    background-image: none;
    margin-right: 0;
    padding-right: 9;
 }


 .gradient .info {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-lightbulb.png) no-repeat 0 5px;
 }

 .skyline {
    background: #fff url(/media/nwhsu-responsive-2015/style-assets/css/css-images/skyline.jpg) no-repeat 100% 100%;
 }

 .skyline .left h3,
 .skyline .right h3,
 .gradient .left h3,
 .gradient .right h3 {
    margin-top: 0;
 }

 /* @end */

 /* @group Brown */

 .brown {
    background: #f5f0e5;
 }

 .brown .hgroup {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/aside-brown-header.png);
 }

 .brown img {
    border-color: #beb8aa;
 }

 .brown .callout .inner {
    background: #fdfcfa url(/media/nwhsu-responsive-2015/style-assets/css/css-images/callout-nested-background.png) repeat-x 0 0;
    padding: 10px 8px;
 }

 /* @end */

 /* @group Background Left */

 .background-left .inner {
    background-position: 0 0;
    background-repeat: repeat-y;
    padding-left: 139px;
    margin: 0;
    padding-bottom: 0;
 }

 .background-left .foreground {
    position: absolute;
    height: 100%;
    left: 113px;
    width: 25px;
 }

 .background-left div.left,
 .background-left div.right {
    background: transparent;
    padding: 0;
 }

 .background-left .content hr {
    margin-top: 0px;
 }

 /* @end */

 /* @group Small */

 .aside.small {
    border: 0;
    padding: 9px 23px 0;
    width: 219px;
    margin-right: -9px;
    margin-left: 20px;
 }

 .aside.small h4 {
    color: #93b0bf;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    line-height: 16px;
 }

 .aside.small p {
    margin-top: 5px;
    line-height: 16px;
    margin-bottom: 8px;
 }

 /* @end */

 /* @group Topic */

 .topic {
    background: #dcd4c5 url(/media/nwhsu-responsive-2015/style-assets/css/css-images/topic-bg.png) repeat-x left top;
    border: 1px solid #c7b797;
    padding-top: 11px;
    padding-left: 7px;
    position: relative;
    padding-bottom: 36px;
    margin-bottom: 14px;
    min-height: 90px;
 }

 .topic h4 {
    color: #d45a2f;
    margin-top: 0;
 }

 .topic ul {
    padding-left: 133px;
    margin: 7px 0;
 }

 .topic p {
    margin: 7px 0;
 }

 .topic img {
    border-color: #bbb;
    float: left;
    margin-right: 14px;
 }

 .topic .accessory {
    background: #fff url(/media/nwhsu-responsive-2015/style-assets/css/css-images/topic-item-bg.png) repeat-x left top;
    left: 160px;
    border-color: #beaf90;
    border-bottom: 1px solid #fff;
 }

 .topic .accessory li a:link,
 .topic .accessory li a:visited {
    background-color: transparent;
    background-position: 0 50%;
    background-repeat: no-repeat;
    color: #333233;
    padding: 0 0 0 22px;
 }

 .topic .accessory li a:link.calendar,
 .topic .accessory li a:visited.calendar {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-calendar-tan.png);
 }

 .topic .accessory li a:link.register,
 .topic .accessory li a:visited.register {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-register-tan.png);
 }

 .topic .accessory li a:link.info,
 .topic .accessory li a:visited.info {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-info-tan.png);
 }

 .topic .accessory li a:link.order,
 .topic .accessory li a:visited.order {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-order-tan.png);
 }

 .topic a.more:link,
 .topic a.more:visited {
    margin-right: 8px;
 }

 /* @end */

 /* @group Accessory */

 div.accessory {
    background: #faf8f2;
    border: 1px solid #a3abb1;
    border-width: 1px 1px 0;
    border-bottom: 1px solid #faf8f1;
    position: absolute;
    bottom: -1px;
    left: 200px;
 }

 div.accessory:before,
 div.accessory:after {
    bottom: 1px;
    display: block;
    content: " ";
    height: 31px;
    position: absolute;
    width: 14px;
 }

 div.accessory:before {
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/topic-shadow-left.png) no-repeat 0% 100%;
    left: -11px;
 }

 div.accessory:after {
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/topic-shadow-right.png) no-repeat 100% 100%;
    right: -14px;
 }

 div.accessory ul {
    margin: 0;
    padding: 0;
 }

 div.accessory li {
    background: transparent none;
    float: left;
    font-size: 1.1em;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 12px;
 }

 .accessory li a:link,
 .accessory li a:visited {
    display: block;
    white-space: nowrap;
 }

 /* @end */

 /* @end */

 /* @group Clear */

 .clear {
    height: 0px;
    line-height: 0px;
    clear: both;
 }

 .clear span {
    position: absolute;
    left: -9999em;
 }

 .group:after {
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
 }

 /* @end */

 /* @group Classes */

 .bracket {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/bracket.png) no-repeat 0 0;
    padding: 1px 0 0 20px;
 }

 .bracket-right {
    margin-left: 20px;
 }

 .bracket-white {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/bracket-white.png) no-repeat 0 0;
    padding: 1px 0 0 20px;
    position: relative;
 }

 .bracket h4,
 .bracket h5,
 .bracket p,
 .bracket-white h3,
 .bracket-white h4,
 .bracket-white h5,
 .bracket-white p {
    margin: 8px 0;
 }

 .bracket :first-child,
 .bracket-white :first-child {
    margin-top: 2px;
 }

 .bracket :last-child,
 .bracket-white :last-child {
    margin-bottom: 3px;
 }

 .flow {
    margin-right: 10px;
 }

 /*.flow_50 {
    margin-right: 10px;
 }
  @media(min-width: 901px) {
      .flow_50 {
         display: inline;
         float: left;
      }
    }
  */

  .left, .flow {
     display: inline;
     float: left;
  }

 .right {
    display: inline;
    float: right;
 }

 .left .content :first-child,
 .right .content :first-child {
    margin-top: 0;
 }

 /* Hide for both screenreaders and browsers */
 .hidden {
    display: none;
    visibility: hidden;
 }

 /* Hide only visually, but have it available for screenreaders */
 .visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
 }

 /* Hide visually and from screenreaders, but maintain layout */
 .invisible {
    visibility: hidden;
 }

 /* @end */

 /* @group Grid */

 .grid_50 {
    width: 48.5%;
 }

 .grid_70 .grid_50 {
    width: 48.7%;
 }

 .grid_100 {
    margin-right: 10px;
 }

 .grid_100 .aside {
    width: 99.9%;
 }

 .grid_60 {
    width: 61.3%;
 }

 .grid_40 {
    width: 35.8%;
 }

 .grid_25 {
    width: 24.1%;
    margin-right: 1%;
 }

 .grid_70,
 .grid_100 .grid_70 {
    width: 68.3%;
 }

 .grid_30,
 .grid_100 .grid_70 {
    width: 30.3%;
 }

 .grid_50 .left {
    width: 159px;
 }

 .grid_50 .right {
    width: 155px;
 }

 .grid_100 .left,
 .grid_100 .right {
    width: 328px;
 }

 .grid_100 .grid_60 {
    width: 63.8%;
 }

 .grid_100 .grid_40 {
    width: 35.6%;
 }

 .visit-left .content {
    padding-left: 5px;
 }

 /* Did this to pack space in the Continuing ed
    template; if everything is floated left,
    the content breaks into even rows, and
    the template shows them being staggered.
    This pretty much means the col order will
    be 60 / 40.
 */
 .grid_40.flow {
    float: right;
  	width: 263px;
 }

 /* @group Smarter grid placement with CSS3 */

 #content-inner > .grid_100 {
    width: 740px;
 }

 #content-inner > .grid_60 {
    width: 466px;
    margin-right: 0;
 }

 #content-inner > .grid_40 {
    width: 263px;
 }

 #content-inner > .grid_50 {
    width: 364px;
 }

 #content-inner > .grid_70 {
    width: 503px;
    padding-bottom: 0;
 }

 #content-inner > .grid_35 {
    width: 245px;
 }

 #content-inner > .grid_70 .grid_50.right {
    margin-right: 0;
 }

 #content-inner > .grid_70 ~ .grid_30 {
    float: right;
    width: 222px;
    margin-right: 12px;
 }

 #content-inner > .balance.grid_70 {
    width: 505px;
 }

 #content-inner .grid_30.aside-shadow {
    margin-left: -6px;
    margin-right: 5px;
    margin-bottom: -6px;
    width: 228px;
    overflow: hidden;
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/aside-shadow-narrow.png);
    background-position: left bottom;
    padding: 0 3px 8px 3px;
    position: relative;
 }

 #content-inner .grid_30.aside-shadow .aside {
    width: 222px;
 }

 #content-inner img {

 }

 #balance > div:nth-child(2n) {
    float:  left;
 }

 /* @end */

 /* @end */

 /* @group Form Elements */

 input.text,
 textarea {
    border: 1px solid #2b6994;
    padding: 3px;
 }

 input.submit {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/form-submit.png);
  	/*ADDED BY DOD*/
  	background-size:100%;
  	/*END ADDED BY DOD*/
    border: 0 none;
    color: transparent;
    height: 42px;
    text-indent: -9999px;
    text-transform: capitalize;
    width: 83px;
 }

 /* @end */

 /* @group Flow Chart */

 ol.flowchart li {
    background: #fff url(/media/nwhsu-responsive-2015/style-assets/css/css-images/flow-item-bg.png) repeat-x center bottom;
    border: 1px solid #c7b797;
    display: block;
    list-style: none;
    margin: 0 0 6px;
    padding: 8px 8px 0 96px;
    position: relative;
 }

 ol.flowchart li:after {
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/flow-arrow.png) no-repeat;
    bottom: -13px;
    content: " ";
    display: block;
    height: 13px;
    left: 33px;
    position: absolute;
    width: 24px;
    z-index: 100;
 }

 ol.flowchart li.last:after {
    display: none;
 }

 ol.flowchart li a.button-orange {
    position: absolute;
    top: 8px;
    left: 8px;
 }

 ol.flowchart a.accessory {
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/content-accessory-divider.png) repeat-y left top;
    float: right;
    display: block;
    height: 65px;
    width: 76px;
    margin-left: 19px;
    text-align: center;
    margin-right: -10px;
 }

 ol.flowchart a.accessory span {
    background-position: center top;
    background-repeat: no-repeat;
    color: #63625f;
    font-size: 11px;
    padding-top: 20px;
    display: block;
    margin-top: 15px;
 }

 ol.flowchart a.request span {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-request-tan.png);
 }

 ol.flowchart a.visit span {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-visit-tan.png);
 }

 ol.flowchart a.application span {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-application-tan.png);
 }

 /* @end */

 /* @end */

 /* @group Header */

 #header-content,
 #nav-main-inner,
 #footer-inner,
 #content-outer,
 .header-container {
    width: 986px;
    margin: 0 auto;
 }

 #header {
    background: #fff;
    /*background: #ffffff url(/media/nwhsu-responsive-2015/style-assets/css/css-images/swooshies.png) no-repeat 60% 0;*/
 }

 /* @end */

 /* @group Audience Navigation */

 #nav-audience {
    background: #24577c;
 }

 #nav-audience ul {
    background: #2a6692;
    margin: 0;
    text-align: right;
 }

 #nav-audience li {
    display: inline;
    line-height: 35px;
    background: none;
    border-right: #fff 1px dotted;
    margin: 0 7px 0 0;
    padding: 0 10px 0 0;
 }

 #nav-audience li.last {
    border: none;
 }

 #nav-audience a:link,
 #nav-audience a:visited {
    color: #fff;
 }

 #nav-audience ul.mobile-top-nav-controls {
    display: none;
 }

 /* @end */

 /* @group Header-Main: Logo, Quicklinks, Searchform */

 #header-main {
    background: #ffffff url(/media/nwhsu-responsive-2015/style-assets/css/css-images/swooshies.png) no-repeat 60% 0;
    -webkit-box-shadow: #000 1px 1px 10px;
    -moz-box-shadow: #000 1px 1px 10px;
    box-shadow: #000 1px 1px 10px;

 }

 #logo {
    /*background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/logo-small.png) no-repeat 0 0;*/
    display: inline-block;
    float: left;
    /*width: 189px;*/
    width: 225px;
    /*height: 33px;*/
    /*text-indent: -9999px;*/
    /*margin: 21px 25px;*/
    margin-left: 25px;
 }

 #logo svg {
    width: 100%;
 }

 #header-main-right {
 /* float: right;
    margin: 21px 25px;
    width: 335px;*/
 }

 .header-main-right-inner {
    float: right;
    margin: 25px 17px;
    width: 400px;
 }

 #nav-quicklinks {
    float: right;
    position: relative;
 }

 #nav-quicklinks a.button {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    margin-right: 20px;
    padding: 1px 15px 1px 10px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96956d), color-stop(100%, #767439));
    background-image: -webkit-linear-gradient(#96956d, #767439);
    background-image: -moz-linear-gradient(#96956d, #767439);
    background-image: -o-linear-gradient(#96956d, #767439);
    background-image: -ms-linear-gradient(#96956d, #767439);
    background-image: linear-gradient(#96956d, #767439);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
 /* -webkit-box-shadow: #000 1px 1px 2px;
    -moz-box-shadow: #000 1px 1px 2px;
    box-shadow: #000 1px 1px 2px;*/
 }

 ul.mobile-quicklinks {
    display: none;
 }

 a.nav-main-toggle {
    display: none;
    width: 80px;
    background: #A8AAA5;
    border: #999 1px solid;
    margin-right: 15px;
    padding: 0 4px 2px 4px;
    color: #fff;
 }

 a.nav-main-toggle p {
    margin: 0;
    font-size: 1.8em;
    padding-top: 5px;
    font-weight: bold;
 }

 a.nav-main-toggle:hover {
    text-decoration: none;
 }

 a.nav-main-toggle .menu-svg-container {
    width: 30px;
    height: 30px;
    float: left;
 }

 a.nav-main-toggle .menu-svg-container svg {
    width: 100%;
 }

 #nav-quicklinks a.button span {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/caret-down.png) no-repeat right center;
    padding-right: 20px;
 }

 #nav-quicklinks a.button.active span {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/caret-up.png) no-repeat right center;
 }

 #nav-quicklinks a.button:hover {
    text-decoration: none;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #afae80), color-stop(100%, #8a884a));
    background-image: -webkit-linear-gradient(#afae80, #8a884a);
    background-image: -moz-linear-gradient(#afae80, #8a884a);
    background-image: -o-linear-gradient(#afae80, #8a884a);
    background-image: -ms-linear-gradient(#afae80, #8a884a);
    background-image: linear-gradient(#afae80, #8a884a);
 }

 #nav-quicklinks ul {
    display: none;
    position: absolute;
    z-index: 600;
    left: -15px;
    top: 28px;
    margin: 0;
    background: #f1f1ec;
    border: #ddd 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
 }

 #nav-quicklinks ul.active {
    display: block;
 }

 #nav-quicklinks ul li {
    background: none;
    margin: 0 0 0 0;
    padding: 5px 15px;
    border-bottom: #ddd 1px solid;
 }

 #nav-quicklinks ul li.last {
    border-bottom: none;
 }

 #header-main form {
    float: right;
    height: 32px;
 }

 #header-main form p {
    margin: 0;
    white-space: nowrap;
 }

 #header-main form input.text {
    /*background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/search-input.png);*/
    /*border: 0 none;*/
    border: #ccc 1px solid;
    height: 24px;
    line-height: 24px;
    margin: 0;
    width: 194px;
    padding: 0 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
 }

 #header-main form input.submit {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/search-button.png) no-repeat 0 0;
    border: 0 none;
    color: transparent;
    height: 23px;
    margin:  0;
    text-indent: -9999px;
    text-4: capitalize;
    width: 25px;
 }

 #header-main form input.mobile-only {
    display: none;
 }

 /* @group Main Navigation */

 #nav-main {
    display: block;
    position: relative;
    z-index: 500;
    background: #d3d3ce;
    border-top: #c6c6c0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
 }

 #nav-main ul {
    margin: 0 0 0 0;
    border-top: #fff;
    background: #f1f1ec;
    text-align: center;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1ec), color-stop(100%, #fff));
    background-image: -webkit-linear-gradient(#f1f1ec, #fff);
    background-image: -moz-linear-gradient(#f1f1ec, #fff);
    background-image: -o-linear-gradient(#f1f1ec, #fff);
    background-image: -ms-linear-gradient(#f1f1ec, #fff);
    background-image: linear-gradient(#f1f1ec, #fff);

 }

 #nav-main li {
    background: transparent none;
    font-size: 1.6em;
    height: 43px;
    line-height: 43px;
    margin: 0 0 0 0;
    padding: 0;
    display: inline-block;
 }

 #nav-main li.active {
    /*background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/nav-main-active.png) repeat-x 0 100%;*/
 }

 #nav-main li.last a:link,
 #nav-main li.last a:visited {
    background: transparent none;
 }

 #nav-main li a:link,
 #nav-main li a:visited {
    /*background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/nav-main-divider.png) no-repeat 100% 1px;*/
    color: #737238;
    display: block;
    padding: 0 17px;
 }

 #nav-main li.active a:link,
 #nav-main li.active a:visited {
    color: #3b586f;
 }

 #nav-main li a:hover {
    color: #b1b060;
 }

 .blue-bar {
    background: #2a6692;
    width: 100%;
    height: 342px;
    position: absolute;
 }

 /* @end */

 /* @end */

 /* @group Content */

 #content {
    background: #faf8f2 url(/media/nwhsu-responsive-2015/style-assets/css/css-images/background-glow.png) no-repeat 50% 10px;
    padding-bottom: 16px;
 }

 #content-outer {
    background: #fff url(/media/nwhsu-responsive-2015/style-assets/css/css-images/section.png) repeat-y 0 0;
    position: relative;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
 }

 body.media-gallery #content-outer {
    background: #fff;
 }

 #content-inner {
    float: right;
    width: 752px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
 }

 #content-main {
    background: #ffffff url(/media/nwhsu-responsive-2015/style-assets/css/css-images/content-main-bg.png) repeat-x left bottom;
    padding: 1px 0 0;
 }

 #content-main-inner{

    padding: 13px 18px 18px 18px;
    border: 1px solid #dfdad1;
    border-top-color: #e2d0ac;
 }

 #content-main-inner > h2 {
    margin-top: 0;
 }

 #content-header {
    padding: 13px 18px 10px 18px;
    border: 1px solid #dfdad1;
    border-bottom-color: #e2d0ac;
    position: relative;
 }

 #content-header h1 {
    margin: 0;
  	font-size: 25px;
 }

 #content-header .header-link {
    font-size: 1.3em;
    margin: 0;
    position: absolute;
    right: 18px;
    top: 50%;
    height: 17px;
    line-height: 17px;
    margin-top: -1em;
 }

 #content-main-inner .content-70 {
    float:  left;
    width: 68%;
 }

 #content-main-inner .content-70 p:first-child {
    margin-top: 0;
 }

 #content-main-inner .content-30 {
    width: 30%;
    float:  right;
 }

 #content-main-inner dt {
    font-weight: bold;
    font-size: 13px;
    margin-top: 2em;
    margin-bottom: .2em;
    border: 1px #ccc solid;
    border-width: 0 0 1px 0;
 }

 #content-main-inner dl.profile-positions dt {
    border-width: 0px;
 }

 #content-main-inner dd {

 }

 #content-main-inner dt:first-child {
    margin-top: 0;
 }

 #back-top {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/section-bottom.png) no-repeat 0 0;
    bottom: 0;
    height: 102px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    width: 222px;
 }

 /* @end */

 /* @group Slideshow Content */

 #content-slideshow {
    background-color: #fff;
    position: relative;
    border: 1px solid #dfdad1;
    border-top-color: #e2d0ac;
 }

 #content-slideshow img {
    border: 0 none;
    display: block;
    padding: 7px 8px 7px;

 }

 #content-slideshow .quote {
    height: auto;
    width: 593px;
 }

 .mobile-slideshow-title {
    display: none;
 }

 .slide-navigation {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/slideshow-navigation.png);
    left: 9px;
    height: 40px;
    padding: 5px 8px;
    position: absolute;
    top: 217px;
    width: 718px;
    z-index: 100;
 }

 .slide-navigation li {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/dotted-line-gray.png) repeat-y 100% 0;
    float: left;
    font-size: 1.3em;
    line-height: 1.2;
    margin: 0 0 0 -1px;
    padding: 5px 20px;
    width: 140px;
 }

 .slide-navigation li.last {
    background-image: none;
 }

 .slide-navigation a:link,
 .slide-navigation a:visited {
    color: #fff;
 }

 .slide-navigation .active {
    background: #eeefec url(/media/nwhsu-responsive-2015/style-assets/css/css-images/slideshow-active.png) repeat-x 0 100%;
    height: 60px;
    position: relative;
 }

 .slide-navigation li.active:before,
 .slide-navigation li.active:after {
    content: "";
    bottom: 9px;
    display: block;
    height: 9px;
    position: absolute;
    width: 5px;
 }

 .slide-navigation li.active:before {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/slideshow-active-left.png) no-repeat;
    left: -5px;
 }

 .slide-navigation li.active:after {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/slideshow-active-right.png) no-repeat;
    right: -5px;
 }

 .slide-navigation .active a:link,
 .slide-navigation .active a:visited {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/caret-down-blue.png) no-repeat 0 100%;
    color: #296994;
    display: block;
    font-weight: bold;
    padding-bottom: 13px;
 }

 .slides .content-accessory {
    margin: 0;
    height: 75px;
 }

 .slides .content-accessory li {
    display: block;
    height: auto;
    width: auto;
 }

 .slides {
    margin: 0;
 }

 .slides li {
    background: transparent none;
    display: none;
    margin: 0;
    padding: 0;
 }

 .slides li.first {
    display: block;
 }

 .slides-380 .slides,
 .slides-380 .slides li {
    height: 380px;
    width: 750px;
 }

 /* @end */

 /* @group Section Content */

 #content-section {
    float: left;
    padding-bottom: 102px;
    width: 222px;
    position: relative;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
 }

 a.sidebar-toggle {
    float: left;
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/button-toggle-sidebar.png) no-repeat center center;
    display: none;
    text-indent: -99999px;
    width: 20px;
    height: 18px;
    /*margin-right: 15px;*/
    /*margin-top: -6px;*/
    /*margin-right: 0px;*/
    margin-left: 25px;
    margin-right: 10px;
    margin-top: 28px;
 }

 .full #content-header a.sidebar-toggle {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/button-toggle-sidebar-white-left.png);
 }

 /* @group Navigation */

 #section-nav {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/section-navigation.png) repeat-y 0 0;
 }

 #section-nav h3 {
    color: #ffe29f;
    margin: 0;
    padding: 9px 12px 11px 32px;
 }

 #section-nav h3.back {
    padding-left: 12px;
 }

 #section-nav .back a:link,
 #section-nav .back a:visited {
    background-position: 1px 55%;
    color: #ffe29f;
    padding-left: 20px;
 }

 #section-nav a.back:hover {
    color: #ffffff;
 }

 #section-nav ul,
 #section-nav li {
    background: transparent none;
    margin: 0;
    padding: 0;
 }

 #section-nav li {
    font-size: 1.5em;
 }

 #section-nav span {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/section-navigation-secondary.png) no-repeat 50% 100%;
    display: block;
    padding: 9px 12px 11px;
 }

 #section-nav span a:link,
 #section-nav span a:visited {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/caret-right.png) no-repeat 0 4px;
    color: #ced9cd;
    font-weight: bold;
    padding-left: 20px;
 }

 #section-nav span a:hover {
    color: #ffffff;
 }

 #section-nav .active span {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/section-navigation-secondary-active.png) no-repeat 50% 0%;
 }

 #section-nav .active span a:link,
 #section-nav .active span a:visited {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/caret-down.png) no-repeat 0 6px;
    color: #ffffff;
 }

 #section-nav .active span a:hover {
    text-decoration: none;
 }

 /* @group Children */
 /*
   Reset the background, display mechanism, and
   padding on spans in nested lists.
  */
 #section-nav li li span,
 #section-nav .active li span {
    background: none;
    display: inline;
    padding: 0;
 }

 #section-nav li li {
    color: #fff;
 }

 #section-nav li li span a:link,
 #section-nav li li span a:visited,
 #section-nav .active li span a:link,
 #section-nav .active li span a:visited {
    background: none;
    padding-left: 0;
    color: #a2c5d7;
 }

 /*
   End resets.
  */

 #section-nav ul ul {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/section-navigation-secondary-children.png) no-repeat 50% 100%;
    padding: 10px 16px 12px 33px;
 }

 #section-nav ul ul ul {
    background: transparent none;
    padding: 2px 0;
    border-top: none;
 }

 #section-nav ul ul ul li {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/bullet-white.png) no-repeat 5px 7px;
    color: #fff;
    font-size: 1.0em;
    padding-left: 13px;
 }

 #section-nav li li {
    font-size: 0.73em;
    padding: 1px 0;
 }

 #section-nav li li a:link,
 #section-nav li li a:visited {
    color: #aed2e4;
 }

 #section-nav li li.active a:link,
 #section-nav li li.active a:visited,
 #section-nav li li a:hover {
    color: #ffffff;
 }

 /* @end Children*/

 /* @end Navigation */

 /* @group Callouts */

 #section-callouts {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/section-blocks.png) no-repeat 0 0;
    padding-top: 32px;
 }

 .callout {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/section-block-shadow.png) no-repeat 50% 100%;
    margin: 0 auto 7px;
    padding: 0 9px 17px;
    width: 198px;
 }

 .callout p,
 .callout li {
    font-size: 11px;
 }

 .callout .inner {
    background: #f3f6f7 url(/media/nwhsu-responsive-2015/style-assets/css/css-images/section-block.png) no-repeat 50% 0%;
    border: 1px solid #eef2f4;
 }

 .callout h4 {
    font-size: 1.4em;
 }

 .callout h4 a:link,
 .callout h4 a:visited {
    color: #2c6590;
 }

 .callout h4 a:hover {
    color: #70a9d3;
 }

 .callout .icon {
    padding: 14px 8px 10px 32px;
 }

 .callout .icon.quote {
    padding-left: 47px;
 }

 .info {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-lightbulb.png) no-repeat 8px 14px;
 }

 .calendar {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-calendar-blue.png) no-repeat 8px 17px;
 }

 .announcements {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-announcements.png) no-repeat 8px 18px;
 }

 .clock {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-clock-blue.png) no-repeat 8px 17px;
 }

 .quote {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-quote.png) no-repeat 8px 14px;
 }

 .callout-info .bracket {
    background-position: 0 -3px;
 }

 .callout-image img {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/dashed-line.png) repeat-x 0 100%;
    border: 0 none;
    display: block;
    padding: 0 0 1px;
 }

 .callout-image h4 {
    line-height: 1.3;
    margin: 10px 12px;
 }

 .callout .announcements-inner,
 .aside .announcements {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-announcements.png) no-repeat 0 8px;
    padding-left: 25px;
 }

 .callout-blue {
    background: transparent url(/media/nwhsu-responsive-2015/style-assets/css/css-images/callout-dark-blue-bg.png) no-repeat center top;
    padding: 11px;
    width: 176px;
 }

 .callout-blue h4 {
    margin: 0;
 }

 .callout-blue p {
    color: #000;
    font-size: 11px;
    margin-top: 2px;
 }

 .callout-blue hr {
    margin: -4px 0 8px;
 }

 .callout-plain {
    background-image: none;
 }

 .callout-plain h4 {
    line-height: 20px;
    padding-left: 36px;
    padding-right: 10px;
 }

 .callout-video h4 {
    padding: 6px 16px;
    margin-top: 0;
 }

 .callout-video h4 img {
    float: right;
 }

 .callout-video img {
    border: 0;
    padding: 0;
 }

 /* @end */

 /* @end */

 /* @group Sub Content */

 #content-sub {
    clear: both;
    width: 740px;
 }

 .block {
    border: 1px solid #a3abb1;
    padding-bottom: 4px;
    position: relative;
    overflow: hidden;
 }

 .block,
 .block-aside {
    margin-top: 10px;
 }

 .block div.focus {
    background: #000;
    position: relative;
    padding: 0;
 }

 .block div.focus div.inner {
    position: absolute;
    top: 0;
    right: 0;
 }

 .block div.focus img {
    border: 0 none;
    display: block;
    padding: 0;
 }

 .block .focus a.more:link,
 .block .focus a.more:visited {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/arrow-right-white.png);
 }

 .block hr {
    background: #f2f2f2 none;
    height: 1px;
    margin: 10px 0;
 }

 .block img.foreground {
    position: absolute;
    bottom: 0;
    padding: 0;
    border: 0 none;
    right: 0;
 }

/* Old CSS for this element - added Michael@T4 May 2015 */
.block .foreground img{
    position: absolute;
    bottom: 0;
    padding: 0;
    border: 0 none;
    right: 0;
}

 .right110 .content {
    padding-right: 110px;
 }

 .right160 .content {
    padding-right: 160px;
 }

 /* @group Carousel */

 .block .carousel {
    background: #f0e7d5 url(/media/nwhsu-responsive-2015/style-assets/css/css-images/carousel.png) scroll repeat-x 0 100%;
    margin-top: 20px;
    padding: 1px 1px 30px;
    position: relative;
 }

 .carousel .accessory {
    left: 180px;
 }

 .carousel-outer {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/carousel-shadow.png) no-repeat 50% 50%;
    margin: 0 auto;
    padding: 15px 15px;
    position: relative;
    width: 434px;
 }

 .carousel-inner {
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 434px;
 }

 .carousel-content {
    height: 250px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 30000em;
 }

 .carousel-content ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 436px;
    height: 250px;
 }

 .carousel-inner li {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/dashed-line-light-blue-vertical.png) repeat-y 100% 0;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0 14px 0 13px;
    width: 191px;
 }

 .carousel-inner h5,
 .carousel-inner p,
 .carousel-inner img {
    margin: 5px 0;
 }

 .carousel-inner h5 {
    margin-top: 0;
 }

 .carousel-inner li img {
    border-color: #f7f1e7;
    display: block;
 }

 .carousel-previous,
 .carousel-next {
    display: block;
    height: 35px;
    margin-top: -18px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 17px;

    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
 }

 .carousel-previous:link,
 .carousel-previous:visited {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/carousel-previous.png) no-repeat 0 0;
    left: -11px;
 }

 .carousel-next:link,
 .carousel-next:visited {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/carousel-next.png) no-repeat 0 0;
    right: -11px;
 }

 .carousel-previous:hover,
 .carousel-next:hover {
    opacity: 0.7;
 }

 /* @end */

 /* @group Offices Block */

 .offices-block .inner {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 170px;
 }

 .offices-block .inner h5,
 .offices-block .inner a:link,
 .offices-block .inner a:visited {
    color: #fff;
 }

 .offices-block .content {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/dashed-line-tan-vertical.png) repeat-y 100% 0;
    float: left;
    margin: 0;
    padding: 0;
    width: 492px;
 }

 .offices-block .full,
 .offices-block .left,
 .offices-block .right {
    padding-top: 16px;
 }

 .offices-block .full {
    margin: 0 12px;
 }

 .offices-block .full h3:first-child {
    margin-top: 0;
 }

 .offices-block .full .divided {
    margin: 0;
 }

 .offices-block .full .divided li {
    border: 0 none;
    margin: 10px 0 0;
    padding: 0;
    width: 220px;
 }

 .offices-block .left {
    margin-left: 15px;
    width: 240px;
 }

 .offices-block .left h3 {
    margin-top: 0;
 }

 .offices-block .right {
    margin-right: 16px;
    width: 193px;
 }

 .offices-block .sub {
    float: right;
    width: 208px;
    padding-right: 20px;
 }

 /* @end */

 /* @end */

 /* @group Accessory Content */

 .content-accessory {
    background: #e2dccc url(/media/nwhsu-responsive-2015/style-assets/css/css-images/content-accessory.png) repeat-x;
    border: 1px solid #dfdad1;
    border-width: 0px 1px 1px 1px;
    margin: -1px 0 0;
    padding: 5px 15px;
    position: relative;
    z-index: 500;
 }

 .content-accessory small {
    font-style: italic;
 }

 .content-accessory li {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/content-accessory-divider.png) repeat-y 0 0;
    float: left;
    margin: 0;
    padding: 5px 18px;
 }

 .content-accessory li ul {
    margin: 2px 0;
 }

 .content-accessory li li {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/bullet-tan.png) no-repeat 0 0.45em;
    float: none;
    margin: 2px 0;
    padding: 0 0 0 12px;
 }

 .content-accessory li.first {
    background: transparent none;
    padding-left: 2px;
 }

 .content-accessory li.last {
    padding-right: 2px;
 }

 .content-accessory li.aside-container {
    background: transparent none;
    float: right;
    height: 74px;
    position: relative;
 }

 .content-accessory li.aside-container .aside-shadow {
    position: absolute;
    bottom: 0;
    right: 0;
 }

 .content-accessory li.location {
    width: 275px;
 }

 .content-accessory li.email {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-mail.png) no-repeat 0 15px;
    padding-left: 32px;
 }

 .content-accessory li.map {
    margin-top: 20px;
    text-align: center;
 }

 .content-accessory li.more {
    height: 2.6em;
    margin-top: -1.76em;
    position: absolute;
    padding-top: .5em;
    padding-bottom: .5em;
    right: 18px;
    top: 40px;
    text-align: center;
    width: auto;
 }

 .content-accessory li.arrow h5 {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/content-accessory-arrow.png) no-repeat 40% 0;
    padding-top: 27px;
    margin-top: -24px;
 }

 .content-accessory h5 {
    margin: 3px 0;
 }

 /* @end */

 /* @group Footer */

 #footer {
    background: #2a6692 url(/media/nwhsu-responsive-2015/style-assets/css/css-images/logo-footer.png) no-repeat 75% 0%;
    padding: 25px 0 150px 0;
    color: #fff;
 }

 #footer a:link,
 #footer a:visited {
    color: #fff;
 }

 #footer a:hover {
    color: #f1f1ec;
 }

 #footer h3 {
    color: #fff;
    font-size: 1.8em;
    line-height: 1.3;
    margin: 0 0 0 0;
 }

 #footer a.toggle {
    display: none;
 }

 ul#footer-main {
    margin: 0;
 }

 ul#footer-main > li {
    display: block;
    float: left;
    border-right: #6a94b3 1px solid;
    background: none;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
 }

 ul#footer-main > li.first {
    /* background: url('/images/icon-pin-circle.png') no-repeat 0px 3px; */
    padding-left: 30px;
 }

 ul#footer-main > li.last {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
 }

 ul#footer-main ul{
    margin: 0 0 0 0;
 }

 ul#footer-main p {
    margin: 0 0 0 0;
 }

 ul#footer-main p.address {
    margin-bottom: 10px;
 }

 ul#footer-main li  li {
    background: none;
    margin-left: 0;
    padding-left: 0;
 }

 #footer p.mobile-tour-link {
    display: none;
 }

 #footer a.button.tour {
    display: inline-block;
    width: 125px;
    padding: 10px 20px;
    font-size: 24px;
    text-align: center;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2c6c9a), color-stop(100%, #1c4867));
    background-image: -webkit-linear-gradient(#2c6c9a, #1c4867);
    background-image: -moz-linear-gradient(#2c6c9a, #1c4867);
    background-image: -o-linear-gradient(#2c6c9a, #1c4867);
    background-image: -ms-linear-gradient(#2c6c9a, #1c4867);
    background-image: linear-gradient(#2c6c9a, #1c4867);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #0c1e2b 1px 1px 2px, #86abc6 1px 1px 2px inset;
    -moz-box-shadow: #0c1e2b 1px 1px 2px, #86abc6 1px 1px 2px inset;
    box-shadow: #0c1e2b 1px 1px 2px, #86abc6 1px 1px 2px inset;
 }

 ul#footer-main a.button.tour:hover {
    text-decoration: none;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3a7eae), color-stop(100%, #2a5b7d));
    background-image: -webkit-linear-gradient(#3a7eae, #2a5b7d);
    background-image: -moz-linear-gradient(#3a7eae, #2a5b7d);
    background-image: -o-linear-gradient(#3a7eae, #2a5b7d);
    background-image: -ms-linear-gradient(#3a7eae, #2a5b7d);
    background-image: linear-gradient(#3a7eae, #2a5b7d);
 }

 /* @group Social Media */

 .footer-social li {
    margin: 0px 0px 0 0;
 }

 .footer-social li.last {
    margin-right: 0;
 }

 .footer-social,
 .footer-social li {
    background: transparent;
    display: inline-block;
    padding: 0;
 }

 .footer-social a {
    display: block;
    height: 36px;
    width: 36px;
    text-indent: -9999px;
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icons-footer-social.png) no-repeat 0px 0px;
 }

 .footer-social .twitter a {
    background-position: 0px 0px;
 }

 .footer-social .facebook a {
    background-position: -36px 0px;
 }

 .footer-social .flickr a {
    background-position: -72px 0px;
 }

 .footer-social .rss a {
    background-position: -108px 0px;
 }

 .footer-social .youtube a {
    background-position: -144px 0px;
 }

 /* @end */

 /* @group Footer Utility Links */

 ul#footer-utility {
    margin: 20px 0 0 28px;
    padding: 0;
 }

 ul#footer-utility li {
    display: inline-block;
    background: none;
    border-right: #fff 1px solid;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    font-size: 13px;
 }

 ul#footer-utility li.last {
    border: none;
    margin: 0;
    padding: 0;
 }

 /* @end */

 /* @end */

 /* @group Profile */

 .profile #content-main-inner img {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/profile-headshot-shadow.png) no-repeat 50% 100%;
    height: 260px;
    width: 260px;
    padding: 15px 14px 14px;
    position: absolute;
    right: 22px;
    top: 12px;
    z-index: 1000;
    border: 0 none;
 }

 .profile .content-accessory {
    padding-right: 320px;
 }

 .profile #content-header,
 .profile #content-main-inner {
    padding-right: 330px;
 }

 dl.profile-positions {
    margin: 15px 0px;
 }

 dl.profile-positions dd {
    margin-bottom: 15px;
 }

 .profile #content-main-inner {
    min-height: 160px;
    height: auto !important;
    height: 160px;
 }

 /* @end */

 /* @group Students */

 /* Full Width Grid */

 .full #content-inner > .grid_50 {
    width: 478px;
 }

 .full #content-inner > .grid_50.block {
    width: 476px;
 }

 .full #content-inner > .grid_25.block {
    width: 232px;
 }

 .full .flow {
    margin: 0;
 }

 .full #content-slideshow {
    overflow: hidden;
 }

 .full #content-slideshow h1 {
    padding: 12px 0;
 }

 .full ul.slide-navigation {
    top: 295px;
 }


 .full #content {
    background-position: 50% 140px;
 }

 .full #content-outer {
    background: transparent;
 }

 .full #content-inner {
    float: none;
    width: 986px;
    width: auto;
    padding: 10px 0 10px 10px;
 }

 .full h4 {
    margin-top: 0;
 }


 /* @group Slideshow */

 .full #content-header {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/slideshow-blue-header.png);
    border: 0 none;
    margin: 0;
    padding-top: 1px;
    padding-bottom: 1px;
 }

 .full #content-header h1, .full #content-header-nameonly h1 {
    color: #fff; removed PSRR-3493
 }
@media screen and (max-width: 986px) {
	.full #content-header-nameonly h1 {
    	color: #346b94;
 	}
}

 .full #content-slideshow {
    margin: -10px -10px;
    background: #6a8da0 url(/media/nwhsu-responsive-2015/style-assets/css/css-images/slideshow-blue-bottom.png) no-repeat 0 100%;
    border: 0 none;
    float: left;
    width: 748px;
 }

 .full #content-slideshow .slides li img {
    padding: 0;
 }

 .full #content-slideshow img.overlay {
    position: absolute;
    top: 0;
    left: 115px;
 }

 .full .content-accessory {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/slideshow-blue-top.png) no-repeat 0 0;
    height: auto;
    padding: 0 0 4px;
    width: 748px;
    min-height: 80px;
    border-width: 0;
 }

 .full .content-accessory ul {
    background: transparent;
    margin: 0;
    padding: 20px 15px 0;
    position: relative;
    height: auto;
    zoom: 1;
 }

 .full .content-accessory li {
    width: auto;
    height: auto;
    margin: 0;
 }

 .full #content-slideshow .content-accessory li.quote {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-quote-white.png) no-repeat 0 7px;
    padding-left: 40px;
    width: 450px;
 }

 .full .content-accessory li.quote p {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.2;
    margin: 0;
    top: -3px;
    zoom: 1;
 }

 .full .content-accessory li.more {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/dashed-line-blue-vertical.png);
    height: 2.6em;
    margin-top: -0.9em;
    text-align: left;
    width: 190px;
 }

 .full li.more a:link,
 .full li.more a:visited {
    color: #1f3c52;
 }

 .full .slide-navigation {
    left: 0;
    padding-left: 16px;
    top: 272px;
    width: 724px;
 }

 .full .slide-navigation li.active {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/slideshow-blue-active.png);
    height: 50px;
 }

 .full .slide-navigation li {
    font-weight: bold;
 }

 .full .slide-navigation li.active:before,
 .full .slide-navigation li.active:after {
    bottom: 6px;
 }

 .full .slide-navigation .active a:link,
 .full .slide-navigation .active a:visited {
    color: #ffffff;
 }

 /* @end */

 /* @group Section Content */

 .full #content-inner {

 }

 .full div#content-section {
    margin: -10px 0 0 11px;
    float: left;
    padding: 0;
    width: 237px;
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/slideshow-blue-section.png) repeat-y 100% 0;
    clear: right;
 }

 .full .calendars {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/slideshow-blue-section-highlight.png) no-repeat 50% 100%;
    margin: 0;
    padding: 3px 0 10px;
 }

 .full .calendars li {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-calendar.png) no-repeat 0 45%;
    border-bottom: 1px dashed #5c7181;
    margin: 0 auto;
    padding-left: 28px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 172px;
 }

 .full .calendars li.last {
    border-bottom: 0 none;
 }

 .full #content-section a:link,
 .full #content-section a:visited {
    color: #fff;
 }

 .full #content-section a.more:link,
 .full #content-section a.more:visited {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/arrow-right-white.png);
 }

 /* @end */

 .full .campus-directory {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/slideshow-blue-section-inset.png) no-repeat 0 100%;
    padding: 1px 18px 5px;
    width: 201px;
 }

 .full .campus-directory h3 {
    color: #ffe29f;
 }

 .full .campus-directory input.text {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/slideshow-blue-input.png) no-repeat 0 0;
    border: 0 none;
    height: 11px;
    margin: 0 5px 0 -1px;
    padding: 5px;
    width: 173px;
 }

 .full .campus-directory p {
    margin: 10px 0;
 }

 .full #content-section .aside {
    width: 214px;
    margin: 10px auto;
 }

 .full #content-section .aside a:link,
 .full #content-section .aside a:visited {
    color: #346b94;
 }

 .full #content-section .aside a:hover {
    color: #659ec9;
    text-decoration: underline;
 }

 .full #content-section .aside a.more:link,
 .full #content-section .aside a.more:visited {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/arrow-right-dark-blue.png);
 }

 .full .grid_50,
 .full .grid_25 {
    padding: 0
 }

 .full .grid_50,
 .full .grid_25 {
    margin-top: 10px;
    margin-right: 10px;
 }

 .full .background-left div.left,
 .full .background-left div.right {
    width: 145px;
 }

 .full .background-left .left ul,
 .full .background-left .right ul {
    margin-top: 10px;
 }

 .full .background-left ul.top {
    margin-top: 0;
 }

 .block .callout {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/callout-nested.png) no-repeat 50% 100%;
    margin: 10px 0 7px -4px;
    padding: 0 4px 13px;
    width: 225px;
 }

 /* @end */

 /* @group News */

 .grid_30.right .aside-shadow .aside {
    width: auto;
 }

 .news .grid_50 {
    padding-bottom: 9px;
 }

 .grid_70 .white {
    width: auto;
    padding-bottom: 0;
 }

 .grid_70 .white h3 {
    font-size: 1.8em;
    margin: 10px 0 -2px;
 }

 #content-sub .grid_50 h4 {
    padding-top: 4px;
    margin-bottom: 10px;
 }

 #content-main.with-link .header-link {
    height: 17px;
    line-height: 17px;
    padding-right: 23px;
 }

 #content-main.with-link a img {
    vertical-align: bottom;
 }

 #news-feature {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/news-feature-shadow.png) no-repeat 50% 20%;
    margin: 0 auto;
 }

 #news-feature img {
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
 }

 #news-feature-excerpt {
    width: 452px;
    margin: 0 auto;
 }

 /* @group Events Block */

 .block-events h4 {
    font-size: 1.4em;
    margin: 1em 0 6px;
 }

 .block-events h4 span {
    float: right;
 }

 .block-events h4 .rss {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/icon-rss.png) no-repeat 0 0;
    display: block;
    height: 17px;
    text-indent: -9999px;
    width: 17px;
 }

 .block-events dt {
    font-weight: bold;
    font-size: 1.3em;
 }



 .block-events dd.date {
    font-weight: bold;
    margin-bottom: 4px;
 }

 .block-events dl.list dt {
    border-top: 1px solid #ebebeb;
    margin-top: 9px;
    padding-top: 5px;

 }

 .block-events dl.list dd ul {
    margin: 0;
 }

 .block-events dl.list dd li {
    background: transparent none;
    margin: 2px 0;
    padding: 0;
 }

 .block-events dl.list dd li a {
    display: block;
 }

 .block-events dl.list .date  {
    float: left;
    margin-right: 5%;
    width: 25%;
 }

 .block-events dl.list .title {
    float: right;
    width: 70%;
 }

 .block-events h5.more {
    text-align: right;
 }

 /* @end */

 .aside {
    clear: right;
   /* margin-bottom: 10px; */
 }
/* T4 added Aug 2015 post-project to fix layouts on Giving pages */
.Giving .aside {
	clear: none;
}

 .aside-shadow .aside {
    margin-bottom: 0;
 }

 fieldset {
    margin-bottom: 1em;
    border-top: 1px #ccc solid;
    padding-top: 1em;
 }

 fieldset:first-of-type {
    border-top-width: 0;
    padding-top: 0;
 }

 /* These odd sizes are for forms with
    four-columns, but the first one
    significantly narrower than the rest.
    As used on the continuing ed course
    list. */
 .col-16 {
    width: 16%;
    float: left;
 }

 .col-28 {
    width: 28%;
    float: left;
 }


 /* @end */


 /* redesigned homepage */

 .home-refresh .mobile-tabs {
    display: none;
 }

 body.home-refresh {
    background: #fff;
 }

 .home-refresh .container {
    width: 945px;
    margin: 0 auto;
 }

 .home-refresh .blue-bar {
    z-index: -1;
 }

 .home-refresh .last-col {
    margin-right: 0;
 }

 /* large image feature area @page top */

 .home-refresh .feature {
    width: 986px;
    margin: 0 auto;
    height: 380px;
    background: #fff;
    position: relative;
 }

 .home-refresh .feature img {
    border: 0;
    padding: 0;
 }

 /* feature callout box (blue box bottom right) */

 .home-refresh .feature .callout {
    position: absolute;
    right: 30px;
    bottom: 40px;
    width: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #fff;
    background: rgba(42, 102, 146, 0.7);
 }

 .home-refresh .feature .callout .content {
    width: 250px;
    float: left;
    /*padding: 10px 15px;*/
 }

 .home-refresh .feature .callout .content .feature-callout-inner {
    padding: 10px 15px;
 }

 .home-refresh .feature .callout a.arrow {
    display: block;
    font-size: 40px;
    width: 53px;
    text-indent: -99999px;
    background: #2a6692 url(/media/nwhsu-responsive-2015/style-assets/css/css-images/arrow-right-white-carat-large.png) no-repeat center center;
    float: left;
 }

 .home-refresh .feature .callout a.arrow:hover {
    background-color: #3876a1;
 }


 .home-refresh .feature .callout,
 .home-refresh .feature .callout h2,
 .home-refresh .feature .callout h4,
 .home-refresh .feature .callout a:link,
 .home-refresh .feature .callout a:visited {
    color: #fff;
 }

 .home-refresh .feature .callout h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: #fff 1px dotted;
    font-size: 3em;
 }

 .home-refresh .feature .callout h4 {
    font-size: 2em;
    font-weight: normal;
 }

 /* feature area navigation buttons (in tab @ bottom of feature) */

 .home-refresh .feature nav.feature-nav {
    position: absolute;
    left: 100px;
    bottom: -19px;
    padding-left: 42px;
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/home-feature-nav-left.png) no-repeat top left;
 /* -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -ms-border-top-left-radius: 20px;
    -o-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -ms-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    border-top-right-radius: 20px;*/
 }

 .home-refresh .feature nav.feature-nav .wrapper {
    padding-right: 42px;
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/home-feature-nav-right.png) no-repeat top right;
 }

 .home-refresh .feature nav.feature-nav ul {
    margin: 0;
    padding: 10px;
    background: #eae7e1; /* must match row-news top gradient color/base bg color */
 }

 .home-refresh .feature nav.feature-nav li {
    float: left;
    list-style-type: none;
    background: none;
    margin: 0 10px 0 0;
    padding: 0;
 }

 .home-refresh .feature nav.feature-nav li.last {
    margin-right: 0;
 }

 .home-refresh .feature nav.feature-nav li a.button:link,
 .home-refresh .feature nav.feature-nav li a.button:visited {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background: #eb7951;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb7951), color-stop(100%, #d95c31));
    background-image: -webkit-linear-gradient(#eb7951, #d95c31);
    background-image: -moz-linear-gradient(#eb7951, #d95c31);
    background-image: -o-linear-gradient(#eb7951, #d95c31);
    background-image: -ms-linear-gradient(#eb7951, #d95c31);
    background-image: linear-gradient(#eb7951, #d95c31);
    -webkit-box-shadow: #111 1px 1px 2px;
    -moz-box-shadow: #111 1px 1px 2px;
    box-shadow: #111 1px 1px 2px;
 }

 .home-refresh .feature nav.feature-nav li a.button:hover {
    text-decoration: none;
    background: #fe9874;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d95c31), color-stop(100%, #eb7951));
    background-image: -webkit-linear-gradient(#d95c31, #eb7951);
    background-image: -moz-linear-gradient(#d95c31, #eb7951);
    background-image: -o-linear-gradient(#d95c31, #eb7951);
    background-image: -ms-linear-gradient(#d95c31, #eb7951);
    background-image: linear-gradient(#d95c31, #eb7951);
 }

 .home-refresh .feature nav.feature-nav a.button:after {
    content: '';
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: inherit;
    vertical-align: middle;
    position: relative;
    margin: -3px -7px 0 8px;
 }

 /* Content area 1st row: news headlines and calendar */

.home-refresh .row-programs {
    padding-top: 22px;
    border-bottom: #fff 1px solid;
    -webkit-box-shadow: #d1d3d6 1px 1px 1px;
    -moz-box-shadow: #d1d3d6 1px 1px 1px;
    box-shadow: #d1d3d6 1px 1px 1px;

    /* I used a generator for this 3-color gradient because I am lazy */
    /* http://www.colorzilla.com/gradient-editor/*/
    /* ms filter turned off for now because sometimes it breaks things */
    background: #eae7e1; /* Old browsers */
    background: -moz-linear-gradient(top,  #eae7e1 22%, #ffffff 73%, #e9ebed 98%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,#eae7e1), color-stop(73%,#ffffff), color-stop(98%,#e9ebed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eae7e1 22%,#ffffff 73%,#e9ebed 98%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eae7e1 22%,#ffffff 73%,#e9ebed 98%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eae7e1 22%,#ffffff 73%,#e9ebed 98%); /* IE10+ */
    background: linear-gradient(to bottom,  #eae7e1 22%,#ffffff 73%,#e9ebed 98%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae7e1', endColorstr='#e9ebed',GradientType=0 ); /* IE6-9 */*/
}

.home-refresh .row-news {
    margin-bottom: 20px;
}

.home-refresh .row-news .grid_40.flow{
	width:35.8%;
}

 /* all figure captions on homepage */
 .home-refresh figcaption {
    font-size: 1.4em;
    line-height: 1.3em;
    margin-top: 10px;
 }
.home-refresh figcaption h5 { padding-bottom: 5px; }

 /* all block headings */
 .home-refresh h3.home-block-heading {
    margin-bottom: 15px;
 }

 /* news list area */

 .home-refresh .row-news .grid_60,
 .home-refresh .row-news .grid_40 {
    margin-top: 20px;
 }

 .home-refresh h3,
 .home-refresh h3 {
    color: #2a6692;
    margin-top: 0;
    font-weight: bold;
 }

 .home-refresh .row-news .grid_60 {
    border-right: #2a6692 1px dotted;
 }

 .home-refresh .row-news h3 {
    margin-bottom: 4px;
 }

 .home-refresh .row-news .grid_60 figure {
    width: 260px;
 }

 .home-refresh .row-news ul.news-list {
    overflow: hidden;
 }

 .home-refresh .row-news ul.news-list li {
    margin-bottom: 20px;
    padding-right: 20px;
    background-position: 0 8px;
 }

 .home-refresh .row-news ul.news-list li a {
    font-size: 1.3em;
 }

 .home-refresh .row-news ul.news-list li.more-news {
    list-style: none;
    background: none;
 }


 /* calendar area */

 .home-refresh .row-news .grid_40 ul {
    /*asdf*/
 }

 .home-refresh .row-news .grid_40 ul li {
    clear: left;
    list-style-type: none;
    background: none;
    border-bottom: #bfbfbf 1px solid;
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
 }

 .home-refresh .row-news .grid_40 ul li.last {
    border-bottom: 0;
 }

 .home-refresh .row-news .grid_40 ul li a {
    display: block;
 }

 .home-refresh .row-news .grid_40 ul li a .datebox {
    background: #2a6692;
    width: 46px;
    height: 46px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.8em;
    margin-right: 15px;
 }

 .home-refresh .row-news .grid_40 ul li a:hover .datebox {
    background: #3674a1;
 }

 .home-refresh .row-news .grid_40 ul li a .datebox span {
    font-size: 24px;
    display: block;
 }

 .home-refresh .row-news .grid_40 ul li a span.event-title {
    /*float: left;*/
    display: block;
    height: 50px;
    /*width: 260px;*/
    /*margin-left: 10px;*/
    /*padding-left: 10px;*/
    /*border-bottom: #bfbfbf 1px solid;*/
    font-size: 1.3em;
 }

 .home-refresh .row-news .grid_40 ul li a span.event-title span.text-wrap-arrow {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/arrow-right-dark-blue.png) no-repeat 100% 50%;
    padding-right: 12px;
 }

 .home-refresh .row-news .grid_40 p a.more {
    font-size: 1.3em;
 }


 /* Content area 2nd row: tabs and clinics box */

 .home-refresh .row-academics {
    /* margin-bottom: 20px; */
    display: flex;
 }

 /* academics blocks */

 .home-refresh .row-academics .grid_70 {
    /* background: #EFEBE2; */
    border-top: #4c4a47 6px solid;
 }

 .home-refresh .row-academics .grid_70 h3,
 .home-refresh .row-academics .grid_60 h4 {
    color: #4c4a47;
 }

 .home-refresh .row-academics .grid_70 h3 a,
 .home-refresh .row-academics .grid_70 h4 a {
    color: #4c4a47;
 }

 .home-refresh .row-academics .grid_70 h3 {
    font-weight: bold;
    font-size: 22px;
    margin: 10px 10px 10px 20px;
 }

 .home-refresh .row-academics .grid_70 .grid_50 {
    margin: 0 0 0 0;
 }

 .home-refresh .row-academics .academics-item {
    float: left;
    width: 31%;
    padding: 0 7px 10px 7px;
 }

 .home-refresh .row-academics .academics-item:nth-child(4) {
    clear: left;
 }

 .home-refresh .row-academics .academics-item .academics-block {
    position: relative;
 }

 .home-refresh .row-academics .academics-item img {
    max-width: 100%;
 }
img.responsive-image {
	display: block;
    max-width: 100% !important;
	height: auto !important;
 }

 .home-refresh .row-academics .academics-item .academics-block h5 {
    background: rgba(42, 102, 146, 0.7);
    color: #fff;
    position: absolute;
    bottom: 3px;
    left: 1px;
    width: 100%;
    margin: 0;
    min-height: 45px;
 }

 .home-refresh .row-academics .academics-item .academics-block h5 span {
    padding: 10px;
    display: block;
 }

 .home-refresh .row-academics .academics-item ul {
    margin-top: 5px;
 }

 .home-refresh .row-academics .academics-item ul li {
    margin-left: 0;
 }

 /* clinics box */

 .home-refresh .row-academics .grid_30 {
    /* background: #e9e9e9; */
    border-top: #2a6692 6px solid;
 }

 .home-refresh .row-academics .grid_30 .content {
    margin: 15px;
 }

 .home-refresh .row-academics .grid_30 .content h4 {
    font-size: 2em;
    font-weight: normal;
 }

 .home-refresh .row-academics .grid_30 .content ul li {
    font-size: 1.5em;
    margin-bottom: 5px;
 }

 .home-refresh #content-section,
 .home-refresh #back-top,
 .media-gallery #content-section,
 .media-gallery #back-top {
    display: none;
 }


 /* media gallery */


 /*  make the page full width since it has no sidebar. */
 /*  yes, there's already a body.full class, but it has tons of it's own styles */
 body.media-gallery #content-inner {
    float: none;
    width: auto;
 }

 body.media-gallery #content-main-inner {
    padding-right: 0;
 }

 body.media-gallery #content-header h1 {
    float: left;
 }

 body.media-gallery .media-gallery-controls {
    float: right;
 }

 body.media-gallery .media-gallery-controls ul {
    margin: 5px 0 0 0;
 }

 body.media-gallery .media-gallery-controls li {
    list-style-type: none;
    display: inline-block;
    background: none;
    padding-left: 0;
 }

 body.media-gallery .media-gallery-controls li h4 {
    float: left;
    color: #888;
    margin: 3px 10px 0 0;
 }

 body.media-gallery .media-gallery-controls li select {
    float: right;
 }

 body.media-gallery a:link,
 body.media-gallery a:visited,
 body.media-gallery a:hover,
 body.media-gallery a:active {
    text-decoration: none;
 }

 body.media-gallery a.button:link,
 body.media-gallery a.button:visited {
    display: inline-block;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.6em;
    padding: 3px 10px;
    background: #2B6998;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2B6998), color-stop(100%, #1E4B6A));
    background-image: -webkit-linear-gradient(#2B6998, #1E4B6A);
    background-image: -moz-linear-gradient(#2B6998, #1E4B6A);
    background-image: -o-linear-gradient(#2B6998, #1E4B6A);
    background-image: -ms-linear-gradient(#2B6998, #1E4B6A);
    background-image: linear-gradient(#2B6998, #1E4B6A);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.6) 1px 1px 4px;
    -moz-box-shadow: rgba(0,0,0,0.6) 1px 1px 4px;
    box-shadow: rgba(0,0,0,0.6) 1px 1px 4px;
 }

 body.media-gallery a.button:hover,
 body.media-gallery a.button:active {
    background: #3D7DAD;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3D7DAD), color-stop(100%, #2E6082));
    background-image: -webkit-linear-gradient(#3D7DAD, #2E6082);
    background-image: -moz-linear-gradient(#3D7DAD, #2E6082);
    background-image: -o-linear-gradient(#3D7DAD, #2E6082);
    background-image: -ms-linear-gradient(#3D7DAD, #2E6082);
    background-image: linear-gradient(#3D7DAD, #2E6082);
 }

 body.media-gallery a.button.back span {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/arrow-left-white.png) no-repeat center left;
    padding-left: 15px;
 }

 body.media-gallery #content-header a.button.back {
    float: right;
    margin: 5px 0 0 30px;
 }

 body.media-gallery .media-gallery-grid-wrapper {
    margin-left: 20px;
    margin-top: 20px;
 }

 body.media-gallery .media-gallery-grid-wrapper:after {
    content: "";
    display: table;
    clear: both;
 }

 body.media-gallery a.media-item {
    display: inline-block;
    float: left;
    width: 17.9%;
    min-height: 197px;
    margin: 0 20px 20px 0;
 }

 body.media-gallery a.media-item img {
    width: 100%;
    height: auto;
 }

 body.media-gallery a.media-item p {
    margin: 0;
 }

 body.media-gallery a.media-item p.media-title {
    font-weight: bold;
 }

 body.media-gallery p.date {
    color: #777;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    margin-top: 3px;
 }

 body.media-gallery a.media-item p.date {
    /*asdf*/
 }

body.media-gallery .media-pagination { clear: both; margin-bottom: 10px; }

 body.media-gallery-detail .flow {
    margin: 0;
 }

 body.media-gallery-detail .grid_70 .content.detail {
    padding-right: 19px;
 }

 body.media-gallery-detail .grid_70 .content.detail h2 {
    color: #346b94;
    font-weight: bold;
 }

 body.media-gallery-detail .block hr {
    background: #a3abb1;
 }

 body.media-gallery-detail ul.related-media {
    margin: 0;
 }

 body.media-gallery-detail ul.related-media li {
    background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/bullet-blue.png);
    margin: 0;
 }

 body.media-gallery-detail ul.related-media li p {
    margin-bottom: 0;
    font-weight: bold;
 }

 body.media-gallery-detail ul.related-media li p.date {
    font-size: 1em;
 }

 /* updated emergency message added to all pages */
 /* modified from home.css */

 /* @group Emergency */

 #emergency {
    color: #fff;
    background: #24577C;
 }

 #emergency .inner {
    background: #1C4562;
    width: 986px;
    margin: 0 auto;
 }

 #emergency p {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/emergency-notice.png) no-repeat 10px 15px;
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 15px 8px 15px 40px;
 }

 #emergency .close-message p {
    background: none;
    padding-left: 8px;
 }

 #emergency .close-message p a {
    background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/emergency-close.png) no-repeat left center;
    color: #fff;
    padding-left: 17px;

 }

 /* fix inline style tags */
 .block.white.group.grid_50[style*="height:300px"] {
    height: auto !important;
    min-height: 330px;
 }


 /* responsive main nav handling*/

 /* never show the clones in large view */
 form.menu-clone,
 #nav-main.menu-clone,
 #nav-audience.menu-clone,
 #nav-quicklinks.menu-clone {
    display: none;
 }
 /*.header-main-right-inner form.menu-clone {
    display: none !important;
    background-color: red;
 }*/

 /* hide the contextual page menu at the bottom of the page */
 .responsive-sidebar-target {
    display: none;
  	clear: both;
 }

 /* show the contextual page menu in the sidebar */
 #content-section #section-nav-sidebar {
    display: block;
 }

 #pageMenuJump {
    display: none;
 }

 .home-refresh .home-refresh-wrapper {
    left: 0;
    -webkit-transition: left .4s ease-out;
    -moz-transition: left .4s ease-out;
    -o-transition: left .4s ease-out;
    transition: left .4s ease-out;
 }

 /* Responsify! */

 @media(max-width: 986px) {
    .home-refresh .row-facademics .grid_30 figure {
        float: left;
    }
    .home-refresh .home-refresh-wrapper {
        position: relative;
        /*left: 222px;*/
        background-color: #fff;
    }

    .home-refresh .home-refresh-wrapper-outer {
        position: relative;
        background-color: #235376;
        /*background-color: #fff;*/
        /*background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/section-mobile.png) repeat-y left top;*/
    }

    .home-refresh .home-refresh-wrapper-outer.sidebar-open .home-refresh-wrapper {

        left: 222px;
    }

    .home-refresh .home-refresh-wrapper-outer.sidebar-open {
        overflow: hidden;
        /*background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/section-mobile.png) repeat-y left top;*/
    }

    .home-refresh .home-refresh-wrapper-outer #content-section,
    .media-gallery #content-outer #content-section {
        display: block;
    }

    .home-refresh .home-refresh-wrapper-outer.sidebar-open #content-section,
    .media-gallery #content-outer.sidebar-open #content-section {
        /*display: block;*/
        left: 0;
    }

    body.media-gallery #content-outer {
        background-color: #235376;
    }

    #pageMenuJump {
        display: inline-block;
    }

    /* show the contextual page menu at the bottom of the page (clone) */
    .responsive-sidebar-target {
        display: block;
    }
    /* hide the contextual page menu in the sidebar (original) */
    #content-section #section-nav-sidebar {
        display: none;
    }

    .media-gallery .responsive-sidebar-target {
        display: none;
    }

    form.menu-clone input.mobile-only {
        display: inline-block;
    }

    form.menu-clone input.large-only {
        display: none;
    }

    #header-main .header-main-right-inner form,
    body > #nav-main,
    #header #nav-audience,
    #header-main #nav-quicklinks {
        display: none;
    }

    form.menu-clone,
    #nav-main.menu-clone,
    #nav-audience.menu-clone,
    #nav-quicklinks.menu-clone {
        display: block;
        padding-right: 20px;
        padding-left: 20px;
    }

    form.menu-clone {
        /*margin*/
        background-color: #2a6692;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    form.menu-clone p {
        margin: 0;
    }

    #nav-main.menu-clone {
        background: #2a6692;
        border-bottom: 0;
        border-top: 0;
        padding-bottom: 20px;
    }

    #nav-main.menu-clone ul {
        border: 0;
        background: transparent;
    }

    #nav-main.menu-clone ul li a {
        padding: 7px 0;
        color: #fff;
        font-size: 14px;
        line-height: 1em;
        font-weight: bold;
    }

    #nav-main.menu-clone ul li a:hover {
        text-decoration: none;
        color: #faf8f2;
    }

    #nav-main.menu-clone ul li.active a {
        color: #fff;
    }

    #nav-audience.menu-clone {
        background: transparent;
    }

    #nav-audience.menu-clone ul {
        background-color: transparent;
        text-align: left;
        border-bottom: #fff 1px dashed;
        padding-bottom: 10px;
    }

    #nav-audience.menu-clone ul li {
        display: block;
        border: 0;
        margin: 0;
        padding: 0;
        line-height: 1em;
    }

    #nav-audience.menu-clone ul li a {
        padding: 7px 0;
        display: block;
    }

    #nav-audience.menu-clone ul li a:hover {
        text-decoration: none;
    }

    #nav-quicklinks.menu-clone ul {
        background-color: transparent;
        width: auto;
        border: 0;
    }

    #nav-quicklinks.menu-clone ul li {
        padding: 0;
        border: 0;
        line-height: 1em;
    }

    #nav-quicklinks.menu-clone ul li a {
        display: block;
        padding: 7px 0;
        color: #fff;
    }

    #nav-quicklinks.menu-clone ul li a:hover {
        color: #fff;
        text-decoration: none;
    }

    #section-nav-sidebar {
        background: #1f3c52;
    }

    body.full #section-nav-sidebar {
        background: #fff;
    }

    #content-main-inner #section-nav-sidebar {
        margin-right: -18px;
        margin-left: -18px;
    }

    #section-nav-sidebar #section-nav {
        background: transparent;
    }

    #section-nav-sidebar #section-nav span {
        background: transparent;
    }

    #section-nav-sidebar #section-nav .active span {
        background: transparent;
    }

    #section-nav-sidebar #section-nav ul ul {
        background: transparent;
    }

    #section-nav-sidebar #section-callouts {
        background: transparent;
    }

    #section-nav-sidebar .callout {
        margin-left: 0;
        margin-right: 0;
    }

    #section-nav-sidebar .callout-blue {
        background: transparent;
    }

    #section-nav-sidebar .callout-blue h4 a:link,
    #section-nav-sidebar .callout-blue h4 a:visited {
        color: #fff;
    }

    #section-nav-sidebar .callout-blue a:link,
    #section-nav-sidebar .callout-blue a:visited {
        color: #fff;
    }

    #section-nav-sidebar .callout-blue p {
        color: #fff;
    }

    #content {
        padding-bottom: 0;
    }

    #content-main-inner {
        padding-bottom: 0;
        border: 0;
    }

    body.full #section-nav-sidebar ul.calendars li {
        margin: 0;
    }

    body.full #section-nav-sidebar > * {
 /*     float: left;
        margin: 0;
        margin-right: 10px;
        margin-bottom: 10px;*/
        /*clear: left;*/
    }

    a#pageMenuJump {
        display: inline-block;
        background-color: #2a6692;
        color: #fff;
        font-size: 16px;
        padding: 10px 15px;
        margin-top: 5px;
    }

    a#pageMenuJump:hover {
        text-decoration: none;
        background-color: #235376;
    }

    .hgroup a#pageMenuJump {
        float: right;
        margin: 0;
        /*height: 42px;*/
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .full #content-header a#pageMenuJump {
        float: right;
        margin-top: 10px;
    }

    .header-container,
    /*#content-outer,*/
    /*#content-inner,*/
    #footer-inner,
    .home-refresh .feature,
    .home-refresh .container,
    .home-refresh .feature img,
    #content-inner > .grid_100,
    #emergency .inner {
        width: 100%;
    }

    /* font sizes globally */
    p, td, li, th, dt, dd {
        font-size: 1.4em;
        line-height: 1.4;
    }

    #section-nav li li span,
    #section-nav .active li span {
        font-size: 1.3em;
        line-height: 1.7em;
    }

    .blue-bar {
        display: none;
    }

    /* header */

    #header {
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
        -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
        box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
    }

    #header-main {
        text-align: center;
    }

    #header-main #logo {
 /*     background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/logo.png);
        width: 303px;
        height: 58px;
        margin-top: 20px;
        float: none;*/
    }

    #header-main-right {
        clear: both;
        border-top: #fff;
        background: #f1f1ec;
        text-align: center;
        position: relative;
        z-index: 999;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1ec), color-stop(100%, #fff));
        background-image: -webkit-linear-gradient(#f1f1ec, #fff);
        background-image: -moz-linear-gradient(#f1f1ec, #fff);
        background-image: -o-linear-gradient(#f1f1ec, #fff);
        background-image: -ms-linear-gradient(#f1f1ec, #fff);
        background-image: linear-gradient(#f1f1ec, #fff);
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
        -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
        box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
    }

    .header-main-right-inner {
        float: none;
        margin: 0 auto;
        width: auto;
        margin-right: 15px;
    }

    #header-main-right form,
    #nav-quicklinks {
        margin-top: 10px;
    }

    #header-main .header-main-right-inner form input.text {
        background-image: none;
        background: #ecece8;
        border: #b9b9b5 1px solid;
        width: 194px;
    }

    #nav-main {
        /*display: none;*/
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-bottom: #ccc 1px solid;
    }

    #nav-main.active {
        display: block;
    }

    #nav-main ul {
        /*padding-left: 30px;*/
        background-image: none;
        text-align: left;
    }

    /* split main nav links into 3cols (excluding 1st) */
    #nav-main li {
        display: block;
        /*width: 32%;*/
        /*float: left;*/
        border-top: #ccc 1px solid;
        height: auto;
    }

    #nav-main li.first {
        /*width: 100%;*/
        border-top: 0;
    }

    a.nav-main-toggle {
        /*display: inline-block;*/
        float: right;
        margin: 20px 15px 0 0;
    }

    /* quicklinks */
    /* make slightly larger because of font size increase       */
    /* this is for the intermediate views only; smallest view   */
    /* has a separate element inside the audience nav       */
    #nav-quicklinks ul {
        width: 150px;
        left: -25px;
        display: block;
        position: static;
    }

    #nav-quicklinks {
        float: none;
    }

    #nav-quicklinks a#toggleQuicklinks {
        display: none;
    }

    /* main content area */

    #content-header {
        border-top: 0;
        /*background: #f1f1f1;*/
    }

    #content-header p.header-link {
        display: none;
    }

    #content-outer {
        /*margin-left: -250px;*/
        width: 100%;
        position: relative;
        overflow: hidden;
        background-position: -222px 0;
        /*background: #235376;*/
        background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/section-mobile.png);
    }

    #content-inner {
        width: 100%;
        position: relative;
        /*float: none;*/
        left: 0;
    }

    /* sidebar */

    a.sidebar-toggle {
        display: block;
    }

    .block a.sidebar-toggle {
        margin-top: -1px;
        margin-left: 10px;
    }

    #content-slideshow a.sidebar-toggle {
        margin-top: 7px;
    }

    #content-section {
        /*margin-left: -220px;*/
        position: absolute;
        top: 0;
        left: -222px;
        background-color: #235376;
    }

        /* position for toggle button */
    #content-header {
        /*padding-left: 0;*/
    }

    #back-top {
        left: -222px;
    }

    /* sidebar open */

    #content-outer.sidebar-open #content-inner {
        left: 222px;
    }

    #content-outer.sidebar-open #content-section {
        left: 0;
    }

    #content-outer.sidebar-open {
        background-position: 0 0;
    }

    #content-outer.sidebar-open a.sidebar-toggle {
        background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/button-toggle-sidebar-right.png);
    }

    .full #content-outer.sidebar-open #content-header a.sidebar-toggle {
        background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/button-toggle-sidebar-white-right.png);
    }

    /* full sidebar (appears on right, seen on students page) */
    body.full #content-outer.sidebar-open #content-inner {
        left: 233px;
    }

    body.full div#content-section {
        margin-left: -233px;
    }

    body.full #content-outer.sidebar-open div#content-section {
        /*position: static;*/
        /*left: -233px;*/

    }

    /* footer */

    #footer {
        padding: 25px;
    }

    ul#footer-main > li {
        float: none;
        width: auto;
    }

    ul#footer-main li.mobile-shade {
        background: rgba(0, 0, 0, 0.2);
        padding: 3px 3px 3px 10px;
        border-right: none;
        margin: 0 185px 5px 0;
        min-height: 0 !important; /* override height matching */
    }

    #footer li.mobile-shade h3 {
        cursor: pointer;
    }

    ul#footer-main li.mobile-shade a.toggle {
        float: right;
        display: inline-block;
        background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/toggle-plus.png) no-repeat 50% 50%;
        width: 30px;
        height: 30px;
        text-indent: -99999px;
    }

    ul#footer-main li.mobile-shade a.toggle.active {
        background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/toggle-minus.png) no-repeat 50% 50%;
    }

    ul#footer-main li.footer-social {
        background: none;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

    ul#footer-main .expand {
        display: none;
    }

    ul#footer-main .expand.active {
        display: block;
    }

    ul#footer-main li.footer-social  h3 {
        display: none;
    }

    ul#footer-main li.footer-social  ul {
        text-align: center;
        margin-top: 20px;
    }

    ul#footer-main > li.last {
        display: none;
    }

    #footer p.mobile-tour-link {
        display: block;
        float: right;
    }

    ul#footer-utility {
        margin: 5px 0;
        text-align: center;
    }

    ul#footer-utility li.first {
        display: block;
        width: auto;
        border-right: none;
        margin-right: 0;
        margin-bottom: 5px;
        padding-right: 0;
    }

    ul#footer-utility li {
        /*font-size: 10px;*/
        margin-right: 5px;
        padding-right: 5px;
    }

    /* homepage */
    .home-refresh .feature {
        height: auto;
    }

    .home-refresh .row-news .grid_60 {
        border-right: 0;
    }

    .home-refresh .row-news .inner {
        padding-left: 20px;
    }

    .home-refresh .row-news ul.news-list li a {
        font-size: 1em;
    }

    .home-refresh .row-news .grid_40 ul li a span.event-title {
        /*width: 200px;*/
        line-height: 1.2em;
        font-size: 1em;
    }

    .home-refresh .row-news .grid_40 p a.more {
        font-size: 1em;
    }

    .home-refresh .row-news .grid_60 img,
    .home-refresh .row-news .grid_40 img,
    .home-refresh .row-academics .grid_60 img,
    .home-refresh .row-academics .grid_40 img {
        width: 100%;
    }

    .home-refresh .tab-headers,
    .home-refresh .tabs-container {
        display: none;
    }

    .home-refresh .mobile-tabs {
        display: block;
    }

    .home-refresh .row-academics .tab-headers-container {
        width: auto;
        background: none;
        display: block;
        float: none;
    }

    .home-refresh .mobile-tabs p {
        margin: 10px 10px 10px 20px;
    }

    /*media gallery*/
    body.media-gallery a.media-item {
        width: 17%; /* still 5 across, but narrower than desktop so it works down to 768 */
        min-height: 220px;
    }

    body.media-gallery-detail img {
        width: 100%;
    }

    body.media-gallery .media-gallery-controls ul li {
        display: block;
        margin-left: 0;
    }

    body.media-gallery .media-gallery-controls ul li.first {
        margin-left: 0;
    }

    /* grid */
    #content-inner > .grid_50 {
        margin-right: 0;
        margin-left: 10px;
        margin-bottom: 10px;
        width: 47.5%;
        margin-top: 50px;
    }

    .block.white.group.grid_50[style*="height:300px"] {
        min-height: 350px;
    }

    #content-inner > .grid_60,
    #content-inner > .extra > .grid_40, #content-inner > .grid_40, #content-inner > .grid_60, #content-inner > .extra > .grid_40, #content-inner > .Giving > .grid_40 {
        display: block;
        float: none;
        width: auto;
        margin: 10px;
        height: auto !important; /* some have js heights not needed here */
    }

    #content-inner > .grid_40.aside-visual.blue {
        width: 263px;
    }

    #content-inner > .grid_70 {
        width: 69%;
        margin-left: 10px;
    }

    #content-inner .grid_30.aside-shadow,
    #content-inner > .grid_70 ~ .grid_30 {
        width: 27%;
    }

    #content-inner > .grid_60.smaller-visual {
        width: 466px;
    }

    #content-inner .grid_100 {
        width: auto;
        margin: 10px;
        display: block;
        float: none;
        clear: both;
    }

    .grid_100 .left,
    .grid_100 .right {
        float: none;
        display: block;
        width: auto;
    }

    .gradient .left,
    .gradient .right {
        background: none;
        border: none;
        padding: 0;
        margin: 0;
    }

    .skyline .left,
    .skyline .right {
        background: none;
        margin: 0;
        padding: 0;
    }

    .full #content-inner > .grid_25.block {
        width: 48%;
        margin-bottom: 10px;
    }

    .full #content-inner > .grid_50.block {
        width: auto;
        float: none;
        display: block;
        margin-left: 0;
        margin-right: 10px;
        clear: both;
        height: auto !important; /* override height matching, since they're stacked now */
    }

    .full .grid_50 .left,
    .full .grid_50 .right {
        width: 47%;
    }
  	/*terminalfour fix PSRR-3493 */
  	.full .grid_50 .right {
 		 float:left;
  	}


    .full .background-left div.left,
    .full .background-left div.right {
        width: 48%;
    }

    .block div.focus {
        background: #34404E;
    }

    #content-inner > .grid_35 {
        margin-right: 0;
        margin-left: 10px;
        width: 33.5%;
    }

    #content-inner .grid_30.aside-shadow .aside {
        width: auto;
    }

    #content-inner .grid_30.aside-shadow {
        padding-left: 0;
        margin-left: 0;
        margin-right: 10px;
    }

    .offices-block .right {
        margin-left: 10px;
        margin-right: 0;
    }

    .offices-block .content {
        width: 57.5%;
    }

    .offices-block .sub {
        float: left;
        width: 37.5%;
        padding-right: 10px;
        margin-left: 20px;
    }

    .block.offices-block div.focus {
        width: auto;
    }

    .block.offices-block div.focus img {
        width: 100%;
        height: auto;
    }

    .block.offices-block div.focus {
        background: none;
        margin-top: 10px;
    }

    .block.offices-block div.focus img {
        /*width: auto;*/
        /*height: auto;*/
    }

    .block.offices-block div.focus div.inner {
        padding: 0;
        width: auto;
        padding-left: 15px;
    }

    .block.offices-block div.focus div.inner,
    .block.offices-block div.focus div.inner h5 {
        color: #333;
    }

    .block.offices-block div.focus div.inner h5 {
        font-size: 2.2em;
        font-weight: normal;
    }

    .block div.focus div.inner {
        position: static;
        padding: 10px;
    }

    .block div.focus div.inner .col1,
    .block div.focus div.inner .col2 {
        padding: 10px;
    }

    .block.big-visual div.focus div.inner {
        padding: 0;
        position: relative;
        z-index: 2
    }

    .block.big-visual div.focus img {
        position: absolute;
        z-index: 1;
    }

    .aside .announcements {
        background-image: none;
        padding-left: 0;
    }

    .aside .announcements .bracket {
        background-image: none;
        padding: 0;
    }

    .content-accessory li,
    .content-accessory li.location,
    .content-accessory li.map {
        width: 47%;
        background: none;
        padding: 5px 0;
        padding-left: 0;
        text-align: left;
    }

    .content-accessory li.first,
    .content-accessory li.location {
        margin-right: 10px;
    }

    .get-to-know .content-accessory li {
        width: auto;
    }

    .grid_60.visit p {
        clear: both;
    }

    .grid_60.visit a.online-tour.left {
        margin-bottom: 10px;
    }

    .grid_60.visit ul.col1,
    .grid_60.visit ul.col2 {
        width: 23%;
        margin-right: 10px;
    }

    .grid_60.visit ul.col1 li,
    .grid_60.visit ul.col2 li {
        /*line-height: 2em;*/
        margin-bottom: 10px;
    }

    ul.toggle {
        float: none;
        margin-top: 5px;
    }

    ul.toggle:after {
        clear: both;
        content: ".";
        display: block;
        height: 0px;
        visibility: hidden;
    }

    /* content slideshow */
    #content-slideshow,
    body.full #content-slideshow {
        background: #2a6692;
        border: 0;
        /*for responsive header on chiropratic page*/
        height: 340px;
    }

    body.full #content-slideshow {
        background: #6C8FA2;
    }

    body.full #content-slideshow {
        width: 100%;
    }

    /* hide nav and show title in content-accessory (duplicated w/js) */
    #content-slideshow ul.slide-navigation {
        display: none;
    }

    #content-slideshow ul.slides li.quote {
        width: auto;
        float: none;
    }

    #content-slideshow ul.slides li.quote h3 {
        margin-top: 0;
        display: none;
    }

    #content-slideshow ul.slides li.quote p:last-child {
        display: none;
    }

    #content-slideshow ul.slides li.quote div.bracket-white p:last-child {
        display: block;
    }

    p.mobile-slideshow-title {
        display: block;
        margin: 0;
        /*color: #2a6692;*/
        font-weight: bold;
        font-size: 18px;
    }

    #content-slideshow ul.slides li.more {
 /*     position: static;
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        text-align: left;
        float: none;*/
        display: none;
    }

    #content-slideshow ul.slides,
    body.full #content-slideshow ul.slides {
        margin: 0 auto;
        background: #fff;
        width: 750px; /* some don't have width by default */
    }

    #content-slideshow ul.slides .content-accessory {
        height: auto;
    }

        /* full body class */
    body.full #content-slideshow ul.slides {
        background: none;
    }

    body.full #content-slideshow {
        margin-bottom: 0;
    }

    body.full #content-inner {
        /*padding: 0;*/
        margin: 0;
    }

    .full #content-slideshow .content-accessory li.quote {
        width: auto;
    }

    .full .content-accessory li.more {
        background: none;
        width: auto;
        position: static;
        margin: 0;
    }

    .full .content-accessory {
        background-color: #6c8fa2;
        background-image: none;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88afb2), color-stop(100%, #6c8fa2));
        background-image: -webkit-linear-gradient(#88afb2, #6c8fa2);
        background-image: -moz-linear-gradient(#88afb2, #6c8fa2);
        background-image: -o-linear-gradient(#88afb2, #6c8fa2);
        background-image: -ms-linear-gradient(#88afb2, #6c8fa2);
        background-image: linear-gradient(#88afb2, #6c8fa2);
    }


    .carousel-outer {
        background: none;
        padding: 0;
        margin: 0;
        width: auto;
    }

    .carousel-inner {
        position: static;
        width: auto;
        height: auto;
    }

    .carousel-content {
        width: auto;
        position: static;
        height: auto;
    }

    .carousel-content ul {
        display: none;
    }

    .carousel-previous,
    .carousel-next {
        display: none;
    }

    .carousel-content ul:first-child {
        display: block;
        float: none;
        width: auto;
        height: auto;
    }

    .carousel-content ul:first-child li.last {
        /*display: none;*/
    }

    .carousel-content ul:first-child li {
        display: block;
        /*float: none;*/
        background: none;
        width: 45%;
        padding: 10px;
        height: auto;
    }

    .carousel-content ul li p {
        display: none;
    }

    #content-main.with-link .header-link {
        position: static;
        margin-top: 5px;
    }

    .block .carousel {
        padding: 0;
    }

    .carousel .accessory {
        position: static;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
 }

 @media screen and (min-width: 901px) {
   body.get-to-know{
     .flow {
      display: inline !important;
      float: left !important;
     }
   }
 }

 @media(max-width: 900px) {
    #content-inner > .grid_70 {
        width: 68%;
        margin-left: 10px;
    }

    body.get-to-know #content-inner > .grid_50 {
        height: auto !important;
        width: auto;
        margin-right: 10px;
    }

    body.get-to-know #content-inner > .grid_50.right110 {
        margin-bottom: 0;
    }

    .home-refresh .row-news .grid_60 figure.left {
        /*float: none;*/
        /*display: block;*/
    }

    .home-refresh .row-academics .academics-item {
        width: 29%;
    }
 }

 @media(max-width: 768px) {

    /* homepage feature */
    /* 768 is roughly where the feature callout slides behind the feature nav */
    .home-refresh .row-academics {
        display: inline-block;
    }

  	.home-refresh .row-news .grid_40.flow{
		width:100%;
	}

    .grid_30 ul li{
        margin-left: 0;
   		text-align: left;
    }
    .home-refresh .feature .callout {
        width: 100%;
        right: 0;
        bottom: 53px;
    }

    .home-refresh .row-academics .grid_30 .content {
        text-align: center;
    }
    .home-refresh .feature .callout .content {
        width: 100%;
    }

    .home-refresh .feature .callout .content .feature-callout-inner {
        padding-right: 53px; /* avoid abs positioned arrow */
    }

    .home-refresh .feature .callout a.arrow {
        position: absolute;
        right: 0;
    }

    .home-refresh .feature nav.feature-nav {
        width: 100%;
        position: static;
        margin-top: -3px;
        padding-left: 0;
        padding-right: 0;
        background: #57839e;
        -webkit-border-top-left-radius: 0px;
        -moz-border-top-left-radius: 0px;
        -ms-border-top-left-radius: 0px;
        -o-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-top-right-radius: 0px;
        -ms-border-top-right-radius: 0px;
        -o-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .home-refresh .feature nav.feature-nav .wrapper {
        padding: 0;
    }

    .home-refresh .feature nav.feature-nav ul {
        text-align: center;
    }

    .home-refresh .feature nav.feature-nav ul li{
        display: inline-block;
        float: none;
    }

    .home-refresh .row-news,
    .home-refresh .row-academics {
        margin-bottom: 0;
    }

    .home-refresh .row-news .inner {
        padding: 0 10px;
    }

    .home-refresh .row-news .grid_40 {
        background: #e9e9e9;
        border-top: #2a6692 6px solid;
    }

    .home-refresh .row-news .grid_40 ul li a span.event-title {
        width: auto;
    }

    .home-refresh .row-news .grid_40 .inner {
        padding-top: 10px;
    }

    .home-refresh .row-news .grid_60,
    .home-refresh .row-news .grid_40,
    .home-refresh .row-academics .grid_70,
    .home-refresh .row-academics .grid_30 {
        width: 100%;
    }

    .home-refresh .row-news .grid_60 img,
    .home-refresh .row-news .grid_40 img,
    .home-refresh .row-academics .grid_70 img,
    .home-refresh .row-academics .grid_30 img {
        width: auto;
    }


    .home-refresh .row-academics .grid_30 figure {
     /*   margin: 0 20px 20px 0;*/
        float: none;
    }

    /*media gallery*/
    body.media-gallery a.media-item {
        width: 21.8%;   /* four per line */
        min-height: 235px;
    }

    body.media-gallery-detail .grid_70,
    body.media-gallery-detail .grid_30 {
        width: auto;
        float: none;
        display: block;
    }

    body.media-gallery-detail .grid_30 {
        margin-right: 18px;
    }

    body.media-gallery-detail .grid_30 img {
        width: auto;
    }

    body.media-gallery .media-gallery-controls ul {
        /*margin-top: 10px;*/
    }

    /*body.media-gallery .media-gallery-controls ul li {
        display: block;
        margin-left: 0;
    }

    body.media-gallery .media-gallery-controls li select {
        float: none;
    }*/

    /* content slideshow */
    #content-slideshow ul.slides,
    body.full #content-slideshow ul.slides {
        width: 100%;
    }

    #content-slideshow ul.slides > li,
    body.full #content-slideshow ul.slides > li {
        width: 100%;
    }

    #content-slideshow ul.slides > li img {
        padding: 0;
        width: 100%;
        height: auto;
    }

    #content-slideshow ul.slides .content-accessory {
        /*height: auto;*/
    }

    .full .content-accessory {
        width: auto;
    }

    #content-slideshow ul.slides .content-accessory li.first.quote {
        width: 75%;
    }

    .content-accessory li.aside-container .aside-shadow {
        bottom: 100px;
    }

    .get-to-know .content-accessory li.aside-container .aside-shadow {
        bottom: 0;
    }

    /* grid */
    .block .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .right160 .content {
        padding-right: 160px;
    }

    .right110 .content {
        padding-right: 110px;
    }

    .grid_50 .left,
    .grid_50 .right {
        float: none;
        display: block;
        width: 100%;
    }

    #content-inner .grid_100 div.aside-right {
        width: auto;
        float: none;
        display: block;
        margin: 0;
    }

    #admissions-requirements-list {
        width: auto;
        float: none;
        display: block;
        margin: 10px;
        padding: 0;
    }

    #admissions-requirements-list .aside {
        width: auto;
    }

    #admissions-apply-button {
        display: none;
    }

    .grid_100 .grid_60 {
        width: auto;
    }

    .full .grid_50 .left {
        float: left;
    }

    .full .grid_50 .right {
        float: right;
    }

    #content-inner > .grid_70 {
        width: auto;
        float: none;
        display: block;
    }

    #content-inner .grid_30.aside-shadow,
    #content-inner > .grid_70 ~ .grid_30 {
        width: auto;
        float: none;
        display: block;
        margin-left: 10px;
    }

    #content-inner > .grid_35 {
        width: 47.5%;
    }

    .block.offices-block div.focus img {
        width: auto;
        /*height: auto;*/
    }

    .block.offices-block div.focus div.inner {
        padding-left: 0;
    }

    .offices-block .content,
    .offices-block .sub {
        width: auto;
        float: none;
        display: block;
    }

    .offices-block .sub {
        margin-left: 10px;
    }

    .offices-block .content .left,
    .offices-block .content .right {
        margin-left: 0;
    }


    .content-accessory li.email {
        background: none;
        padding-left: 0;
    }

    /* generic pieces & parts */
    a.online-tour:link,
    a.online-tour:visited {
        width: 280px;
        height: 60px;
        margin: 0;
        /*background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/online-tour.png) no-repeat center center;*/
    	background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/button-online-tour.png) no-repeat center center;
    }

    a.online-tour img {
        display: none;
    }

    a.apply {
        position: static;
    }

    .big-visual div.col1 {
        margin-right: 10px;
    }

    .big-visual div.col1,
    .big-visual div.col2 {
        width: 46%;
        float: left;
        display: block;
        padding: 0;
        margin: 0;
        background: none;
    }

    .big-visual.block .content.focus img {
        display: none;
    }

    .block div.focus div.inner:after {
        clear: both;
        content: ".";
        display: block;
        height: 0px;
        visibility: hidden;
    }

    .grid_60.visit .content > p {
        clear: both;
    }

    .aside-shadow {
        background: none;
    }

    #news-events {
        clear: both;
    }

 }

 @media(max-width: 670px) {

    /* profiles */
    .profile #content-header,
    .profile #content-main-inner,
    .profile .content-accessory {
        padding-right: 18px;
    }

    .profile #content-main-inner img {
        background: none;
        width: 90px;
        height: 90px;
        top: 0;
        right: 0;
    }

    /*media gallery*/
    body.media-gallery a.media-item {
        width: 21.5%;
    }
 }

 @media(max-width: 640px) {

    /* split main nav links into 2cols (excluding 1st) */
 /* #nav-main ul {
        padding-right: 30px;
    }


    #nav-main li {
        display: block;
        width: 50%;
    }

    #nav-main li.first {
        width: 100%;
    }

    #nav-main li.even {
        float: left;
        clear: left;
    }

    #nav-main li.odd {
        float: right;
        clear: right;
    }

    #nav-main li a:link,
    #nav-main li a:visited {
        padding: 0px;
    }*/

    /* homepage */
 /* .home-refresh .row-academics .grid_40 figure {
        float: none;
        margin: 0;
    }*/

    .home-refresh .feature .callout {
        position: static;
        background: #2a6692;
    }

    .home-refresh .feature img {
        margin-bottom: -3px;
    }

    .home-refresh .feature nav.feature-nav {
        margin-top: 2px;
        margin-bottom: 4px;
    }

    .home-refresh .feature nav.feature-nav ul {
        background: #fff;
    }

    /*media gallery*/
    body.media-gallery a.media-item {
        width: 29.5%; /* 3 per line */
        min-height: 230px;
    }

    /* generics:*/

    /* put asides and floated images on their own line */
    div.image-right,
    div.image-left,
    .aside {
        width: 100%; /* images w/captions have width set with js */
        float: none;
        display: block;
    }

    .aside.small {
        width: auto;
        margin: 0;
        padding: 10px 10px 4px 10px;
    }

    /* generic form */
    .aside-form img {
        display: none;
    }

    .aside-form .inner {
        width: 100%;
    }

    /* visual aside: align image centered but not content or header */
    .aside-visual {
        text-align: center;
    }

    .aside-visual .content,
    .aside-visual .hgroup {
        text-align: left;
    }

    .aside-visual img {
        margin-top: 20px;
    }

    div.aside-right#offices-bigimage-call-button {
        float: none;
        display: block;
        margin: 0;
    }

    /* grid */
    #content-inner > .grid_50 {
        margin-right: 10px;
        margin-left: 10px;
        width: auto;
        float: none;
        display: block;
        margin-top: 50px;
    }

    form .col-16,
    form .col-28 {
        width: auto;
        float: none;
    }

    form .submit.center {
        margin: 0;
    }

    #content-main-inner .content-70,
    #content-main-inner .content-30 {
        float: none;
        width: auto;
    }

    .full #content-inner > .grid_25.block {
        width: auto;
        float: none;
        display: block;
        height: auto !important; /* override height matching, since they're stacked now */
    }

    #content-inner > .grid_35 {
        width: auto;
        float: none;
        display: block;
        margin-right: 10px;
        height: auto !important; /* override js height matching */
    }

    .grid_60 .grid_40.right.bracket {
        float: none;
        display: block;
        width: auto;
        padding-left: 0;
        margin-left: 0;
        background: none;
        margin-top: 10px;
    }


    .grid_60 .grid_60 {
        float: none;
        display: block;
        width: auto;
    }

    .content-accessory li,
    .content-accessory li.location,
    .content-accessory li.map {
        width: auto;
        float: none;
        display: block;
    }

    .grid_60.visit h3 {
        clear: both;
    }

    .grid_60.visit ul.col1,
    .grid_60.visit ul.col2 {
        width: 40%;
    }

    /* table nav */
    #content-main .table-navigator .left,
    #content-main .table-navigator .right {
        width: 100%;
        text-align: left;
    }

 }

 @media(max-width: 570px) {
    form .col-25,
    form .col-50 {
        width: auto;
        float: none;
        margin-bottom: 10px;
    }

    .block.offices-block div.focus img {
        width: 100%;
    }

    /*media gallery*/
    body.media-gallery a.media-item {
        width: 45.9%; /* 2 per line */
       min-height: 260px;
    }

    .get-to-know .content-accessory li.aside-container {
        float: none;
        height: auto;
    }

    .get-to-know .content-accessory li.aside-container .aside-shadow {
        position: static;
    }

    .get-to-know .aside-shadow,
    .get-to-know .aside-shadow .aside {
        width: auto;
    }
 }

 @media(max-width: 510px) {
    /* generic form inner columns */
    .aside-form .inner form .right,
    .aside-form .inner form .left {
        display: block;
        width: 100%;
        float: none;
    }

    .aside-form .inner form label,
    .aside-form .inner form input[type="text"],
    .aside-form .inner form textarea {
        float: none;
        width: 100%;
    }

    .aside-form .inner form input {
        margin-bottom: 10px;
    }

    /* homepage */
    .home-refresh .row-news .grid_60 figure.left {
        float: none;
        display: block;
    }

    .home-refresh .row-news ul.news-list li {
        margin-left: 0;
    }

    /*media gallery*/
    body.media-gallery a.media-item {
        width: 45%; /* 2 per line */
        min-height: 230px;
    }

    body.media-gallery.media-gallery-grid #content-header h1 {
        float: none;
    }

    body.media-gallery .media-gallery-controls {
        float: none;
        clear: both;
    }

    body.media-gallery .media-gallery-controls li select {
        float: none;
    }

    body.media-gallery .media-gallery-controls li.first {
        margin-top: 10px;
    }

    /* generics */
    ol.flowchart li a.button-orange {
        position: static;
    }

    ol.flowchart li {
        padding-left: 8px;
    }

    .big-visual div.col1,
    .big-visual div.col2 {
        float: none;
        margin-right: 0;
        width: auto;
    }

    .big-visual div.col2 {
        margin-bottom: 10px;
    }

    .hgroup .header-link {
        position: static;
        margin: 0;
        padding: 10px;
    }

    .visit a.online-tour:link,
    .visit a.online-tour:visited {
        width: 100%;
        margin-bottom: 10px;
    }

    .topic {
        padding-right: 7px; /* technically should be 10 but this matches it's default padding-left and I don't want to change them all */
        padding-bottom: 0;
    }

    .topic img {
        width: 100px;
        margin-bottom: 7px;
    }

    .topic ul {
        padding-left: 100px;
    }

    .topic .accessory {
        position: static;
        clear: both;
    }

    div.accessory:before,
    div.accessory:after {
        background: none;
    }

    #content-inner > .grid_60.smaller-visual {
        width: auto;
    }

    ul.toggle {
        /*width: 100%;*/
    }

    #news-feature {
        background: none;
    }

    #news-feature img {
        width: 100%;
        height: auto;
    }

    #news-feature-excerpt {
        width: auto;
    }

    .carousel-content ul:first-child li {
 /*     display: block;
 */     float: none;
        width: auto;
    }


    /* grid */

    .height-match:after {
        clear: both;
        content: ".";
        display: block;
        height: 0px;
        visibility: hidden;
    }

    .full .grid_50 .left,
    .full .grid_50 .right {
        float: none;
        display: block;
        width: auto;
    }

    .full .background-left div.left,
    .full .background-left div.right {
        width: auto;
        display: block;
        float: none;
    }
 }

 @media(max-width: 450px) {
    .profile .content-accessory li {
        float: none;
        display: block;
        background: none;
        padding-left: 0;
    }

    .content-accessory li.arrow h5 {
        background: none;
    }

    #content-slideshow ul.slides .content-accessory li.first.quote {
        width: auto;
    }

    #content-slideshow ul.slides li.more br {
        display: none;
    }


    .home-refresh .row-academics .academics-item {
        width: 100%;
        padding: 0;
    }

    .home-refresh .row-academics .academics-item .academics-block {
        margin: 0 auto;
        max-width: 240px;
    }

    .home-refresh .row-academics .academics-item ul {
        margin-right: 20px;
        margin-left: 20px;
    }

    /*media gallery*/
    body.media-gallery a.media-item {
        width: 44%; /* 2 per line */
    }

 }


 @media(max-width: 360px) {

    img {
        max-width: 100%;
        height: auto;
    }

    div.image-left,
    div.image-right {
        /*width: 100% !important;*/
    }

    /* header items & main nav */
    #nav-audience .header-container ul {
        /*text-align: center;*/
    }

 /* #nav-audience ul.mobile-top-nav-controls a {
        background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/caret-down.png) no-repeat center left;
        padding-left: 15px;
    }

    #nav-audience ul.mobile-top-nav-controls a.active {
        background-image: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/caret-up.png);
    }

    #nav-audience ul.mobile-top-nav-controls {
        display: block;
    }

    #nav-audience ul.nav-audience-list,
    #nav-audience ul.mobile-quicklinks {
        display: none;
    }

    #nav-audience ul.active.nav-audience-list,
    #nav-audience ul.active.mobile-quicklinks {
        display: block;
        position: absolute;
        background: #24577C;
        z-index: 9999;
        padding: 0px 20px 5px 20px;
    }

    #nav-audience ul.nav-audience-list li,
    #nav-audience ul.mobile-quicklinks li {
        float: none;
        float: left;
        display: block;
        width: 50%;
        border: 0;
        margin: 0;
        padding: 0;
        text-align: left;
    }*/

    #nav-audience li.last {
    /*margin-right: 0;*/
    /*padding-right: 0;*/
    }

 /* #nav-audience li {
        margin-right: 4px;
        padding-right: 6px;
    }

    #nav-quicklinks {
        display: none;
    }

    #nav-main ul.mobile-quicklinks {
        display: block;
        border-top: #e2d0ac 1px solid;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #afae80), color-stop(100%, #8a884a));
        background-image: -webkit-linear-gradient(#afae80, #8a884a);
        background-image: -moz-linear-gradient(#afae80, #8a884a);
        background-image: -o-linear-gradient(#afae80, #8a884a);
        background-image: -ms-linear-gradient(#afae80, #8a884a);
        background-image: linear-gradient(#afae80, #8a884a);
    }

    #nav-main ul.mobile-quicklinks a {
        color: #fff;
    }*/

    #header-main #logo {
        /*margin-right: 0;*/
        /*margin-left: 5px;*/
        /*width: 200px;*/
    }

 /* #header-main a.nav-main-toggle {
        margin-right: 5px;
    }

    #header-main #header-main-right {
        padding: 0 0 0 0;
    }

    #header-main .header-main-right-inner {
        width: 100%;
        text-align: left;
    }

    #header-main .header-main-right-inner form {
        float: none;
        margin: 0 auto;
        display: block;
        width: 320px;
        padding: 10px 0 0 0;
        text-align: center;
    }*/

    #header-main #nav-quicklinks a.button span {
        /*position: static;*/
        /*float: none;*/
        /*background: none;*/
        /*padding: 0;*/
    }
 /*
    #nav-main ul {
        padding-left: 10px;
        padding-right: 10px;
    }

    #nav-main li a:link,
    #nav-main li a:visited {
        font-size: 14px;
        padding-right: 5px;
        padding-left: 5px;
    }*/

    /* content area */
    a.sidebar-toggle {
        /*margin-top: -10px;*/
    }

    .full #content-header a.sidebar-toggle {
        /*margin-top: -1px;*/
    }

    #content-header h1 {
        font-size: 2em;
    }

    /* footer */
    #footer p.mobile-tour-link {
        float: none;
        text-align: center;
        margin-top: 0;
    }

    #footer a.button.tour {
        width: auto;
    }

    ul#footer-main li.mobile-shade {
        margin-right: 0;
    }

    ul#footer-main li.footer-social {
        min-height: 0 !important; /* override js height matching */
    }

    ul#footer-main li.footer-social ul {
        margin-bottom: 10px;
    }

    /* homepage */
    .home-refresh .row-news .grid_40 ul li a span.event-title {
        width: 200px;
    }

    /*media gallery*/
    body.media-gallery a.media-item {
        width: auto;
        display: block;
        float: none;
    }

    body.media-gallery #content-header a.button.back {
        margin-top: -5px;
    }

    body.media-gallery .media-gallery-controls li h3 {
        font-size: 1.2em;
    }

    /* grid */
    .full .background-left .inner {
        background-image: none !important; /* override bg assigned by js for some reason */
        padding-left: 0;
    }

    .full .block img.foreground {
        display: none;
    }

    .grid_60.visit ul.col1,
    .grid_60.visit ul.col2 {
        width: auto;
    }


 }

 @media(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    /*#logo,*/
    a.button-orange-right:link,
    a.button-orange-right:visited,
    a.button-orange-right span,
    input.submit {
        background-size: 100% auto;
    }

    #logo {
        /*background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/logo-small@2x.png) no-repeat 0 0;*/
    }

    a.button-orange-right:link,
    a.button-orange-right:visited {
        background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/button-orange-right-arrow@2x.png) no-repeat 100% 50%;
        background-size: 45px auto;
    }

    a.button-orange-right span {
        background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/button-orange-left@2x.png) no-repeat 0 50%;
        background-size: 500px 55px;
    }

    /*input.submit {
        background: url(/media/nwhsu-responsive-2015/style-assets/css/css-images/form-submit@2x.png);
    }*/
 }

 /* Audio elements in Media pages */
 .me-js-media-audio { width: 100% !important; margin: 20px auto 0; }
@media screen and (min-width: 820px) {
    .me-js-media-audio { width: 75% !important;  }
}

/** Adding old Calendar styling from the old CSS file - Michael TERMINALFOUR May 2015 **/
#calendar{
  width:150px;

}

/*************************************************
 * calendar
 */

#t4_calendar {padding-top: 3px;}

#calendar .links {
    padding-left: 2px;
    padding-top: 5px;
    font-weight: bold;

}
#calendar .links a {
    font-weight: normal;
}


#calendar caption {
    display:none;
}

#calendarFilter {padding-top: 8px; padding-left: 0px;}

#calendar a {
    text-decoration:none;
    display:block;
    color: #666666;
    padding-right: 0.3em;
    padding-left: 0.3em;
padding-top: 0.3em;
padding-bottom: 0.3em;
    background: none;

}
#calendar a:hover, #calendar a:active{
    color:#ffffff;
    background:#666666;
}
#calendar th {
    font-weight: bold;
    color: #FFFFFF;
    background: #3d637b;
    padding:0.5em;
    border: 0.1em solid #3d637b;;

}
#calendar th a {
    color:#ffffff;
}
#calendar th a:hover, #calendar a:active {
    background: #3d637b;;
}
#calendar td {
    border: 0.1em solid #e3e3e3;
}

#calendar td.filterMainMonth {
    background-color: #e3e3e3;
}

#calendar table tbody tr td.filterMainMonth a.hasEvents {
background-color: #666666;
color: #fff;
}


#calendar td.filterPreMonth {
    background-color: #e3e3e3;
}

#calendar td.filterPostMonth {
    background-color: #e3e3e3;
}

#calendar td.mainMonth a {
    color: #505050;
}

#calendar td.postMonth a {
    color: silver;
}

#calendar td.preMonth a {
    color: silver;
}

#calendar td a:hover {
    color: white;
}

#calendarCategories {padding-top: 0px; padding-left: 3px; padding-bottom: 15px; padding-right: 5px;}


/*************************************************
 * calendarFilter
 */

#calendarFilter {
  font-size: 1em;
  padding-top:8px;
  text-align:center;
  padding-bottom:8px;
}

/*************************************************
 * search
 */
#search {

}

#calendarSearch {
padding:20px;


}

/*************************************************
 * categories
 */

#categories {
padding-left:20px;
  background;#ffffff;
}

#t4_calendar #categories {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px;
}
#categories fieldset{
padding-bottom:8px;
border: none;

}

#categories fieldset legend {
color: #006699;
font-weight: bold;
padding-top:20x;
padding-bottom:5px;
}


#categories div .mainCategory {
padding-top:5px;
padding-bottom:5px;

}

#categories div.subCategory {
margin-left: 2em;
padding-top:5px;
padding-bottom:5px;
}

#categories div.mainCategory .calendarCheckbox{
}

#categories .input #EventsSearch{
padding-top:5px;
padding-bottom:5px;
}

/* Calendar results */
.block-events dl.list dd li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #CCCCCC;
    margin: 2px 0;
    padding: 4px 0;
}

.block-events dl.list .date {
    float: left;
    margin-right: 5%;
    width: 20%;
}

.block-events dl.list .title {
    float: right;
    width: 75%;
}

#calendarResults table tbody tr td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top-width: 0;
    padding: 6px 10px;
  border-bottom: 1px solid #A3ABB1;
}

#calendarResults table tbody tr th {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top-width: 0;
    padding: 6px 10px;
  border-bottom: 1px solid #A3ABB1;
font-weight:bold;
}


#calendarResults table tbody tr {
border-bottom: 1px solid #F5F5F5;
}
#calendarResults td.even {
background-color: #F7F7F7;
padding: 5px;
text-align: left;
vertical-align: top;
}

#calendarResults td.odd {
background-color: #E3E3E3;
padding: 5px;
text-align: left;
vertical-align: top;
}

#results p.result {
 font-size: medium;
 font-weight: bold;
text-align: left;
vertical-align: top;

}

#calendarResults td.even {
background-color: #ffffff;
padding: 5px;
text-align: left;
vertical-align: top;
}

#calendarResults td.odd {
background-color: #eeeeee;
padding: 5px;
text-align: left;
vertical-align: top;
}

#calendarResults table td {
background-color: #eeeeee;
padding: 3px;
}

#calendarResults table tr.even td {
background-color: #ffffff;
padding: 3px;
}

#calendarResults p.right {
text-align: right;
}

#calendarResults p.left {
text-align: left;
}


.content-accessory li.map a {
    display: list-item;
    word-wrap: break-word;
}

.content-accessory li.location{
width:260px;
}

#calendarResults h2 {
    color: #3D637B;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.2em;
}


#calendarResults ul li {
    background: url("/media/nwhsuwebsite/styleassets/images/bullet-tan.png") no-repeat scroll 0 0.45em transparent;
    border: medium none;
    padding-bottom: 10px;
    padding-left: 15px;
}
#calendarResults ul {
    list-style: circle outside none;
    margin: 0 !important;
    padding: 10px;
}


/** Also adding this as it wraps the CalBox in the sidebar of NWSHU 2015 Inner page layout **/

.webobject {
    margin: auto;
    width: 175px;
    font-size: 105%;
    padding: 10px;
}

/* Media gallery styles */
.media-pagingation a, .media-pagingation span  {
    font-size: 13px
}
.pagination-block {
    font-size: 13px; clear: both; margin-bottom: 16px;
}
.media-no-results { font-size: 16px; font-weight: bold; }

#content-main-inner.group .flexslider ul.slides {
    margin-left: 0 !important;
}
.flexslider img {
    border: 0;
    padding: 0;
}
/*/*added PSRR-3493  - Not what was wanted
@media screen and (max-width: 985px){
.full #content-header h1, .full #content-header-nameonly h1 {
   color: #3d637b;
 }
}*/

/* Northwestern Added */
.nw-margin-left {
  margin-left: 16px
}

.nw-dark-grey {
  color: #fff;
  background-color: #616161 !important
}

.nw-grey {
  color: #000 !important;
  background-color: #9e9e9e !important
}

.nw-dark-pale {
  color: #fff !important;
  background-color: #d3d3ce !important
}

.nw-pale {
  color: #737238 !important;
  background-color: #f1f1ec !important
}

.nw-blue {
  color: #fff !important;
  background-color: #2a6692 !important
}

.orangeButton {
	-moz-box-shadow: 1px 1px 0px 0px #942911;
	-webkit-box-shadow: 1px 1px 0px 0px #942911;
	box-shadow: 1px 1px 0px 0px #942911;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eb7a51), color-stop(1, #d95d33));
	background:-moz-linear-gradient(top, #eb7a51 5%, #d95d33 100%);
	background:-webkit-linear-gradient(top, #eb7a51 5%, #d95d33 100%);
	background:-o-linear-gradient(top, #eb7a51 5%, #d95d33 100%);
	background:-ms-linear-gradient(top, #eb7a51 5%, #d95d33 100%);
	background:linear-gradient(to bottom, #eb7a51 5%, #d95d33 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb7a51', endColorstr='#d95d33',GradientType=0);
	background-color:#eb7a51;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 0px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-size:14px;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px -1px 0px #999;
}
.orangeButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d95d33), color-stop(1, #eb7a51));
	background:-moz-linear-gradient(top, #d95d33 5%, #eb7a51 100%);
	background:-webkit-linear-gradient(top, #d95d33 5%, #eb7a51 100%);
	background:-o-linear-gradient(top, #d95d33 5%, #eb7a51 100%);
	background:-ms-linear-gradient(top, #d95d33 5%, #eb7a51 100%);
	background:linear-gradient(to bottom, #d95d33 5%, #eb7a51 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d95d33', endColorstr='#eb7a51',GradientType=0);
	background-color:#d95d33;
    text-decoration: none;
}
.orangeButton:active {
	position:relative;
	top:1px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

////////// HOME Page h1 and h2 tag styles ////////////


.home-refresh .row-academics h1 {
    font-weight: bold;
    font-size: 22px;
    margin: 0 10px 10px 20px;
    color: #4c4a47;
  	display: inline-block;
 }

 .home-refresh .row-academics h1 a {
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 10px 20px;
    color: #4c4a47;
  	display: inline-block;
 }

.home-refresh .row-academics h1 span.title-learn {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
}


.home-refresh .row-academics .academics-item .academics-block h2 {
  background: rgba(42, 102, 146, 0.7);
  color: #fff;
  position: absolute;
  bottom: 3px;
  left: 1px;
  width: 100%;
  margin: 0;
  min-height: 45px;
  font-size: 1.2em;
  font-weight: bold;
}

.home-refresh .row-academics .academics-item .academics-block h2 span {
  padding: 10px;
  display: block;
}