
/*
	(1) html elements:
	(2) layout components
	(3) formatting: layout components
	(4) general purpose
	(5) hacks
		made in washington */

/************************************************
	(1) html elements
*************************************************/

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    min-width: 1000px;
}

body {
    color: #545454;
    font: normal 75%/1.5em arial, helvetica, sans-serif;
    height: 100%;
}

body:not(.load) #slider img {
  display:none;
}

h1 {
    font: normal bold 1.5em arial, helvetica, sans-serif;
    color: #4b2e83;
    margin-bottom: 20px;
}

h2 {
    font: normal bold 1.25em/1.2em arial, helvetica, sans-serif;
    color: #000;
    margin-bottom: 10px;
}

h3 
{
    font: normal bold 1.1em/1.2em arial, helvetica, sans-serif;
    color: #000;
    margin-bottom: 10px;
}

h1.intro {
    font: bold 2em arial, helvetica, sans-serif;
	line-height: 1.2em;
	margin-bottom: 20px;
    color: #4b2e83;
}

p {
    margin-bottom: 15px;
}

p.intro {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #545454;
}

ul, ol {
    margin-bottom: 15px;
    margin-top: -10px;
}

li {
    margin-left: 18px;
    margin-bottom:5px;
}

a {
    color: #027fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    margin-bottom: 20px;
    border: 0;
    height: 1px;
    overflow: hidden;
    background: transparent url(../images/bg_dots_horz.png) bottom left repeat-x;
}

img {
    border: none;
}

sup 
{
    line-height: 0;
}

h2 + ul,
h3 + ul,
h2 + ol,
h3 + ol,
p + img,
h2 + h3 {
    margin-top: 10px;
}

p + h2,
p + h3,
ul + h2,
ol + h2,
p + div,
ul + div,
table + p,
table + h3,
div + h2,
ul + h3 {
    margin-top: 25px;
}

p + .widget-button { margin-top:0px; }

ul + .small,
ol + .small
{
    margin-top:-10px;
}

li + ul { margin:5px 0; padding-left:20px; }


/************************************************
	(2) layout components
*************************************************/

/* Wrap */
#Wrap {
    min-height: 100%;
}

/* Main */
#Main {
    padding-bottom: 330px;
    overflow: auto;
}

/* Masthead */
#Masthead {
 background-color:#4b2e83;
  height:118px;
}

/* UtilityNav */

#UtilityNav {
   
  float:right;
    margin-top:30px;
   
}
#UtilityNav a {
    color:white;
    font-size:14px;
    font-weight:bold;
    vertical-align:top;
    padding-top:10px;
    float:left;
     
}
#UtilityNav img{
    float:left
}
#UtilityNav a:hover {
    color: #b7a57a;
    text-decoration:none;
}


#UtilityNavWarpper {
    width:960px;
     margin:0 auto;
   
}


/* Logo */
#Logo {
    padding-left: 12px;
    height: 117px;
}


/* PrimaryNav */
#navWrapper
{ 
    background-color:#E7E7E7;
     margin-bottom:1px;
  
}

/* Search */
#Search {
    background-color: #fff;
    border: 1px solid #d8d3c8;
    float: right;
    height: 27px;
    margin-top: 7px;
    padding-left: 0px;
}

/* Body */
#Body  {
    
}

/* LocalNav */
#LocalNav {
    float: left;
    width: 176px;
    margin-left: 5px;
    margin-right: 16px;
    padding-top: 10px;
}

/* Content */
#Content {
    float: left;
    width: 765px;
}

/* Breadcrumb */
#Breadcrumb {
    clear: both;
    overflow: auto;
    padding: 10px 0;
    font: normal 1em/1em "PT Sans Narrow";
    color: #878787;
}

/* ContentInner */
#ContentInner {
    border: 1px solid #726787;
    background-color: #ffffff;
    padding-bottom: 20px;
}

/* ContentColumns */
#ContentColumns {}

/*MainContent*/
#MainContent {
    float: left;
    width: 500px;
    margin-right: 30px;
    padding: 37px 0 0 37px;
}

#MainContent.fullColumn,
#MainContent.news {
    width: auto;
    margin-right: 40px;
    float: none;
}

#NewsIntroContent {
    padding: 37px 0 10px 37px;
    margin-right: 40px;
}

/* SecondaryContent */
#SecondaryContent {
    float: right;
    padding: 37px 10px 0 0;
    width: 180px;
    line-height: 1.4em;
}

/* ContentFooter */
#ContentFooter {
    clear: both;
    border: 1px solid #726787;
    background-color: #fff;
    border-top-width: 0;
    overflow: auto;
    min-height: 6px;
}

/* Footer */
#Footer {
    /*background: #2b1751 url(../images/bg_footer_colorOption_1.jpg) bottom left repeat-x;*/
	clear:both;
	margin-top: -300px; /* negative value of footer height */
    position: relative;
    line-height: 1.2em;
}

/* FooterContent */
#FooterContent {
    position: relative;
    height: 300px;
}


/* FooterInner */
#FooterInner {
    /*background: transparent url(../images/bg_footerInner_colorOption_1.jpg) center 4px no-repeat;*/
    height: 300px;
}

/* FooterUtilityLinks */
#FooterUtilityLinks {
    padding-top: 17px;
    float: left;
}

/* FooterCopyright */
#FooterCopyright {
    position: absolute;
    bottom: 5px;
    left: 0;
    margin: 0;
}

/* FooterLocation */
#FooterLocation {
    position: absolute;
    bottom: 5px;
    right: 0;
    margin: 0;
}

/* OverviewLinks */
#OverviewLinks {
    clear: both;
    padding-top: 115px;
}

/* SocialLinks */
#SocialLinks {
    padding-top: 17px;
    float: right;
}

/* siteWidth */
.siteWidth {
    margin: 0 auto;
    width: 962px;
}

/* NewsColumns */
#NewsColumns {
    overflow: visible;
}


/************************************************
	(3) formatting: layout components
*************************************************/

/* UtilityNav */

#UtilityNav ul {
    background: transparent url(../images/bg_utilityNav_Item.gif) top right no-repeat;
    float: right;
}

#UtilityNav li {
    background: transparent url(../images/bg_utilityNav_Item.gif) 0 0 no-repeat;
    padding: 0 24px 0 11px;
    margin-left: 0;
}

#UtilityNav li a {
    display: block;
    height: 21px;
    padding-top: 3px;
    font-size: .8em;
    text-decoration: none;
    color: #000;
}

#UtilityNav a:hover {
    text-decoration: underline;
}

#UtilityNav li#StayConnected {
    padding: 0 2px 0 1px;
}

#UtilityNav li#StayConnected a {
    background: #fff url(../images/bg_stayConnected.gif) 13px 4px no-repeat;
    padding: 3px 13px 0 38px;
    height: 18px;
    color: #228fff;
}


/* Logo */


#Logo #LogoDepartment {
    /*background: transparent url(../images/supply-chain-transportation-logo.png) 0 0 no-repeat;*/
    height: 20px;
    margin-top: 0px;
    cursor: pointer;
    
}

#Logo #LogoTagline {
    /*background: transparent url(../images/logo_tagline_lite.png) 0 0 no-repeat;*/
    height: 15px;
    margin-top: 7px;
  
    cursor: pointer;
}



#Logo #Department a {
    color: #ccc;
    font-style: italic;
    font-size: 1.05em;

  
}



#Logo #LogoUofW {
    /*background: transparent url(../images/logo_W_lite.png) 0 0 no-repeat;*/
   
    margin-top: 0px;
    cursor: pointer;
  
    width:134px;
   
   
}

#LogoUofW  {
    
    float:left;
     height:118px;
     
}

#Logo #LogoUofW a {
    /*background: transparent url(../images/logo_departmentName_lite.png) 0 0 no-repeat;*/
    float:left;
    margin-top:27px;
    height: 60px;
    width: 700px;
    cursor: pointer;
    margin-left:160px;
 

}

#Logo #Department {
    color: #ccc;
    font-style: italic;
    font-size: 1em;
    margin-top: 0px;
  float:left;
   margin-left:25px;
     margin-top:92px;

}


/* PrimaryNav */

#PrimaryNav ul {
    height: 42px;    
}

#PrimaryNav li {
    background: transparent url(../images/bg_primaryNav_Item.gif) 0 0 repeat-y;
    margin-left: 0;
    position: relative;
}

#PrimaryNav a {
    font: normal 1.1em/1em "PT Sans";
    color: #000;
    text-decoration: none;
    display: block;
    height: 26px;
    padding: 15px 18px 1px 18px;
}

#PrimaryNav > li:hover a,
#PrimaryNav a.active,
#PrimaryNav a:hover {
    text-decoration: none;
    background-color: #fff;
    color:#555;
}

#PrimaryNav #Search input[type=text] {
    color: #757575;
    font: .9em/1em "PT Sans";
}

#PrimaryNav #Search input[type=submit] {
    font: normal 1em/1em "PT Sans";
}

/* PrimaryNav - Level #2 */

#PrimaryNav li ul {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    background: transparent url(../images/bg_primaryNav_Subnav.png) 0 3px repeat-x;
    border-bottom: 1px solid #c9c1d6;
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
    height: auto;
    z-index: 999;
}

#PrimaryNav li li {
    background-color: #E5E2E9;
    border-top: 1px solid #fff;   
    border-right: 1px solid #c9c1d6;
    float: none;
}

#PrimaryNav li li:hover {
    background-color: #fff;
}

#PrimaryNav li li a {
    height: auto;
    background-color: transparent;
    color: #464646;
    font: 1em "PT Sans";
    padding: 7px 7px 7px 18px;
    width: 180px;
}

#PrimaryNav li:hover ul {
    display: block;
}

/* Search */

#Search input[type=text] {
    background-color: #fff;
    border: none;
    float: left;
    line-height: 26px;
    height: 26px;
    width: 150px;
}

#Search input[type=submit] {
    float: left;
    height: 27px;
    padding: 0 10px;
    cursor: pointer;
}




/* LocalNav */

#LocalNav ul {
    margin-bottom: 20px;
}

#LocalNav a {
    color: #464646;
    font: normal 1em "PT Sans";
}

#LocalNav .active a {
    color: #000;
}

#LocalNav h2 {
    color: #fff;
    font: normal 1.2em "PT Sans";
    text-transform: uppercase;
    padding: 0 0 5px 5px;
    border-bottom: 1px solid #545454;
    margin-bottom: 0px;
}

#LocalNav ul ul {
    margin-bottom: 0;
}

#LocalNav li {
    background-color: #e5e2e9;
}

#LocalNav li a {
    display: block;
    padding: 7px 5px 7px 10px;
    border: 1px solid #545454;
    border-top: 0;
}

#LocalNav li li a {
    background: url(../images/bg_LocalNav_submenu_bullet.png) 5px 55% no-repeat;
    padding-left: 20px;
}

/*
#LocalNav li li a {
    background: #c5bdd3 url(../images/bg_LocalNav_submenu_bullet.png) 5px 55% no-repeat;
    padding-left: 12px;
}
*/

#LocalNav a.active,
#LocalNav li a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #545454;
}


/* Breadcrumb */

#Breadcrumb li a {
    background: transparent url(../images/bg_breadcrumb_nav_separator.png) 100% 70% no-repeat;
    padding: 0 17px 0 0;
    margin-right: 7px;
}

#Breadcrumb a {
    color: #464646;
}

#Breadcrumb li.first a {
    font-size: 1.2em;
}





/* ContentInner */

#ContentInner.noBottomMargin {
    padding-bottom: 0;
}




/* SecondaryContent */

#SecondaryContent hr 
{
    border:0;
    height:1px;
    background-image: url(../images/bg_solid_hr.png);
    margin-bottom: 8px;
}

#SecondaryContent {
    font-size: 1em;
}

#SecondaryContent h2 {
    font: normal 1.2em "PT Sans", arial, helvetica, sans-serif;
    color: #000;
    padding-bottom:5px;
    margin-bottom:10px;
}

#SecondaryContent h2.arrow {
    background: transparent url(../images/bg_arrow_gray.png) 100% 5px no-repeat;
}

#SecondaryContent h2.arrow:hover {
    background-position: 100% -36px;
}

#SecondaryContent h2.arrow a {
    color: #545454;
    text-decoration: none;
}

#SecondaryContent h2.arrow a:hover {
    color: #027FFF;
}

#SecondaryContent h3 {
    margin-bottom: 5px;
    color: #545454;
}

#SecondaryContent h3.article {
     font: italic 1.1em;
     margin-bottom: 15px;
     line-height: 1.4em;
     font-weight: normal;
}

#SecondaryContent .button {
    min-width: 155px;
    min-height: 34px;
    text-align: center;
    font-size: 1.1em;
}


/* ContentFooter */

#ContentFooter .content {
    float: right;
    display: inline-block;
    overflow: auto;
    border-left: 1px solid #000;
    background-color: #fff;
    padding: 4px 8px;
}



/* FooterUtilityLinks */

#FooterUtilityLinks ul li {
    margin: 0 5px 0 0;
}

#FooterUtilityLinks a {
    color: #898989;
    font-size: .8em;
    text-decoration: none;
    text-transform: uppercase;
}

#FooterUtilityLinks a:hover {
    text-decoration: underline;
}

#FooterCopyright,
#FooterLocation {
    color: Black;
    font: normal .8em verdana, helvetica, sans-serif;
    text-transform: uppercase;
}


/* OverviewLinks */

#OverviewLinks li {
/*    
    width: 150px;
    margin-left: 10px;
*/
    width: 135px;
    margin-left: 0px;
    text-align: center;
}

#OverviewLinks li li {
    margin-left: 0px;
    line-height:.8em;
    margin-bottom:6px;
}

#OverviewLinks h2 {

    font-family: "PT Sans";
    color: #fff;
    margin-bottom: 9px;
    line-height:1em;
}

#OverviewLinks a {
    font-family: "PT Sans";
    font-size: .9em;
    color: #c1c1c1;
    text-decoration: none;
}

#OverviewLinks a:hover {
    text-decoration: underline;
}


/* SocialLinks */

#SocialLinks h2 {
    float: left;
    margin-right: 10px;
    color: #fff;
    font-size: .8em;
    font-weight: normal;
    text-transform: uppercase;
}

#SocialLinks ul {
    float: left;
}

#SocialLinks li {
    margin: 0 3px 0 0;
}

/************************************************
	(4) general purpose
*************************************************/

/* alum */
img.alum 
{
    width: 125px;
}

div.alumni 
{
    padding-top: 35px;
}

/* featured section hover */

ul.adjacent li:hover .cta a {text-decoration: underline;}
ul.adjacent li:hover a {text-decoration: underline;}

/* ul.adjacent */

ul.adjacent {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.adjacent li {
    float: left;
    margin: 0;
    padding: 0;
}

ul.adjacent li.lastNav 
{
    border-right: 1px solid #ccc;
}


/* button */

.button {
    background: transparent url(../images/bg_input.gif) 0 0 repeat-x;
    border: none;
    border-left: 1px solid #eae5d5;
}

.button:hover {
    background-position: 0 -23px;
}

div.button {
    display: inline-block;
    border: 1px solid #f2f2f0;
    background: none;
    margin-bottom: 20px;
}

div.button a {
    background: transparent url(../images/bg_input.gif) 0 0 repeat-x;
    margin: 1px;
    display: block;
    padding: 8px 10px;
    color: #000;
    font-family: "PT Sans";
}

div.button a:hover {
    background-position: 0 -20px;
}


/* box */

.box {
    margin: 20px 0;
    padding-left: 5px;
}

.box:first-child 
{
    margin-top:0;
}

.box p
{
    margin-bottom: 10px;
}

.box h2 {
    /*border-bottom: 1px solid #e6ca65;*/
    color: #000;
    font: 1.2em "PT Sans";
    margin: 0 0 10px 0px;
    padding: 0 0 3px 0px;
}

.box.cta h2 {
    text-transform: uppercase;
    margin-left: 0;
    padding-left: 0;
}

.box.cta {
    border: 1px solid #d4d4d4;
    background-color: #f8f8f8;
    margin-right: -16px;
    margin-left: 3px;
    padding-left: 0;
}

.box.cta .content {
    padding: 20px 10px 10px 10px;
    background: transparent url(../images/bg_tabularData.gif) top right no-repeat;
    margin-top: -6px;
    margin-right: -1px;
}

.box.cta table {
    width: 100%;
    border-collapse: collapse;
}

.box.cta td {
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 10px 5px 0px;
    font-size: .9em;
    line-height: 1.3em;
}

.widget-email-capture-text-input 
{
    padding: 2px;
    padding-right: 0px;
    margin-bottom: 10px;
    width:150px;
}


/* ul.flat */

ul.flat {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.flat li {
    margin: 0;
    padding: 0;
}



/* .cta */

a.cta {
    color: #027fff;
    font: normal 1.2em "PT Sans Narrow";
    padding-right: 10px;
    background: transparent url(../images/bg_arrow_blue.png) 100% 50% no-repeat;
    text-decoration: none;
    text-transform: uppercase;
}

a.cta:hover {
    text-decoration: underline;
}




/* courses */

ul.courses {
    list-style: none;
    margin: 0 -40px 0 -37px;
}

ul.courses > li {
    margin: 0;
    background-color: #f6f6f6;
    border-top: 1px dotted #aeaeae;
    border-bottom: 1px dotted #aeaeae;
    padding:20px 40px 10px 35px;
}

ul.courses > li.alt {
    background-color: #e4e4e4;
}

ul.courses .readMore {
    background: transparent url(../images/bg_arrow_white.png) 100% 70% no-repeat;
    padding: 0 20px 0 0;
}

ul.courses .firstColumn {
    width:220px;
    padding-top:10px;
}

ul.courses .firstColumn td {
    padding-right: 20px;
}

ul.courses .secondColumn {
    border-left: 1px dotted #AEAEAE;
    padding: 10px 0px 0px 40px;
    width: 400px;
}

ul.courses a.readMore {
    padding-right: 10px;
    background: transparent url(../images/bg_arrow_yellow.png) 100% 1px no-repeat;
    color: #027FFF;
    font: bold .9em/1em arial, helvetica, sans-serif;
    text-transform: uppercase;
}

ul.courses .firstColumn {
    font-size: .9em;
}

ul.courses .firstColumn h2 {
    margin-bottom: 0;
    font-size: 1.3em;
}



/* features */

.features {
    clear: both;
    padding-top: 1px;
}

.features ul.adjacent {
    overflow: auto;
}

.features .adjacent li {
    margin-left: 1px;
    position: relative;
    cursor: pointer;
}

.features .cta {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 90%;
    height: 30px;
    padding: 8px 0 0 6px;
    background: transparent url(../images/bg_feature_banner.png) top left no-repeat;
    color: #fff;
    font: normal 1.2em "PT Sans";
    text-shadow: 2px 2px 2px #A07F16
}

.features .bg-home:hover,
#SocialLinks .adjacent li:hover
{
    opacity: .8;
}

/* features */
.features .cta a {
    color: #fff;
    font: normal 1.2em "PT Sans";
}

.features .readMore {
    position: absolute;
    bottom: 5px;
    right: 10px;
    background: transparent url(../images/bg_arrow_white.png) 100% 70% no-repeat;
    padding: 0 20px 0 0;
    color: #fff;
    font: normal 1.1em "PT Sans";
}




/* foldingPanel */

.foldingPanel {}

.foldingPanel ul {
    border-top: 1px solid #fff;
}

.foldingPanel li {
    border-right: 1px solid #fff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.foldingPanel .cta {
    position: absolute;
    bottom: 7px;
    right: 16px;
    color: #fff;
    font: normal 1.2em "PT Sans";
}

.foldingPanel .content {
    background: transparent url(../images/bg_foldingPanel_cover.png) 0 0 no-repeat;
    height: 62px;
    position: absolute;
    left: 305px;
    top: 0;
    width: 290px;
    padding: 10px 10px 10px 30px;
}

.foldingPanel .content h3 {
    color: #000;
    font-size: 1.2em;
    font-family: "PT Sans";
    text-transform: uppercase;
    margin-bottom: 5px;
}

.foldingPanel .content p {
    color: #000;
    font-size: .9em;
    line-height: 1.3em;
}

.foldingPanel .readMore {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-family: "PT Sans Narrow";
    font-size: 1.2em;
    color: #027ffe;
    background: none;
}




/* matrix table */

table.matrix {
    border-collapse: collapse;
    width: 100%;
}

table.matrix#cost 
{
    width: 52%;
}

table.matrix th {
    text-align: left;
    background-color: #ececec;
    color: #306;
    font: normal 1.1em "PT Sans";
}

table.matrix th.subHead,
table.matrix th.subHeadUp {
    background-color: #e4e4e4;
    border-right: 1px solid #fff;
    font: bold 1em arial, helvetica, sans-serif;
    color: #000;
}

table.matrix.sortable th.subHead {
    background: #e4e4e4 url(../images/bg_arrow_sortable.png) 97% 50% no-repeat;
    cursor: pointer;
}

table.matrix.sortable th.subHeadUp {
    background: #e4e4e4 url(../images/bg_arrow_sortable_up.png) 97% 50% no-repeat;
    cursor: pointer;
}

table.matrix.sortable th.subHead:hover,
table.matrix.sortable th.subHead.sorted {
    background-image: url(../images/bg_arrow_sorted.png);
}

table.matrix.sortable th.subHeadUp:hover,
table.matrix.sortable th.subHeadUp.sorted {
    background-image: url(../images/bg_arrow_sorted_up.png);
}

table.matrix th.axis {
    background-color: #ececec;
    border-right: 1px solid #fff;
    font: normal 1em arial, helvetica, sans-serif;
    color: #000;
}

table.matrix th.noBorder,
table.matrix th.last {
    border-right-width: 0;
}

table.matrix th,
table.matrix td {
    border: 2px solid #fff;
    border-left:0px;
    padding: 8px 8px;
}

table.matrix td {
    background-color: #f6f6f6;
    font-size: 1em;
}

table.matrix tr.alt td {
    background-color: #e4e4e4;
}

table.matrix#app 
{
    width: 70%;
}

table.matrix#app th 
{
    background-color: #ececec;
    border-right: 1px solid #fff;
    font: normal 1em arial, helvetica, sans-serif;
    color: #000;
    width: 55%;
}





/* pageBanner */
.pageBanner {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 0;
    position: relative;
    width: 960px;
    height: 280px;
}

.pageBanner h1 {
    position: absolute;
    left: 0;
    top: 40px;
}

.pageBanner .bannerContent {
    float: right;
    width: 210px;
    margin: 40px 30px 0 0;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
}

.pageBanner .bannerContent a {
    color: #fff;
    text-decoration: none;
}

.pageBanner .bannerContent a:hover {
    text-decoration: underline;
}

.pageBanner .bannerContent input[type=text] {
    margin-bottom: 7px;
    font-size: .8em;
    padding: 2px;
    display: block;
    width: 145px;
}

#getUpdates {
    display: block;
    background: #d7a900 0 0 no-repeat;
    width: 153px;
    height: 25px;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    color: black;
    font-weight: bold;
    text-decoration:none;
    margin-bottom: 5px;
}

#getUpdates:hover {
    background: #e8c02f 0 0 no-repeat;
    color: #333;
}

.pageBanner h1 strong {
    font-size: 1.6em;
    font-style: normal;
    font-weight: normal;
}

.pageBanner .small {
    font-size: .7em !important;
}



/* tiles */

.tiles {
    overflow: auto;
    padding: 5px 0;
}

.tiles .tile {
    width: 320px;
}

.tiles .tile.first {
    float: left;
    margin-right: 20px;
}


.tiles .tile.second {
    float: right;
}

.tiles .photo img {
    border: 1px solid #D4D4D4;
}

.tiles a.readMore {
    padding-right: 10px;
    background: transparent url(../images/bg_arrow_yellow.png) 100% 0 no-repeat;
    color: #228FFF;
    font: bold .9em/1em arial, helvetica, sans-serif;
    text-transform: uppercase;
}



/* twoColumn */
.twoColumn {
    overflow: auto;
}

.twoColumn .firstColumn {
    float: left;
    width: 185px;
    margin-right: 20px;
}

.twoColumn .secondColumn {
    float: left;
    width: 430px;
}

.twoColumn .firstColumn .caption {
    font: italic .9em georgia, serif;
    color: #999;
}

.twoColumn.compact .firstColumn {
    width: 130px;
}

.twoColumn.compact .secondColumn {
    width: 330px;
}


a.readMore {
    display: inline-block;
    margin-top: 5px;
    padding-right: 10px;
    background: transparent url(../images/bg_arrow_yellow.png) 100% 0 no-repeat;
    color: #228FFF;
    font: bold .9em/1em arial, helvetica, sans-serif;
    text-transform: uppercase;
}

/* utilities */

.small                  { font-size: .9em !important; }
.large                  { font-size: 1.1em !important; line-height: 1.5em; }
.urgent                 { color: #ff460d !important; }
.disclaimer             { font: italic .9em/2em georgia, serif; color: #999; line-height:1.1em; margin-top:10px;}

a.purple,
.purple a,
.purple                 { color: #306 !important;}
.orange                 { color: #e08400 !important; }

a.underline             { text-decoration: underline !important; }

a.calendar              { font-size: 1.1em; }
.photo                  { font-size: 1em; margin-bottom: 20px; }
.photo .caption         { font: italic .9em/1em georgia, serif; color: #999; }
.photo img              { display: block; margin-bottom: 7px; margin-top: 5px;}

.no-margin              { margin-bottom: 0 !important; }

p.last                  { margin-bottom: 25px !important; }

.clearfix:before,
.clearfix:after         { content:" "; display:table; clear:both; height: 0; visibility: hidden; font-size: 0;}


.validationMessage {
    background: #F5E7DC url(../images/warning.png) 0 0 no-repeat;
    border: 1px solid #B63837;
    margin-bottom: 13px;
    margin-top: 5px;
    padding: 5px;
    padding-left: 25px;
    color: #000000;
    font-size: 12px;
    width: 122px;
    line-height: 1.4em;
}

#LocalNav a.local_nav_header {
    /*color: #FFFFFF;*/
    text-decoration: none;
    margin-left: -5px;
}

#LocalNav a.local_nav_header:hover {
    text-decoration: none;
    color: #999999;
}

#OverviewLinks a.footer_header_links {
    /*color: #FFFFFF;*/
    font: normal arial, helvetica, sans-serif;
}

.tile h3 {
    margin-bottom: 6px;
}    

.tile p {
    margin-top: 7px;
}

h2.intro-admissions {
    font: bold 1.3em arial, helvetica, sans-serif;
    margin-bottom: 20px;
    color: #888888;
    font-weight: bold;
}

.module 
{
    padding: 10px 5px 10px 10px;
}

.module p 
{
    line-height: 1.5em;
}

.widget-button a
{
    display: block;
    background: #d7a900 0 0 no-repeat;
    width: 153px;
    height: 25px;
    text-align: center;
    padding: 9px 0 0 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    color: black;
    font-weight: bold;
    text-decoration:none;
}

.widget-button a:hover 
{
    background: #e8c02f 0 0 no-repeat;
    color: #333;
}

a.back
{
    padding-left: 10px;
    margin-top: 0;
    background: transparent url(../images/bg_arrow_yellow_back.png) 0% 2px no-repeat;
    color: #228FFF;
    font: bold 1em/1em arial, helvetica, sans-serif;
}

.rssHeader 
{
    display:none;
}

.rssRow
{
    list-style: none;
    margin-left: 0;
}

/* expanding list */

.listContainer{
  font:normal 1.2em'PT Sans';
}
 
.list ul, .list li {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
}
.list p {
    margin:0;
    display:block;
}

.list li {
    text-indent:0px;
    background-position: 1px 8px;
    padding:5px 0 5px 35px;
    background-repeat: no-repeat;
    border:1px solid #d4d4d4;
    margin-bottom: 10px;
}


.list li ul, .list li ol
{
    margin-left:-35px;
    padding-left:20px;
    border-top: 1px solid #d4d4d4;
    padding-top: 5px;
    margin-top: 5px;
}

.list li li 
{
    border:none;
    padding:0 15px 10px 0;
    margin:0;
    font: 12px arial, sans-serif;
    color: #545454;
    line-height:1.5em;
    text-indent:0px;
}

.list li li ul li 
{
    list-style-type:disc;
}

.list li li ol li 
{
    list-style-type:decimal;   
}

 
/* Collapsed state for list element */
.list .collapsed {
    background: #f6f6f6 url('/images/arrow-right.gif') no-repeat 15px 9px;
    font-weight: bold;
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
.list .expanded {
    background-image: url('/images/arrow-down.gif');
    background-color: White;
    color: Black;
    font-weight: bold;
}

.list {
    clear: both;
}


/* Footer Style*/

    #FooterContent a {
        color:white;
        font-size: 13px;
    }
    #FooterContent a:hover {
        color: #b7a57a;

    }
    #FooterContent p {
        color:white !important;

    }
    #FooterContent hr {
  
       border: none;
    height: 1px;
    line-height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: rgba(255, 255, 255, 0.3); /* Modern Browsers */


    background: transparent url() bottom left repeat-x;
 border-bottom:1px solid #7c699f;
  width:250px;
    }

#uwfootermenu { 
    padding-left: 47px;
 
    float: left; 
    text-align: left;

}
#uwfootermenu a {
    font-size:12px;
    line-height:1.8em;
}
#uwfootermenu hr {
    margin-top: 6px;
margin-bottom: 6px;



}
    #uwfootermenu a:hover {
        color: #b7a57a;
        text-decoration: none;
    }

#uwsummerfooter {
    float:left;
    background-color: rgba(0,0,0, 0.2);
    padding-right:20px;
    margin-top:15px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:30px;

    padding:15px 30px 15px 30px;
    min-height:300px;
  
}
  #uwsummerfooter h2 {
        font-family: Arial;
        font-size: 17px;
        margin-bottom: 13px;
        color: white;
        font-weight: bold;
        text-align:left;
    }

   #uwsummerfooter  a {

        text-decoration:none;
        
   }


#uwfooter {

    float:right;
    text-align:left;
   
    padding-top:30px;
}
    #uwfooter hr {
            margin-top: 6px;
            margin-bottom: 6px;
    }
    #uwfooter a {
            font-size:12px;
            line-height: 1.8em;
    }
    #uwfooter a:hover {
            color: #b7a57a;
            text-decoration:none;
    }
    #uwfooter h2 {
        font-family: Arial;
        font-size: 17px;
        margin-bottom: 13px;
        color: white;
        font-weight: bold;
    }

#uwsummermenu {
    text-align: left;
    float:left;
}
    #uwsummermenu h2 {
        font-family: Arial; 
        font-size: 17px; 
        color: white;
        font-weight:bold;
    }
    #uwsummermenu p {
        line-height: 1.7;
    }
    #footersign {
        font-size: 14px;
        font-weight: bold;
    }
#copyright {
 margin-top:30px;
    font-size: 11px;
    float: right;
    text-align: right;
    line-height:24px;

}
        #copyright a {
            font-size: 11px;
          
        }



#emailFooter {
        height:26px;
         vertical-align:top;
 
}
#button-SignUp {
    width: 43px;
   margin-left:-5px;
    border: none;
    color: #545457;
    background: url(/images/typeicons_footer.jpg) no-repeat;
    font-size: 12px;
    left: 0 !important;
    top: 0 !important;
    padding-right: 27px;
    height: 43px;


}

    #button-SignUp:hover {
        background: url(/images/typeicons_footer.jpg) no-repeat;
        cursor: pointer;
    }
    #button-SignUp:active {
        border:0px;
    }

     .widget-email-capture-text-input-footer
     {
         height:30px;
       
      
     }
    .widget-email-capture-text-input-footer input[type=text]
{

 box-sizing: border-box;
 
    min-height: 32px;

    

}





/* Footer Style END*/


#logo {
    opacity:1;
}

#logo:hover {
    opacity:.7;
}