/*==[ Global Styles ]=========================================================*/

html {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  min-width: 990px;
  height: 100%;
  font-family: 'verdana', 'arial', sans-serif;
  font-size: .6em;
  overflow-y: scroll;
}
body {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: 990px;
  min-height: 100%;
  background-color: #FFFFFF;
  background-image: url('../images/desktop-background-horizontal.png'), url('../images/desktop-background-vertical.png');
  background-repeat: repeat-x, repeat-y;
  background-position: left top, center top;
}
.nodisplay {
  display: none !important;
}
.bold {
  font-weight: bold;
}
a img {
  border: none;
}
@font-face {
  font-family: 'gothic';
  src: url('../fonts/gothic.ttf');
}


/*==[ Header ]================================================================*/

#header {
  width: 990px;
  height: 96px;
  background-color: #3c6aa8;
  background-image: url('../images/header-background.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
#header h1 {
  position: absolute;
  top: 1px;
  left: 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 200px;
  height: 60px;
  background-image: url('../images/h1-logo.png');
  background-repeat: no-repeat;
  background-position: 20px 21px;
}
#header h1 a {
  display: block;
  width: 200px;
  height: 60px;
  background-image: url('../images/h1-background.png');
  background-repeat: no-repeat;
  background-position: 86px 6px;
}
#header h1 img,
#header h2,
#header h3 {
  display: none;
}
#skipto {
  display: none;
}
#header #social {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 210px;
  height: 32px;
}
#header #social h3 {
  display: none;
}
#header #social ul {
  position: absolute;
  top: 10px;
  right: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
#header #social ul li {
  float: left;
  margin: 0 0 0 8px;
  padding: 0 0 0 0;
}
#header #social ul li a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  opacity: .8;
  transition: opacity .3s;
}
#header #social ul li a:hover {
  opacity: 1;
  transition: opacity .1s;
}
#header #social ul li#social_facebook a {
  background-image: url('../images/social-facebook.png');
}
#header #social ul li#social_instagram a {
  background-image: url('../images/social-instagram.png');
}
#header #social ul li#social_twitter a {
  background-image: url('../images/social-twitter.png');
}
#header #social ul li#social_youtube a {
  background-image: url('../images/social-youtube.png');
}
#header #social ul li a span {
  display: none;
}
#header #social ul li#social_chat {
  position: fixed;
  right: 12px;
  bottom: 0;
  border: solid 1px #CCCCCC;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 5px 10px 5px 10px;
  background-color: rgba(255, 255, 255, .8);
}
#header #social ul li#social_chat #lhnContainerDone {
  float: left;
  margin: 0 0 0 0;
}
#header #social ul li#social_chat a {
  padding: 0 0 0 28px;
  width: auto;
  height: auto;
  line-height: 22px;
  font-family: 'gothic', 'verdana', 'arial', sans-serif;
  font-size: 120%;
  color: #3366AA;
  opacity: 1;
  text-decoration: none;
  background-image: url('../images/social-chat.gif');
}
#header #social ul li#social_chat a.online {
  background-image: url('../images/social-chat-online.png');
}
#header #social ul li#social_chat a.offline {
  background-image: url('../images/social-chat-offline.png');
}
#header #social ul li#social_chat a#aLHNBTN {
  position: absolute;
  padding: 0 0 0 0;
  width: 1px;
  height: 1px;
  background-image: none;
  background-color: transparent;
}
#header #social ul li#social_chat a:hover {
  text-decoration: underline;
}
#header #social ul li#social_chat a span {
  display: inline;
}
#header #sites {
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 1;
  width: 210px;
  height: 31px;
}
#header #sites ul {
  position: absolute;
  bottom: 0;
  right: 10px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
#header #sites ul li {
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
#header #sites ul li.current {
  background-image: url('../images/sites-current.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
#header #sites ul li a {
  display: inline-block;
  border-left: solid 1px #A7C4E9;
  padding: 0 10px 1px 10px;
  line-height: 1em;
  text-decoration: none;
  font-weight: bold;
  color: #E0F0FF;
  transition: color .3s;
}
#header #sites ul li a:hover {
  color: #FFFFFF;
  transition: color .1s;
}
#header #sites ul li:first-child a {
  border-left: none;
}
#header #breadcrumbs {
  position: absolute;
  top: 62px;
  left: 0;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #666666;
  width: 70%;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #F6F6F6;
  background-image: url('../images/breadcrumbs-background.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  cursor: default;
}
#header #breadcrumbs p {
  position: absolute;
  top: 2px;
  left: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 12px;
  color: #666666;
}
#header #breadcrumbs span {
  display: inline-block;
  padding: 4px 0 4px 0;
}
#header #breadcrumbs a {
  display: inline-block;
  border: solid 1px transparent;
  border-radius: 3px;
  padding: 3px 4px 3px 4px;
  text-decoration: none;
  color: #666666;
}
#header #breadcrumbs a:hover {
  border-top: solid 1px #91ACD0;
  border-right: solid 1px #8BA8CD;
  border-bottom: solid 1px #7496C0;
  border-left: solid 1px #8BA8CD;
  background-color: #E9EFF7;
  background-image: url('../images/breadcrumbs-hover.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
#header #breadcrumbs span.delimiter {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 4px 0 4px 4px;
  width: 0px;
  line-height: 12px;
  vertical-align: top;
  background-image: url('../images/breadcrumbs-delimiter.png');
  background-repeat: no-repeat;
  background-position: 0 center;
}


/*==[ Banner ]================================================================*/

#banner {
  position: relative;
  left: 199px;
  border-right: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
  width: 789px;
  height: 221px;
  background-image: url('../images/banner-default.jpg');
  background-color: #F9F9F9;
  background-repeat: no-repeat;
  background-position: right top;
}
#banner h2 {
  display: none;
}


/*==[ Navigation ]============================================================*/

#navigation {
  position: absolute;
  top: 96px;
  left: 0;
  width: 200px;
}
#navigation h2 {
  display: none;
}
#navigation #utilities { 
  position: absolute;
  top: 0;
  right: 0;
  border-right: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
  width: 198px;
  height: 221px;
  background-color: #F9F9F9;
}
#navigation #utilities h3 {
  display: none;
}
#navigation #utilities ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 221px;
  list-style-type: none;
}
#navigation #utilities ul li {
  margin: 0 0 0 0;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #DDDDDD;
  padding: 0 0 0 0;
  width: 198px;
  height: 72px;
  background-color: #F9F9F9;
  transition: background-color .3s;
  background-repeat: repeat-x;
  background-position: bottom;
}
#navigation #utilities ul li:hover {
  background-color: #FFFFFF;
  transition: background-color .1s;
}
#navigation #utilities ul li a {
  display: inline-block;
  padding: 10px 10px 12px 68px;
  width: 120px;
  height: 50px;
  overflow: hidden;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: bottom left;
}
#navigation #utilities ul li a .title {
  display: inline-block;
  margin: 0 0 3px 0;
  font-family: 'gothic', 'verdana', 'arial', sans-serif;
  font-size: 16px;
  color: #3366AA;
  transition: color .3s;
  cursor: pointer;
}
#navigation #utilities ul li a .hyphen {
  display: none;
}
#navigation #utilities ul li a .description {
  display: inline-block;
  font-size: 9px;
  color: #808080;
  transition: color .3s;
  cursor: pointer;
}
#navigation #utilities ul li a:hover .title {
  color: #AA6633;
  transition: color .1s;
}
#navigation #utilities ul li a:hover .description {
  color: #666666;
  transition: color .1s;
}
#navigation #pages {
  position: absolute;
  top: 222px;
  right: 0;
  padding: 10px 0 10px 0;
  width: 200px;
}
#navigation #pages h3 {
  display: none;
}
#navigation #pages ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
#navigation #pages ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 9px;
}
#navigation #pages ul li.current {
  background-image: url('../images/navigation-current-indicator.png');
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 6px;
}
#navigation #pages ul li.collapse ul {
  display: none;
}
#navigation #pages ul li a {
  display: block;
  border: solid 1px transparent;
  border-radius: 3px;
  padding: 3px 4px 3px 14px;
  min-height: 12px;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  transition: background-color .2s;
  background-repeat: no-repeat;
  background-position: 5px 7px;
}
#navigation #pages ul li.expand>a {
  background-image: url('../images/navigation-expand.png');
}
#navigation #pages ul li.collapse>a {
  background-image: url('../images/navigation-collapse.png');
}
#navigation #pages ul li a:hover {
  border: solid 1px #88A1C3;
  background-color: #E9EFF7;
  transition: background-color 0s;
  background-position: 5px 7px;
}
#navigation #pages ul li.current>a {
  border-top: solid 1px #5E8FC9;
  border-right: none;
  border-bottom: solid 1px #3366AA;
  border-left: solid 1px #5E8FC9;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 3px 14px 3px 14px;
  color: #FFFFFF;
  background-color: #5E8FC9;
  background-image: url('../images/navigation-current.png');
  background-repeat: repeat-x;
  background-position: 0 0;
}
#navigation #pages ul li[class="current expand"]>a {
  background-image: url('../images/navigation-current-expand.png');
}
#navigation #pages ul li {
  width: 190px;
}
#navigation #pages ul ul li {
  width: 181px;
}
#navigation #pages ul li a {
  width: 162px;
}
#navigation #pages ul ul li a {
  width: 153px;
}


/*==[ Content ]===============================================================*/

#content {
  padding: 20px 20px 20px 220px;
  width: 540px;
}
#content #headline {
  margin: 0 0 0 0;
  padding: 0 0 0 42px;
  height: 38px;
  background-image: url('../images/headline-default.png');
  background-repeat: no-repeat;
  background-position: left 2px;
}
#content>#headline {
  height: auto !important;
  min-height: 38px;
}
#content #headline h2 {
  margin: 0 0 -4px 0;
  padding: 0 0 0 0;
  font-family: 'gothic', 'verdana', 'arial', sans-serif;
  font-size: 2em;
  font-weight: normal;
  color: #3366AA;
}
#content #headline h3 {
  float: left;
  margin: 0 0 0 0;
  padding: 4px 0 4px 0;
  max-width: 498px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1em;
  font-weight: normal;
  color: #666666;
}
#content #toolbar {
  float: right;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
  white-space: nowrap;
  text-align: right;
  cursor: default;
}
#content #toolbar li {
  display: inline;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#content #toolbar li span.disabled {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 4px 4px 4px 20px;
  text-decoration: none;
  color: #999999;
  background-repeat: no-repeat;
  background-position: 2px center;
}
#content #toolbar li a {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 4px 4px 4px 20px;
  text-decoration: none;
  color: #3366AA;
  background-image: url('../images/tool-default.png');
  background-repeat: no-repeat;
  background-position: 2px center;
}
#content #toolbar li a:hover {
  text-decoration: underline;
}
#content #toolbar li a#tool_help {
  background-image: url('../images/tool-help.png');
}
#content #messages {
  margin: 0 0 2.5em 0;
  border-top: dotted 1px #999999;
  clear: both;
}
#content #messages .error,
#content #messages .warning,
#content #messages .note,
#content #messages .tip,
#content #messages .instructions {
  margin: 2.5em 0 1em 0;
  border: solid 1px #DDCC99;
  border-radius: 5px;
  padding: .5em 10px .5em 40px;
  min-height: 32px;
  background-color: #FFFFE0;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#content #messages .error {
  background-image: url('../images/message-error.png');
}
#content #messages .warning {
  background-image: url('../images/message-warning.png');
}
#content #messages .note {
  background-image: url('../images/message-note.png');
}
#content #messages .tip {
  background-image: url('../images/message-tip.png');
}
#content #messages .instructions {
  background-image: url('../images/message-instructions.png');
}
#content #messages p {
  margin: 0 0 0 0;
  padding: 1em 0 1em 0;
}
#content ul.grid {
  margin: -5px 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
#content ul.grid li {
  float: left;
  margin: 8px 8px 8px 8px;
  padding: 0 0 0 0;
  width: 234px;
  height: 66px;
}
#content ul.grid li a {
  display: inline-block;
  border: solid 1px #DDDDDD;
  border-radius: 5px;
  padding: 10px 10px 10px 64px;
  width: 158px;
  height: 44px;
  text-decoration: none;
  color: #3366AA;
  background-color: #FFFFFF;
  transition: background-color .3s;
  background-image: url('../images/grid-default.png');
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
#content ul.grid li a:hover {
  border: solid 1px #88A1C3;
  background-color: #EFF5FD;
  transition: background-color 0s;
}
#content ul.grid li a span.title {
  padding: 0 0 0 0;
  font-size: 11px;
  font-weight: bold;
  background-image: none !important;
}
#content ul.grid li a span.hyphen {
  display: none;
}
#content ul.grid li a span.description {
  display: block;
  margin: 5px 0 0 0;
  font-size: 9px;
  color: #666666;
}
#content .craig_third {
  float: left;
  margin: 0 0 2.5em 0;
  padding: 0 21px 0 0;
  width: 227px;
  min-height: 145px;
}
#content .craig_half {
  float: left;
  margin: 0 0 2.5em 0;
  padding: 0 21px 0 0;
  width: 350px;
  min-height: 145px;
}
#content .craig_full {
  float: none !important;
  clear: both;
  margin: 2.5em 0 2.5em 0;
  padding: 0 0 0 0;
  min-height: 0 !important;
}
#content h4 {
  margin: 2.5em 0 1em 0;
  border-bottom: dotted 1px #CCCCCC;
  padding: 0 0 1px 0;
  font-size: 1em;
  font-weight: bold;
  color: #AA6633;
}
#content h4 a {
  text-decoration: none;
}
#content h4 a:hover {
  text-decoration: underline;
}
#content .craig_third h4 {
  margin: 0 -1em 1em 0;
}
#content .craig_half h4 {
  margin: 0 -1em 1em 0;
}
#content .craig_full h4 {
  margin: 0 0 1em 0;
}
#content h5 {
  margin: 1.5em 0 .5em 0;
  font-size: 1em;
  font-weight: bold;
  color: #333333;
}
#content h6 {
  margin: 1.5em 0 0 0;
  font-size: 1em;
  font-weight: bold;
  color: #666666;
}
#content form {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#content p {
  margin: 1em 0 1em 0;
  text-align: justify;
}
#content ol,
#content ul {
  margin: 1em 0 1em 0;
  padding: 0 0 0 2em;
}
#content li {
  margin: 1em 0 1em 0;
}
#content dt {
  margin: 1em 0 .5em 0;
  font-weight: bold;
  color: #333333;
}
#content dd {
  margin: 0 0 1.5em 0;
}
#content a {
  color: #3366AA;
}
#content .no_bullet {
  list-style-type: none;
}
#content .loading {
  padding: 0 0 0 18px;
  min-height: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #999999;
  background-image: url('../images/throbber.gif');
  background-repeat: no-repeat;
  background-position: left center;
}
#content .address {
  margin: 0 0 0 2em;
  line-height: 1.5em;
}
#content .closing {
  margin: 2em 0 0 0;
  line-height: 1.8em;
}
#content .closing .portrait {
  float: left;
  margin: 0 1em 0 0;
}
#content .closing .signature {
  margin: 10px 0 0 0;
}
#content .tabs {
  position: relative;
  z-index: 1;
}
#content .tabs ul {
  margin: 1em 0 0 0;
  padding: 0 0 0 0;
  height: 22px;
  list-style-type: none;
}
#content .tabs ul li {
  position: relative;
  float: left;
  margin: 3px -1px 0 0;
  border-top: solid 1px #DDDDDD;
  border-right: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 1px 1px 0 1px;
  height: 17px;
  font-weight: bold;
  background-color: #F6F6F6;
  transition: background-color .3s;
  background-image: url('../images/tabs-background.png');
  background-repeat: repeat-x;
}
#content .tabs ul li:hover {
  z-index: 1;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  background-color: #FFFFFF;
  transition: background-color .1s;
}
#content .tabs ul li.active {
  z-index: 2;
  margin: 0 -1px -1px 0;
  border-top: solid 1px #EA9C4B;
  border-right: solid 1px #AAAAAA;
  border-left: solid 1px #CCCCCC;
  height: 21px;
  background-color: #FFFFFF;
  transition: background-color 0s;
  background-image: url('../images/tabs-active.png');
  background-repeat: repeat-x;
}
#content .tabs ul li a {
  display: inline-block;
  padding: 0 10px 0 10px;
  min-width: 99px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  color: #999999;
  transition: color .3s;
}
#content .tabs ul li a:hover {
  color: #666666;
  transition: color .1s;
}
#content .tabs ul li.active a {
  line-height: 19px;
  color: #3366AA !important;
}
#content .tabs ul li.active a:focus {
  outline: none;
}
#content .tabs + div,
#content .tabs ~ div {
  clear: left;
}
#content #calendar_short {
  padding: 0 0 0 0;
  width: 375px;
}
#content #calendar_short h4 {
  margin: 0 0 1em 0;
}
#content #calendar_short table {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  border-spacing: 0;
}
#content #calendar_short thead {
  display: none;
}
#content #calendar_short tr {
  background-color: transparent;
  transition: background-color .1s;
}
#content #calendar_short tr:hover {
  background-color: #D5E6FA;
  transition: background-color 0s;
}
#content #calendar_short td {
  padding: 0 0 0 0;
  vertical-align: top;
}
#content #calendar_short td span,
#content #calendar_short td a {
  display: block;
  padding: 3px 5px 3px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  color: #000000 !important;
}
#content #calendar_short td.col_event a {
  padding: 3px 0 3px 15px;
  text-overflow: ellipsis;
  width: 280px;
}
#content #calendar_short td.col_date a {
  padding: 3px 5px 3px 0;
  text-align: right;
}
#content #calendar_short td a.high {
  font-weight: bold;
}
#content #calendar_short td.col_event a.high {
  background-image: url('../images/event-high.png');
  background-repeat: no-repeat;
  background-position: 2px center;
}
#content #calendar_short #event_full {
  text-align: right;
  margin: 4px 4px 4px 4px;
}
#content #calendar_short #event_full a {
  padding: 2px 14px 2px 4px;
  text-decoration: none;
  color: #666666;
  background-image: url('../images/event-full.png');
  background-repeat: no-repeat;
  background-position: right center;
}
#content #calendar_short #event_full a:hover {
  text-decoration: underline;
  color: #3366AA;
}
#content table.simple {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-spacing: 0;
}
#content table.simple th {
  padding: 3px 20px 3px 0;
  vertical-align: top;
  text-align: left;
}
#content table.simple thead th {
  padding: 3px 0 3px 0;
  text-align: left;
}
#content table.simple td {
  padding: 3px 0 3px 0;
  vertical-align: top;
}
#content table.simple a {
  text-decoration: none;
}
#content table.simple a:hover {
  text-decoration: underline;
}
#content table.chrome {
  margin: 0 0 1em 0;
  border-top: solid 1px #DDDDDD;
  border-right: solid 1px #E3E3E3;
  border-left: solid 1px #E3E3E3;
  border-spacing: 0;
  width: 100%;
}
#content table.chrome span,
#content table.chrome a {
  display: block;
  margin: 0 0 0 0;
  padding: 0 4px 0 4px;
  min-height: 19px;
  line-height: 2em;
  text-decoration: none;
  color: #000000 !important;
}
#content table.chrome th {
  margin: 0 0 0 0;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #999999;
  border-left: solid 1px #FFFFFF;
  padding: 0 0 0 0;
  text-align: left;
  white-space: nowrap;
  background-color: #F0F0F0;
  background-image: url('../images/chrome-header.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
#content table.chrome th:first-child {
  border-left: none !important;
}
#content table.chrome th span.indicator {
  display: inline;
  padding: 0 0 0 3px;
  color: #808080 !important;
}
#content table.chrome tr:nth-child(odd) {
  background-color: #FFFFFF;
  transition: background-color .1s;
}
#content table.chrome tr:nth-child(even) {
  background-color: #F9F9F9;
  transition: background-color .1s;
}
#content table.chrome tr:hover {
  background-color: #D5E6FA;
  transition: background-color 0s;
}
#content table.chrome tr.disabled td * {
  color: #808080 !important;
}
#content table.chrome td {
  border-bottom: solid 1px #E3E3E3;
  vertical-align: top;
  page-break-inside: avoid;
}
#content table.chrome td a,
#content table.chrome td span {
  min-height: 16px;
}
#content table.chrome tfoot tr:first-child td {
  border-top: double #999999;
}
#content table.chrome tfoot tr td a,
#content table.chrome tfoot tr td span {
  font-weight: bold;
  color: #333333 !important;
}
#content .footnote {
  margin: -.2em 0 -1em 0;
  padding: 0 0 0 0;
  text-align: right !important;
  color: #6F6F6F;
}
#content .icon,
#content .file {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 2px 0 20px !important;
  line-height: 16px;
  background-image: url('../images/icon-default.png');
  background-repeat: no-repeat;
  background-position: 1px 0;
}
#content table.chrome .file {
  background-position: 1px 2px;
}
#content table.classes .col_section {
  width: 65px;
}
#content table.classes .col_instructor {
  width: 150px;
}
#content table.classes .col_location {
  width: 70px;
}
.layout_fixed #content table.classes .col_fullscreen_location {
  display:none;
}
#content table.classes .col_time {
  width: 160px;
}
#content img.profile {
  float: left;
  margin: 0 1em 0 0;
  border: solid 1px #999999;
}
#content table.employee,
#content table.student {
  width: 248px;
}
#content table.employee th {
  padding-right: 10px;
  width: 50px;
  white-space: nowrap;
}
#content table.employee td {
  max-width: 188px;
}
#content table.student th {
  padding-right: 10px;
  width: 70px;
  white-space: nowrap;
}
#content table.student td {
  max-width: 168px;
}
#content table.piechart tr.highlight {
  background-color: #D5E6FA !important;
}
#content table.piechart tr td .piechart_key,
#content table.piechart tr td .piechart_legend {
  display: inline !important;
}
#content ul.key {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
#content ul.key li {
  margin: .5em 0 .5em 0;
  padding: 0 0 0 0;
  text-align: right;
  font-style: italic;
  color: #808080;
}
#content ul.key li span.symbol {
  padding: 0 4px 0 0;
}


/*==[ Footer ]================================================================*/

#footer {
  position: absolute;
  top: 357px;
  left: 780px;
  padding: 0 0 20px 0;
  width: 190px;
}
#footer h2 {
  display: none;
}
#footer #publications h3,
#footer #resources h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 -1px 0;
  border-top: solid 1px #DDDDDD;
  border-right: solid 1px #BBBBBB;
  border-bottom: solid 1px #999999;
  border-left: solid 1px #BBBBBB;
  border-radius: 3px;
  padding: 4px 5px 4px 5px;
  min-height: 12px;
  font-size: 1em;
  color: #666666;
  background-color: #F0F0F0;
  background-image: url('../images/chrome-header.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
#footer #publications ul,
#footer #resources ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
#footer #publications ul li,
#footer #resources ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#footer #publications ul li a,
#footer #resources ul li a {
  display: inline-block;
  border: solid 1px transparent;
  border-radius: 3px;
  padding: 4px 4px 4px 19px;
  width: 165px;
  min-height: 12px;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  transition: background-color .2s;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  cursor: pointer;
}
#footer #publications ul li a:hover,
#footer #resources ul li a:hover {
  border: solid 1px #88A1C3;
  background-color: #EFF5FD !important;
  transition: background-color 0s;
}
#footer #resources ul li#elearning a {
  background-image: url('../images/resources-elearning.png');
}
#footer #resources ul li#email a {
  background-image: url('../images/resources-email.png');
}
#footer #resources ul li#schedule a {
  background-image: url('../images/resources-schedule.png');
}
#footer #resources ul li#directory a {
  background-image: url('../images/resources-directory.png');
}
#footer #resources ul li#library a {
  background-image: url('../images/resources-library.png');
}
#footer #resources ul li#browser a {
  background-image: url('../images/resources-browser.png');
}
#footer #resources ul li#calendar a {
  background-image: url('../images/resources-calendar.png');
}
#footer #resources ul li#support a {
  background-image: url('../images/resources-support.png');
}
#footer #resources ul li a .title {
  display: inline-block;
}
#footer #resources ul li a .hyphen,
#footer #resources ul li a .description {
  display: none;
}
#footer #publications {
  margin: 20px 0 0 0;
}
#footer #publications ul li a.pdf {
  background-image: url('../images/publications-pdf.png');
}
#footer #footer_links {
  display: none;
}


/*==[ Home Template ]=========================================================*/

.template_home #content {
  width: 750px;
  min-height: 275px;
}
.template_home #content #headline h3 {
  max-width: 708px;
}
.template_home #footer {
  position: static;
  border-top: solid 1px #3366AA;
  border-right: solid 1px #3366AA;
  border-left: solid 1px #3366AA;
  padding: 2px 0 0 0;
  width: 988px;
  min-height: 180px;
  overflow: hidden;
  background-color: #406cb3;
  background-image: url('../images/footer-background.jpg');
  background-repeat: no-repeat;
}
.template_home #footer #resources {
  float: right;
}
.template_home #footer #resources h3 {
  display: none;
}
.template_home #footer #resources ul {
  margin: 0 0 0 0;
  padding: 9px 9px 10px 0;
  width: 770px;
  list-style-type: none;
}
.template_home #footer #resources ul li {
  float: left;
  margin: 5px 5px 6px 5px;
  padding: 0 0 0 0;
  background-image: url('../images/resources-background-home.png');
}
.template_home #footer #resources ul li#support,
.template_home #footer #resources ul li#calendar {
  display: none;
}
.template_home #footer #resources ul li a {
  display: block;
  padding: 5px 10px 5px 55px;
  border: solid 1px #75A4DC;
  border-radius: 5px;
  width: 179px;
  height: 48px;
  overflow: hidden;
  text-decoration: none;
  background-color: transparent;
  transition: background-color .3s;
  background-repeat: no-repeat;
  background-position: 4px 4px;
}
.template_home #footer #resources ul li a:hover {
  padding: 5px 10px 5px 55px;
  background-color: #4172B1 !important;
  transition: background-color .1s;
}
.template_home #footer #resources ul li#elearning a {
  background-image: url('../images/resources-elearning-home.png');
}
.template_home #footer #resources ul li#email a {
  background-image: url('../images/resources-email-home.png');
}
.template_home #footer #resources ul li#schedule a {
  background-image: url('../images/resources-schedule-home.png');
}
.template_home #footer #resources ul li#directory a {
  background-image: url('../images/resources-directory-home.png');
}
.template_home #footer #resources ul li#library a {
  background-image: url('../images/resources-library-home.png');
}
.template_home #footer #resources ul li#browser a {
  background-image: url('../images/resources-browser-home.png');
}
.template_home #footer #resources ul li#calendar a {
  background-image: url('../images/resources-calendar-home.png');
}
.template_home #footer #resources ul li#support a {
  background-image: url('../images/resources-support-home.png');
}
.template_home #footer #resources ul li a span.title {
  display: inline-block;
  margin: 2px 0 4px 0;
  font-weight: bold;
  color: #E0F0FF;
  transition: color .3s;
  cursor: pointer;
}
.template_home #footer #resources ul li a:hover span.title {
  color: #FFFFFF;
  transition: color .1s;
}
.template_home #footer #resources ul li a span.description {
  display: inline-block;
  font-size: .9em;
  color: #E0F0FF;
  cursor: pointer;
}
.template_home #footer #publications {
  float: left;
  margin: 0 0 0 0;
  padding: 14px 0 0 9px;
  width: 190px;
}
.template_home #footer #publications h3 {
  display: none;
}
.template_home #footer #publications ul li a {
  border: solid 1px transparent;
  padding: 4px 4px 4px 19px;
  width: 155px;
  color: #E0F0FF;
  transition: color .3s;
  background-color: transparent;
  transition: background-color .3s;
}
.template_home #footer #publications ul li a:hover {
  border: solid 1px #75A4DC;
  color: #FFFFFF;
  transition: color .1s !important;
  background-color: #4172B1 !important;
  transition: background-color .1s;
}
.template_home #footer #footer_links {
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 0 0 0 195px;
  width: 800px;
  font-weight: bold;
  color: #E0F0FF;
}
.template_home #footer #footer_links h3 {
  display: none;
}
.template_home #footer #footer_links ul {
  list-style-type: none;
}
.template_home #footer #footer_links ul li {
  float: left;
  margin: 0 auto 0 auto;
  padding: 0 0 10px 0;
}
.template_home #footer #footer_links ul li a {
  display: inline-block;
  border-left: solid 1px #A7C4E9;
  padding: 0 10px 1px 10px;
  text-decoration: none;
  color: #D6E6F6;
}
.template_home #footer #footer_links ul li:first-child a {
  border-left: none;
}
.template_home #footer #footer_links ul li a:hover {
  color: #FFFFFF;
  transition: color .1s;
}

/*==[ Section Template ]======================================================*/

.template_section #footer {
  top: 357px;
}


/*==[ Text Template ]=========================================================*/

.template_text #banner {
  display: none;
}
.template_text #content .craig_third {
  margin: 2.5em 0 2.5em 0;
  width: 160px;
}
.template_text #content .craig_half {
  margin: 2.5em 0 2.5em 0;
  width: 248px;
}
.template_text #footer {
  top: 135px;
}


/*==[ Application Template ]==================================================*/

.template_application #banner {
  display: none;
}
.template_application #content {
  width: 750px;
}
.template_application #content #headline h3 {
  max-width: 708px;
}
.template_application #footer {
  display: none;
}


/*==[ Handheld and Small Screen Media Type ]==================================*/

@media handheld, only screen and (max-device-width: 480px) {

html {
  min-width: 100% !important;
  background-image: none;
  -webkit-text-size-adjust: none;
}
body {
  width: 100% !important;
  background-image: url('../images/mobile-background.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  margin: 0 0 0 0;
  border-bottom: solid 1px #29538B;
  padding: 0 0 0 0;
  width: 100%;
  min-width: 250px;
  height: 35px;
  background-color: #3366AA;
  background-image: url('../images/header-background-mobile.png');
  background-repeat: repeat-x;
}
#header h1 {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 36px;
  background-image: url('../images/h1-logo-mobile.png');
  background-size: 173px 24px;
  background-position: center center;
}
#header h1 a {
  margin: 0 auto 0 auto;
  width: 180px;
  height: 36px;
  background-image: none;
}
#header #skipto {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header #skipto h3 {
  display: none;
}
#header #skipto ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
#header #skipto ul li {
  display: none;
}
#header #skipto ul li#skipto_navigation {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 36px;
  height: 35px;
  overflow: hidden;
  border-top: none;
  border-bottom: none;
  border-right: solid 1px #5E86BC;
  background-color: #3366AA;
  background-image: url('../images/header-background-mobile.png');
  background-repeat: repeat-x;
}
#header #skipto ul li#skipto_navigation a {
  margin: 0 0 0 0;
  border-right: solid 1px #29538B;
  padding: 36px 0 0 0;
  display: block;
  width: 35px !important;
  height: 35px !important;
  background-image: url('../images/navigation-icon-mobile.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 6px 6px;
}
#header #social {
  display: none;
}
.target_navigation #header #social {
  display: block;
  position: fixed;
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0;
  z-index: 20;
  margin: 0 0 0 0;
  border-top: solid 1px #5E86BC;
  padding: 0 0 0 0;
  width: 100%;
  height: 36px;
  background-color: #3366AA;
  background-image: url('../images/social-background-mobile.png');
  background-repeat: repeat-x;
}
#header #social ul {
  top: 0;
  right: auto;
  width: 100%;
  height: 36px;
}
#header #social ul li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 0 0 0;
  height: 36px;
  width: 20%;
  text-align: center;
  border-right: solid 1px #29538B;
  border-left: solid 1px #5E86BC;
}
#header #social ul li:first-child {
  border-left: none;
}
#header #social ul li:last-child {
  border-right: none;
}
#header #social ul li a {
  display: inline-block;
  width: 36px !important;
  height: 36px !important;
  opacity: 1;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: center 4px;
}
#header #social ul li#social_facebook a {
  background-image: url('../images/social-facebook-mobile.png');
}
#header #social ul li#social_instagram a {
  background-image: url('../images/social-instagram-mobile.png');
}
#header #social ul li#social_twitter a {
  background-image: url('../images/social-twitter-mobile.png');
}
#header #social ul li#social_youtube a {
  background-image: url('../images/social-youtube-mobile.png');
}
#header #social ul li#social_chat {
  float: left;
  position: static;
  overflow: hidden;
  margin: 0 0 0 0;
  border-top: none;
  border-left: solid 1px #5E86BC;
  border-radius: 0;
  padding: 0 0 0 0;
  background-color: transparent;
}
#header #social ul li#social_chat #lhnContainerDone {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#header #social ul li#social_chat a {
  overflow: hidden;
  color: #FFFFFF;
  background-image: url('../images/social-chat-mobile.png') !important;
}
#header #social ul li#social_chat a:hover {
  text-decoration: none;
}
#header #social ul li#social_chat a span {
  display: none;
}
#header #sites {
  display: none;
}
.target_navigation #header #sites {
  display: block;
  position: absolute;
  top: 35px;
  right: 0;
  width: 100%;
  height: 28px;
  font-size: 150% !important;
  font-family: 'gothic', 'verdana', 'arial', sans-serif;
}
#header #sites ul {
  position: absolute;
  top: 0;
  right: 0;
}
#header #sites ul li {
  padding: 10px 0 0 0;
}
#header #sites ul li.current {
  background-image: url('../images/sites-current-mobile.png');
  background-repeat: no-repeat;
  background-position: center top;
}
#header #sites ul li a {
  border-left-color: #666666;
  padding: 0 10px 0 10px;
  color: #999999 !important;
}
#header #breadcrumbs {
  display: none;
}
#banner {
  display: none !important;
}
#navigation {
  display: none;
}
@-webkit-keyframes animate_navigation_mobile {
0% {bottom: 640px;}
100% {bottom: 0;}
}
.target_navigation #navigation {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 15;
  margin: 0 0 0 0;
  border: none;
  padding: 0 0 0 0;
  width: 100%;
  font-family: 'gothic', 'verdana', 'arial', sans-serif;
  background-color: rgba(0, 0, 0, .93);
  background-image: none;
  -webkit-animation-name: animate_navigation_mobile;
  -webkit-animation-duration: .2s;
}
#navigation #utilities {
  top: 36px;
  bottom: 36px;
  left: 0;
  border: none;
  width: 145px;
  height: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: transparent;
}
#navigation #utilities li {
  display: block !important;
  position: static !important;
  top: 0;
  border: solid 1px #444444 !important;
  border-radius: 5px;
  margin: 10px 10px 10px 10px !important;
  width: 120px !important;
  height: 66px !important;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .08) !important;
  background-image: none !important;
}
#navigation #utilities li a {
  padding: 40px 0 0 0 !important;
  width: 100% !important;
  height: auto !important;
  line-height: 26px !important;
  text-align: center;
  background-size: 32px 32px;
  background-position: center 8px !important;
}
#navigation #utilities li a span.title {
  font-size: 120% !important;
  color: #999999 !important;
}
#navigation #utilities li a span.hyphen,
#navigation #utilities li a span.description {
  display: none;
}
#navigation #pages {
  display: block;
  top: 72px;
  right: 0;
  bottom: 36px;
  left: 140px;
  padding: 0 9px 0 0;
  width: auto !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#navigation #pages ul {
  width: auto !important;
}
#navigation #pages ul li {
  padding: 0 0 0 7px;
  width: auto !important;
}
#navigation #pages ul li a,
#navigation #pages ul li a:hover {
  font-size: 180%;
  color: #999999;
  padding: 3px 4px 3px 24px !important;
  width: auto !important;
  background-position: 5px 12px !important;
}
#navigation #pages ul li.current>a {
  border: solid 1px #5E86BC !important;
  border-radius: 4px;
  padding: 3px 4px 3px 23px !important;
  color: #CCCCCC;
  background-color: #3366AA !important;
  background-image: none;
  background-position: 4px 11px;
}
#navigation #pages ul li[class="current expand"]>a {
  background-image: url("../images/navigation-current-expand-mobile.png") !important;
  background-repeat: no-repeat;
  background-position: 7px 10px !important;
}
#navigation #pages ul li.expand>a {
  background-image: url("../images/navigation-expand-mobile.png");
  background-repeat: no-repeat;
  background-position: 7px 10px !important;
}
#navigation #pages ul li.collapse a {
  background-image: url("../images/navigation-collapse-mobile.png");
  background-repeat: no-repeat;
  background-position: 7px 10px !important;
}
#navigation #pages ul li.current {
  padding-right: 0;
  background-image: none;
}
#navigation #pages ul li a:hover {
  border: none;
  padding: 5px 6px 5px 25px !important;
  background-color: transparent;
}
#content {
  position: relative;
  top: 36px;
  padding: 48px 10px 10px 10px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 150%;
}
#content #headline h2 {
  font-size: 150% !important;
}
#content #headline h3 {
float: none;
  margin: 0 0 30px 0;
  font-size: 100% !important;
  white-space: normal;
  font-family: 'gothic', 'verdana', 'arial', sans-serif;
}
#content #headline #toolbar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: solid 1px #DDDDDD;
  padding: 0 4px 0 4px;
  width: 100%;
  font-size: 80%;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #F3F3F3;
}
#content #messages {
  border-top: none;
}
#content #messages .error,
#content #messages .warning,
#content #messages .note,
#content #messages .tip,
#content #messages .instructions {
  padding: 5px 10px 5px 40px;
}
#content #messages p {
  padding: 5px 0 5px 0;
  text-align: left;
}
#content h4 {
  padding: 0 0 4px 0;
  text-align: left;
  font-size: 130%;
  font-weight: normal;
  font-family: 'gothic', 'verdana', 'arial', sans-serif;
}
#content h5 {
  font-size: 80%;
}
#content li {
  margin: .5em 0 .5em 0;
  text-align: left;
}
#content .icon,
#content .file {
  text-align: left;
}
#content ul.grid {
  margin: -1.2em 0 0 0;
}
#content ul.grid li {
  margin: 8px 0 8px 0;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 49%;
}
#content ul.grid li:nth-child(2n) {
  margin-left: 2%;
}
#content ul.grid li a {
  display: block;
  padding: 15px 15px 10px 64px;
  width: auto;
  height: 44px;
  background-position: 8px 10px;
}
#content ul.grid li a span.title {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 120%;
  font-weight: normal;
  font-family: 'gothic', 'verdana', 'arial', sans-serif;
}
#content ul.grid li a span.description {
  margin: 0 0 0 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 70%;
}
#content .craig_half,
#content .craig_third {
  float: none;
  margin: 0 0 50px 0 !important;
  padding: 0 0 0 0;
  width: 100% !important;
  min-height: 0 !important;
}
#content .craig_half h4,
#content .craig_third h4 {
  padding: 0 0 0 0 !important;
  width: 100% !important;
}
#content .craig_full {
  margin: 0 0 50px 0 !important;
}
#content .tabs {
  font-size: 80%;
}
#content .tabs ul {
  height: 26px;
}
#content .tabs ul li {
  height: 21px;
}
#content .tabs ul li.active {
  height: 25px;
}
#content .tabs ul li a {
  padding: 2px 10px 2px 10px;
}
#content table.chrome,
#content .footnote {
  font-size: 90%;
}
#content table.chrome th {
  white-space: nowrap;
  width: auto !important;
  line-height: normal !important;
}
#content table.chrome td {
  width: auto !important;
  line-height: normal !important;
}
#content table.chrome a,
#content table.chrome span {
  padding-top: 4px;
  padding-bottom: 4px;
  height: auto !important;
  line-height: normal !important;
  white-space: normal !important;
}
#content .address {
  display: inline-block;
  clear: both;
  margin: 0 0 0 0;
  line-height: 1.5em;
}
#content #mailing_address p {
  line-height: 1.5em !important;
}
#content .closing .portrait {
  width: auto;
  height: 125px;
}
#content #biography p,
#content #education ul,
#content #work ul,
#content #certifications ul,
#content #links ul {
  margin: 0 0 0 0 !important;
}
#content #calendar_short {
  width: auto;
}
#content #calendar_short td.col_event a {
  padding-left: 0;
  width: auto !important;
  white-space: normal;
}
.page_calendar #content #monthly_calendar,
.page_calendar #content #weekly_calendar {
  width: 750px;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(.77);
  -webkit-transform: scale(.77);
}
.page_calendar #content #summary .category {
  min-width: 190px;
}
.page_calendar #content #details {
  text-align: left;
}
#content #table_room th {
  min-width: 100px;
}
#content .profile {
  margin: 0 20px 20px 0 !important;
  float: none;
  display: inline-block !important;
  width: auto;
  height: 140px;
}
#content table.employee,
#content table.student {
  width: 400px;
}
#footer {
  display: none;
}

}


/*==[ Handheld and Small (<= 320px Wide) Screen Media Type ]==================*/

@media handheld, only screen and (max-device-width: 320px) {

#content table.chrome,
#content .footnote {
  font-size: 75%;
}
.page_calendar #content #monthly_calendar,
.page_calendar #content #weekly_calendar {
  transform: scale(.73);
  -webkit-transform: scale(.73);
}

}


/*==[ Handheld and Small (<= 480px Wide) Screen Media Type in Portrait Mode ]=*/

@media handheld, only screen and (max-device-width: 480px) and (orientation: portrait) {

#navigation #utilities {
  top: 65px;
  width: 100%;
}
#navigation #utilities li {
  float: left;
  margin: 10px 2% 10px 2% !important;
  width: 29% !important;
}
#navigation #utilities li:last-child {
  margin: 10px 0 10px 2% !important;
}
#navigation #pages {
  top: 155px;
  left: 0;
}
#content ul.grid li {
  float: none;
  margin: 16px 0 16px 0;
}
#content ul.grid li a span.title {
  font-size: 130%;
}
#content ul.grid li a span.description {
  font-size: 80%;
}
#content ul.grid li:nth-child(2n) {
  margin-left: 0;
}
#content ul.grid li {
  width: 100%;
}
#content .tabs {
  font-size: 75%;
}
#content .tabs ul li a {
  padding: 0 5px 0 5px;
  min-width: 0;
}
#content table.chrome,
#content .footnote {
  font-size: 75%;
}
#content table.chrome a,
#content table.chrome span {
  padding-top: 2px;
  padding-bottom: 2px;
  width: auto !important;
}
#content #calendar_short td.col_event a {
  width: 250px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_calendar #content #monthly_calendar,
.page_calendar #content #weekly_calendar {
  transform: scale(.49);
  -webkit-transform: scale(.49);
}
#content #floorplan {
  overflow: hidden;
}
#content .profile {
  margin: 0 10px 20px 0 !important;
  width: 110px;
  height: auto;
}
#content table.employee,
#content table.student {
  width: 200px;
}
#content table.employee td,
#content table.student td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content #table_textbooks .col_author,
#content #table_textbooks .col_ISBN {
  display: none;
}
#content table.classes .col_section {
  display: none;
}

}


/*==[ Handheld and Small (<= 320px Wide) Screen Media Type in Portrait Mode ]=*/

@media handheld, only screen and (max-device-width: 320px) and (orientation: portrait) {

#content {
  font-size: 140%;
}
#content #floorplan_img,
#content #floorplan_map {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(.83);
  -webkit-transform: scale(.83);
  margin-bottom: -43px;
}
#content #calendar_short {
  font-size: 80%;
}
#content #calendar_short td.col_event a {
  width: 200px !important;
}
.page_calendar #content #monthly_calendar,
.page_calendar #content #weekly_calendar {
  transform: scale(.4);
  -webkit-transform: scale(.4);
}
.page_calendar #content #summary {
  font-size: 80%;
}
#content table.employee,
#content table.student {
  width: 300px;
}

}


/*==[ Print Media Type ]======================================================*/

@media print {

html,
body {
  background-color: transparent !important;
  background-image: none !important;
}
#header {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;
  width: 100%;
  height: auto;
  background-color: transparent !important;
  background-image: none !important;
}
#header h1 {
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  text-align: right;
  color: #808080;
  background-image: none !important;
}
#header h1 a {
  display: inline;
  background-image: none !important;
}
#header h1 a img {
  display: inline;
  border: none;
  width: 221px;
  height: 25px;
}
#header #social,
#header #sites,
#header #breadcrumbs {
  display: none;
}
#banner,
#navigation {
  display: none !important;
}
#content {
  padding: 0 0 0 0 !important;
  width: auto !important;
  font-size: 1.2em;
}
#content a {
  color: inherit !important;
}
#content #headline {
  padding: 0 0 5px 42px;
  background-position: left 4px;
}
#content #toolbar {
  display: none;
}
#content h4 {
  border-bottom: dotted 1px #999999;
}
#content .craig_third {
  padding: 0 2% 0 0;
  width: 31% !important;
  min-height: 150px;
}
#content .craig_half {
  padding: 0 2% 0 0;
  width: 48% !important;
  min-height: 150px;
}
#content .craig_third h4 {
  width: auto !important;
}
#content .craig_half h4 {
  width: auto !important;
}
#footer {
  display: none;
}

}