<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome2';
  src: url('/sc_fonts/awesome2/fontawesome-webfont.eot?v=4.7.0');
  src: url('/sc_fonts/awesome2/fontawesome-webfont.eot?#iefix&amp;v=4.7.0') format('embedded-opentype'),
       url('/sc_fonts/awesome2/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
	   url('/sc_fonts/awesome2/fontawesome-webfont.woff?v=4.7.0') format('woff'),
	   url('/sc_fonts/awesome2/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
	   url('/sc_fonts/awesome2/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome2;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul &gt; li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face{font-family:'FontAwesome';src:url('/sc_fonts/fontawesome-webfont.eot?v=3.2.1');src:url('/sc_fonts/fontawesome-webfont.eot?#iefix&amp;v=3.2.1') format('embedded-opentype'),url('/sc_fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('/sc_fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('/sc_fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
a [class^="icon-"],a [class*=" icon-"]{display:inline;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul&gt;li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-white,.nav-pills&gt;.active&gt;a&gt;[class^="icon-"],.nav-pills&gt;.active&gt;a&gt;[class*=" icon-"],.nav-list&gt;.active&gt;a&gt;[class^="icon-"],.nav-list&gt;.active&gt;a&gt;[class*=" icon-"],.navbar-inverse .nav&gt;.active&gt;a&gt;[class^="icon-"],.navbar-inverse .nav&gt;.active&gt;a&gt;[class*=" icon-"],.dropdown-menu&gt;li&gt;a:hover&gt;[class^="icon-"],.dropdown-menu&gt;li&gt;a:hover&gt;[class*=" icon-"],.dropdown-menu&gt;.active&gt;a&gt;[class^="icon-"],.dropdown-menu&gt;.active&gt;a&gt;[class*=" icon-"],.dropdown-submenu:hover&gt;a&gt;[class^="icon-"],.dropdown-submenu:hover&gt;a&gt;[class*=" icon-"]{background-image:none;}
.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.icon-glass:before{content:"\f000";}
.icon-music:before{content:"\f001";}
.icon-search:before{content:"\f002";}
.icon-envelope-alt:before{content:"\f003";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-user:before{content:"\f007";}
.icon-film:before{content:"\f008";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-ok:before{content:"\f00c";}
.icon-remove:before{content:"\f00d";}
.icon-zoom-in:before{content:"\f00e";}
.icon-zoom-out:before{content:"\f010";}
.icon-power-off:before,.icon-off:before{content:"\f011";}
.icon-signal:before{content:"\f012";}
.icon-gear:before,.icon-cog:before{content:"\f013";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-file-alt:before{content:"\f016";}
.icon-time:before{content:"\f017";}
.icon-road:before{content:"\f018";}
.icon-download-alt:before{content:"\f019";}
.icon-download:before{content:"\f01a";}
.icon-upload:before{content:"\f01b";}
.icon-inbox:before{content:"\f01c";}
.icon-play-circle:before{content:"\f01d";}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
.icon-refresh:before{content:"\f021";}
.icon-list-alt:before{content:"\f022";}
.icon-lock:before{content:"\f023";}
.icon-flag:before{content:"\f024";}
.icon-headphones:before{content:"\f025";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-bookmark:before{content:"\f02e";}
.icon-print:before{content:"\f02f";}
.icon-camera:before{content:"\f030";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-list:before{content:"\f03a";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-facetime-video:before{content:"\f03d";}
.icon-picture:before{content:"\f03e";}
.icon-pencil:before{content:"\f040";}
.icon-map-marker:before{content:"\f041";}
.icon-adjust:before{content:"\f042";}
.icon-tint:before{content:"\f043";}
.icon-edit:before{content:"\f044";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-plus-sign:before{content:"\f055";}
.icon-minus-sign:before{content:"\f056";}
.icon-remove-sign:before{content:"\f057";}
.icon-ok-sign:before{content:"\f058";}
.icon-question-sign:before{content:"\f059";}
.icon-info-sign:before{content:"\f05a";}
.icon-screenshot:before{content:"\f05b";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-ban-circle:before{content:"\f05e";}
.icon-arrow-left:before{content:"\f060";}
.icon-arrow-right:before{content:"\f061";}
.icon-arrow-up:before{content:"\f062";}
.icon-arrow-down:before{content:"\f063";}
.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-exclamation-sign:before{content:"\f06a";}
.icon-gift:before{content:"\f06b";}
.icon-leaf:before{content:"\f06c";}
.icon-fire:before{content:"\f06d";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-close:before{content:"\f070";}
.icon-warning-sign:before{content:"\f071";}
.icon-plane:before{content:"\f072";}
.icon-calendar:before{content:"\f073";}
.icon-random:before{content:"\f074";}
.icon-comment:before{content:"\f075";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-retweet:before{content:"\f079";}
.icon-shopping-cart:before{content:"\f07a";}
.icon-folder-close:before{content:"\f07b";}
.icon-folder-open:before{content:"\f07c";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-bar-chart:before{content:"\f080";}
.icon-twitter-sign:before{content:"\f081";}
.icon-facebook-sign:before{content:"\f082";}
.icon-camera-retro:before{content:"\f083";}
.icon-key:before{content:"\f084";}
.icon-gears:before,.icon-cogs:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-thumbs-up-alt:before{content:"\f087";}
.icon-thumbs-down-alt:before{content:"\f088";}
.icon-star-half:before{content:"\f089";}
.icon-heart-empty:before{content:"\f08a";}
.icon-signout:before{content:"\f08b";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-pushpin:before{content:"\f08d";}
.icon-external-link:before{content:"\f08e";}
.icon-signin:before{content:"\f090";}
.icon-trophy:before{content:"\f091";}
.icon-github-sign:before{content:"\f092";}
.icon-upload-alt:before{content:"\f093";}
.icon-lemon:before{content:"\f094";}
.icon-phone:before{content:"\f095";}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
.icon-bookmark-empty:before{content:"\f097";}
.icon-phone-sign:before{content:"\f098";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-github:before{content:"\f09b";}
.icon-unlock:before{content:"\f09c";}
.icon-credit-card:before{content:"\f09d";}
.icon-rss:before{content:"\f09e";}
.icon-hdd:before{content:"\f0a0";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-bell:before{content:"\f0a2";}
.icon-certificate:before{content:"\f0a3";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-globe:before{content:"\f0ac";}
.icon-wrench:before{content:"\f0ad";}
.icon-tasks:before{content:"\f0ae";}
.icon-filter:before{content:"\f0b0";}
.icon-briefcase:before{content:"\f0b1";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-group:before{content:"\f0c0";}
.icon-link:before{content:"\f0c1";}
.icon-cloud:before{content:"\f0c2";}
.icon-beaker:before{content:"\f0c3";}
.icon-cut:before{content:"\f0c4";}
.icon-copy:before{content:"\f0c5";}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
.icon-save:before{content:"\f0c7";}
.icon-sign-blank:before{content:"\f0c8";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-list-ol:before{content:"\f0cb";}
.icon-strikethrough:before{content:"\f0cc";}
.icon-underline:before{content:"\f0cd";}
.icon-table:before{content:"\f0ce";}
.icon-magic:before{content:"\f0d0";}
.icon-truck:before{content:"\f0d1";}
.icon-pinterest:before{content:"\f0d2";}
.icon-pinterest-sign:before{content:"\f0d3";}
.icon-google-plus-sign:before{content:"\f0d4";}
.icon-google-plus:before{content:"\f0d5";}
.icon-money:before{content:"\f0d6";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-columns:before{content:"\f0db";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-up:before{content:"\f0de";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
.icon-legal:before{content:"\f0e3";}
.icon-dashboard:before{content:"\f0e4";}
.icon-comment-alt:before{content:"\f0e5";}
.icon-comments-alt:before{content:"\f0e6";}
.icon-bolt:before{content:"\f0e7";}
.icon-sitemap:before{content:"\f0e8";}
.icon-umbrella:before{content:"\f0e9";}
.icon-paste:before{content:"\f0ea";}
.icon-lightbulb:before{content:"\f0eb";}
.icon-exchange:before{content:"\f0ec";}
.icon-cloud-download:before{content:"\f0ed";}
.icon-cloud-upload:before{content:"\f0ee";}
.icon-user-md:before{content:"\f0f0";}
.icon-stethoscope:before{content:"\f0f1";}
.icon-suitcase:before{content:"\f0f2";}
.icon-bell-alt:before{content:"\f0f3";}
.icon-coffee:before{content:"\f0f4";}
.icon-food:before{content:"\f0f5";}
.icon-file-text-alt:before{content:"\f0f6";}
.icon-building:before{content:"\f0f7";}
.icon-hospital:before{content:"\f0f8";}
.icon-ambulance:before{content:"\f0f9";}
.icon-medkit:before{content:"\f0fa";}
.icon-fighter-jet:before{content:"\f0fb";}
.icon-beer:before{content:"\f0fc";}
.icon-h-sign:before{content:"\f0fd";}
.icon-plus-sign-alt:before{content:"\f0fe";}
.icon-double-angle-left:before{content:"\f100";}
.icon-double-angle-right:before{content:"\f101";}
.icon-double-angle-up:before{content:"\f102";}
.icon-double-angle-down:before{content:"\f103";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-desktop:before{content:"\f108";}
.icon-laptop:before{content:"\f109";}
.icon-tablet:before{content:"\f10a";}
.icon-mobile-phone:before{content:"\f10b";}
.icon-circle-blank:before{content:"\f10c";}
.icon-quote-left:before{content:"\f10d";}
.icon-quote-right:before{content:"\f10e";}
.icon-spinner:before{content:"\f110";}
.icon-circle:before{content:"\f111";}
.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
.icon-github-alt:before{content:"\f113";}
.icon-folder-close-alt:before{content:"\f114";}
.icon-folder-open-alt:before{content:"\f115";}
.icon-expand-alt:before{content:"\f116";}
.icon-collapse-alt:before{content:"\f117";}
.icon-smile:before{content:"\f118";}
.icon-frown:before{content:"\f119";}
.icon-meh:before{content:"\f11a";}
.icon-gamepad:before{content:"\f11b";}
.icon-keyboard:before{content:"\f11c";}
.icon-flag-alt:before{content:"\f11d";}
.icon-flag-checkered:before{content:"\f11e";}
.icon-terminal:before{content:"\f120";}
.icon-code:before{content:"\f121";}
.icon-reply-all:before{content:"\f122";}
.icon-mail-reply-all:before{content:"\f122";}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
.icon-location-arrow:before{content:"\f124";}
.icon-crop:before{content:"\f125";}
.icon-code-fork:before{content:"\f126";}
.icon-unlink:before{content:"\f127";}
.icon-question:before{content:"\f128";}
.icon-info:before{content:"\f129";}
.icon-exclamation:before{content:"\f12a";}
.icon-superscript:before{content:"\f12b";}
.icon-subscript:before{content:"\f12c";}
.icon-eraser:before{content:"\f12d";}
.icon-puzzle-piece:before{content:"\f12e";}
.icon-microphone:before{content:"\f130";}
.icon-microphone-off:before{content:"\f131";}
.icon-shield:before{content:"\f132";}
.icon-calendar-empty:before{content:"\f133";}
.icon-fire-extinguisher:before{content:"\f134";}
.icon-rocket:before{content:"\f135";}
.icon-maxcdn:before{content:"\f136";}
.icon-chevron-sign-left:before{content:"\f137";}
.icon-chevron-sign-right:before{content:"\f138";}
.icon-chevron-sign-up:before{content:"\f139";}
.icon-chevron-sign-down:before{content:"\f13a";}
.icon-html5:before{content:"\f13b";}
.icon-css3:before{content:"\f13c";}
.icon-anchor:before{content:"\f13d";}
.icon-unlock-alt:before{content:"\f13e";}
.icon-bullseye:before{content:"\f140";}
.icon-ellipsis-horizontal:before{content:"\f141";}
.icon-ellipsis-vertical:before{content:"\f142";}
.icon-rss-sign:before{content:"\f143";}
.icon-play-sign:before{content:"\f144";}
.icon-ticket:before{content:"\f145";}
.icon-minus-sign-alt:before{content:"\f146";}
.icon-check-minus:before{content:"\f147";}
.icon-level-up:before{content:"\f148";}
.icon-level-down:before{content:"\f149";}
.icon-check-sign:before{content:"\f14a";}
.icon-edit-sign:before{content:"\f14b";}
.icon-external-link-sign:before{content:"\f14c";}
.icon-share-sign:before{content:"\f14d";}
.icon-compass:before{content:"\f14e";}
.icon-collapse:before{content:"\f150";}
.icon-collapse-top:before{content:"\f151";}
.icon-expand:before{content:"\f152";}
.icon-euro:before,.icon-eur:before{content:"\f153";}
.icon-gbp:before{content:"\f154";}
.icon-dollar:before,.icon-usd:before{content:"\f155";}
.icon-rupee:before,.icon-inr:before{content:"\f156";}
.icon-yen:before,.icon-jpy:before{content:"\f157";}
.icon-renminbi:before,.icon-cny:before{content:"\f158";}
.icon-won:before,.icon-krw:before{content:"\f159";}
.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
.icon-file:before{content:"\f15b";}
.icon-file-text:before{content:"\f15c";}
.icon-sort-by-alphabet:before{content:"\f15d";}
.icon-sort-by-alphabet-alt:before{content:"\f15e";}
.icon-sort-by-attributes:before{content:"\f160";}
.icon-sort-by-attributes-alt:before{content:"\f161";}
.icon-sort-by-order:before{content:"\f162";}
.icon-sort-by-order-alt:before{content:"\f163";}
.icon-thumbs-up:before{content:"\f164";}
.icon-thumbs-down:before{content:"\f165";}
.icon-youtube-sign:before{content:"\f166";}
.icon-youtube:before{content:"\f167";}
.icon-xing:before{content:"\f168";}
.icon-xing-sign:before{content:"\f169";}
.icon-youtube-play:before{content:"\f16a";}
.icon-dropbox:before{content:"\f16b";}
.icon-stackexchange:before{content:"\f16c";}
.icon-instagram:before{content:"\f16d";}
.icon-flickr:before{content:"\f16e";}
.icon-adn:before{content:"\f170";}
.icon-bitbucket:before{content:"\f171";}
.icon-bitbucket-sign:before{content:"\f172";}
.icon-tumblr:before{content:"\f173";}
.icon-tumblr-sign:before{content:"\f174";}
.icon-long-arrow-down:before{content:"\f175";}
.icon-long-arrow-up:before{content:"\f176";}
.icon-long-arrow-left:before{content:"\f177";}
.icon-long-arrow-right:before{content:"\f178";}
.icon-apple:before{content:"\f179";}
.icon-windows:before{content:"\f17a";}
.icon-android:before{content:"\f17b";}
.icon-linux:before{content:"\f17c";}
.icon-dribbble:before{content:"\f17d";}
.icon-skype:before{content:"\f17e";}
.icon-foursquare:before{content:"\f180";}
.icon-trello:before{content:"\f181";}
.icon-female:before{content:"\f182";}
.icon-male:before{content:"\f183";}
.icon-gittip:before{content:"\f184";}
.icon-sun:before{content:"\f185";}
.icon-moon:before{content:"\f186";}
.icon-archive:before{content:"\f187";}
.icon-bug:before{content:"\f188";}
.icon-vk:before{content:"\f189";}
.icon-weibo:before{content:"\f18a";}
.icon-renren:before{content:"\f18b";}
.fa-map-o:before{content:"\f278";}
.fa-skyatlas:before{content:"\f216";}/*!
DC-publisher="Drexel University"
DC-creator="David Vespoli"
DC-title="Screen stylesheet for Drexel University"
DC-type="Style Sheet"
DC-date="2012-05"
DC-updated="$BuildDate$"
DC-source=""
DC-relation=""
DC-coverage="Mobile screens"
&lt;link rel="schema.DC" href="http://dublincore.org/documents/dces/" /&gt;
*/

/*background*/
/*1600 1024 800 640*/
ul.bg-images{margin:0;padding:0;}
#bg-images-full{margin:0;padding:0;position:absolute;top:0;left:0;width:100%;}
#bg-images-full li img{ position: fixed; top: 0px; left: 0;display:none;}

/*added/removed in js to keep background images full screen*/
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

#bg-images{}
#bg-images li{width:100%;height:730px;overflow:hidden;position: absolute;background:none;}
.alt-layout #bg-images li{height:436px;background:#052F53}
#bg-images li img{ position: absolute; top: 0; left: 50%;display:none;margin-left:-800px;width:1600px;}
@media only screen and (max-width: 1023px){
	#bg-images li img{margin-left:-512px;width:1024px;}
}
@media only screen and (max-width: 767px){
	#bg-images li img{margin-left:-400px;width:800px;}
}
@media only screen and (max-width: 640px) {
	#bg-images li img { margin-left: -320px; width:640px; }
}

/*header*/
.page-top{border-top:5px solid #07294d;position:relative;z-index:1600;}
#header{height:auto;z-index:100;margin:0 20px;position:relative;}
#header li.active &gt; a, #header a:hover{color:#ffc325;}

/*navigation*/
#global-nav input[type=search]{width:100%;height:36px;margin-bottom:20px;}
#global-nav input[type=search]:focus { 
	-webkit-box-shadow: #0066ff 0 0 8px 3px;
	-moz-box-shadow: #0066ff 0 0 8px 3px;
	box-shadow: #0066ff 0 0 8px 3px;
}
#global-nav label{color:#fff;background:#07294d;font-size:11px;display:none;}
#global-nav a{font-size:11px;display:block;background-color:#07294d;}
#global-nav ul{display:none;}

#site-search{}

#main-nav{margin-bottom:10px;}
#main-nav h1{color:#fff;background:#07294D url(/~/media/Images/coresite/ui/sprite.ashx) right -93px no-repeat;height:37px;line-height:37px;padding-left:10px;margin-bottom:0;}
#main-nav h1.open{background-position:right -142px;margin-bottom:0;}
#main-nav ul{height:0;overflow:hidden;}
#main-nav ul.open, .no-js #main-nav ul{margin-bottom:10px;background:#fff;padding:10px 10px 0;height:auto;}
#main-nav li a{color:#069;display:block;}
#main-nav nav, .tab-nav li,#main-nav li ul{
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, .5); 
	box-shadow: 0px 0px 7px rgba(0, 0, 0, .5);	
}

h1#logo{position:relative;width:126px;margin:0 auto 20px;}
h1#logo a{text-indent:-999em;display:block;background:url(/~/media/Images/coresite/ui/logo-drexel.ashx) 0 100%;height:121px;width:126px}

/*hero*/
#hero {color:#fff;}
#hero{z-index:50;position:relative;padding:0;margin:0 20px 10px;}
#hero .captions{margin:0 0 40px;padding:0;}
#hero .caption{background:#07294d;padding:10px;position:relative;}
#hero h1,#hero h2{color:#fff;}
#hero h1,#hero h2 {font-size:40px;}
#hero h1 small,#hero h2 small{display:block;font-size:20px;}
#hero p{color:#fff;font-size:14px;line-height:20px;}
.home-hero #hero p{}
.home-hero #hero p.more{font:normal bold 12px/1.3 FuturaCnd, arial, sans-serif}
#hero p.more {
	background:#07294d url(/~/media/Images/coresite/ui/sprite.ashx) 0 -419px no-repeat;
	position:absolute;
	bottom:-24px;
	left:0;
	padding:0 20px 0 30px;
	margin:0;
	height:24px;
	line-height:24px;
	font-size:12px;
}
#hero p.more a{color:#fff;}
.js #hero .captions li{display:none;}
.js #hero .captions li:first-child{display:block;}
#hero .captions .tabs-nav {
	padding:0;
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	margin: 0 2%;
}
#hero .captions .tabs-nav li{display:block;width:32%;float:left;text-align:center;border-right:1px solid #455f7a;position:relative;}
#hero .captions .tabs-nav li.two-tabs { width: 48%; }
#hero .captions .tabs-nav li:last-child{border-right:none;}
#hero .captions .tabs-nav li a{color:#fff;display:block;line-height:20px;}
#hero .captions .tabs-nav li a:hover{text-decoration:none;}
#hero .captions .tabs-nav li.active a,
#hero .captions .tabs-nav li a:hover{background:#fff;color:#07294d;border-color:transparent;}
.arrow-up{position:absolute;display:none;
	border: 7px solid transparent;
	border-bottom-color: #fff;
	top: -14px;
	left: 50%;
	margin-left: -7px;
}
#hero .captions .tabs-nav li.active .arrow-up{display:block;}

.pager,.thumb-pager{margin:0;padding:0;position:relative;z-index:100;}
.pager{float:left;margin-left:40px;}
.pager li,.thumb-pager li{display:block;float:left;width:20px;height:40px;background:#07294D url(/~/media/Images/coresite/ui/sprite.ashx) -151px -193px;text-indent:-999em;}
.pager li.active, .thumb-pager li.active{background-position:-106px -193px;}
.pager-container a.prev,.pager-container a.next,.thumb-pager-container a.prev,.thumb-pager-container a.next{width:40px;height:40px;text-indent:-999em;background:#07294D;display:block;position:absolute;top:0}
.thumb-pager-container{height:40px;position:relative;}
.thumb-pager-mask{display:none;}
.pager li a,.thumb-pager li a{display:block;height:40px;width:40px;text-indent:-999em;}
.pager-container{position:relative;display:block;margin:0 auto;height:40px;width:400px;}
.pager-container a.prev:hover,.pager-container a.next:hover{background-color:#08315d}
.pager-container a.prev,.thumb-pager-container a.prev{background:#07294D url(/~/media/Images/coresite/ui/sprite.ashx) -198px -193px;left:0;}
.pager-container a.next,.thumb-pager-container a.next{background:#07294D url(/~/media/Images/coresite/ui/sprite.ashx) -251px -193px;right:0;}
.pager-container a.next{position:relative;float:left;}
.thumb-pager img{display:none;}
.thumb-pager-container a.prev{}
.thumb-pager-container a.next{}

/*mobile gets light blue versions*/
.duicon-facebook{background-position:0px -783px; display: inline-block !important;}
.duicon-twitter{background-position:0px -825px;display: inline-block !important;}
.duicon-flickr{background-position:0px -867px;display: inline-block !important;}
.duicon-youtube{background-position:0px -911px;display: inline-block !important;}
.duicon-instagram {background-position: -45px -911px;display: inline-block !important;}
.duicon-linkedin {background-position: -89px -911px;display: inline-block !important;}
.duicon-vimeo {background-position: -133px -911px;display: inline-block !important;}


/*page*/
#page{z-index:50;position:relative;background:#fff;margin:0;}
#center-rail{margin:0 20px;padding-top:20px;}
#content-rail #center-rail {margin: 0 10px 0 0;}
#center-rail h1{font-size:36px;margin-bottom:20px;}
.index-listing h2{margin:0 0 5px;}
.index-listing .grid-6{margin:0 0 20px;}
.index-listing figcaption{max-width:auto;position:relative;bottom:auto;left:auto;color:inherit;font-size:inherit;background:none;padding:auto;margin-right:auto;}
.index-listing figure img {
	border: none;
	max-width: 100%;
}

/*mainly right rail stuff*/
aside{margin:0 0 20px;}
aside h1{margin-bottom:10px;}
aside p{padding:0 0 20px;margin:0;}
aside p.more,aside.blue p.more,aside.yellow p.more{background:url(/~/media/Images/coresite/ui/sprite2.ashx) 0 -422px no-repeat;line-height:22px;padding-left:30px;margin-left:0;padding-bottom:18px;}
aside li:last-child p{padding-bottom:0;}
aside img{max-width:260px;margin-bottom:10px;margin-left:20px;height:auto;}

aside.yellow h1, aside.blue h1{padding:20px 20px 15px;}
aside.yellow h1{background:url(/~/media/Images/coresite/ui/sprite3.ashx) 0 -442px no-repeat;padding-left:30px;}
aside.yellow p,aside.blue p{margin-left:20px;margin-right:20px;}
aside.yellow p{margin-left:30px;font-family:georgia, serif;font-style:italic;font-size:1.3em;color:#072e6d;} /*-- accessibility fix aes434--*/
aside.yellow{background:#FFC600;color:#07294d;}

aside.blue{background:#07294d;color:#fff;}
aside.blue h1{color:#fff}
aside.blue a{color:#fff;}
aside.blue a:hover,aside.yellow a:hover{text-decoration:none;}
aside.blue a:hover p.more{text-decoration:underline;}

/*breadcrumbs*/
#breadcrumbs{padding:10px 0;border-bottom:1px solid #e1e1e0;background:#fff;}
#breadcrumbs ul{}
#breadcrumbs ul li{display:inline;font-size:11px;}
#breadcrumbs ul li a{padding:0 10px;}
#breadcrumbs ul li a:hover{text-decoration:underline;}
#breadcrumbs ul li:first-child a{padding-left:0;}
#breadcrumbs ul li:after{content:" / "}
#breadcrumbs ul li:last-child{margin-left:10px;}
#breadcrumbs ul li:last-child:after{content:"";}

/*main content*/
article figure{position:relative;margin-bottom:20px;border:1px solid #E1E1E0;padding:5px;max-width:580px;}
article figure img{max-width:100%;}
article figcaption{max-width:570px;color:#fff;font-size:12px;background:rgba(7,41,77,.75);padding:10px;}

.listing-filter{border:1px solid #e1e1e0;border-width:1px 0 1px;padding:7px 0;}
.listing-filter label{width:33.3%;font-weight:bold;display:block;float:left;padding-top:2px;}
.listing-filter select{width:66.6%;}
.listing-filter .alpha{margin-bottom:10px;}

ul.listing{margin:0 0 0;padding:0;}
ul.listing li{border-bottom:1px solid #e1e1e0;padding:30px 0 10px;}
ul.listing li:last-child{border-bottom:none;}
ul.listing img{max-width:100%;border:1px solid #E1E1E0;padding:5px;}
ul.listing h2{font:bold 14px/1.3 Arial, sans-serif;text-transform:none;margin:0 0 5px;}
ul.listing h2 a{}
ul.listing .meta{font-weight:bold;display:block;margin:0 0 5px;}
ul.listing .meta .region{text-transform:uppercase}

ul.pagination{padding:10px 0;border:1px solid #e1e1e0;border-width:1px 0 1px; margin-bottom:20px;text-align:right;}
ul.pagination li{display:inline;margin:0 5px;font-weight:bold;}
ul.pagination li a{}
ul.pagination li:last-child a,ul.pagination li.active:last-child{padding-right:0;margin-right:0}
ul.pagination li a:hover{text-decoration:underline;}
ul.pagination li.active{}

p.search-results-summary{padding:10px 0;border:1px solid #e1e1e0;border-width:1px 0 1px; margin-bottom:20px;font-size:14px;line-height:22px;}
ul.search-results{margin:0;padding:0;}
ul.search-results li{padding:10px 0 10px;}
ul.search-results h2{font:bold 14px/1.3 Arial, sans-serif;text-transform:none;margin:0;}

/*left rail*/
#left-rail nav{margin-bottom:20px;}
#left-rail nav ul{border-top:1px solid #e1e1e0;}
#left-rail nav li{border-bottom:1px solid #e1e1e0;}
#left-rail nav li a{display:block;padding:10px 0 10px 10px;color:#000;font-weight:bold;position:relative;top:-1px;margin-bottom:-2px;	}
#left-rail nav li a:hover,#left-rail nav li.active &gt; a{background:#FFC600;}
#left-rail nav li li,#left-rail nav li li:hover{border-bottom:none;}
#left-rail nav li li a{color:#069;padding:5px 10px 5px 20px;font-weight:normal;}
#left-rail nav li li:first-child a{padding-top:10px}
#left-rail nav li li:last-child a{padding-bottom:10px;}

#left-rail menu{margin:0 0 20px;padding:0;}
#left-rail menu h1{border-bottom:1px solid #E1E1E0;padding-bottom:15px;}
#left-rail menu ul{margin:0;padding:0;}
#left-rail menu li{font-weight:bold;margin-bottom:10px;}
#left-rail menu li ul{border-bottom:1px solid #E1E1E0;margin-top:10px;padding-bottom:5px;}
#left-rail menu li li{font-weight:normal;}
#left-rail menu label{display:inline;}
#left-rail menu input[type=checkbox]{margin-right:8px;}

/*landing page squares*/
#bingo{position:relative;z-index:10;margin:0 20px;}
#bingo .content,#bingo .hidden-content,#bingo .title-square{background:#fff;margin-bottom:10px;padding:10px;position:relative;}
#bingo .empty-square,#bingo .empty-square:hover{background:none;cursor:default;display:none;}
#bingo .square ul{list-style:disc;}
#bingo .square li{margin:2px 0;}

/*footer*/
#footer{height:auto;width:100%;position:relative;z-index:250;}
#footer-mask{display:none;}

#fat-nav{margin-top:10px;}
#fat-nav h2{background:#FFC600 url(/~/media/Images/coresite/ui/sprite.ashx) right -93px no-repeat;margin-bottom:10px;}
#fat-nav h2.open{background-position:right -142px;margin-bottom:0;}
#fat-nav h2 a{color:#07294d;height:37px;line-height:37px;padding-left:10px;display:block;}
#fat-nav h2 span{display:none}
#fat-nav li ul{height:0;overflow:hidden;}
#fat-nav li ul.open,.no-js #fat-nav li ul{height:auto;background:#fff;padding:10px;margin-bottom:10px;}
#fat-nav li a{display:block;}
#fat-nav li a:hover{}
.live-it{font:bold 40px FuturaCnd, sans-serif;text-transform:uppercase;padding-top:7px;color: #FFC600;text-align: center;
	background: url(/~/media/Images/coresite/ui/sprite.ashx) 0 -661px no-repeat;text-indent: -999em;-webkit-transform:translate3d(0,0,0);}
.live-it sup{font-size:8px;top:-20px;}
#fat-nav .social a{vertical-align:top;line-height:32px;}

#skinny-nav{background:#FFC600;font:11px/1 Arial, sans-serif;color:#333;border-top:1px solid #d6a831;position:relative;z-index:1500;}
#skinny-nav ul{margin:0 10px;}
#skinny-nav p{margin:0 20px;line-height:18px;padding-bottom:10px}
#skinny-nav li{display:inline;line-height:30px;}
#skinny-nav a{color:#333}
#skinny-nav li a{background: url(/~/media/Images/coresite/ui/sprite.ashx) 0 2px no-repeat;padding:0 10px;}
#skinny-nav li:first-child a{background:none;}
#skinny-nav a:hover{}

/*nav on wrapper*/
#footer .inline{font:11px/1 Arial, sans-serif;padding:0;margin:28px 0 0;}
#footer .inline li{display:inline;line-height:30px;border-right:1px solid #d6a831;}
#footer .inline li:last-child{border:none;}
#footer .inline li a{color:#333;padding:0 6px 0 4px;}
.alt-footer .social-label{margin:10px 0 5px;font:11px/1 Arial, sans-serif;color:#333;}
.alt-footer .social{margin:0;padding:0;}
#footer	 .social{margin:0;}
#footer .social li{border:none;}
#footer	 .social li a{padding:0;}

/*right rail "follow callout" */
#follow-callout{position:relative;margin:10px 20px 0;z-index:2500;}
#follow-callout select {max-width: 250px;}
/*follow callout navigation*/
#follow-callout ul.tab-nav{padding:0;margin:0;}
#follow-callout ul.tab-nav li{float:left;margin-right:5px;}
#follow-callout ul.tab-nav li a{display:block;padding:5px 10px 5px 10px;background:#9e0b0f;color:#fff;font:bold 14px FuturaCnd;text-transform:uppercase;}
#follow-callout ul.tab-nav li.on a{background:#07294d; }
#follow-callout ul.tab-nav li a:hover{text-decoration:none;}

/*prevent fous. init content panes as hidden*/
/*.js #follow-callout, .js #follow-callout aside{display:none;}*/
#follow-callout aside{padding:20px;background:#07294d;color:#fff;position:relative;display:none;}
#follow-callout aside.open{display:block;}

#follow-callout select{display: block; margin-bottom: 10px;}
#follow-callout p.more{padding:8px 0;margin:0;border-top:1px solid #3f4d5d;text-transform:uppercase;background:none;font-family:arial,sans-serif;font-weight:normal;}
#follow-callout a{color:#fff;}
#follow-callout .tabs-content ul{margin:0 0 10px;padding:0}
#follow-callout .tabs-content li{margin-bottom:10px;}
#apply-location { width: 250px; }


/**
	* This will display  grid elements as block rather than inline for mobile browsers 
	* (essentially anything smaller than the narrow grid size, and media query declares. 
	*/
	
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19,
.grid-20, .grid-21, .grid-22, .grid-23, .grid-24, .grid-special {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

/*These are already going to have margin from their parent*/
.alpha {margin: 0;}
.omega {margin: 0;}

/*!
DC-publisher="Drexel University"
DC-creator="David Vespoli"
DC-title="Screen stylesheet for Drexel University"
DC-type="Style Sheet"
DC-date="2012-05"
DC-updated="$BuildDate$"
DC-source=""
DC-relation=""
DC-coverage="Base styles for this website. Includes resets, common utility, forms and print"
&lt;link rel="schema.DC" href="http://dublincore.org/documents/dces/" /&gt;
*/

/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure,figcaption{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}address,caption,cite,code,dfn,th,var{font-weight:normal;font-style:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%}q:before,q:after{content:''}fieldset,img,abbr,acronym{border:0}

/*better box model*/
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*html5 elements*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display: block; }

/*clearfix*/
.row:after, ul.buttons:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}.row,ul.buttons{display:inline-block;}/*  \*/ * html .row, * html ul.buttons{height:1%;} .row, ul.buttons{display: block;}/*  */

::-moz-selection { background: #aaa; color: #fff; text-shadow: none; }
::selection { background: #aaa; color: #fff; text-shadow: none; }
/*
p::-moz-selection,ul li a::-moz-selection { background: #aaa; color: #fff; text-shadow: none; }
p::selection,ul li a::selection { background: #aaa; color: #fff; text-shadow: none; }
*/

/*typeography*/

@font-face{
	font-family: "FuturaCnd";
	font-weight: normal;
	src: url("/sc_fonts/c9bb15b9-5c4a-477b-8e2d-1924c3ef942d.eot"); /* IE9 Compat Modes */
	src: local("@"),
		 url("/sc_fonts/c9bb15b9-5c4a-477b-8e2d-1924c3ef942d.eot?iefix") format("embedded-opentype"), /* IE6-IE8 */
		 url("/sc_fonts/286ca836-0e48-43ba-9f12-8ba861fafeda.woff") format("woff"), /* Modern Browsers */
		 url("/sc_fonts/40e2893b-b4c0-4b91-aa42-4ab0be867d25.ttf") format("truetype"), /* Safari, Android, iOS */
		 url("/sc_fonts/275744c1-8dd1-40d7-ae52-17728b66a3dc.svg#275744c1-8dd1-40d7-ae52-17728b66a3dc") format("svg"); /* Legacy iOS */
}
@font-face{
	font-family:"FuturaCnd";
	font-weight:bold;
	src: url("/sc_fonts/d5a62439-27d1-4deb-b8df-4c2610128f1b.eot"); /* IE9 Compat Modes */
	src: local("@"),
		 url("/sc_fonts/d5a62439-27d1-4deb-b8df-4c2610128f1b.eot?iefix") format("embedded-opentype"), /* IE6-IE8 */
		 url("/sc_fonts/e07f45c2-9c42-4c23-ab7a-c161556274ef.woff") format("woff"), /* Modern Browsers */
		 url("/sc_fonts/c188225b-c194-419b-8d14-c5d677fcb3eb.ttf") format("truetype"), /* Safari, Android, iOS */
		 url("/sc_fonts/a92ba10a-1759-4dc6-b9b5-06e311b67829.svg#a92ba10a-1759-4dc6-b9b5-06e311b67829") format("svg"); /* Legacy iOS */
}

/*IE7 font declarations for bold text*/
@font-face{
	font-family:"FuturaCndBold";
	font-weight:bold;
	src: url("/sc_fonts/d5a62439-27d1-4deb-b8df-4c2610128f1b.eot"); /* IE9 Compat Modes */
	src: local("@"),
		 url("/sc_fonts/d5a62439-27d1-4deb-b8df-4c2610128f1b.eot?iefix") format("embedded-opentype"), /* IE6-IE8 */
		 url("/sc_fonts/e07f45c2-9c42-4c23-ab7a-c161556274ef.woff") format("woff"),  /* Modern Browsers */
		 url("/sc_fonts/c188225b-c194-419b-8d14-c5d677fcb3eb.ttf") format("truetype"), /* Safari, Android, iOS */
		 url("/sc_fonts/a92ba10a-1759-4dc6-b9b5-06e311b67829.svg#a92ba10a-1759-4dc6-b9b5-06e311b67829") format("svg"); /* Legacy iOS */
}

/*Drexel Typeography*/
@import url("https://fast.fonts.net/t/1.css?apiType=css&amp;projectid=c79aa494-7b11-4758-8d85-3926213bd2ab");

@font-face{
font-family:"FuturaLight";
src:url("/sc_fonts/futura/81c68bb2-c8a7-490a-86a2-8b8e4ea83e52.eot?#iefix"); /* IE6-IE8 */
src:url("/sc_fonts/futura/81c68bb2-c8a7-490a-86a2-8b8e4ea83e52.eot?#iefix") format("eot"),url("/sc_fonts/futura/accdf66a-3ef9-40bd-a2d9-141ce67745a0.woff") format("woff"),url("/sc_fonts/futura/91b74c83-4dbb-4d24-abf2-7665c88d68c1.ttf") format("truetype"),url("/sc_fonts/futura/fec411ea-113e-46b5-af10-c4cb416eaaf9.svg#fec411ea-113e-46b5-af10-c4cb416eaaf9") format("svg");
font-weight: 100;
font-style: normal;
}
@font-face{
font-family:"FuturaLightOblique";
src:url("/sc_fonts/futura/8aa673ca-9caf-467e-af2e-f2a7e556388c.eot?#iefix");
src:url("/sc_fonts/futura/8aa673ca-9caf-467e-af2e-f2a7e556388c.eot?#iefix") format("eot"),url("/sc_fonts/futura/280615f6-5d60-4d9b-940c-beac934a7160.woff") format("woff"),url("/sc_fonts/futura/5f15f48f-606f-4f3e-9f93-4c41b57c6d59.ttf") format("truetype"),url("/sc_fonts/futura/c8e94049-0568-4ebf-a57a-a537882c8e32.svg#c8e94049-0568-4ebf-a57a-a537882c8e32") format("svg");
font-weight: 100;
font-style: oblique;
}
@font-face{
font-family:"FuturaBook";
src:url("/sc_fonts/futura/1ca5d341-a8f1-4517-92dd-19db1874e671.eot?#iefix");
src:url("/sc_fonts/futura/1ca5d341-a8f1-4517-92dd-19db1874e671.eot?#iefix") format("eot"),url("/sc_fonts/futura/8d76f836-815d-41a8-aa79-4ce65b9f1cef.woff") format("woff"),url("/sc_fonts/futura/c4fe22d2-5809-40e1-a3fc-6c02e94af257.ttf") format("truetype"),url("/sc_fonts/futura/d77a094c-2a28-4ab7-904e-b277f65fd85a.svg#d77a094c-2a28-4ab7-904e-b277f65fd85a") format("svg");
font-weight: 200;
font-style: normal;
}
@font-face{
font-family:"FuturaBookOblique";
src:url("/sc_fonts/futura/ac5350e1-e8bc-45f6-85d0-1fa4cba1acd3.eot?#iefix");
src:url("/sc_fonts/futura/ac5350e1-e8bc-45f6-85d0-1fa4cba1acd3.eot?#iefix") format("eot"),url("/sc_fonts/futura/347c954f-9071-4592-a556-96e168a5c143.woff") format("woff"),url("/sc_fonts/futura/fd3d20f0-6033-4125-bee9-44d912125d5e.ttf") format("truetype"),url("/sc_fonts/futura/64fb81a5-581d-4bcc-88f0-3c390682793b.svg#64fb81a5-581d-4bcc-88f0-3c390682793b") format("svg");
font-weight: 200;
font-style: oblique;
}
@font-face{
font-family:"FuturaMedium";
src:url("/sc_fonts/futura/27e35786-951e-4f3f-8819-f57fb26b5f59.eot?#iefix");
src:url("/sc_fonts/futura/27e35786-951e-4f3f-8819-f57fb26b5f59.eot?#iefix") format("eot"),url("/sc_fonts/futura/46e5db04-2200-416c-8772-e8e92ac66d85.woff") format("woff"),url("/sc_fonts/futura/c34adf43-f679-46f0-8f37-6d892f520fc9.ttf") format("truetype"),url("/sc_fonts/futura/ba579ea8-4cf7-445f-ad75-cdca4f8438d6.svg#ba579ea8-4cf7-445f-ad75-cdca4f8438d6") format("svg");
font-weight: 300;
font-style: normal;
}
@font-face{
font-family:"FuturaMediumOblique";
src:url("/sc_fonts/futura/63fc980f-83c9-4f24-ad51-c1619a271cad.eot?#iefix");
src:url("/sc_fonts/futura/63fc980f-83c9-4f24-ad51-c1619a271cad.eot?#iefix") format("eot"),url("/sc_fonts/futura/f00caca0-2168-4f5d-bf14-b34791b0ad26.woff") format("woff"),url("/sc_fonts/futura/b3c21f77-273c-425d-8780-70571340eff0.ttf") format("truetype"),url("/sc_fonts/futura/a209dfea-b2c0-4e8b-acbc-70988e803fdd.svg#a209dfea-b2c0-4e8b-acbc-70988e803fdd") format("svg");
font-weight: 300;
font-style: oblique;
}
@font-face{
font-family:"FuturaDemi";
src:url("/sc_fonts/futura/2f6406ca-a7e5-4511-8b62-a512d422694f.eot?#iefix");
src:url("/sc_fonts/futura/2f6406ca-a7e5-4511-8b62-a512d422694f.eot?#iefix") format("eot"),url("/sc_fonts/futura/40780796-f5dd-4ccf-89d6-5e9feed1b4c3.woff") format("woff"),url("/sc_fonts/futura/23f02811-b2c6-4ebb-8d95-27bda6a2745a.ttf") format("truetype"),url("/sc_fonts/futura/b38e2f36-b705-4816-baaf-083a1a6ae753.svg#b38e2f36-b705-4816-baaf-083a1a6ae753") format("svg");
font-weight: 400;
font-style: normal;
}
@font-face{
font-family:"FuturaDemiOblique";
src:url("/sc_fonts/futura/d5c9aa1f-7dc0-44cc-af09-a1207e91ec80.eot?#iefix");
src:url("/sc_fonts/futura/d5c9aa1f-7dc0-44cc-af09-a1207e91ec80.eot?#iefix") format("eot"),url("/sc_fonts/futura/9bd58c22-f53f-4483-906c-234130c2a8b7.woff") format("woff"),url("/sc_fonts/futura/5f7670d0-bad6-4d85-af85-35a1310ed292.ttf") format("truetype"),url("/sc_fonts/futura/bd5941c7-668f-4ec1-989e-5b50a19481f7.svg#bd5941c7-668f-4ec1-989e-5b50a19481f7") format("svg");
font-weight: 400;
font-style: oblique;
}
@font-face{
font-family:"FuturaBold";
src:url("/sc_fonts/futura/daa0c9be-5654-4532-8e96-901581c27f87.eot?#iefix");
src:url("/sc_fonts/futura/daa0c9be-5654-4532-8e96-901581c27f87.eot?#iefix") format("eot"),url("/sc_fonts/futura/10f4e917-7867-405c-be31-4b064987ab63.woff") format("woff"),url("/sc_fonts/futura/7ea82eae-7fb0-4ed6-8f78-080c8a619ccb.ttf") format("truetype"),url("/sc_fonts/futura/46fea019-3e07-48c5-b36f-9ae24436ab45.svg#46fea019-3e07-48c5-b36f-9ae24436ab45") format("svg");
font-weight: 500;
font-style: normal;
}
@font-face{
font-family:"FuturaBoldOblique";
src:url("/sc_fonts/futura/8881c3c5-ec33-448f-a100-7ea4e765e503.eot?#iefix");
src:url("/sc_fonts/futura/8881c3c5-ec33-448f-a100-7ea4e765e503.eot?#iefix") format("eot"),url("/sc_fonts/futura/eeb679e4-443b-4b51-b08b-1b39cf0330c6.woff") format("woff"),url("/sc_fonts/futura/d3b90872-3334-472b-b9ff-1ef9ecab9457.ttf") format("truetype"),url("/sc_fonts/futura/9ae9b7ee-debc-40a4-a866-31e93629431e.svg#9ae9b7ee-debc-40a4-a866-31e93629431e") format("svg");
font-weight: 500;
font-style: oblique;
}
@font-face{
font-family:"FuturaExtraBold";
src:url("/sc_fonts/futura/989f3aa4-daaf-4efc-adee-bd66fc4c374d.eot?#iefix");
src:url("/sc_fonts/futura/989f3aa4-daaf-4efc-adee-bd66fc4c374d.eot?#iefix") format("eot"),url("/sc_fonts/futura/b621e665-030e-4d32-ac21-2c6a99dc4ec1.woff") format("woff"),url("/sc_fonts/futura/d6e12f43-d3a5-4aba-a6fd-0d8b1dba0f8a.ttf") format("truetype"),url("/sc_fonts/futura/6da47d30-2cc4-4982-abfa-6b00802ad34b.svg#6da47d30-2cc4-4982-abfa-6b00802ad34b") format("svg");
font-weight: 600;
font-style: normal;
}
@font-face{
font-family:"FuturaExtraBoldOblique";
src:url("/sc_fonts/futura/774260c1-4514-43b5-a75d-d90f18e45b69.eot?#iefix");
src:url("/sc_fonts/futura/774260c1-4514-43b5-a75d-d90f18e45b69.eot?#iefix") format("eot"),url("/sc_fonts/futura/48c3f3d1-5225-44dc-87f6-6a6079c8bc7e.woff") format("woff"),url("/sc_fonts/futura/96ae8a65-51fb-4450-b8c7-3b66c23548ab.ttf") format("truetype"),url("/sc_fonts/futura/e1e84bfe-4d42-420a-96f1-e094d0f6207a.svg#e1e84bfe-4d42-420a-96f1-e094d0f6207a") format("svg");
font-weight: 600;
font-style: oblique;
}
@font-face{
font-family:"FuturaCondensedLight";
src:url("/sc_fonts/futura/52e8dce1-903f-4c5f-86f5-48db5291ed0c.eot?#iefix");
src:url("/sc_fonts/futura/52e8dce1-903f-4c5f-86f5-48db5291ed0c.eot?#iefix") format("eot"),url("/sc_fonts/futura/bc6e85fb-07d4-4dde-af94-99f48e87bcfb.woff") format("woff"),url("/sc_fonts/futura/7c53bf27-4d0c-42a7-a613-6e9ac9a671c3.ttf") format("truetype"),url("/sc_fonts/futura/18849c4d-6a4c-4127-8037-55fb642dd01e.svg#18849c4d-6a4c-4127-8037-55fb642dd01e") format("svg");
font-weight: 100;
font-style: normal;
}
@font-face{
font-family:"FuturaCondensedLightOblique";
src:url("/sc_fonts/futura/4c97a23b-7d76-4367-82f2-628e6d7bdcae.eot?#iefix");
src:url("/sc_fonts/futura/4c97a23b-7d76-4367-82f2-628e6d7bdcae.eot?#iefix") format("eot"),url("/sc_fonts/futura/98eaa595-7d3a-44bf-91b6-e12e1c602f69.woff") format("woff"),url("/sc_fonts/futura/90b66fa6-10f9-4a05-b81d-72f4675e457b.ttf") format("truetype"),url("/sc_fonts/futura/2e0dd704-eea4-4219-bd9c-ccf0a126c318.svg#2e0dd704-eea4-4219-bd9c-ccf0a126c318") format("svg");
font-weight: 100;
font-style: oblique;
}
@font-face{
font-family:"FuturaCondensedBook";
src:url("/sc_fonts/futura/1bfccd89-642d-4b67-9fd7-617a011e5359.eot?#iefix");
src:url("/sc_fonts/futura/1bfccd89-642d-4b67-9fd7-617a011e5359.eot?#iefix") format("eot"),url("/sc_fonts/futura/2b5f6438-9ba2-4cb5-8e27-2f97ba6a23fe.woff") format("woff"),url("/sc_fonts/futura/4108eb17-d6a6-4f63-b7f8-39621c7af93d.ttf") format("truetype"),url("/sc_fonts/futura/9f3b0e23-9924-47c9-8ec0-1cbf3e6617ae.svg#9f3b0e23-9924-47c9-8ec0-1cbf3e6617ae") format("svg");
font-weight: 200;
font-style: normal;
}
@font-face{
font-family:"FuturaCondensedBookOblique";
src:url("/sc_fonts/futura/4370fe1f-8d1a-4ebe-8e5f-b4e2b8f3e6ed.eot?#iefix");
src:url("/sc_fonts/futura/4370fe1f-8d1a-4ebe-8e5f-b4e2b8f3e6ed.eot?#iefix") format("eot"),url("/sc_fonts/futura/c93e6e9d-9ecc-49b8-b2db-770a6e97f906.woff") format("woff"),url("/sc_fonts/futura/09552b9e-e253-47c0-a835-f817108e1df3.ttf") format("truetype"),url("/sc_fonts/futura/b5139d13-5d9f-4a0d-8d62-4db4d4d8807a.svg#b5139d13-5d9f-4a0d-8d62-4db4d4d8807a") format("svg");
font-weight: 200;
font-style: oblique;
}
@font-face{
font-family:"FuturaCondensedMedium";
src:url("/sc_fonts/futura/066af7b5-8d44-4f2b-9699-8b6308fddf52.eot?#iefix");
src:url("/sc_fonts/futura/066af7b5-8d44-4f2b-9699-8b6308fddf52.eot?#iefix") format("eot"),url("/sc_fonts/futura/e1dd1227-bfd3-419a-a0b7-5043ee837de8.woff") format("woff"),url("/sc_fonts/futura/849fb24d-be49-4b9c-b72d-09ca575cd17e.ttf") format("truetype"),url("/sc_fonts/futura/9d959329-7b97-4d9a-bc1e-a1db0056b647.svg#9d959329-7b97-4d9a-bc1e-a1db0056b647") format("svg");
font-weight: 300;
font-style: normal;
}
@font-face{
font-family:"FuturaCondensedMediumOblique";
src:url("/sc_fonts/futura/ac7e1a79-5d62-47b3-8819-9765187d222c.eot?#iefix");
src:url("/sc_fonts/futura/ac7e1a79-5d62-47b3-8819-9765187d222c.eot?#iefix") format("eot"),url("/sc_fonts/futura/4e3ae886-0b4c-48e5-9857-721c13e92d67.woff") format("woff"),url("/sc_fonts/futura/0908c3d7-49fd-4e50-8a9e-a2c94c7ee3f6.ttf") format("truetype"),url("/sc_fonts/futura/af91b6eb-57c9-4781-80f3-8471e793a644.svg#af91b6eb-57c9-4781-80f3-8471e793a644") format("svg");
font-weight: 300;
font-style: oblique;
}
@font-face{
font-family:"FuturaCondensedBold";
src:url("/sc_fonts/futura/cc45e47a-e7d7-4c08-9636-b752e6080c58.eot?#iefix");
src:url("/sc_fonts/futura/cc45e47a-e7d7-4c08-9636-b752e6080c58.eot?#iefix") format("eot"),url("/sc_fonts/futura/cb0cbc20-2937-4276-8578-dfabb1e836d7.woff") format("woff"),url("/sc_fonts/futura/23e3a45c-9ec5-4e2f-b07f-3a4ebd7e92dc.ttf") format("truetype"),url("/sc_fonts/futura/263960a9-cd0c-4c7e-bc6a-9576eee6d860.svg#263960a9-cd0c-4c7e-bc6a-9576eee6d860") format("svg");
font-weight: 500;
font-style: normal;
}
@font-face{
font-family:"FuturaCondensedBoldOblique";
src:url("/sc_fonts/futura/d987bbe7-e2e3-49a8-bc4d-246991c7f7ba.eot?#iefix");
src:url("/sc_fonts/futura/d987bbe7-e2e3-49a8-bc4d-246991c7f7ba.eot?#iefix") format("eot"),url("/sc_fonts/futura/7a88b302-9eb1-407d-8d2a-81f3c65e86f4.woff") format("woff"),url("/sc_fonts/futura/2da33190-06b7-4b63-8491-dab0f17776a5.ttf") format("truetype"),url("/sc_fonts/futura/3a44653d-b7b3-486f-b56d-05214da2ff89.svg#3a44653d-b7b3-486f-b56d-05214da2ff89") format("svg");
font-weight: 500;
font-style: oblique;
}
@font-face{
font-family:"FuturaCondensedExtraBold";
src:url("/sc_fonts/futura/58a4ff63-8424-400f-bace-2180d7be237b.eot?#iefix");
src:url("/sc_fonts/futura/58a4ff63-8424-400f-bace-2180d7be237b.eot?#iefix") format("eot"),url("/sc_fonts/futura/e5884cfa-9ce5-47d9-97ab-80e134ff214a.woff") format("woff"),url("/sc_fonts/futura/123296ff-19df-44f6-a3c1-a493a4a3946e.ttf") format("truetype"),url("/sc_fonts/futura/8369df78-05ad-46f7-b481-d94eeeb87d75.svg#8369df78-05ad-46f7-b481-d94eeeb87d75") format("svg");
font-weight: 600;
font-style: normal;
}
@font-face{
font-family:"FuturaCondensedExtraBoldOblique";
src:url("/sc_fonts/futura/ba714f32-d3b1-4a62-827c-422d4e27149d.eot?#iefix");
src:url("/sc_fonts/futura/ba714f32-d3b1-4a62-827c-422d4e27149d.eot?#iefix") format("eot"),url("/sc_fonts/futura/e364bed7-500b-4cf5-aaba-dc669dcf6912.woff") format("woff"),url("/sc_fonts/futura/56988ca1-792c-4909-8efa-77f20c111283.ttf") format("truetype"),url("/sc_fonts/futura/d2c643fa-d0e1-407e-b0d3-35f8b116e0c4.svg#d2c643fa-d0e1-407e-b0d3-35f8b116e0c4") format("svg");
font-weight: 600;
font-style: oblique;
}
/*Drexel Typeography*/


body{color:#000;font:normal 12px/1.5 arial, helvetica, sans-serif;}
h1,h2{font:bold 18px/1 FuturaCnd, arial, sans-serif;text-transform:uppercase;color:#07294d;}
h1{}
	article h1{font-size:3em;margin-bottom:20px;}
	aside h1{font-size:1.9em;}
	nav h1, menu h1{font-size:1.9em;margin-bottom:10px;}
h2{}
	article h2{font-size:1.6em;margin-bottom:20px;}
	aside h2{font-size:1.1em}
/*rte styles*/
h3{font-size:1.1em;font-weight:bold;}
	article h3{}
	aside h3{}
h4{font-size:14px;font-style:italic;}
h5{font-size:14px;text-transform:uppercase;}

p{margin-bottom:20px;font-size:1.1em;}
p.more{font:bold 1em/1.3 FuturaCnd, arial, sans-serif;text-transform:uppercase;}

a { color: #069;text-decoration:none; }
a:visited { color: #006699; }
a:hover { color: #006699; text-decoration:underline; }
a:hover, a:active { outline: 0; }

.skip-link {
    background: #07294d;
    color: #fff !important;
    display: block;
    left: 200px;
    position: absolute;
    top: -9999px;
    z-index: 10000;
    padding: 10px;
    font-size: 1rem;
	text-decoration: none;
}
.skip-link:focus {
    top: 6px;
}

ul, ol { margin: 0 0 20px; padding: 0 0 0 15px; }
article ul{list-style-type:disc;}
article ul ul{list-style-type:square;margin-bottom:0;}
article ol, #center-rail ol {list-style-type:decimal;}
article ol ol{list-style-type:lower-latin;margin-bottom:0;}
article li{margin-bottom:5px;}
article li li:last-child{margin-bottom:0;}
article li li:first-child{margin-top:5px;}

dd { margin: 0 0 0 10px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
nav a:hover{text-decoration:none;}

hr { display: block; height: 1px; border: 0; border-top: 1px solid #E1E1E0; margin: 1em 0; padding: 0; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/*strong,b{font-weight:bold;}*/
table{margin-bottom:20px;}
em, i{font-style:italic;}

/*utility*/
.left,.col{float:left;}
.col{display:inline;}
.right{float:right;}
.tright{text-align:right;}
.hide{display:none;}
.pad{padding:10px;}
.vpad{padding:10px 0;}
.push{margin:10px;}
.vpush{margin:10px 0;}
.print-only{display:none;}
.placeholder {color: #aaa;}
.icon{height:30px;width:30px;display:inline-block;*display:block;*float:left;background-image:url(/~/media/Images/coresite/ui/sprite.ashx);background-repeat:no-repeat;}


/* ----- BEGIN PRINT CSS ----- */
/* ----- MODIFIED: CH456, ORIGINAL ON PREVIOUS VERSION ----- */

/*print styles. inlined to prevent additional http request*/

@media print{
	*{ background: transparent !important; color: #000 !important; text-shadow: none !important; }
	body{padding:0; margin: 0;}
	a, a:visited{ color: #000 !important; text-decoration: underline; }
	/*a:after{ content: " (" attr(href) ")"; }*/
	abbr:after{ content: " (" attr(title) ")"; }
	.ir a:after{ content: ""; }  /* Don't show links for images */
	pre, blockquote{ border: 1px solid #999; page-break-inside: avoid; }
	thead{ display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img{ page-break-inside: avoid; }
	@page{ margin: 0.5cm; }
	p, h2, h3{ orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
	.print-only{display:block;}
	*{float:none !important;width:auto !important;position:relative !important;}
       
        .print-none {display: none;}
	
	/* Sifter 15314 */
	#center-rail.grid-12,
	#center-rail.grid-18,
	#right-rail.grid-6 {
	clear: both !important;
	display: block !important;
	left: 0;
	width: 100%; }

	#center-rail a:link:after,
	#center-rail a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%; }

	#center-rail figcaption {
	padding-left: 0 !important; }

	#center-rail .listing-filter,
	#center-rail .pagination {
	display: none !important; }

	#center-rail .listing .row {
	width: 100% !important; }

	#center-rail .listing .row .alpha,
	#center-rail .listing .row .omega {
	float: left !important;
	clear: none; }

	#center-rail .listing .row .alpha {
	width: 170px !important; }

	#center-rail .listing .row .omega {
	width: 440px !important;
	padding-left: 10px !important;
	padding-top: 5px !important; }

	#center-rail .index-listing .row {
	width: 100% !important; }

	#center-rail .index-listing .row .grid-6 {
	display: block !important;
	float: left !important;
	width: 200px !important; }

	#center-rail .index-listing .grid-6 a {
	width: 200px !important;
	float: left !important;
	text-decoration: none !important; }

	#center-rail .index-listing h2 {
	margin: 0 0 10px 0 !important;
	min-height: 40px !important; }

	#center-rail .index-listing figcaption {
	padding: 2px 5px 15px !important; }

	#center-rail .index-listing img {
	width: 190px !important; }

	#right-rail.grid-6 a {
	text-decoration: none !important; }

	#right-rail.grid-6 img {
	float: left !important;
	padding-right: 15px; }

	#right-rail.grid-6 img,
	#right-rail.grid-6 p {
	display: inline-block !important;
	margin-left: 0 !important; }

	#right-rail.grid-6 h1 {
	padding: 0 !important; }

	#right-rail.grid-6 p {
	padding-bottom: 10px !important;
	width: 650px !important; }

	#right-rail.grid-6 p.more {
	display: none !important; }

	#right-rail.grid-6 .blue {
	display: block !important;
	clear: both !important;
	padding-top: 25px !important; }

	#right-rail.grid-6 .related {
	padding-left: 0 !important; }

	#right-rail.grid-6 .related a:link:after,
	#right-rail.grid-6 .related a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%; }

	#right-rail.grid-6 .related p a,
	#right-rail.grid-6 .related hr,
	#right-rail.grid-6 .listing-filter {
	display: none !important; }

	#right-rail.grid-6 .related li {
	border-bottom: 1px solid #E1E1E0 !important;
	padding-top: 10px !important; }

	#right-rail.grid-6 .related li:last-child {
	border-bottom: none !important; }

	ul.bg-images,
	div.page-top,
	.row #hero,
	#left-rail,
	#right-rail .yellow,
	#follow-callout,
	#footer {
	display: none !important; }
        
        #main-nav{display:none;}
        #global-nav { display: none;}

	.home-hero #hero,
	.js .home-hero #hero .captions li {
	display: block !important;
	width: 100%; }

	.home-hero #hero .thumb-pager-container,
	.home-hero #hero p.more,
	.home-hero #hero .tabs-nav {
	display: none !important; }

	.home-hero #hero {
	padding-bottom: 25px;
	min-height: 0 !important; }

	.home-hero #hero .captions {
	margin-bottom: 0 !important; }

	.home-hero #hero .caption {
	min-height: 0 !important;
	padding: 0 !important; }

	#bingo .square {
	display: block !important;
	float: none !important;
	width: 300px !important; }

	#bingo .title-square-3 {
	clear: both !important;
	height: auto !important;
	padding: 0 !important;
	padding-top: 40px !important;
	width: 100% !important;
	margin: 50px 0 !important; }

	#bingo .content {
	display: block !important;
	float: left !important;
	height: auto !important;
	padding: 0 !important;
	padding-top: 25px !important;
	width: 100% !important; }

	#bingo .hidden-content {
	background: none !important;
	box-shadow: none !important;
	display: inline-block !important;
	float: left !important;
	height: auto !important;
	left: 0 !important;
	position: relative !important;
	top: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	width: 100% !important; }

	#bingo .empty-square {
	display: none !important; }

	#bingo a {
	text-decoration: none !important; }

	#bingo a:link:after, #bingo a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%; }

	#bingo p {
	margin-bottom: 0 !important; }

        .article-intro div.meta div.meta__author img {
        width:100px !important;
        height:auto !important;
        float:left !important; }

        .grid-8 ul li, .grid-12 ul li, .grid-18 ul li, .grid-24 ul li, .hidden-content ul li, .sidehome li, .bullets li, .bullet-list-single li {
        background: none !important;
        list-style: inherit !important;
        padding-left: 5px !important;
        margin-left: 20px !important; }
}

/* ----- END PRINT CSS ----- */

/*!
DC-publisher="Drexel University"
DC-creator="David Vespoli"
DC-title="Screen stylesheet for Drexel University"
DC-type="Style Sheet"
DC-date="2012-05"
DC-updated="$BuildDate$"
DC-source=""
DC-relation=""
DC-coverage="Styles from 3rd party libraries"
&lt;link rel="schema.DC" href="http://dublincore.org/documents/dces/" /&gt;
*/

/*formalize*/
label {display:block;margin-bottom:5px;}


input[type="search"]::-webkit-search-decoration {
	display: none;
}

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
	-webkit-box-shadow: #0066ff 0 0 5px 0;
	-moz-box-shadow: #0066ff 0 0 5px 0;
	box-shadow: #0066ff 0 0 5px 0;
	z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

button, a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	display:inline-block;
	-webkit-appearance: none;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background: #FFC600;
	border: none;
	cursor: pointer;
	color: #0d1e31;
	font:bold 16px/1 FuturaCnd, arial, sans-serif;
	text-transform:uppercase;
	outline: 0;
	overflow: visible;
	margin: 0 0 5px 0;
	padding: 7px 20px;
	text-shadow: white 0 1px 1px;
	vertical-align: top;
	width: auto;
	*padding-top: 2px;
	*padding-bottom: 0;
}
button:hover,a.button,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color:#FFC600;
}
button:active,a.button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
	position:relative;top:1px;
}
button:focus,a.button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button {
	*padding-top: 1px;
	*padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	background-color: white;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: black;
	outline: 0;
	margin: 0;
	padding: 5px 0 5px 7px;
	text-align: left;
	font-size: 13px;
	font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
	height: 28px;
	vertical-align: top;
	*padding-top: 5px;
	*padding-bottom: 4px;
	*height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
	background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	color: #888888;
	cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
	color: #888888;
}

textarea,
select[size],
select[multiple] {
	height: auto;
}

select[size="0"],
select[size="1"] {
	height: 1.8em;
	*height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
	select[size],
	select[multiple],
	select[multiple][size] {
	background-image: none;
	padding-right: 3px;
	}

	select,
	select[size="0"],
	select[size="1"] {
	background-image: url('/~/media/Images/coresite/ui/selectgif.ashx');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	}

	::-webkit-validation-bubble-message {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
	border: 1px solid;
	border-color: #747474 #5e5e5e #4f4f4f;
	color: white;
	font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
	overflow: hidden;
	padding: 15px 15px 17px;
	text-shadow: black 0 0 1px;
	height: 16px;
	}

	::-webkit-validation-bubble-arrow,
	::-webkit-validation-bubble-top-outer-arrow,
	::-webkit-validation-bubble-top-inner-arrow {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #666666;
	border: 0;
	}
}
textarea {
	min-height: 40px;
	overflow: auto;
	resize: vertical;
	width: 100%;
}

optgroup {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ie6_button,
* html button {
/*  background: #dddddd url('../images/button.png?1298351022') repeat-x; */
	border: 1px solid;
	border-color: #dddddd #bbbbbb #999999;
	cursor: pointer;
	color: #333333;
	font: bold 12px/1.2 Arial, sans-serif;
	padding: 2px 10px 0px;
	overflow: visible;
	width: auto;
}

* html button {
	padding-top: 1px;
	padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
	background: white;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: black;
	padding: 2px 3px 1px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	vertical-align: top;
}

* html select {
	margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
	color: #888888;
}

.ie6_input_disabled {
	background: #eeeeee;
}
.inline-display { display: inline; }

h2#site-title a { color: #ffffff; }
h2#site-title a:hover { color: #ffffff; text-decoration: none; }

#header a:focus {
	color: #ffc325
}

/* added styles */

.site-menu .site-menu__btn {
	color: #fff;
	background: #07294D url(/~/media/Images/coresite/ui/sprite.ashx) right -93px no-repeat;
	height: 37px;
	line-height: 37px;
	padding-left: 10px;
	margin-bottom: 0;
	font: bold 18px/1 FuturaCnd,arial,sans-serif;
	text-transform: uppercase;
	font: bold 1.9em FuturaCnd,arial,sans-serif;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
	padding-top: 2px;
}
.site-menu .site-menu__btn:focus {
	box-shadow: #0066ff 0 0 8px 3px;
}
.site-menu .site-menu__btn-open {
	background-position: right -142px;
}
.site-menu .site-menu__root {
	display: none;
}
.site-menu .site-menu__root.open {
	display: block;
}
.site-menu .site-menu__section--sublist { display: none; }
#main-nav .site-menu__section-link-open + .site-menu__section--sublist { visibility: visible; }
@media (min-width: 768px) {
	.site-menu .site-menu__btn { display: none; }
	.site-menu .site-menu__root { display: block; }
	.site-menu .site-menu__section--sublist { display: block; }
}/* --- Reverse standard yellow button to be blue ---- */
a.button-blue {
    color: #fff;
    background-color: #07294d;
    text-shadow: none;
}



/* --- Blue CTA text fix ---- */

.blue-call-to-action aside p {
    color: 
    #fff;
}

/* -----  header footer accessibility  ----- */
span.lockupSiteName { position:absolute; left:-5000px; }
span.socialMediaLabel { position:absolute; left:-5000px; }



/* ---------- WEIRD VIDEO SIDEBAR FIX: use the 'OverlayCssClass' parameter with 'video-fix' as the class. @dmt34 and ccj44---------- */
/* ---------- October 2017 @dmt34 and ccj44---------- */
.video-fix ~ .ilightbox-holder.dark {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    width: 100vw;
    max-width: 100vw;
    padding: 0 !important;
    height: 100vh;
    top: 0 !important;
    display: table !important;
}
.video-fix ~ .dark .ilightbox-container {
    display: table-cell;
    vertical-align: middle !important;
}
.video-fix ~ .ilightbox-holder .ilightbox-wrapper {
    background: none !important;
    height: auto !important;
}






/* ---------- News Archive Pagination ---------- */
.pager-links { 
    font-size: medium; 
    font-family: FuturaCnd;
    color: #006699; 
    padding-top: 7px; 
    margin-left: 2px; 
    margin-right: 2px; 
}
.news-pager { 
    text-align: center; 
}
.news-pager .button { 
    padding: 2px 5px 5px 5px !important; 
}
/* ---------- END News Archive Pagination ---------- */



/* ---------- ACW FOOTER ---------- */
.footer-marketing-main {
    overflow: hidden;
}
.footer-marketing-main .block {
    background: #07294d;
    padding: 20px;
    width: 146px;
    height: 118px;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px black;
}
.footer-marketing-main a {
    width: 100%;
    height: 100%;
    display: block;
}
.footer-marketing-main img {
    width: 100%;
    padding: 0 8%;
}
.footer-marketing-main .block.left {
    margin-left: 20px;
    margin-right: 20px;
}

/* ---------- END ACW FOOTER ---------- */


/* ---------- REMOVE SECOND FOOTER BOX ---------- */
/* Note: Remove this chunk of CSS if there needs to be a second marketing box in the footer. This was previously the Co-op 100 box - ccj44 (this CSS added June 30, 2020) */
.footer-marketing-main .block.left {
    display: none !important;
}
.footer-marketing-main .block.right {
    margin-left: 20px;
}
/* ---------- END ACW ADJUST  ---------- */


/* ---------- Helpful Hint Box ---------- */
.hint p {
    margin: 0px;
    padding-left: 5px;
}
.hint {
    border: 1px solid #e1e1e0;
    position: relative;
    width: 90%;
    margin: 20px 5%;
    padding: 5px;
    display: table;
    border-left: 40px solid #e1e1e0;
}
.hint::before {
    position: absolute;
    content: "\f06a";
    color: #006699;
    font-family: FontAwesome;
    font-size: 21px;
    text-align: center;
    width: 40px;
    display: block;
    top: 50%;
     -webkit-transform: translate(-44px, -50%);
    -moz-transform:  translate(-44px, -50%);
    -ms-transform:  translate(-44px, -50%);
    transform: translate(-44px, -50%);
}
/* --------------------------------------- */


aside.yellow a {
   display:block;
}


/* SOCIAL CONNECTIONS */
.social-connections ul li img {
  height: 20px;
  width: 20px;
}

.compact-table table td,
.compact-table table th {
        padding: 3px 10px;
}

/* clear floats - emy26 */

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* floats - emy26 */

.float-left {
	float:left;
	width:50%;
	margin:0 20px 10px 0;
}
.float-right {
	float:right;
	width:50%;
	margin:0 0 10px 20px;
}
#mainform .percent-100 {
	width: 100%;
	height:auto;
}
#mainform .percent-95 {
	width:95%;
	height:auto;
}
#mainform .percent-90 {
	width:90%;
	height:auto;
}
#mainform .percent-85 {
	width:85%;
	height:auto;
}
#mainform .percent-80 {
	width:80%;
	height:auto;
}
#mainform .percent-75 {
	width:75%;
	height:auto;
}
#mainform .percent-70 {
	width:70%;
	height:auto;
}
#mainform .percent-65 {
	width:65%;
	height:auto;
}
#mainform .percent-60 {
	width:60%;
	height:auto;
}
#mainform .percent-55 {
	width:55%;
	height:auto;
}
#mainform .percent-50 {
	width:50%;
	height:auto;
}
#mainform .percent-45 {
	width:45%;
	height:auto;
}
#mainform .percent-40 {
	width:40%;
	height:auto;
}
#mainform .percent-35 {
	width:35%;
	height:auto;
}
#mainform .percent-30 {
	width:30%;
	height:auto;
}
#mainform .percent-25 {
	width:25%;
	height:auto;
}
#mainform .percent-20 {
	width:20%;
	height:auto;
}
#mainform .percent-15 {
	width:15%;
	height:auto;
}
#mainform .percent-10 {
	width:10%;
	height:auto;
}
#mainform .percent-5 {
	width:5%;
	height:auto;
}
#mainform .pad-10 {
	padding:10%;
}
#mainform .pad-9 {
	padding:9%;
}
#mainform .pad-8 {
	padding:8%;
}
#mainform .pad-7 {
	padding:7%;
}
#mainform .pad-6 {
	padding:6%;
}
#mainform .pad-5 {
	padding:5%;
}
#mainform .pad-4 {
	padding:4%;
}
#mainform .pad-3 {
	padding:3%;
}
#mainform .pad-2 {
	padding:2%;
}
#mainform .pad-1 {
	padding:1%;
}
#mainform .pad-0 {
	padding:0;
}
#mainform .marg-10 {
	margin:10%;
}
#mainform .marg-9 {
	margin:9%;
}
#mainform .marg-8 {
	margin:8%;
}
#mainform .marg-7 {
	margin:7%;
}
#mainform .marg-6 {
	margin:6%;
}
#mainform .marg-5 {
	margin:5%;
}
#mainform .marg-4 {
	margin:4%;
}
#mainform .marg-3 {
	margin:3%;
}
#mainform .marg-2 {
	margin:2%;
}
#mainform .marg-1 {
	margin:1%;
}
#mainform .marg-0 {
	margin:0;
}
#mainform .no-scale {
	width:auto;
	height:auto;
}

/* scale - emy26 */

.scale-90 {
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}
.scale-80 {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}
.scale-70 {
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-o-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
}
.scale-60 {
	-webkit-transform: scale(.6);
	-moz-transform: scale(.6);
	-o-transform: scale(.6);
	-ms-transform: scale(.6);
	transform: scale(.6);
}
.scale-50 {
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-o-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}
.scale-40 {
	-webkit-transform: scale(.4);
	-moz-transform: scale(.4);
	-o-transform: scale(.4);
	-ms-transform: scale(.4);
	transform: scale(.4);
}
.scale-30 {
	-webkit-transform: scale(.3);
	-moz-transform: scale(.3);
	-o-transform: scale(.3);
	-ms-transform: scale(.3);
	transform: scale(.3);
}
.scale-20 {
	-webkit-transform: scale(.2);
	-moz-transform: scale(.2);
	-o-transform: scale(.2);
	-ms-transform: scale(.2);
	transform: scale(.2);
}
.scale-10 {
	-webkit-transform: scale(.1);
	-moz-transform: scale(.1);
	-o-transform: scale(.1);
	-ms-transform: scale(.1);
	transform: scale(.1);
}

/* fade element - emy26 */

.fade {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* for IE8 in IE7 mode */
	filter: alpha(opacity=100); /* for IE6-IE8 */
	opacity: 1.0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateZ(0);
        transform: translateZ(0);
}
.fade:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /* for IE8 in IE7 mode */
	filter: alpha(opacity=60); /* for IE6-IE8 */
	opacity: .6;
}

/* generic "more button" with arrow - emy26 */

.more-button {
	display:inline-block;
	zoom:1; *display: inline; _height: 22px; /* IE fix for inline-block */
	height:22px;
	color: #07294D;
	font: bold 1em/1 FuturaCnd,arial,sans-serif;
	text-transform:uppercase;
	background: url("/~/media/Images/coresite/ui/sprite2.png") no-repeat scroll 0 -422px;
	margin:0;
	padding:4px 0 0 27px;
}
.more-button:visited {
	color: #07294D;
}
.more-button:hover {
	color:#006699;
}

/* flat button */

.flat-button {
   display:inline-block;
   border:1px solid #ccc;
   font-family:Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   font-size:12px;
   line-height:1.3em;
   color:#ccc;
   text-align:center;
   text-decoration:none;
   letter-spacing:.6em;
   margin:0 0 20px 0;
   padding:20px 30px;
   -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.flat-button:hover {
   text-decoration:none;
   border:1px solid #000;
   color:#000;
}

/* remove space before list - emy26 */

.before-list {
	margin-bottom:5px !important;
	padding-bottom:0px !important;
}

/* indent element - emy26 */

.indent-left {
	position:relative;
	margin-left:50px;
}
.indent-right {
	position:relative;
	margin-right:50px;
}

/* text - emy26 */

#mainform .yellow-text {
   color:#FFC600;
}

#mainform .orange-text {
   color:#FF8F1C;
}

#mainform .green-text {
   color:#B7BF10;
}

#mainform .light-blue-text {
   color:#6CACE4;
}

.tiny-text {
	font-size:90% !important;
}
.big-text {
	font-size:120% !important;
}
.error-text {
	color:red !important;
	background: url("/~/media/Images/coresite/ui/text-icons/error-text.png") no-repeat left top;
	padding-left:27px;
}
.warning-text {
	color:#fea01b !important;
	background: url("/~/media/Images/coresite/ui/text-icons/warning-text.png") no-repeat left top;
	padding-left:27px;
}
.success-text {
	color:green !important;
	background: url("/~/media/Images/coresite/ui/text-icons/success-text.png") no-repeat left top;
	padding-left:27px;
}

/* puts the items inside a 1px grey border box - emy26 */

.white-box {
	border:1px solid #E1E1E0;
	margin-bottom:20px;
	padding:20px;
}

/* puts the items inside a light grey box - emy26 */

.grey-box {
	background-color:#E1E1E0;
	margin-bottom:20px;
	padding:20px;
}

/* profile-sidebar &amp; callout sidebar - emy26 */

.profile-sidebar,
.callout-sidebar {
	border:1px solid #E1E1E0;
	margin-bottom:20px;
	padding:20px;
}
.profile-sidebar aside,
.callout-sidebar aside {
	margin-bottom:0;
}
.profile-sidebar p {
	padding-bottom:12px;
}
.profile-sidebar img,
.callout-sidebar img {
	max-width:auto;
	width:auto;
	margin-left:0;
}
.callout-sidebar p {
	padding-bottom:0;
	margin-bottom:12px;
}
.callout-sidebar li {
	list-style:square;
}

/* fit vid - emy26 */

.fitVids {
	margin:0 0 20px 0;
}






/* em brand heading - emy26 */

#page .em-brand-heading {
   position:relative;
   font-size:350%;
   line-height:.8em;
   color:#fff;
   background:#ffc600 url(~/media/Images/coresite/ui/diagonal-lines.png) repeat-x top left;
   margin:0 0 20px 0;
   padding:60px 0 0 0;
}

#page .em-brand-heading span {
   position:absolute;
   bottom:-2px;
   left:-3px;
}




.EM-stories h2 {
   margin-top:10px;
}











/************************************** --- thumb box widget --- **************************************/

.thumb-box {
	position:relative;
	width:100%;
	background-color:#ebebeb;
	margin:0 0 40px 0;
}

.thumb-box a .thumb-box__info {
	background-color:#ebebeb;
}

.thumb-box a:hover .thumb-box__info {
	background-color:#ccc;
}

.thumb-box a:hover {
	text-decoration:none;
}

.thumb-box__img {
	position:relative;
}

.thumb-box__img a {
	display:block;
}

.thumb-box__img img {
	width:100%;
	height:auto;
        vertical-align: middle;
}

.thumb-box__info {
	padding:20px;
}

#page .thumb-box__info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.8em;
	color:#696969;
}

#page .thumb-box__info p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.8em;
	color:#696969;
	margin:0 0 10px 0;
}

#page .thumb-box--photo .thumb-box__img a {
	display:block;
}

#page .thumb-box--photo .thumb-box__img a:before {
	position:absolute;
	content:"";
	left:1px;
	top:1px;
	width:37px;
	height:37px;
	background: url("~/media/Images/now/v2/ui/thumb-box-indicator-magnify.png") no-repeat top left;
}

#page .thumb-box--photo.thumb-box--top .thumb-box__img a:before {
	display:none;
}

#page .thumb-box--photo.thumb-box--top .thumb-box__img a {
	cursor:default;
}

#page .thumb-box--video .thumb-box__img:before {
	position:absolute;
	content:"";
	left:1px;
	top:1px;
	width:37px;
	height:37px;
	background: url("~/media/Images/now/v2/ui/thumb-box-indicator-videos.png") no-repeat top left;
}

#page .thumb-box--image-gallery .thumb-box__img:before {
	position:absolute;
	content:"";
	left:1px;
	top:1px;
	width:37px;
	height:37px;
	background: url("~/media/Images/now/v2/ui/thumb-box-indicator-photos.png") no-repeat top left;
}







/* ------------ OPTIONAL CLASSES ABOVE ------------ MANDATORY FIXES / RULES BELOW ------------ */

.dnow-data-list li img {
   width:150px;
   height:auto;
}

#center-rail, 
aside {
	word-wrap: break-word;
}
iframe {
	border:0;
}

/* tables - emy26 */

table {
	width:100%;
	border:1px solid #E1E1E0;
	margin:0 0 30px 0;
}
table td,
table th {
	vertical-align:top;
	padding:10px;
}
table td p,
table th p {
	margin:0 0 10px 0;
}
table th {
	font: bold 1.4em/1.4 FuturaCnd,arial,sans-serif;
	color: #333;
	background-color:#FFC600;
}
table tr:nth-of-type(odd) {
	background-color:#f2f2f2;
}


/* default grid-12 list style - emy26 */

.grid-8 ul li,
.grid-12 ul li,
.grid-18 ul li,
.grid-24 ul li,
.hidden-content ul li,
.sidehome li,
.bullets li,
.bullet-list-single li { /* only in certain grids... i don't want to override any other lists from NavArts such as index listing pages */
	list-style:none;
	background: url("/~/media/Images/coresite/ui/l-square.png") no-repeat left 4px;
	margin:0 0 7px 0;
	padding-left:20px;
}
.events-list li {
	overflow:auto;
}
article ol,
#center-rail ol {
	margin:0 0 20px 16px;
}

/* DON'T inherit default list styling */

.events-list &gt; li,
.button-group li,
.upcoming-events-list li,
.pagination li,
#breadcrumbs ul li,
.tabs &gt; li,
.search-results li,
.pagination-top li { 
	background: none !important;
	padding-left:0 !important;
}

/* DU accordian - adding space below the title */

.DUAccordion {
	background: url("/~/media/Images/coresite/ui/sprite2.ashx") no-repeat scroll left -422px transparent;
	margin: 8px 0 20px 0;
	padding-left: 40px;
}
.accordion-content {
	margin-bottom:40px;
}
.DUAccordion {
	border-bottom: 1px solid #E1E1E0;
	background: url(/~/media/Images/coresite/ui/sprite2.ashx) left -422px no-repeat;
	cursor: pointer;
	margin: 8px 0;
}
.DUAccordion.open {
	background-position: left -1000px;
}
.DUAccordion a:hover {
	text-decoration: none;
}

h2.DUAccordion:hover,
.faq-container h2:hover {
	color:#069 !important;
}

.faq-container h3 {
   color:#006699;
   cursor:pointer;
   margin-top:30px;
}

.faq-container h3:hover {
   text-decoration:underline;
}

/* mobile news flyout img fix - emy26 */

#aside-news li img {
	width:150px;
	height:auto;
}

/* not sure who wrote this rule - emy26 */

@media all and (max-width : 740px) {
	#main-nav ul.open li, #fat-nav li ul.open li {
		float: left;
		line-height: 1em;
		width: 50%;
		min-height: 50px;
		padding-top: 10px;
	}
}

/* safety alert */

div.safety-alert {
	/*padding: 20px;*/
	position: relative;
	z-index: 80000;
}
div.safety-alert h1 {
	font-size: 20px;
}
div.safety-alert div.alert-copy {
	color: #000000;
	font-size: 12px;
	float: left;
}
div.safety-alert a.alertlink {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
div.safety-alert a.alertlink:hover {
}
div.safety-alert.DrexelAlert {
	background: url(/~/media/Images/coresite/ui/alerts/DrexelALERT-bg.ashx) top left repeat-x #d81300;
}
div.safety-alert.DrexelAlert h1 {
	color: #fbfc00;
	text-transform: none;
}
div.safety-alert.DrexelAlert div.alert-copy, div.safety-alert.DrexelAlert a.alertlink {
	color: #ffffff;
}
div.safety-alert.CampusWeatherAdvisory {
	background: url(/~/media/Images/coresite/ui/alerts/CampusWeather-bg.ashx) top left repeat-x #fff44d;
}
div.safety-alert.PublicHealthAdvisory {
	background: url(/~/media/Images/coresite/ui/alerts/PublicHealth-bg.ashx) top left repeat-x #b0a8fb;
}
div.safety-alert.PublicSafetyAdvisory {
	background: url(/~/media/Images/coresite/ui/alerts/PublicSafety-bg.ashx) top left repeat-x #fe8721;
}

/* aside events - blue */

aside.blue {
	overflow:auto;
}
aside.blue.events-sidebar ul {
	background: white;
	width: 92%;
	color: black;
	padding: 0;
	border-left: 1px solid #07294D;
}
aside.blue.events-sidebar ul li {
	padding: 12px 20px;
	border-bottom: 1px solid #07294D;
}
aside.blue.events-sidebar ul li span
{
}
aside.blue.events-sidebar ul li a {
	color: #006599;
	display: block;
	font-weight: bold;
}
aside.blue.events-sidebar ul li a:hover {
	text-decoration: underline;
}
aside.blue.now-news-sidebar ul {
	background: white;
	width: 92%;
	color: black;
	padding: 0;
	border-left: 1px solid #07294D;
}
aside.blue.now-news-sidebar ul li 
{
}
aside.blue.now-news-sidebar ul li a {
	color: #006599;
	display: block;
	padding: 12px 20px;
	border-bottom: 1px solid #07294D;
	font-weight: bold;
}
aside.blue.now-news-sidebar ul li a:hover {
	background: url(/~/media/Images/coresite/ui/right-arrow.ashx) 98% center no-repeat #fec900;
}

/* search */

.people-search-input {
	width: 80%;
}
.people-search-submit {
	width: 15px;
}
.ie-compat { background-color: #0cff00; padding: 5px 0; display: none; position: relative; z-index: 9000; font-size: 12pt; }
.ie-compat p { margin-bottom: 0px; }

/* Gray Sidebars */

aside.gray {
	background: none repeat scroll 0 0 #E1E1E0;
	color: #000000;
	overflow:auto;
}
aside.gray h1 {
	color: #07294D;
	padding: 20px;
}
aside.gray p {
	margin-left: 20px;
	margin-right: 20px;
}

/* Touch Menu Styling */

#main-nav li.touched a.section {
	color: #ffc325;
}
#main-nav li.touched ul {
	visibility: visible;
}

/* inner page main image description - turning background to white - emy26 */

article figcaption {
	background-color:#fff;
	color:#666;
	padding:2px;
}
figure{position:relative;margin-bottom:20px;border:1px solid #E1E1E0;padding:5px;max-width:580px;}
figure img{max-width:100%;}
figcaption{background-color: #fff;color: #666;padding: 2px;}

/* page image fit container width - emy26 */

article img {
	max-width: 100%;
	width: 100%;
	height:auto;
}
article .grid-6 img {
	max-width: auto;
	width: auto;
	height:auto;
}

/* Mega Menus */

ul.top-level &gt; li.mega &gt; ul { display: none; }
div.group-guide {
	margin: 0 auto;
	width: 99%;
}
div.group-guide div.group {
	float: left;
	text-align: left;
	width: 33%;
}
div.group-guide ul.group-guide {
	padding-left: 0;
}
div.group-guide ul.group-guide &gt; li {
	padding-left: 0 !important;
}

/* Upcoming Events Calendar Style Dates */

.upcoming-events-list {
	margin:10px 0;
	padding:0;
}
.upcoming-events-list &gt; li:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.event-date-block {
	clear: left;
	float: left;
	width:60px;
	margin:0 10px 20px 0;
	
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	
		-webkit-box-shadow: #929292 0px 0px 4px 0px;
	-moz-box-shadow: #929292 0px 0px 4px 0px; 
	box-shadow: #929292 0px 0px 4px 0px; 
}
.event-date-block .date-block-day {
	font-family:Arial, Helvetica, sans-serif;
	background: none repeat scroll 0 0 #FFC600;
	color: #000;
	display: block;
	font-size: 0.75em;
	padding: 2px 0;
	text-align: center;
	width: 100%;
	
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
}
.event-date-block .date-block-date {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #919191;
	display: block;
	font-size: 1.7em;
	line-height:1.3em;
	font-weight: bold;
	padding:0;
	text-align: center;
	
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	
		text-shadow: 0px 2px 0px #fff;
		background: #c9c9c9; /* Old browsers */
	background: -moz-linear-gradient(top, #c9c9c9 0%, #ededed 16%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(16%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c9c9c9 0%,#ededed 16%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c9c9c9 0%,#ededed 16%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c9c9c9 0%,#ededed 16%); /* IE10+ */
	background: linear-gradient(to bottom, #c9c9c9 0%,#ededed 16%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

/* Button Lists */

.button-list { }
.button-list ul {
	margin: 0 !important;
	padding: 0 !important;
}
.button-list ul li {
	margin: 0 !important;
	padding: 0 !important;
}
.button-list ul li a {
	display: block;
	margin-bottom: 5px;
}
.button-list.image {}
.button-list.image ul {}
.button-list.image ul li { }
.button-list.image ul li a {
	height: 52px;
	padding-left: 85px;
}
.button-list.image ul li a img {
	float: left;
	margin-left: -85px;
	margin-top: -7px;
}

/* Bullet Descriptions*/

.bullet-descriptions { }
.bullet-descriptions ul {
	margin: 0;
	padding: 0;
}
.bullet-descriptions ul li {
	padding: 0 !important;
	background: none !important;
	margin-bottom: 0 !important;
}
.bullet-descriptions ul li a { 
	font: normal 140%/1 FuturaCnd,arial,sans-serif;
	font-weight:bold;
	color: #006699;
	text-transform: uppercase;
}
.bullet-descriptions ul li a:hover { }

/* Bullet List */

.bullet-list { 
	overflow:auto;
	padding: 20px 10px 20px 0;
	margin-bottom: 10px;
}
.bullet-list:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.bullet-list h2 {
	color: #04274F;
	margin-bottom: 15px;
	padding: 0 20px;
}
.bullet-list.grey, .bullet-list {
	background-color: #E1E1E0;
	}
.bullet-list.brown { 
	background-color: #BFB8AF;
}
.bullet-list.green { 
	background-color: #BAC5B9;
}
.bullet-list.cream { 
	background-color: #fff4cc;
}
.bullet-list ul {
	float: left;
	margin-bottom: 0px;
	width: auto;
}
.bullet-list ul li { }
.bullet-list ul li a {
	color: #04274F;
}
.bullet-list ul li a:hover { }
.bullet-list-single.columns {
	width:100%;
}

/* Events Styling - srb36 */
/* 1 Event Call Out */

.event-callout p.date {
	padding: 0px;
	font-style: italic;
}
.event-callout p.time {
	font-weight: bold;
}
.event-callout.internal {
	border: 1px solid #E1E1E0;
	margin-bottom: 20px;
}
.event-callout.internal .event-callout-inner {
	padding: 20px 20px 0;
}

/* Upcoming Events */

.upcoming-events { }
.upcoming-events h2 { font-size: 20px;}
.upcoming-events ul.upcoming-events-list {
	overflow:visible;
	padding: 0;
	margin-top: 20px;
}
.upcoming-events ul.upcoming-events-list li {
	padding: 0;
}
.upcoming-events ul.upcoming-events-list li a {
	font: bold 18px/1 FuturaCnd,arial,sans-serif;
	text-transform: uppercase;
}
.upcoming-events ul.upcoming-events-list li a.calendar-style {
	font-family: Arial;
	font-size: 16px;
	text-transform: none;
}
.upcoming-events ul.upcoming-events-list li .upcoming-events-date {
	font-style: italic;
	margin-bottom: 0px;
}
.upcoming-events ul.upcoming-events-list li .upcoming-events-time {
	font-weight: bold;
}
.upcoming-events ul.upcoming-events-list &gt; li:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.upcoming-events ul.upcoming-events-list li .event-date-block {
	clear: left;
	float: left;
	margin-right: 10px;
}

/*
.upcoming-events ul.upcoming-events-list li .event-date-block .date-block-day {
	font-family:Arial, Helvetica, sans-serif;
	background: none repeat scroll 0 0 #FFA300;
	border-bottom: 2px solid #4F4F4F;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #000000;
	display: block;
	font-size: 0.8em;
	padding: 2px 5px;
	text-align: center;
	width: 100%;
}
*/

.upcoming-events ul.upcoming-events-list li .event-date-block.icon-2 .date-block-day {
	background-color: #66adef;
}

/*
.upcoming-events ul.upcoming-events-list li .event-date-block .date-block-date {
	background: none repeat scroll 0 0 #E9E8E7;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #97978d;
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	padding: 1px 0;
	text-align: center;
}
*/

#right-rail .upcoming-events {
	padding-left:15px;
}

/* Event Listing */

.event-listing { }
.event-listing ul.events-list {
	padding: 0;
}
.event-listing ul.events-list li {
	border-top: 1px solid #E0E0E0;
	padding: 15px 0;
	margin: 0;
}
.event-listing ul.events-list li:last-child {
	border-bottom: 1px solid #E0E0E0;
}
.event-listing ul.events-list li:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.event-listing ul.events-list li img {
	border: 1px solid #E0E0E0;
	float: right;
	padding: 5px;
	margin-left: 30px;
	margin-bottom: 15px;
}
.event-listing ul.events-list li div.event-info{}
.event-listing ul.events-list li div.event-info h3 { margin-bottom: 5px;} 
.event-listing ul.events-list li div.event-info h3 a {
	font-size: 1.2em;
}
.event-listing ul.events-list li div.event-info .event-date { font-style: italic; margin-bottom: 5px;}
.event-listing ul.events-list li div.event-info .event-time { font-weight: bold; margin-bottom: 5px;}
.event-listing ul.events-list li div.event-info .event-location { display: none;}
.event-listing ul.events-list li div.event-info ul.event-audience { display: none;}
.event-listing ul.events-list li div.event-info ul.event-audience li { border-top: none; padding: 0;}
.event-listing ul.events-list li div.event-info .event-description { display: block;}
.event-listing ul.events-list li div.event-info a.event-read-more {background: none repeat scroll 0 0 transparent;
color: #006699;
padding-left: 0;}
.event-listing div.event-pager {
	text-align: right;
	font-weight: bold;
}
.event-listing .big-feature {
	border-top: 1px solid #E0E0E0;
	padding: 15px 0;
}
.event-listing .big-feature:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.event-listing .big-feature img {
	border: 1px solid #E0E0E0;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	padding: 5px;
}
.event-listing .big-feature .event-info { }
.event-listing .big-feature .event-info h3 {margin-bottom: 5px; }
.event-listing .big-feature .event-info h3 a { font-size: 1.2em;}
.event-listing .big-feature .event-info .event-date {font-style: italic; margin-bottom: 5px;}
.event-listing .big-feature .event-info .event-time {font-weight: bold; margin-bottom: 5px;}
.event-listing .big-feature .event-info .event-description {}
.event-listing .big-feature .event-info a.event-read-more {background: none repeat scroll 0 0 transparent;
color: #006699;
padding-left: 0;}
.event-listing .subfeatures {
	border-top: 1px solid #E0E0E0;
	padding: 15px 0;
	margin: 0;
}
.event-listing .subfeatures li {
	float: left;
	width: 31%;
	padding: 0; 
	margin: 0 3% 0 0;
	background: none;
}
.event-listing .subfeatures li img {
	width: 100%;
}
.event-listing .subfeatures li:last-child { margin-right: 0px; }
.event-listing .subfeatures li:after, .event-listing .subfeatures:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.event-listing .subfeatures img {
	border: 1px solid #E0E0E0;
	padding: 5px;
}
.event-listing .subfeatures .event-info {}
.event-listing .subfeatures .event-info h3 {margin-bottom: 5px; }
.event-listing .subfeatures .event-info h3 a {font-size:1.2em;}
.event-listing .subfeatures .event-info .event-date {font-style: italic; margin-bottom: 5px;}
.event-listing .subfeatures .event-info .event-time {font-weight: bold; margin-bottom: 5px;}
.event-listing .subfeatures .event-info .event-description {}
.event-listing .subfeatures .event-info a.event-read-more { background: none repeat scroll 0 0 transparent; color: #006699; padding-left: 0;}

/* Event Details */

.event-details {}
.event-details .image-box {padding: 20px;border: 1px solid #E0E0E0;}
.event-details .image-box .calendar-utilities {}
.event-details .image-box img {}
.event-details .image-box h2 {}
.event-details .image-box ul {}
.event-details .image-box ul li {}
.event-details .event-info {}
.event-details .event-info h1 {}
.event-details .event-info .event-date{}
.event-details .event-info .event-time {}

/* Informational Sidebar */

aside.informational-sidebar {
	border: 1px solid #dddddd;
}
aside.informational-sidebar h1 {
	padding: 20px 20px 15px;
}
aside.informational-sidebar p {
	margin-left: 20px;
	margin-right: 20px;
}
aside.informational-sidebar h2,
aside.informational-sidebar h3,
aside.informational-sidebar h4 {
	margin-left: 20px;
	margin-right: 20px;
}
.informational-sidebar img {
	height:auto;
}
.image-sidebar.blue ul, .informational-sidebar ul, .text-sidebar ul,
.image-sidebar.blue ol, .informational-sidebar ol, .text-sidebar ol, {
	padding-right: 20px;
}
.image-sidebar.blue ol, .informational-sidebar ol, .text-sidebar ol, {
	margin-left:30px;
}
.image-sidebar.blue ol, .informational-sidebar ol li {
	list-style:decimal;
}
.image-sidebar.blue p a,
.image-sidebar.blue ul li a,
.image-sidebar.blue ol li a {
	color:#6fa3da;
}
.image-sidebar.blue p a:hover,
.image-sidebar.blue ul li a:hover,
.image-sidebar.blue ol li a:hover {
	text-decoration:underline;
}

.text-sidebar ul li,
.text-sidebar ol li {
  list-style: none;
  background: url("/~/media/Images/coresite/ui/l-square.png") no-repeat left 4px;
  margin: 0 0 7px 0;
  padding-left: 20px;
}



.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
	overflow: hidden;
	-moz-box-shadow: 10px 10px 10px #000; /* Firefox */
	-webkit-box-shadow: 10px 10px 10px #000; /* Safari, Chrome */
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5); /* also add vendor prefixes */
}
#header .ui-autocomplete, #search-form .ui-autocomplete {
	margin: 0;
	padding: 0;
	z-index: 80000 !important;
}
#header .ui-autocomplete .ui-menu-item, #search-form .ui-autocomplete .ui-menu-item {
	background-color: white;
	border-color: #E1E1E0;
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 4px;
	margin: 0;
	background-image: none;
}
#search-form .ui-autocomplete .ui-menu-item {
	font-size: 18px;
	font-weight: bold;
	padding: 14px;
}
#header .ui-autocomplete {
	width: 100% !important;
}
#search-form .ui-autocomplete {
	width: 70% !important;
	max-width: 500px !important;
}

/* News Start */

.news.month-guide {
	padding: 0;
}
.news.month-guide li {
	padding: 0;
	background-image: none;
}
.news.month-guide li img {
	float: right;
	border: 1px solid #E1E1E0;
	margin-left: 5px;
	padding: 5px;
}
.recent-news h2 {
	background-color: #07294D;
	color: #FFFFFF;
	margin: 0 0 20px;
	padding: 8px;
}
.recent-news.alt h2 {
	background-color: #FFC222;
	color: #07294D;
}
.recent-news ul {
	margin: 0;
	padding: 0;
}
.recent-news ul li {
	border-bottom: 1px solid #E1E1E0;
	color: #666666;
	list-style: none outside none;
	margin: 0 0 10px;
	padding: 0 0 10px;
	background-image: none;
}
.recent-news ul li .date {
	color: #666666;
	font-style: italic;
	margin-bottom: 0;
}
.news.month-guide .more a, 
.recent-news .more a, 
.main-feature .more a, 
.sub-features .more a {
	background: url("/~/media/Images/coresite/ui/sprite.png") no-repeat scroll 0 -422px transparent;
	display: inline-block;
	height: 22px;
	padding: 4px 0 0 27px;
}
.main-feature {
	background-color: #07294D;
	color: #FFFFFF;
	padding-right: 2%;
	width: 100%;
	margin-bottom: 20px;
}
.main-feature:after {
	clear: both;
	content: " ";
	display: block;
	line-height: 0;
	visibility: hidden;
}
.main-feature img {
	float: left;
	margin-right: 15px;
}
.main-feature h1 {
	color: #FFFFFF;
	margin-bottom: 0 !important;
	padding: 20px 40px 20px 20px;
}
.main-feature .more a {
	color: #FFFFFF;
}
.sub-item {
	float: left;
	margin-left: 2%;
	width: 32%;
}
.sub-item.first {
	margin-left: 0;
}
.sub-item h2 {
	background-color: #07294D;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.3em;
	margin: 0;
	min-height: 70px;
	padding: 10px;
}
.sub-item img {
	height: auto;
	width: 100%;
}

/* News End */

.bottom-0 {margin-bottom: 0 !important; padding-bottom: 0 !important;}
.bottom-m0 {margin-bottom: 0 !important;}
.bottom-p0 {padding-bottom: 0 !important;}

.bottom-5 {margin-bottom: 5px !important; padding-bottom: 5px !important;}
.bottom-m5 {margin-bottom: 5px !important;}
.bottom-p5 {padding-bottom: 5px !important;}

.bottom-10 {margin-bottom: 10px !important; padding-bottom: 10px !important;}
.bottom-m10 {margin-bottom: 10px !important;}
.bottom-p10 {padding-bottom: 10px !important;}

.top-0 {margin-top: 0 !important; padding-top: 0 !important;}
.top-m0 {margin-top: 0 !important;}
.top-p0 {padding-top: 0 !important;}

.top-5 {margin-top: 5px !important; padding-top: 5px !important;}
.top-m5 {margin-top: 5px !important;}
.top-p5 {padding-top: 5px !important;}

.top-10 {margin-top: 10px !important; padding-top: 10px !important;}
.top-m10 {margin-top: 10px !important;}
.top-p10 {padding-top: 10px !important;}

.hidden {display: none !important;}
.clear {clear: both;}
.bg-white, table.bg-white tr td {background-color: white;}
.table-white, table.table-white tr td {background-color: white; border: none;}









/* marketing box - emy26 */

.marketing-box {
	position:relative;
	display:block;
	float:none;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.marketing-box img {
	width:100%;
	max-width:100%;
	height:auto;
}
.marketing-box p {
	position:absolute;
	top:0;
	left:0;
	width:100%;
        font: bold 1.2em/1.3 FuturaCnd,arial,sans-serif;
        text-transform:uppercase;
	background:#506881;
	background:rgba(7, 41, 77, 0.75);
	color:#fff;
	padding:2%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.marketing-box:hover p {
	padding:5% 2%;
	background:rgba(7, 41, 77, 1.0);
}







/* promo-box - emy26 */

.promo-box {
	position:relative;
	display:block;
	float:none;
	width:100%;
	height:auto;
	background-color:#07294D;
	margin:0 0 20px 0;
	padding:1%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.promo-box img {
	width:100%;
	max-width:100%;
	height:auto;
}
.promo-box p {
	font-size:.9em;
	color:#fff;
	margin:0;
}
.promo-box:hover {
	text-decoration:none;
	background-color:#506881;
}






/* slide box - emy26 */

.slide-box {
	float:none;
	position:relative;
	width:100%;
	height:120px;
	margin:0 0 20px 0;
}
.slide-box a {
	position:absolute;
	display:block;
	width:100%;
	height:120px;
	color:#fff;
	text-decoration:none;
	background-color:#FFC600;
	z-index:202;
}
.slide-box a:hover {
	background-color:#07294D;
}
.slide-box .btn-wrap:after {
	content: "";
	position:absolute;
	display:block;
	top:20px;
	right:20px;
	width:27px;
	height:18px;
	background: url('https://drexel.edu/~/media/Images/coresite/ui/slide-box-after.png') no-repeat left center;
	opacity:1;
	z-index:3;
}
.slide-box a:hover .btn-wrap:after {
	opacity:0;
}
.slide-box,
.slide-box .img-wrap {
	width:100%;
}
.slide-box .img-wrap {
	display:none;
}
.slide-box a:hover .btn-wrap h1 {
	opacity:1;
}
.slide-box .btn-wrap h1 {
	position:relative;
	font-size:30px;
	margin-top:40px;
	text-align:center;
	color:#fff;
}
.slide-box .btn-wrap h1 span {
	position:absolute;
	display:inline;
	top:-21px;
	left:20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	color:#07294D;
}
.slide-box .btn-wrap p {
	display:none;
}
.slide-box a,
.slide-box h1,
.slide-box .btn-wrap:after {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}








/* pop-box - emy26 */

.pop-box li {
	position:relative;
	list-style:none;
	background: url("/~/media/Images/coresite/ui/l-square.png") no-repeat left 4px;
	margin:0 0 7px 0;
	padding-left:20px;
}
.pop-box aside {
	position:relative;
	display:block;
	width:100%;
}
.pop-box aside img {
	display:block;
	width:122px;
	height:auto;
	margin:0 5px 5px 0;
}
.pop-box aside em {
	display:inline-block;
}







/* info box - emy26 */

.info-box {
	position:relative;
	border:5px solid #07294D;
	overflow:hidden;
	margin:0 0 20px 0;
}

.info-box a {
	display:block;
	width:100%;
	height:auto;
}

.info-box a,
.info-box a p,
.info-box a:hover,
.info-box a p:hover {
	text-decoration:none;
}

.info-box a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /* for IE8 in IE7 mode */
    filter: alpha(opacity=60); /* for IE6-IE8 */
    opacity: .6;
}

.info-box img {
	width:100%;
	height:auto;
	vertical-align:middle;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.info-box p {
	position:relative;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:110%;
	line-height:1.3em;
	background:#07294d;
	background:rgba(7,41,77,1.0);
	margin:0;
	padding:20px;
	z-index:1;
}








/* ad box - emy26 */

.ad-box {
   position:relative;
}

.ad-box h2 {
   font-size:300%;
   margin:10px 0 0 0;
}

.ad-box h2 em {
   color:#FFC600;
   font-style:normal;
}

.ad-box img {
   position:relative;
   width:100%;
   height:auto;
}

.ad-box aside ul {
   margin:0;
   padding:0;
}

.ad-box aside li {
   background:none;
   margin:0 0 7px 0;
   padding:0;
}







/* extra box - emy26 */

.extra-box {
	margin:0 0 40px 0;
}

.extra-box h2 {
   margin-bottom:0;
}

.extra-box img {
   width:150px;
   height:auto;
}







/* title box - emy26 */

.title-box {
   width:100%;
   overflow:auto;
   border:1px solid #E1E1E0;
   margin:0 0 20px 0;
}

#page .title-box h2 {
   border-bottom:1px solid #E1E1E0;
   margin:0;
   padding:20px;
}

.title-box__info {
   overflow:auto;
   padding:20px;
}









/* Video Sidebar - srb36 */
.video-link {
  display: block;
  position: relative;
}
.video-link span {
  background: url("/~/media/Images/coresite/ui/play-icon.ashx") no-repeat scroll center center rgba(0, 0, 0, 0);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#video-lightbox {
  background-color: #05284E;
  color: #FFFFFF;
  padding: 20px;
}
.video-lightbox-right {
  float: right;
}
.video-lightbox-left &gt; h2 {
  color: #FFFFFF;
}
.twitter-timeline.twitter-timeline-rendered {
  min-width: 100px !important;
  width: auto !important;
}




ul.no-indent,
ol.no-indent {
  margin: 0;
  padding: 0;
}

.mobile-hide {display: none;}
.portrait-only {display: none;}

.display-none {display:none;}
.clear-both {clear:both;}
.clear-left {clear:left;}
.clear-right {clear:right;}

.ui-tabs-panel:after {
	clear: both;
	content: " ";
	display: block;
	line-height: 0;
	visibility: hidden;
}

/*-------ILIGHTBOX STYLING-----*/

.ilightbox-holder.dark {
background:none !important;
box-shadow:none !important;
}

.ilightbox-holder div.ilightbox-container {
-webkit-box-shadow: 1px 2px 40px 9px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 2px 40px 9px rgba(0,0,0,0.75);
box-shadow: 1px 2px 40px 9px rgba(0,0,0,0.75);
}
a.ilightbox-video,
a.ilightbox-photo {
display:block;
}

/*------Drexel Streams Resizing----*/
.ds-embed iframe.video,
.ds-embed iframe {

width:100% !important;
height:300px !important;
}

@media only screen and (max-width: 1020px)
{
.ds-embed iframe.video,
.ds-embed iframe {

width:100% !important;
height:200px !important;
}
}

@media only screen and (max-width: 740px)
{
.ds-embed iframe.video,
.ds-embed iframe {

width:100% !important;
height:250px !important;
}
}

#mainform &gt; img { position: fixed; }
.DURemarketing { display: none; }


.color-light-blue {color: #6cace4;}
.color-dark-blue {color: #006298;}
.color-light-green {color: #b7bf10;}
.color-dark-green {color: #949300;}
.color-cool-gray {color: #a7a8aa;}
.color-warm-grey {color: #bfb8af;}
.color-drexel-blue {color: #07294d;}
.color-drexel-yellow {color: #ffc600;}/* ---- temp accessibility fix removal of sitemap dropdown --- */

#alt-layout-nav {
    display: none !important;
}


/* --- covid19 utility link --- aes434*/

#global-nav &gt; ul &gt; li.covid-utility-button &gt; a {
    background: #07294d;
    color: #ffffff;
    padding: 2px 12px 2px 12px !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    position: relative;
    height: 32px;
    border-bottom: 3px solid #ffc600;
}

#global-nav &gt; ul &gt; li.covid-utility-button &gt; a:hover {
    background-color: #ffc600;
    color: #07294d;
    border-bottom: 3px solid #07294d;
}

#global-nav &gt; ul &gt; li.covid-utility-button {
    margin-left: 13px;
    padding: 0 !important;
    margin-top: 0px;
    margin-right: 7px;
}


/*----- FOOTER FIX -----*/
footer#footer {
    background-color: #FFC600;
}
aside.blue a:hover p.more {
    color: #006699;
}
#footer .inline {
    margin-top: 10px;
}

/* fix google remarketing iframe gap at bottom of page */

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}


/* dataset pager controls for v2 - emy26 */

#center-rail .paging-controls li {
   float:left;
   text-align:center;
   background:none;
   margin:0 10px 10px 0;
   padding:3px 7px;
}

#center-rail .paging-controls li.current-page {
   border:1px solid #ebebeb;
}


/* add space at top of page - emy26 */

#page.home-layout {
	padding-top: 20px !important;
}

/* footer no hand cursor - emy26 */

html #footer .footer-bg,
html #footer div.wrap.row {
	cursor: default;
}

/* vendor table zebra striping - emy26 */

html table.DUVendors tbody tr.alternate {
	background-color:#fff;
}

/* panel 2 - sidebar styles - emy26 */

.panel-two .image-sidebar img {
	height:auto;
}

/* message home box */

#page .message-home img {
	width:90px;
	margin-left:20px;
}

/* general */

.home-layout h1,
.home-layout h2 {
	margin-bottom:10px;
}
.home-layout aside h1,
.home-layout aside h2 {
	margin-bottom:0px;
}
#skinny-nav p { display: block; padding-top: 7px; padding-bottom: 7px; }
#footer:before {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.one-col.home-layout:after {
	clear: both;
	content: " ";
	display: block;
	visibility: hidden;
}
h2#site-title a:hover { color: #ffc600;}
#footer .grid-16 {
	background: none repeat scroll 0 0 #FFC600;
	margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
}
h2#site-title {
	font-size: 2.4em;
}

/* events index listing page - emy26 */

.events-list &gt; li {
	border-top:1px solid #E1E1E0;
	margin:0 0 30px 0;
	padding:30px 0;
}
.events-list li h3 a {
	font: bold 18px/1 FuturaCnd,arial,sans-serif;
	text-transform:uppercase;
}
.events-list li img {
	float:right;
	width:200px;
	height:auto;
	border:1px solid #E1E1E0 !important;
	margin:0 0 10px 10px;
	padding:5px;
}
.events-list li p {
	margin:0 0 7px 0;
}
.events-list li .event-read-more {
	display:inline-block;
	zoom:1; *display: inline; _height: 22px; /* IE fix for inline-block */
	height:22px;
	color: #07294D;
	font: bold 1em/1 FuturaCnd,arial,sans-serif;
	text-transform:uppercase;
	background: url("/~/media/Images/coresite/ui/sprite2.png") no-repeat scroll 0 -422px;
	padding:4px 0 0 27px;
}
.events-list li .event-description {
	display:none;
}

/* events styling detail page - emy26 */

.image-box #bodytag_2_centerrail_0_imgImage {
	width:100%;
	height:auto;
	margin:15px 0;
}

/* list links with description - emy26 */

.list-description {
	margin: 0;
	padding: 0;
}
.list-description li {
	margin-bottom:20px;
}
.list-description li h3 a {
	font: bold 18px/1 FuturaCnd,arial,sans-serif;
	text-transform:uppercase;
}

/* list links - button - emy26 */

.button-group {
	margin:0;
	padding:0;
}
.button-group .button {
	display:block;
}

/* message home box */

.message-home p {
	line-height: 1.4em;
	font-size: 1em;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

/* lockup image to resize on mobile view - emy26 */

@media screen and (orientation:portrait) {
  #lockup img {
	width:100%;
	max-width:100%;
	height:auto;
	margin:20px 0;
  }
}
#lockup img {
	max-width:100%;
	height:auto;
	margin:20px 0;
}

/* faq component - emy26 */

.faq-container h2 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	border-bottom:1px solid #E1E1E0;
	cursor: pointer;
	margin:20px 0;
	padding-bottom:20px;
}
.faq-container .faqcontent {
	margin:0 0 60px 0;
}



#page .video-sidebar h1 p {
 margin:0;
 padding:0;
}


/* tabs */

.tab-wrap {
	width:100%;
	margin:0 0 20px 0;
}
.tabs {
	margin:0;
	padding:0;
}
.tabs li {
	display:block;
	padding:0;
	margin:0 !important;
}
.tabs li a {
	position:relative;
	display:block;
	color: #006699;
	font: bold 18px/1 FuturaCnd,arial,sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	border:1px solid #E1E1E0;
	margin:0 0 2px 0;
	padding:15px;
}
.tabs li a:hover {
	text-decoration:underline;
}
.selected {
	color: #07294D !important;
	text-decoration:none !important;
	cursor:default;
	font-weight:bold;
	background-color:#E1E1E0;
	z-index: 3;
}
.defaulttab {
	z-index: 3;
}
.tab-content {
	clear:both;
	border:1px solid #E1E1E0;
	padding:15px;
}

/* blue learn more sidebar and informational sidebar - emy26 */

.image-sidebar.blue h2,
.image-sidebar.blue h3 {
	font-size:1.2em;
	color:#fff;
	padding:0 0 10px 20px;
}
.image-sidebar.blue ul,
.informational-sidebar ul {
	margin:0 0 20px 10px;
}
.image-sidebar.blue ul li,
.informational-sidebar ul li {
	list-style:none;
	background: url("/~/media/Images/coresite/ui/l-square.png") no-repeat left 4px;
	margin:0 0 7px 0;
	padding-left:20px;
}

/* slideshow option 2 styles - emy26 */

#slideshow-2 {
	width:100%;
	max-width: 100%;
	margin:0;
	padding:0;
}
#slideshow-2 #banner-fade .bjqs-controls a {
	width: 32px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#slideshow-2 #banner-fade .bjqs-controls a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /* for IE8 in IE7 mode */
	filter: alpha(opacity=60); /* for IE6-IE8 */
	opacity: .6;
}
#slideshow-2 #banner-fade .bjqs-controls .bjqs-next a {
	background: url("https://drexel.edu/~/media/Images/coresite/ui/slideshow-2/slideshow-2-r-btn.png") no-repeat left top;
}
#slideshow-2 #banner-fade .bjqs-controls .bjqs-prev a {
	background: url("https://drexel.edu/~/media/Images/coresite/ui/slideshow-2/slideshow-2-l-btn.png") no-repeat left top;
}
#slideshow-2 #banner-fade p.bjqs-caption {
	width: 100%;
	color: #fff;
	font: bold 16px/18px FuturaCnd, sans-serif;
	letter-spacing: .05em;
	font-weight: 100;
	text-transform: uppercase;
	background:#07294d;
	background: none repeat scroll 0 0 rgba(7, 41, 77, 0.8);
	padding-right: 20%;
}
#slideshow-2 #banner-fade ol.bjqs-markers.h-centered {
	position: absolute;
	width: 99%;
	bottom: 5%;
	left: 0 !important;
}
#slideshow-2 #banner-fade ol.bjqs-markers li {
	display: block;
	float: right;
}
#slideshow-2 #banner-fade ol.bjqs-markers li a {
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	overflow: hidden;
	background-color: #fff;
	padding: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#slideshow-2 #banner-fade ol.bjqs-markers li.active-marker a {
	background-color: #FFC600;
}
#slideshow-2 #banner-fade, #banner-slide {
	margin-bottom: 20px;
}
#slideshow-2 ul.bjqs-controls.v-centered li a {
	display: block;
	padding: 10px;
	background: #fff;
	color: #000;
	text-decoration: none;
}
#slideshow-2 ul.bjqs-controls.v-centered li a:hover {
	background: #000;
	color: #fff;
}
#slideshow-2 ol.bjqs-markers li a {
	padding: 5px 10px;
	background: #000;
	color: #fff;
	margin: 5px;
	text-decoration: none;
}
#slideshow-2 ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
	background: #999;
}
#slideshow-2 ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}
#slideshow-2 li.bjqs-slide {
	position: absolute;
	display: none;
	margin:0;
	padding:0;
}
#slideshow-2 ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
#slideshow-2 ul.bjqs-controls.v-centered li a {
	position: absolute;
}
#slideshow-2 ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0;
}
#slideshow-2 ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0;
}
#slideshow-2 ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#slideshow-2 ol.bjqs-markers.h-centered {
	text-align: center;
}
#slideshow-2 ol.bjqs-markers li {
	display: inline;
}
#slideshow-2 ol.bjqs-markers li a {
	display: inline-block;
}
#slideshow-2 p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}
#slideshow-2 .bjqs-caption .more-button {
	color: #FFFFFF;
	font-weight: 100;
	margin-left: 20px;
	position: relative;
	z-index: 100;
}

/* basic slideshow */

#basic-slideshow {
	position:relative;
	margin:0 auto;
}
#basic-slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}
#basic-slideshow IMG.active {
	z-index:10;
}
#basic-slideshow IMG.last-active {
	z-index:9;
}






#bg-images li img {
   width:auto;
}


/* Official Policy Mark */

.official-policy-banner-wrapper {
   padding: 3px 0;
   width: 100%;
   border-color:#07294d;
   border-style: solid;
   border-width: 1px 0;
   margin-bottom: 20px;
}

.official-policy-banner-wrapper h3, .official-policy-banner-wrapper h2, .official-policy-banner-wrapper h4{
   width: inherit;
   height: auto;
   font-family: Georgia, serif;
   background: #07294d;
   text-align: center;
   color: white;
   padding: 2px 10px;
   font-size: 1.3em;
   margin-bottom: 0;
}

.ad-form label {
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  width: 95px;
}
label.location {
	vertical-align: top;
}
div.location {
  display: inline-block;
}
input.watermark {
  color: #808080;
}
.bold {
  font-weight: bold;
}
div.field {
  margin-bottom: 5px;
}
.imagebutton {
  width: auto !important;
}
.ad-form .long label {
  width: 100%;
}
.ad-form .long select {
  width: auto;
}
.ad-form h2 {
  font-size: 16px;
}
.ValidatorText { 
   float:right;
   color: #ff0000; 
   font-size:10px;
   margin:0 10px 0 0;
}




/* form edits -  emy26 */

.field {
   width:100%;
   overflow:auto;
}

.ad-form label {
   float:left;
}

.field &gt; input {
    float:right;
    width: 100%;
}

.field &gt; select {
    float:right;
    width: 100% !important;
}

.event-register h2 {
   font-size:14px;
}

.ad-form label,
.ad-form .long label  {
   width:100%;
}



.footer-address-copy a {
    color: #3e320b;
    text-decoration: underline;
}
.footer-address-copy a:hover {
    color: black;
}/*-----*/

.form h2 {
    font-size: 43px;
    text-align: center;
    font-family: FuturaCnd;
    font-weight: lighter;
}
div.form_h2 .form_label {
    font-size: 28px !important;
}


#form-toggle{
    display: none;
}

#register_date{
    padding-top: 25px;
}

.form{
    background: linear-gradient(180deg, rgba(255,198,0,1) 0%, rgba(255,143,28,1) 100%);
    width: 94%;
    margin: auto;
    margin-bottom: 75px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    overflow-y: hidden;
   padding: 24px 24px;
}
.form_wrapper {
    border-top: 1px solid 
    #ca9806;
    margin-top: 38px;
    padding-top: 13px;
}
.action &gt; button{
    background: #07294D !important;
    padding: 15px 50px;
    border-radius: 5px;
    color: rgba(255,255,255,.85) !important;
    text-shadow: unset !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 25px;
}

#form_04daf640-6190-4b03-ad35-ddd0d0c46d48 {
    width: 80%;
    margin: auto;
    font-size: 16px;
    text-align: left;
}

#form_04daf640-6190-4b03-ad35-ddd0d0c46d48_container {
    width: 100%;
    overflow: hidden;
}

#form_page_04daf640-6190-4b03-ad35-ddd0d0c46d48, .form_pages, #form_04daf640-6190-4b03-ad35-ddd0d0c46d48 {
    left: 0px;
    top: 0px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-align: left;
}

.form_pages {
    padding-top: 10px;
    padding-bottom: 20px;
}

.form_page {
    height: auto;
    width: 100%;
    margin: auto;
        margin-top: auto;
    margin-top: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

div.form_h1.form_layout_table, div.form_h1.form_layout_table .form_label, div.form_h1.form_layout_table .form_responses, div.form_h2.form_layout_table, div.form_h2.form_layout_table .form_label, div.form_h2.form_layout_table .form_responses, div.form_p.form_layout_table, div.form_p.form_layout_table .form_label, div.form_p.form_layout_table .form_responses {
    display: block !important;
    width: 100% !important;
    text-align: left;
    margin: 0;
        margin-bottom: 0px;
}

#form_question_e4a80054-d2e8-4119-b41a-7825de1021ee .form_label {
    text-align: center;
    margin: auto;
}

div.form_question{
    padding: .75em;
}

div.form_question.form_layout_table {
    margin: auto;
    padding: 10px;
    width: 100% !important;
    text-align: center;
    flex-wrap: wrap;
}

div.form_h1.form_layout_table, div.form_h1.form_layout_table .form_label, div.form_h1.form_layout_table .form_responses, div.form_h2.form_layout_table, div.form_h2.form_layout_table .form_label, div.form_h2.form_layout_table .form_responses, div.form_p.form_layout_table, div.form_p.form_layout_table .form_label, div.form_p.form_layout_table .form_responses {
    display: block !important;
    width: 100% !important;
    text-align: center;
    margin: 0;
}

div.form_question.form_layout_table {
    margin: auto;
    margin-bottom: 10px !important;
    padding: 10px;
    width: 100% !important;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

div.form_question.form_layout_table .form_label {
    width: 100% !important;
}

div.form_question.form_layout_table .form_responses {
    padding: 4px 5px;
    vertical-align: top;
    display: block !important;
    width: 100% !important;
    text-align: left;
}

div.form_page input[type="password"], div.form_page input[type="text"], div.form_page input[type="email"], div.form_page input[type="tel"], div.form_page input:not([type]), div.form_page select, div.form_page textarea {
    box-sizing: border-box;
    max-width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background-color: rgba(255,255,255,.85);
    height: auto;
}

div.form_page input[type="password"], div.form_page input[type="text"], div.form_page input[type="email"], div.form_page input[type="tel"], div.form_page input:not([type]), div.form_page textarea {
    width: 96%;
}

div.form_page select{
    width: 30%;
}

div.form_question fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
    margin: auto !important;
    margin-left: 0 !important;
}

div.form_question.form_layout_table .form_label {
    width: 100% !important;
}

label, legend {
    font: 14px/1 'futura';
        font-weight: normal;
    font-weight: normal !important;
    color: rgba(0,0,0,.85) !important;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
}

table{
    border:none !important;
}

table.mixed &gt; * &gt; tr, table.plain &gt; * &gt; tr, table.table &gt; * &gt; tr, table.table * tr {
    vertical-align: middle;
    width: 100%;
    margin: auto;
}

table.plain &gt; * &gt; tr &gt; th, table.plain &gt; * &gt; tr &gt; td {
    padding: 4px 5px;
    display: block;
    width: 100%;
}

table.mixed, table.plain, table.table {
    border-collapse: collapse;
    clear: both;
    text-align: left;
    width: 100%;
    table-layout: unset !important;
}

table tr:nth-of-type(2n+1) {
    background: none;
}

th &gt; legend {
    margin: 20px auto;
}

table th {
    font: bold 2em/1.4 FuturaCnd,arial,sans-serif;
        font-weight: bold;
    color: #333;
    background-color: unset;
    background: none !important;
}

tr.column &gt; th, tr.column &gt; td, th &gt; legend {
    font: 1.5em/1 'futuracnd' !important;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: rgba(0,0,0,.7) !important;
    background: none !important;
    text-align: center;
}

td &gt; select {
    width: 100% !important;
}

div.form_question .form_label, div.form_question label {
    display: block !important;
}

div.form_h2 .form_label {
    font-size: 2.5em !important;
    font-family: futuracnd;
    text-transform: uppercase;
    color: rgba(0,0,0,.7);
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    border: none !important;
}

input:focus{
    box-shadow: inset 0px 0px 3px #07294D !important;
    background: #FFF !important;
}

div.form_response input + label{
    display: inline !important;
}</pre></body></html>