@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 22, ../sass/helpers/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 32, ../sass/helpers/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../sass/helpers/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/helpers/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/helpers/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 83, ../sass/helpers/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/helpers/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/helpers/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 112, ../sass/helpers/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../sass/helpers/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 169, ../sass/helpers/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../sass/helpers/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../sass/helpers/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../sass/helpers/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../sass/helpers/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 210, ../sass/helpers/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 221, ../sass/helpers/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../sass/helpers/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../sass/helpers/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 250, ../sass/helpers/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../sass/helpers/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 268, ../sass/helpers/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../sass/helpers/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../sass/helpers/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 294, ../sass/helpers/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../sass/helpers/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 308, ../sass/helpers/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 317, ../sass/helpers/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../sass/helpers/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../sass/helpers/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../sass/helpers/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../sass/helpers/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/helpers/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../sass/helpers/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 401, ../sass/helpers/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 414, ../sass/helpers/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 426, ../sass/helpers/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 443, ../sass/helpers/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 454, ../sass/helpers/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 466, ../sass/helpers/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../sass/helpers/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 492, ../sass/helpers/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 501, ../sass/helpers/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../sass/helpers/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../sass/helpers/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 11, ../sass/helpers/_defaults.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 17, ../sass/helpers/_defaults.scss */
body {
  font-size: 16px;
  line-height: 1.3;
  font-family: "Lato", Arial, sans-serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 29, ../sass/helpers/_defaults.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 34, ../sass/helpers/_defaults.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 43, ../sass/helpers/_defaults.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 59, ../sass/helpers/_defaults.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 67, ../sass/helpers/_defaults.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 77, ../sass/helpers/_defaults.scss */
textarea {
  resize: vertical;
}

/* line 1, ../sass/helpers/_usermarkup.scss */
.usermarkup img[align=left] {
  padding: 10px 10px 10px 0;
  margin-right: 0;
  float: left;
}

/* line 6, ../sass/helpers/_usermarkup.scss */
.usermarkup img[align=right] {
  padding: 10px 0 10px 10px;
  margin-right: 0;
  float: right;
}

/* line 13, ../sass/helpers/_usermarkup.scss */
.usermarkup .galleryTile ul {
  list-style-type: disc;
}
/* line 16, ../sass/helpers/_usermarkup.scss */
.usermarkup .galleryTile ul ul, .usermarkup .galleryTile ol ul {
  list-style-type: circle;
}
/* line 19, ../sass/helpers/_usermarkup.scss */
.usermarkup .galleryTile ol ol ul, .usermarkup .galleryTile ol ul ul, .usermarkup .galleryTile ul ol ul, .usermarkup .galleryTile ul ul ul {
  list-style-type: square;
}
/* line 23, ../sass/helpers/_usermarkup.scss */
.usermarkup ol ol ul, .usermarkup ol ul ul, .usermarkup ul ol ul, .usermarkup ul ul ul {
  list-style-type: square;
}
/* line 26, ../sass/helpers/_usermarkup.scss */
.usermarkup ul ul, .usermarkup ol ul {
  list-style-type: circle;
}
/* line 29, ../sass/helpers/_usermarkup.scss */
.usermarkup ul, .usermarkup menu, .usermarkup dir {
  list-style-type: disc;
}
/* line 31, ../sass/helpers/_usermarkup.scss */
.usermarkup ul li, .usermarkup menu li, .usermarkup dir li {
  color: #464646;
}
/* line 34, ../sass/helpers/_usermarkup.scss */
.usermarkup ul.bullets, .usermarkup menu.bullets, .usermarkup dir.bullets {
  list-style: disc;
  color: #959595;
  margin: 0.3125em 0em 1.25em 0em;
  padding: 0em 0em 0em 1.25em;
}
/* line 39, ../sass/helpers/_usermarkup.scss */
.usermarkup ul.bullets li, .usermarkup menu.bullets li, .usermarkup dir.bullets li {
  margin: 0.3125em 0em 0.3125em 0em;
}
/* line 41, ../sass/helpers/_usermarkup.scss */
.usermarkup ul.bullets li > span, .usermarkup menu.bullets li > span, .usermarkup dir.bullets li > span {
  color: #464646;
}
@media only screen and (min-width: 768px) {
  /* line 34, ../sass/helpers/_usermarkup.scss */
  .usermarkup ul.bullets, .usermarkup menu.bullets, .usermarkup dir.bullets {
    padding: 0em 0em 0em 2.5em;
  }
}
/* line 50, ../sass/helpers/_usermarkup.scss */
.usermarkup ol {
  list-style: decimal;
}
/* line 53, ../sass/helpers/_usermarkup.scss */
.usermarkup input[type=radio], .usermarkup input[type=checkbox] {
  margin: 0 13px 0 7px;
}
/* line 56, ../sass/helpers/_usermarkup.scss */
.usermarkup table, .usermarkup tbody, .usermarkup tfoot, .usermarkup thead, .usermarkup tr, .usermarkup th, .usermarkup td, .usermarkup td a {
  word-wrap: normal;
  word-break: normal;
}
/* line 60, ../sass/helpers/_usermarkup.scss */
.usermarkup table.basicTableStyle {
  margin: 15px 0;
  border: solid 1px #000;
}
/* line 63, ../sass/helpers/_usermarkup.scss */
.usermarkup table.basicTableStyle tr, .usermarkup table.basicTableStyle td {
  border: solid 1px #000;
}
/* line 66, ../sass/helpers/_usermarkup.scss */
.usermarkup table.basicTableStyle td {
  padding: 5px;
}
/* line 69, ../sass/helpers/_usermarkup.scss */
.usermarkup table.basicTableStyle img {
  width: 100%;
}
/* line 73, ../sass/helpers/_usermarkup.scss */
.usermarkup select {
  width: 100%;
}
/* line 76, ../sass/helpers/_usermarkup.scss */
.usermarkup input[type=text], .usermarkup textarea, .usermarkup select {
  width: 100%;
}
/* line 79, ../sass/helpers/_usermarkup.scss */
.usermarkup img {
  height: auto !important;
}
/* line 82, ../sass/helpers/_usermarkup.scss */
.usermarkup p img {
  padding: 1em;
}

/* line 1, ../sass/helpers/_common.scss */
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

/* line 38, ../sass/helpers/_common.scss */
table, tbody, tfoot, thead, tr, th, td, td a {
  word-wrap: normal;
  word-break: normal;
}

/* line 43, ../sass/helpers/_common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 48, ../sass/helpers/_common.scss */
ul, ol {
  list-style: none;
}

/* line 52, ../sass/helpers/_common.scss */
a {
  text-decoration: none;
  outline: none;
}

/* line 54, ../sass/helpers/_common.scss */
a:hover,
a:focus {
  text-decoration: underline;
}

/* line 58, ../sass/helpers/_common.scss */
a,
a:link,
a:active,
a:visited {
  outline: none;
  /* Removes dotted border around links in IE */
}

/* line 64, ../sass/helpers/_common.scss */
input[type='text'],
textarea,
select {
  background-color: #fff;
  /* max-width: 100%; */
  width: 100%;
}

/* line 67, ../sass/helpers/_common.scss */
input[type='radio'],
input[type='checkbox'] {
  margin: 0 0.4em;
}

/* line 69, ../sass/helpers/_common.scss */
img {
  max-width: 100%;
}

/* line 71, ../sass/helpers/_common.scss */
hr {
  background-color: #cccccc;
}

/* line 73, ../sass/helpers/_common.scss */
.content img {
  padding: 0.5em;
}

/* line 74, ../sass/helpers/_common.scss */
.content img[align=left] {
  padding: 0.5em 0.5em 0.5em 0;
  float: left;
}

/* line 75, ../sass/helpers/_common.scss */
.content img[align=right] {
  padding: 0.5em 0 0.5em 0.5em;
  float: right;
}

/* line 79, ../sass/helpers/_common.scss */
.lt-ie9 .dd-options:before {
  border: 0;
}

/* line 83, ../sass/helpers/_common.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0.3125em 0em 0.3125em 0em;
}

/* line 87, ../sass/helpers/_common.scss */
h1 {
  color: #a70533;
  font-weight: bold;
  font-weight: 900;
  margin: 0em 0em 0.3125em 0em;
  line-height: 30px;
  font-size: 1.6875em;
}
@media only screen and (min-width: 1024px) {
  /* line 87, ../sass/helpers/_common.scss */
  h1 {
    line-height: 33px;
    font-size: 1.875em;
  }
}

/* line 99, ../sass/helpers/_common.scss */
h2 {
  color: #464646;
  font-weight: bold;
  font-weight: 700;
  line-height: 25px;
  font-size: 1.375em;
}
@media only screen and (min-width: 1024px) {
  /* line 99, ../sass/helpers/_common.scss */
  h2 {
    line-height: 27px;
    font-size: 1.5em;
  }
}

/* line 110, ../sass/helpers/_common.scss */
h3 {
  color: #464646;
  font-weight: normal;
  font-weight: 400;
  line-height: 21px;
  font-size: 1.125em;
}
@media only screen and (min-width: 1024px) {
  /* line 110, ../sass/helpers/_common.scss */
  h3 {
    line-height: 23px;
    font-size: 1.25em;
  }
}

/* line 121, ../sass/helpers/_common.scss */
h4 {
  color: #a70533;
  font-weight: bold;
  font-weight: 700;
  line-height: 21px;
  font-size: 1.125em;
}
@media only screen and (min-width: 1024px) {
  /* line 121, ../sass/helpers/_common.scss */
  h4 {
    line-height: 23px;
    font-size: 1.25em;
  }
}

/* line 132, ../sass/helpers/_common.scss */
h5 {
  color: #464646;
  font-weight: bold;
  font-weight: 700;
  line-height: 20px;
  font-size: 1.0625em;
}
@media only screen and (min-width: 1024px) {
  /* line 132, ../sass/helpers/_common.scss */
  h5 {
    line-height: 22px;
    font-size: 1.1875em;
  }
}

/* line 143, ../sass/helpers/_common.scss */
h6 {
  color: #464646;
  font-weight: bold;
  font-weight: 700;
  line-height: 19px;
  font-size: 1em;
}
@media only screen and (min-width: 1024px) {
  /* line 143, ../sass/helpers/_common.scss */
  h6 {
    line-height: 21px;
    font-size: 1.125em;
  }
}

/* line 154, ../sass/helpers/_common.scss */
p {
  color: #464646;
  margin: 0.625em 0em 0.625em 0em;
  font-size: 1em;
  line-height: 1.375em;
}

/* line 160, ../sass/helpers/_common.scss */
.floatLeft {
  float: left;
}

/* line 163, ../sass/helpers/_common.scss */
.floatRight {
  float: right;
}

/* line 1, ../sass/layout/_general.scss */
body {
  font-family: "Lato", Arial, sans-serif;
  color: black;
}
/* line 7, ../sass/layout/_general.scss */
body p {
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 13, ../sass/layout/_general.scss */
body a:link,
body a:visited {
  color: #025298;
  font-weight: normal;
  text-decoration: none;
}
/* line 20, ../sass/layout/_general.scss */
body a:hover,
body a:active {
  text-decoration: underline;
}
/* line 24, ../sass/layout/_general.scss */
body a:active {
  color: #a70533;
}

/* line 1, ../sass/layout/_header.scss */
.header {
  max-width: 100%;
  text-align: center;
  /* center hack */
  background-color: white;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 1, ../sass/layout/_header.scss */
  .header {
    min-width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/layout/_header.scss */
  .header {
    min-width: 1000px;
  }
}
/* line 13, ../sass/layout/_header.scss */
.header .logo {
  /* Non-Homepage logo */
  height: 65px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 13, ../sass/layout/_header.scss */
  .header .logo {
    height: 3.125em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 13, ../sass/layout/_header.scss */
  .header .logo {
    float: left;
    border-right: 1px solid #cccccc;
    margin: 0em 0.625em 0em 0em;
    padding: 0em 0.625em 0em 0em;
  }
}

/* line 30, ../sass/layout/_header.scss */
.headerFduLogo {
  /* Homepage logo */
  float: left;
}
/* line 32, ../sass/layout/_header.scss */
.headerFduLogo a {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 32, ../sass/layout/_header.scss */
  .headerFduLogo a {
    width: 167px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 32, ../sass/layout/_header.scss */
  .headerFduLogo a {
    width: 225px;
  }
}

/* line 44, ../sass/layout/_header.scss */
.primaryNavigation-A {
  display: none;
}

/* line 48, ../sass/layout/_header.scss */
.secondaryNavigation {
  display: none;
}

/* line 52, ../sass/layout/_header.scss */
.subMenu {
  display: none;
}

/* line 56, ../sass/layout/_header.scss */
.fduLogo {
  width: 95%;
  margin: 0 auto;
  /* center hack */
  padding: 1.250em;
}
/* line 61, ../sass/layout/_header.scss */
.fduLogo img {
  max-width: 100%;
}

/* line 66, ../sass/layout/_header.scss */
.menuContainer {
  width: 100%;
  background-color: #ebebeb;
  padding: 0.5em 0.75em 0.5em 0.75em;
}

/* line 72, ../sass/layout/_header.scss */
.mainMenu {
  float: left;
  position: relative;
  margin-right: 0.75em;
}
/* line 77, ../sass/layout/_header.scss */
.mainMenu img {
  height: 1.5625em;
}

/* line 82, ../sass/layout/_header.scss */
.search {
  float: none;
  width: auto;
}
/* line 85, ../sass/layout/_header.scss */
.primaryNavigation .search {
  position: relative;
}
/* line 88, ../sass/layout/_header.scss */
.menuContainer .search {
  overflow: hidden;
}

/* line 94, ../sass/layout/_header.scss */
.searchContainer form {
  width: 100%;
  height: auto;
  position: relative;
}
/* line 100, ../sass/layout/_header.scss */
.searchContainer input[type='search'] {
  width: 100%;
  height: 1.5em;
  display: inline-block;
  color: #959595;
  border: none;
  border-top: 0.125em solid #cccccc;
  border-left: 0.125em solid #cccccc;
  padding: 0 0.625em;
  background-color: white;
  border-radius: 0;
}
/* line 113, ../sass/layout/_header.scss */
.searchContainer button {
  width: 18px;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 6px;
  border: none;
  background: url(../images/magnifying_glass.png) no-repeat;
  background-size: 100%;
  padding: 0em 0em 0em 0em;
}

/* line 1, ../sass/layout/_footer.scss */
.footer {
  max-width: 100%;
  min-width: 20.000em;
  text-align: center;
  color: #025298;
  font-size: 1em;
}
/* line 8, ../sass/layout/_footer.scss */
.footer p {
  font-size: 12px;
  margin: 0;
  color: black;
  word-wrap: normal;
  word-break: normal;
}
/* line 14, ../sass/layout/_footer.scss */
.footer p.athleticsTitle {
  font-weight: 900;
  color: #7d7d7e;
  text-transform: uppercase;
  margin: 5px 0 0 50%;
  font-size: 8px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 14, ../sass/layout/_footer.scss */
  .footer p.athleticsTitle {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 14, ../sass/layout/_footer.scss */
  .footer p.athleticsTitle {
    font-size: 16px;
  }
}
/* line 29, ../sass/layout/_footer.scss */
.footer p.copyright {
  color: #7d7d7e;
}
/* line 32, ../sass/layout/_footer.scss */
.footer p.contact {
  color: #025298;
}

/* line 38, ../sass/layout/_footer.scss */
.footerTable {
  width: 100%;
  display: block;
  margin: 0em 0em 0em 0em;
}
@media only screen and (min-width: 768px) {
  /* line 38, ../sass/layout/_footer.scss */
  .footerTable {
    margin: 2.5em 0em 0.9375em 0em;
  }
}

/* line 47, ../sass/layout/_footer.scss */
.footerRow {
  width: 100%;
  display: block;
}

/* line 52, ../sass/layout/_footer.scss */
.footerColumns {
  padding: 0 2em 2em;
}
@media only screen and (min-width: 1024px) {
  /* line 54, ../sass/layout/_footer.scss */
  .footerColumns.footerColumn1 {
    padding-left: 0;
  }
}

/* line 61, ../sass/layout/_footer.scss */
.copyrightLegalContact {
  width: 100%;
  margin: 0em 0em 2.5em 0em;
}
/* line 64, ../sass/layout/_footer.scss */
.copyrightLegalContact p {
  margin: 0.625em 0em 0.625em 0em;
  font-size: 0.75em;
}
@media only screen and (min-width: 768px) {
  /* line 67, ../sass/layout/_footer.scss */
  .copyrightLegalContact p.copyright:after {
    content: " | ";
  }
}
@media only screen and (min-width: 768px) {
  /* line 72, ../sass/layout/_footer.scss */
  .copyrightLegalContact p.copyrightStatements:after {
    color: #025298;
    content: " | ";
  }
}
@media only screen and (min-width: 768px) {
  /* line 64, ../sass/layout/_footer.scss */
  .copyrightLegalContact p {
    display: inline;
  }
}

/* line 84, ../sass/layout/_footer.scss */
.fduLogoFooter {
  margin: 0em 0em 0.625em 0em;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  /* line 86, ../sass/layout/_footer.scss */
  .homepage .fduLogoFooter {
    margin: 1.25em 0em 0.625em 0em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 86, ../sass/layout/_footer.scss */
  .homepage .fduLogoFooter {
    margin: 0em 0em 0.625em 0em;
  }
}
/* line 94, ../sass/layout/_footer.scss */
.fduLogoFooter img {
  width: 100%;
  max-width: 200px;
}

/* line 100, ../sass/layout/_footer.scss */
.footerLinks {
  float: left;
  position: relative;
  font-size: 11px;
  text-align: left;
  width: 50%;
  margin: 0em 0em 0em 0em;
}
/* line 108, ../sass/layout/_footer.scss */
.lt-ie9 .footerLinks {
  padding: 0em 0em 0em 0em;
}
/* line 112, ../sass/layout/_footer.scss */
.footerLinks:first-child {
  padding: 0em 1.875em 0em 0em;
}
@media only screen and (min-width: 768px) {
  /* line 112, ../sass/layout/_footer.scss */
  .footerLinks:first-child {
    padding: 0em 0.625em 0em 0em;
  }
}
/* line 119, ../sass/layout/_footer.scss */
.footerLinks:last-child {
  padding: 0em 0em 0em 1.875em;
}
@media only screen and (min-width: 768px) {
  /* line 119, ../sass/layout/_footer.scss */
  .footerLinks:last-child {
    padding: 0em 0em 0em 0.625em;
  }
}
/* line 126, ../sass/layout/_footer.scss */
.footerLinks > li {
  margin-bottom: 1.125em;
  word-wrap: normal;
  word-break: normal;
}
/* line 131, ../sass/layout/_footer.scss */
.footerLinks > li:last-child {
  margin-bottom: 0;
}
/* line 137, ../sass/layout/_footer.scss */
.footerLinks a:link,
.footerLinks a:visited {
  text-transform: uppercase;
  font-weight: 700;
  word-wrap: normal;
  word-break: normal;
}

/* line 145, ../sass/layout/_footer.scss */
.copyRightInfo {
  display: none;
  font-size: 0.875em;
}

/* line 1, ../sass/layout/_template.scss */
.wrapper {
  width: 100%;
  background-color: white;
}

/* line 6, ../sass/layout/_template.scss */
.container {
  max-width: 100%;
  min-width: 20.000em;
  text-align: center;
  /* center hack */
  background-color: white;
}

/* line 12, ../sass/layout/_template.scss */
.main {
  max-width: 1080px;
  min-width: 20.000em;
  text-align: left;
  margin: 0 auto;
  /* center hack */
}
/* line 17, ../sass/layout/_template.scss */
.main.homepage {
  max-width: 75.000em;
}

/* ddSlick Drop down menus */
/* line 2, ../sass/plugins/_ddSlick.scss */
.dropDownMenus {
  background-color: #ebebeb;
  padding: 1.250em 2em;
}

/* line 6, ../sass/plugins/_ddSlick.scss */
.selectMenu {
  width: 100%;
  font-size: 1.125em;
  margin: 0;
  padding: 0;
}

/* line 1, ../sass/modules/_mainFeature.scss */
.mainFeature {
  max-width: 1200px;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  margin: 0 auto;
}

/* line 9, ../sass/modules/_mainFeature.scss */
.story {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 14, ../sass/modules/_mainFeature.scss */
.story:first-child {
  position: relative;
  z-index: 500;
}

/* line 20, ../sass/modules/_mainFeature.scss */
.caption {
  display: block;
  position: relative;
  color: white;
  background-color: black;
  margin: 0;
  padding: 20px;
}
/* line 28, ../sass/modules/_mainFeature.scss */
.caption p {
  margin-bottom: -5px;
  color: white;
}

/* line 34, ../sass/modules/_mainFeature.scss */
.name, .title {
  text-transform: uppercase;
}

/* line 37, ../sass/modules/_mainFeature.scss */
.name {
  font-size: 1em;
  font-weight: 700;
}

/* line 41, ../sass/modules/_mainFeature.scss */
.title {
  font-size: 2.25em;
  font-weight: 900;
}

/* line 45, ../sass/modules/_mainFeature.scss */
.description {
  font-size: 1em;
  font-weight: 400;
}

/* line 49, ../sass/modules/_mainFeature.scss */
.hidden {
  display: none !important;
}

/* line 52, ../sass/modules/_mainFeature.scss */
.show {
  display: block;
  position: relative;
  z-index: 1000;
}

/* line 1, ../sass/modules/_fduBtn.scss */
.fduBtn {
  display: inline-block;
  position: relative;
  background-color: #a70533;
  margin: 20px 0 0 0;
  cursor: pointer;
  padding: 0.625em 1.25em 0.625em 1.25em;
}
/* line 10, ../sass/modules/_fduBtn.scss */
.fduBtn:link, .fduBtn:visited {
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
/* line 17, ../sass/modules/_fduBtn.scss */
.fduBtn:link:hover, .fduBtn:visited:hover {
  text-decoration: none;
  background: #a70533;
  background: rgba(167, 5, 51, 0.8);
}

/* line 25, ../sass/modules/_fduBtn.scss */
input[type='submit'].fduBtn {
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  border: none;
  margin: 10px 0 0 0;
}
/* line 34, ../sass/modules/_fduBtn.scss */
input[type='submit'].fduBtn:hover {
  background: #a70533;
  background: rgba(167, 5, 51, 0.8);
}

/* line 2, ../sass/modules/_closeBtn.scss */
a:link.closeBtn,
a:visited.closeBtn {
  position: relative;
  font-weight: 700;
  line-height: 1.5em;
  color: #a70533;
  vertical-align: top;
  font-size: 0.8125em;
}
/* line 9, ../sass/modules/_closeBtn.scss */
.lt-ie8 a:link.closeBtn, .lt-ie8
a:visited.closeBtn {
  left: -64px;
}

/* line 14, ../sass/modules/_closeBtn.scss */
.closeBtn:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 35px;
  top: 2px;
  background: url(../images/closeBtn.png) no-repeat;
  background-size: 100%;
}
/* line 24, ../sass/modules/_closeBtn.scss */
.lt-ie9 .closeBtn:before {
  margin: 0em 0.3125em 0em 0em;
  background: url(../images/closeBtn_small.png);
}

/* line 1, ../sass/modules/_headlines.scss */
.headlines {
  font-size: 1em;
  margin: 0;
  padding: 1.875em;
}
/* line 6, ../sass/modules/_headlines.scss */
.headlines h2 {
  font-size: 0.750em;
  font-weight: 700;
  text-transform: uppercase;
  color: #959595;
  margin: 0 0 1.875em 0;
}
/* line 14, ../sass/modules/_headlines.scss */
.headlines article[role='article'] {
  margin-bottom: 1.250em;
}
/* line 17, ../sass/modules/_headlines.scss */
.headlines article[role='article']:last-of-type {
  margin-bottom: 0;
}
/* line 21, ../sass/modules/_headlines.scss */
.headlines article[role='article'] time, .headlines article[role='article'].newsItem p {
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  margin-bottom: 0;
}
/* line 27, ../sass/modules/_headlines.scss */
.headlines article[role='article'].newsItem p {
  margin-top: 1.250em;
}
/* line 30, ../sass/modules/_headlines.scss */
.headlines article[role='article'].newsItem p a {
  display: block;
  text-transform: none;
}
/* line 34, ../sass/modules/_headlines.scss */
.headlines article[role='article'].newsItem p:first-child {
  margin-top: 0;
}

/* line 40, ../sass/modules/_headlines.scss */
.category {
  display: block;
  border-bottom: 0.125em solid #f0f0f0;
  margin-bottom: 1.875em;
  padding-bottom: 1.875em;
}
/* line 46, ../sass/modules/_headlines.scss */
.category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0.625em;
}

/* line 1, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A {
  display: none;
  min-width: 320px;
  margin: 0 auto 80px auto;
  padding: 0;
}
/* line 7, ../sass/modules/_primaryNavigation-A.scss */
.lt-ie8 .primaryNavigation-A {
  margin: -75px auto 25px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 1, ../sass/modules/_primaryNavigation-A.scss */
  .primaryNavigation-A {
    max-width: 768px;
    margin: 0 auto 75px auto;
  }
  /* line 14, ../sass/modules/_primaryNavigation-A.scss */
  .lt-ie8 .primaryNavigation-A {
    margin: -70px auto 20px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../sass/modules/_primaryNavigation-A.scss */
  .primaryNavigation-A {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/modules/_primaryNavigation-A.scss */
  .primaryNavigation-A {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 27, ../sass/modules/_primaryNavigation-A.scss */
  .primaryNavigation-A .dd-selected {
    padding: 5px;
  }
}
/* line 33, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A nav {
  float: right;
  position: relative;
  text-align: left;
}
/* line 39, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 44, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li {
  float: left;
  padding: 0 15px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 48, ../sass/modules/_primaryNavigation-A.scss */
  .lt-ie9 .primaryNavigation-A ol > li {
    padding: 0 7px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 44, ../sass/modules/_primaryNavigation-A.scss */
  .primaryNavigation-A ol > li {
    padding: 0 20px;
  }
}
/* line 58, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child {
  padding-left: 0;
  margin-right: 50px;
  display: none;
}
/* line 64, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child a:link,
.primaryNavigation-A ol > li:first-child a:visited {
  width: 224px;
  height: 67px;
  background: url(../images/fdu_logo.png) no-repeat;
  background-size: 224px 67px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
  top: -40px;
}
/* line 75, ../sass/modules/_primaryNavigation-A.scss */
.lt-ie9 .primaryNavigation-A ol > li:first-child a:link, .lt-ie9
.primaryNavigation-A ol > li:first-child a:visited {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fdu_logo.png',sizingMethod='scale');
}
/* line 84, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child + li, .primaryNavigation-A ol > li:first-child + li + li, .primaryNavigation-A ol > li:first-child + li + li + li {
  padding-left: 0;
  position: relative;
}
/* line 90, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child + li a.closed, .primaryNavigation-A ol > li:first-child + li a.ajar {
  padding: 5px 10px 27px 10px;
}
/* line 92, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child + li a.closed .arrow, .primaryNavigation-A ol > li:first-child + li a.ajar .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
/* line 101, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child + li a.closed {
  background-color: transparent;
}
/* line 103, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child + li a.closed .arrow {
  border-top: 8px solid #025298;
  top: 28px;
  left: 37%;
}
/* line 110, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child + li a.ajar {
  position: relative;
  background-color: #ebebeb;
}
/* line 113, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child + li a.ajar .arrow {
  border-bottom: 8px solid #025298;
  top: 30px;
  left: 43%;
}
/* line 120, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child + li + li + li {
  border-right: 1px solid #959595;
}
/* line 124, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child + li + li + li + li {
  line-height: 1.1em;
}
/* line 129, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child + li + li + li + li a:link, .primaryNavigation-A ol > li:first-child + li + li + li + li a:visited {
  font-size: 0.750em;
  color: #025298;
}
/* line 134, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child + li + li + li + li + li {
  border-left: 1px solid #959595;
  position: relative;
}
/* line 139, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child + li + li + li + li + li {
  height: 20px;
  padding-right: 0;
  padding-left: 10px;
}
/* line 145, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li:first-child + li + li + li + li + li a:link,
.primaryNavigation-A ol > li:first-child + li + li + li + li + li a:visited {
  width: 23px;
  height: 19px;
  background: url(../images/magnifying_glass.png) no-repeat;
  background-size: 23px 19px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/* line 154, ../sass/modules/_primaryNavigation-A.scss */
.lt-ie9 .primaryNavigation-A ol > li:first-child + li + li + li + li + li a:link, .lt-ie9
.primaryNavigation-A ol > li:first-child + li + li + li + li + li a:visited {
  background: url(../images/magnifying_glass_ie.png) no-repeat;
}
/* line 160, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 165, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li ul > li {
  float: left;
  position: relative;
  margin-right: 15px;
}
/* line 170, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li ul > li:first-child + li {
  margin-right: 0;
}
/* line 174, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li ul > li .ddSlick {
  margin-top: -15px;
  width: 100px !important;
  font-size: 0.850em !important;
}
/* line 179, ../sass/modules/_primaryNavigation-A.scss */
.lt-ie8 .primaryNavigation-A ol > li ul > li .ddSlick {
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 174, ../sass/modules/_primaryNavigation-A.scss */
  .primaryNavigation-A ol > li ul > li .ddSlick {
    width: 150px !important;
  }
}
/* line 189, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A ol > li ul > li .ddSlick .dd-option,
.primaryNavigation-A ol > li ul > li .ddSlick .dd-option-selected {
  width: 100px  !important;
}
@media only screen and (min-width: 1024px) {
  /* line 189, ../sass/modules/_primaryNavigation-A.scss */
  .primaryNavigation-A ol > li ul > li .ddSlick .dd-option,
  .primaryNavigation-A ol > li ul > li .ddSlick .dd-option-selected {
    width: 150px !important;
  }
}
/* line 201, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A a:link,
.primaryNavigation-A a:visited {
  font-size: 0.9375em;
  font-weight: 700;
  color: #a70533;
  text-transform: uppercase;
}
/* line 207, ../sass/modules/_primaryNavigation-A.scss */
.primaryNavigation-A a:link:hover,
.primaryNavigation-A a:visited:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  /* line 201, ../sass/modules/_primaryNavigation-A.scss */
  .primaryNavigation-A a:link,
  .primaryNavigation-A a:visited {
    font-size: 1.1875em;
  }
}

/* line 217, ../sass/modules/_primaryNavigation-A.scss */
.subMenu {
  width: 100%;
  display: none;
  /* Hide Program Finder */
  text-align: left;
  background-color: #ebebeb;
  padding: 10px 0;
}
/* line 224, ../sass/modules/_primaryNavigation-A.scss */
.subMenu .subMenuContainer {
  max-width: 75.000em;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
}
/* line 231, ../sass/modules/_primaryNavigation-A.scss */
.subMenu nav {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
}
/* line 238, ../sass/modules/_primaryNavigation-A.scss */
.subMenu ul {
  position: relative;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 245, ../sass/modules/_primaryNavigation-A.scss */
.subMenu ul > li {
  float: left;
  position: relative;
  height: 175px;
  max-width: 147px;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 1px;
}
/* line 254, ../sass/modules/_primaryNavigation-A.scss */
.lt-ie8 .subMenu ul > li {
  width: 147px;
}
/* line 261, ../sass/modules/_primaryNavigation-A.scss */
.subMenu ul > li:first-child + li a:link, .subMenu ul > li:first-child + li a:visited, .subMenu ul > li:first-child + li + li a:link, .subMenu ul > li:first-child + li + li a:visited {
  color: #a70533;
}
/* line 265, ../sass/modules/_primaryNavigation-A.scss */
.subMenu ul > li:last-child {
  margin-right: 0;
}
/* line 269, ../sass/modules/_primaryNavigation-A.scss */
.subMenu ul > li a img {
  padding: 12.5px;
  margin-bottom: 10px;
}
/* line 276, ../sass/modules/_primaryNavigation-A.scss */
.subMenu ul > li.active,
.subMenu ul > li:hover {
  background-color: #6e6e6e;
}
/* line 280, ../sass/modules/_primaryNavigation-A.scss */
.subMenu ul > li.active a:link,
.subMenu ul > li.active a:visited,
.subMenu ul > li:hover a:link,
.subMenu ul > li:hover a:visited {
  color: white !important;
}
/* line 285, ../sass/modules/_primaryNavigation-A.scss */
.subMenu ul > li.findCampus {
  white-space: normal;
  max-width: 12.5em;
  margin: 0em 0.75em 0em 0em;
}
/* line 290, ../sass/modules/_primaryNavigation-A.scss */
.subMenu ul > li.findCampus:hover {
  background-color: transparent;
}
/* line 294, ../sass/modules/_primaryNavigation-A.scss */
.subMenu ul > li.findCampus h2 {
  font-weight: 700;
  color: #464646;
  text-transform: uppercase;
  font-size: 1.125em;
  margin: 2.5em 0em 0em 0em;
}
/* line 300, ../sass/modules/_primaryNavigation-A.scss */
.lt-ie8 .subMenu ul > li.findCampus h2 {
  margin: 1.5em 0em 0em 0em;
}
/* line 305, ../sass/modules/_primaryNavigation-A.scss */
.subMenu ul > li.findCampus a {
  color: white;
  margin: 0.625em 0em 0em 0em;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 285, ../sass/modules/_primaryNavigation-A.scss */
  .subMenu ul > li.findCampus {
    display: none;
  }
}
/* line 317, ../sass/modules/_primaryNavigation-A.scss */
.subMenu a:link,
.subMenu a:visited {
  font-size: 0.750em;
}
/* line 320, ../sass/modules/_primaryNavigation-A.scss */
.subMenu a:link:hover,
.subMenu a:visited:hover {
  text-decoration: none;
}
/* line 324, ../sass/modules/_primaryNavigation-A.scss */
.subMenu a:link:first-child,
.subMenu a:visited:first-child {
  font-size: 0.850em;
}
/* line 328, ../sass/modules/_primaryNavigation-A.scss */
.subMenu a:link span,
.subMenu a:visited span {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  white-space: normal;
  overflow: hidden;
  line-height: 1.2em;
}
/* line 337, ../sass/modules/_primaryNavigation-A.scss */
.lt-ie8 .subMenu a:link span, .lt-ie8
.subMenu a:visited span {
  width: 147px;
}
/* line 341, ../sass/modules/_primaryNavigation-A.scss */
.subMenu a:link span.campusTitle,
.subMenu a:visited span.campusTitle {
  font-weight: 700;
}
/* line 345, ../sass/modules/_primaryNavigation-A.scss */
.subMenu a:link span:last-child,
.subMenu a:visited span:last-child {
  margin-top: 0;
}

/* line 1, ../sass/modules/_primaryNavigation.scss */
.primaryNavigation {
  border-top: 0.438em solid #464646;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  /* line 1, ../sass/modules/_primaryNavigation.scss */
  .primaryNavigation {
    border-top: 0.25em solid #464646;
  }
  /* line 8, ../sass/modules/_primaryNavigation.scss */
  .primaryNavigation a {
    padding: 0.700em;
    font-size: 0.9375em;
  }
}
/* line 13, ../sass/modules/_primaryNavigation.scss */
.primaryNavigation ol {
  margin: 0;
  padding: 0;
}
/* line 17, ../sass/modules/_primaryNavigation.scss */
.primaryNavigation ol li {
  text-align: center;
  border-right: 0.125em solid #950427;
  background-color: #a70533;
}
/* line 22, ../sass/modules/_primaryNavigation.scss */
.primaryNavigation ol li:first-child + li {
  border-right: none;
}
/* line 26, ../sass/modules/_primaryNavigation.scss */
.primaryNavigation ol li:first-child + li + li + li {
  border-right: none;
}
/* line 33, ../sass/modules/_primaryNavigation.scss */
.primaryNavigation a:link,
.primaryNavigation a:visited {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  padding: 0.938em;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  /* line 33, ../sass/modules/_primaryNavigation.scss */
  .primaryNavigation a:link,
  .primaryNavigation a:visited {
    padding: 0.700em;
    font-size: 0.9375em;
  }
}
/* line 45, ../sass/modules/_primaryNavigation.scss */
.primaryNavigation a:link:hover,
.primaryNavigation a:visited:hover {
  text-decoration: none;
  background: #a70533;
  background: rgba(167, 5, 51, 0.8);
}

/* line 3, ../sass/modules/_toggleSearch.scss */
.headerSearch {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 40px;
  right: -10px;
  background-color: #025298;
  padding: 15px;
  border: 1px solid white;
  -webkit-box-shadow: #333333 1px 1px 3px;
  -moz-box-shadow: #333333 1px 1px 3px;
  box-shadow: #333333 1px 1px 3px;
}
/* line 13, ../sass/modules/_toggleSearch.scss */
.lt-ie8 .headerSearch {
  top: -20px;
  right: 30px;
  padding: 15px 20px 15px 15px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 21, ../sass/modules/_toggleSearch.scss */
  .campusPage .headerSearch, .programPage .headerSearch, .twoThreeLayoutPage .headerSearch {
    top: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 21, ../sass/modules/_toggleSearch.scss */
  .campusPage .headerSearch, .programPage .headerSearch, .twoThreeLayoutPage .headerSearch {
    top: 65px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 3, ../sass/modules/_toggleSearch.scss */
  .headerSearch {
    right: 5px;
  }
}
/* line 36, ../sass/modules/_toggleSearch.scss */
.headerSearch:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  top: -10px;
  right: 15px;
  background: transparent url(../images/toggle_search_tail.png) no-repeat 0 0;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 36, ../sass/modules/_toggleSearch.scss */
  .headerSearch:before {
    right: 0;
  }
}
/* line 53, ../sass/modules/_toggleSearch.scss */
.lt-ie8 .headerSearch form {
  position: relative;
}
/* line 57, ../sass/modules/_toggleSearch.scss */
.headerSearch form label {
  display: none !important;
}
/* line 61, ../sass/modules/_toggleSearch.scss */
.headerSearch form input[type="search"] {
  width: 280px;
  font-size: 14px;
  color: #959595;
  border: none;
  background-color: white;
  padding: 8px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 61, ../sass/modules/_toggleSearch.scss */
  .headerSearch form input[type="search"] {
    width: 260px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 74, ../sass/modules/_toggleSearch.scss */
  .lt-ie8 .headerSearch form {
    width: 325px;
  }
}
/* line 78, ../sass/modules/_toggleSearch.scss */
.lt-ie8 .headerSearch form {
  width: 345px;
}

/* line 1, ../sass/modules/_secondaryNavigation.scss */
.secondaryNavigation {
  min-width: 320px;
  padding: 10px 0 10px 0;
  margin: 0 auto 30px auto;
  display: none;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 1, ../sass/modules/_secondaryNavigation.scss */
  .secondaryNavigation {
    max-width: 768px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../sass/modules/_secondaryNavigation.scss */
  .secondaryNavigation {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/modules/_secondaryNavigation.scss */
  .secondaryNavigation {
    max-width: 1000px;
  }
}
/* line 19, ../sass/modules/_secondaryNavigation.scss */
.secondaryNavigation nav {
  float: right;
  text-align: left;
}
/* line 24, ../sass/modules/_secondaryNavigation.scss */
.secondaryNavigation ol {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 30, ../sass/modules/_secondaryNavigation.scss */
.secondaryNavigation ol > li {
  float: left;
  position: relative;
  border-left: 1px solid #959595;
  padding: 0 15px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 36, ../sass/modules/_secondaryNavigation.scss */
  .lt-ie9 .secondaryNavigation ol > li {
    padding: 0 7px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 30, ../sass/modules/_secondaryNavigation.scss */
  .secondaryNavigation ol > li {
    padding: 0 7px;
  }
}
/* line 46, ../sass/modules/_secondaryNavigation.scss */
.secondaryNavigation ol > li:first-child {
  border-left: none;
}
/* line 53, ../sass/modules/_secondaryNavigation.scss */
.secondaryNavigation a:link,
.secondaryNavigation a:visited {
  float: left;
  white-space: nowrap;
  font-size: 0.813em;
  font-weight: 700;
  color: #025298;
}
/* line 60, ../sass/modules/_secondaryNavigation.scss */
.lt-ie9 .secondaryNavigation a:link, .lt-ie9
.secondaryNavigation a:visited {
  font-weight: normal;
}
/* line 64, ../sass/modules/_secondaryNavigation.scss */
.secondaryNavigation a:link:hover,
.secondaryNavigation a:visited:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  /* line 53, ../sass/modules/_secondaryNavigation.scss */
  .secondaryNavigation a:link,
  .secondaryNavigation a:visited {
    font-size: 0.8125em;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 53, ../sass/modules/_secondaryNavigation.scss */
  .secondaryNavigation a:link,
  .secondaryNavigation a:visited {
    font-size: 0.75em;
  }
}

/* line 2, ../sass/modules/_multipleColumnLi.scss */
.multiple-column-li {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 8, ../sass/modules/_multipleColumnLi.scss */
.multiple-column-li li {
  float: left;
  display: table;
}
/* line 11, ../sass/modules/_multipleColumnLi.scss */
.multiple-column-li li.row {
  width: 100%;
  float: left;
  border-right: none;
}
/* line 15, ../sass/modules/_multipleColumnLi.scss */
.multiple-column-li li.row a {
  display: table-cell;
  vertical-align: middle;
}

/* line 24, ../sass/modules/_multipleColumnLi.scss */
.two-column-li li {
  width: 50%;
}

/* line 29, ../sass/modules/_multipleColumnLi.scss */
.three-column-li li {
  width: 33.333%;
}

/* line 34, ../sass/modules/_multipleColumnLi.scss */
.four-column-li li {
  width: 25%;
}

/* line 40, ../sass/modules/_multipleColumnLi.scss */
.three-quarter-columns li:first-child {
  width: 75%;
}
/* line 44, ../sass/modules/_multipleColumnLi.scss */
.three-quarter-columns li:first-child + li {
  width: 25%;
}

/* line 3, ../sass/modules/_programFinder.scss */
.programFinder {
  margin: 0em 0em 1.25em 0em;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  /* line 3, ../sass/modules/_programFinder.scss */
  .programFinder {
    width: 480px;
    position: absolute;
    z-index: 9999;
    top: 200px;
    left: -482px;
    background-color: white;
    border: 2px solid #ebebeb;
    border-left: none;
    -webkit-box-shadow: #333333 1px 1px 10px;
    -moz-box-shadow: #333333 1px 1px 10px;
    box-shadow: #333333 1px 1px 10px;
  }
}
/* line 19, ../sass/modules/_programFinder.scss */
.programFinder h3 {
  text-align: center;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #025298;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 0.875em;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../sass/modules/_programFinder.scss */
  .programFinder h3 {
    display: none;
  }
}
/* line 32, ../sass/modules/_programFinder.scss */
.programFinder h3 .expand, .programFinder h3 .contract {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  left: 5px;
  top: 2px;
  background-color: white;
  border-radius: 50%;
  border-top-left-radius: 50%;
  /* Android fix */
  border-top-right-radius: 50%;
  /* Android fix */
  border-bottom-left-radius: 50%;
  /* Android fix */
  border-bottom-right-radius: 50%;
  /* Android fix */
  color: #025298;
  font-weight: 900;
  background-position: center center;
  font-size: 1.25em;
}
/* line 49, ../sass/modules/_programFinder.scss */
.programFinder h3 .expand > span, .programFinder h3 .contract > span {
  position: relative;
  bottom: 2px;
}
/* line 52, ../sass/modules/_programFinder.scss */
.lt-ie9 .programFinder h3 .expand > span, .lt-ie9 .programFinder h3 .contract > span {
  display: none;
}
/* line 58, ../sass/modules/_programFinder.scss */
.lt-ie9 .programFinder h3 .expand {
  background-color: transparent;
  background: url(../images/program_finder_mobile_expand_ie.png);
}
/* line 64, ../sass/modules/_programFinder.scss */
.lt-ie9 .programFinder h3 .contract {
  background-color: transparent;
  background: url(../images/program_finder_mobile_contract_ie.png);
}
@media only screen and (min-width: 768px) {
  /* line 3, ../sass/modules/_programFinder.scss */
  .programFinder {
    margin: 0;
  }
}

/* line 75, ../sass/modules/_programFinder.scss */
#programFinderForm {
  display: none;
  padding: 1.875em;
}
@media only screen and (min-width: 768px) {
  /* line 75, ../sass/modules/_programFinder.scss */
  #programFinderForm {
    display: block;
  }
}
/* line 81, ../sass/modules/_programFinder.scss */
#programFinderForm ol {
  margin: 0;
  padding: 0;
}
/* line 85, ../sass/modules/_programFinder.scss */
#programFinderForm ol > li {
  display: block;
}
/* line 89, ../sass/modules/_programFinder.scss */
#programFinderForm ol ul {
  margin: 0;
  padding: 0;
}
/* line 94, ../sass/modules/_programFinder.scss */
#programFinderForm ol ul > li.label,
#programFinderForm ol ul > li.ddMenu {
  float: left;
  position: relative;
  margin: 0 10px 5px 0;
}
/* line 99, ../sass/modules/_programFinder.scss */
#programFinderForm ol ul > li.label:last-child,
#programFinderForm ol ul > li.ddMenu:last-child {
  margin-right: 0;
}
/* line 104, ../sass/modules/_programFinder.scss */
#programFinderForm ol ul > li.label {
  font-size: 0.875em;
  text-align: right;
  line-height: 4.250em;
  width: 33%;
  width: calc(35% - 10px);
  /* W3C */
  width: -o-calc(35% - 10px);
  /* Opera */
  width: -moz-calc(35% - 10px);
  /* Mozilla */
  width: -webkit-calc(35% - 10px);
  /* Webkit */
}
/* line 111, ../sass/modules/_programFinder.scss */
#programFinderForm ol ul > li.label label {
  font-weight: bold;
  color: #7d7d7e;
}
/* line 116, ../sass/modules/_programFinder.scss */
#programFinderForm ol ul > li.label label.submitLabel {
  display: none !important;
}
/* line 121, ../sass/modules/_programFinder.scss */
#programFinderForm ol ul > li.ddMenu {
  width: 60%;
  width: calc(65% - 10px);
  /* W3C */
  width: -o-calc(65% - 10px);
  /* Opera */
  width: -moz-calc(65% - 10px);
  /* Mozilla */
  width: -webkit-calc(65% - 10px);
  /* Webkit */
}
/* line 124, ../sass/modules/_programFinder.scss */
#programFinderForm ol ul > li.ddMenu select {
  position: relative;
  top: 15px;
  font-size: 16px;
}

/* line 134, ../sass/modules/_programFinder.scss */
.compareIndc {
  display: block;
  color: #025298;
  font-weight: normal;
  line-height: 0;
  margin-top: -10px;
  position: absolute;
  right: 22px;
}

/* line 147, ../sass/modules/_programFinder.scss */
.compareIndc:after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 20px;
  top: -8px;
  right: -25px;
  background: transparent url(../images/blue_arrow.png) no-repeat 0 0;
}

/* line 159, ../sass/modules/_programFinder.scss */
#programFinder .open,
#programFinder .close {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 159, ../sass/modules/_programFinder.scss */
  #programFinder .open,
  #programFinder .close {
    float: left;
    position: absolute;
    display: block !important;
    top: 105px;
    left: 406px;
    width: 181px;
    background-color: #025298;
    font-size: 1em;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 20px;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  /* line 177, ../sass/modules/_programFinder.scss */
  .lt-ie9 #programFinder .open, .lt-ie9
  #programFinder .close {
    top: 45px;
    left: 480px;
    text-align: center;
    width: 200px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  /* line 184, ../sass/modules/_programFinder.scss */
  .lt-ie8 #programFinder .open, .lt-ie8
  #programFinder .close {
    top: 10px;
  }
}

/* line 190, ../sass/modules/_programFinder.scss */
.campusComparison {
  display: none;
  border-top: 2px solid #ebebeb;
}
/* line 194, ../sass/modules/_programFinder.scss */
.campusComparison header {
  width: 100%;
  margin: 0;
  padding: 2em 2em 0;
}
/* line 201, ../sass/modules/_programFinder.scss */
.campusComparison header ul > li:first-child + li {
  text-align: right;
}
/* line 208, ../sass/modules/_programFinder.scss */
.campusComparison h2 {
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  color: #959595;
  margin: 0;
  padding: 0;
}
/* line 217, ../sass/modules/_programFinder.scss */
.campusComparison h3 {
  font-size: 1.250em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: black;
  background: none;
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 228, ../sass/modules/_programFinder.scss */
.campusComparison h4 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8125em;
}
/* line 235, ../sass/modules/_programFinder.scss */
.campusComparison p {
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 239, ../sass/modules/_programFinder.scss */
.campusComparison p:last-of-type {
  margin-bottom: 0;
}
/* line 244, ../sass/modules/_programFinder.scss */
.campusComparison section {
  border-bottom: 2px solid #ebebeb;
  margin: 0;
  padding: 1.25em 1.5em;
}
/* line 249, ../sass/modules/_programFinder.scss */
.campusComparison section:last-child {
  border-bottom: none;
}
/* line 254, ../sass/modules/_programFinder.scss */
.campusComparison table, .campusComparison thead, .campusComparison tbody, .campusComparison tr, .campusComparison th, .campusComparison td {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 261, ../sass/modules/_programFinder.scss */
.campusComparison table th,
.campusComparison table td {
  padding: 4px 10px;
}
/* line 265, ../sass/modules/_programFinder.scss */
.campusComparison table {
  width: 100%;
}
/* line 268, ../sass/modules/_programFinder.scss */
.campusComparison table th {
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  font-size: 0.8125em;
}
/* line 276, ../sass/modules/_programFinder.scss */
.campusComparison table th:last-child {
  border-right: none;
}
/* line 281, ../sass/modules/_programFinder.scss */
.campusComparison table tr {
  border-bottom: 1px solid #ebebeb;
}
/* line 284, ../sass/modules/_programFinder.scss */
.campusComparison table tr:last-child {
  border-bottom: none;
}
/* line 289, ../sass/modules/_programFinder.scss */
.campusComparison table td {
  border-right: 1px solid #ebebeb;
}
/* line 292, ../sass/modules/_programFinder.scss */
.campusComparison table td:last-child {
  border-right: none;
}

/* line 1, ../sass/modules/_backToTopBtn.scss */
.backToTop {
  width: 100%;
  text-align: center;
  background-color: #ebebeb;
}
/* line 7, ../sass/modules/_backToTopBtn.scss */
.backToTop a:link,
.backToTop a:visited {
  display: block;
  font-weight: bold;
  color: #7d7d7e;
  padding: 0.625em;
}
/* line 13, ../sass/modules/_backToTopBtn.scss */
.backToTop a:link:hover,
.backToTop a:visited:hover {
  text-decoration: none;
}

/* Min-width: 320px; Max-width: 767px */
/* line 4, ../sass/modules/_socialMediaIcons.scss */
.socialMediaIcons {
  width: 145px;
  margin: 10px auto 0 auto;
  padding: 0;
}
/* line 9, ../sass/modules/_socialMediaIcons.scss */
.socialMediaIcons > li {
  float: left;
  position: relative;
  margin-right: 5px;
}
/* line 14, ../sass/modules/_socialMediaIcons.scss */
.socialMediaIcons > li:first-child + li + li + li {
  margin-right: 0;
}
/* line 19, ../sass/modules/_socialMediaIcons.scss */
.socialMediaIcons > li a:link,
.socialMediaIcons > li a:visited {
  width: 32px;
  height: 32px;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  color: white;
  background-color: #a70533;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
/* line 31, ../sass/modules/_socialMediaIcons.scss */
.socialMediaIcons > li a:link span,
.socialMediaIcons > li a:visited span {
  display: none !important;
}
/* line 37, ../sass/modules/_socialMediaIcons.scss */
.socialMediaIcons > li a:link:visited, .socialMediaIcons > li a:link:hover, .socialMediaIcons > li a:link:active,
.socialMediaIcons > li a:visited:visited,
.socialMediaIcons > li a:visited:hover,
.socialMediaIcons > li a:visited:active {
  text-decoration: none;
}
/* line 41, ../sass/modules/_socialMediaIcons.scss */
.socialMediaIcons > li a:link:hover,
.socialMediaIcons > li a:visited:hover {
  background: #a70533;
  background: rgba(167, 5, 51, 0.8);
}

/* line 1, ../sass/modules/_fduIcons.scss */
.fduIcons {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 6, ../sass/modules/_fduIcons.scss */
.fduIcons > li {
  float: left;
  position: relative;
  padding: 0 0.938em;
  margin: 0;
  border-right: 0.125em solid #f0f0f0;
}
/* line 13, ../sass/modules/_fduIcons.scss */
.fduIcons > li:first-child {
  padding-left: 0;
}
/* line 17, ../sass/modules/_fduIcons.scss */
.fduIcons > li.giveToFdu {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  /* line 20, ../sass/modules/_fduIcons.scss */
  .lt-ie8 .fduIcons > li.giveToFdu {
    width: 161px;
  }
}
/* line 26, ../sass/modules/_fduIcons.scss */
.fduIcons > li.knights {
  border-right: none;
}
/* line 30, ../sass/modules/_fduIcons.scss */
.fduIcons > li.devils, .fduIcons > li.knights {
  width: 25%;
}
@media only screen and (min-width: 1024px) {
  /* line 33, ../sass/modules/_fduIcons.scss */
  .lt-ie8 .fduIcons > li.devils, .lt-ie8 .fduIcons > li.knights {
    width: 53px;
  }
}
/* line 39, ../sass/modules/_fduIcons.scss */
.fduIcons > li img {
  max-height: 85px;
}

/* line 1, ../sass/modules/_photoGallery.scss */
.FDUPhotoGallery {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  letter-spacing: -3px;
  background-color: #464646;
}
/* line 8, ../sass/modules/_photoGallery.scss */
.lt-ie8 .FDUPhotoGallery {
  display: none;
}
/* line 12, ../sass/modules/_photoGallery.scss */
.FDUPhotoGallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 17, ../sass/modules/_photoGallery.scss */
.FDUPhotoGallery ul > li {
  width: 25%;
  display: inline-block;
  position: relative;
  line-height: 0;
  letter-spacing: 0;
  word-spacing: 0;
}
/* line 26, ../sass/modules/_photoGallery.scss */
.FDUPhotoGallery ul > li.visible {
  display: inline-block;
  float: left;
  /* Firefox fix */
}
/* line 31, ../sass/modules/_photoGallery.scss */
.FDUPhotoGallery ul > li.invisible {
  display: none;
}
/* line 36, ../sass/modules/_photoGallery.scss */
.FDUPhotoGallery a {
  display: block;
}
/* line 40, ../sass/modules/_photoGallery.scss */
.FDUPhotoGallery img {
  border: none;
  width: 100% !important;
  height: auto !important;
  vertical-align: middle;
  /* IE Fix: Bicubic Scaling for Images */
  -ms-interpolation-mode: bicubic;
}
/* line 49, ../sass/modules/_photoGallery.scss */
.FDUPhotoGallery .caption.visible {
  display: block;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
/* line 53, ../sass/modules/_photoGallery.scss */
.lt-ie9 .FDUPhotoGallery .caption.visible {
  background: transparent url(../images/transparent_background-1x1px.png) repeat 0 0;
}
@media only screen and (min-width: 768px) {
  /* line 58, ../sass/modules/_photoGallery.scss */
  .FDUPhotoGallery a:hover .caption {
    display: block;
    background: black;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
  }
  /* line 63, ../sass/modules/_photoGallery.scss */
  .lt-ie9 .FDUPhotoGallery a:hover .caption {
    background: transparent url(../images/transparent_background-1x1px.png) repeat 0 0;
  }
}
/* line 69, ../sass/modules/_photoGallery.scss */
.FDUPhotoGallery .caption {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}
/* line 78, ../sass/modules/_photoGallery.scss */
.FDUPhotoGallery p {
  display: block;
  text-align: center;
  line-height: 1.3em;
  color: white;
  padding: 0px 10px 10px 10px;
  z-index: 999;
  margin-top: 30%;
}
/* line 88, ../sass/modules/_photoGallery.scss */
.FDUPhotoGallery span {
  display: block;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 5px;
  color: white;
}
/* line 95, ../sass/modules/_photoGallery.scss */
.FDUPhotoGallery span:first-child {
  font-size: 1.125em;
  font-weight: 700;
}

/* line 102, ../sass/modules/_photoGallery.scss */
.showImgs, .hideImgs {
  width: 200px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #025298;
  text-align: center;
  font-size: 1em;
  font-weight: 700 !important;
  line-height: 2.55em;
  letter-spacing: 0;
  color: white !important;
  text-transform: uppercase;
  margin: 0 auto;
  cursor: pointer;
}
/* line 120, ../sass/modules/_photoGallery.scss */
.showImgs:hover, .hideImgs:hover {
  text-decoration: none;
  background: #025298;
  background: rgba(2, 82, 152, 0.8);
}

/* line 126, ../sass/modules/_photoGallery.scss */
.showImgs {
  display: block;
}

/* line 130, ../sass/modules/_photoGallery.scss */
.FDUPhotoGallery a.hideImgs {
  display: none;
}

/* FDU Photo Gallery - Media Queries */
/* Display 1 image */
@media only screen and (max-width: 320px) {
  /* line 140, ../sass/modules/_photoGallery.scss */
  .FDUPhotoGallery ul > li {
    width: 100%;
  }
}
/* Display 2 images */
@media only screen and (max-width: 479px) and (min-width: 321px) {
  /* line 151, ../sass/modules/_photoGallery.scss */
  .FDUPhotoGallery ul > li {
    width: 50%;
  }
}
/* Display 3 images */
@media only screen and (max-width: 639px) and (min-width: 480px) {
  /* line 162, ../sass/modules/_photoGallery.scss */
  .FDUPhotoGallery ul > li {
    width: 33.333%;
  }
}
/* Display 4 images */
@media only screen and (max-width: 767px) and (min-width: 640px) {
  /* line 173, ../sass/modules/_photoGallery.scss */
  .FDUPhotoGallery ul > li {
    width: 25%;
  }
}
/* Display 5 images */
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  /* line 184, ../sass/modules/_photoGallery.scss */
  .FDUPhotoGallery ul > li {
    width: 20%;
  }
}
/* Display 6 images */
@media only screen and (max-width: 1599px) and (min-width: 1200px) {
  /* line 195, ../sass/modules/_photoGallery.scss */
  .FDUPhotoGallery ul > li {
    width: 16.666%;
  }
}
/* Display 8 images */
@media only screen and (min-width: 1600px) {
  /* line 206, ../sass/modules/_photoGallery.scss */
  .FDUPhotoGallery ul > li {
    width: 12.5%;
  }
}
@media only screen and (min-width: 320px) {
  /* line 8, ../sass/modules/_mediaQueries.scss */
  #programFinder ol ul > li.label {
    line-height: 3.750em;
  }
  /* line 10, ../sass/modules/_mediaQueries.scss */
  .lt-ie9 #programFinder ol ul > li.label {
    width: 135px;
  }
}
/* Max-Width: 1024px; Min-Width: 768px */
@media only screen and (min-width: 768px) {
  /* line 22, ../sass/modules/_mediaQueries.scss */
  .primaryNavigation-A {
    display: block;
  }

  /* line 26, ../sass/modules/_mediaQueries.scss */
  .secondaryNavigation {
    display: block;
  }

  /* line 30, ../sass/modules/_mediaQueries.scss */
  .subMenu {
    display: block;
  }

  /* Main Feature (Masthead) */
  /* line 36, ../sass/modules/_mediaQueries.scss */
  .mainFeature .caption {
    position: absolute;
    right: 40px;
    bottom: 40px;
    max-width: 50%;
    background: black;
    background: rgba(0, 0, 0, 0.5);
  }

  /* line 46, ../sass/modules/_mediaQueries.scss */
  .fduLogo {
    display: none !important;
  }

  /* line 50, ../sass/modules/_mediaQueries.scss */
  .menuContainer {
    display: none !important;
  }

  /* Headlines */
  /* line 55, ../sass/modules/_mediaQueries.scss */
  .headlines {
    width: 100%;
    display: table;
  }
  /* line 59, ../sass/modules/_mediaQueries.scss */
  .lt-ie8 .headlines {
    max-width: 1000px;
    margin: 0 auto;
  }

  /* line 66, ../sass/modules/_mediaQueries.scss */
  .category {
    width: 290px;
    display: table-cell;
    border-right: 0.125em solid #f0f0f0;
    border-bottom: none;
    margin: 0;
    padding: 0 1.250em 1.25em 1.25em;
  }
  /* line 74, ../sass/modules/_mediaQueries.scss */
  .category:last-child {
    border-right: none;
  }
  /* line 77, ../sass/modules/_mediaQueries.scss */
  .lt-ie8 .category {
    width: 293px;
    float: left;
  }

  /* Primary Navigation*/
  /* line 84, ../sass/modules/_mediaQueries.scss */
  #primaryNavigation {
    display: none;
  }

  /* Drop Down Menus */
  /* line 89, ../sass/modules/_mediaQueries.scss */
  #dropDownMenus {
    display: none;
  }

  /* Back to top (Call-to-action) */
  /* line 94, ../sass/modules/_mediaQueries.scss */
  .backToTop {
    width: 100%;
    padding: 7.5px;
  }
  /* line 98, ../sass/modules/_mediaQueries.scss */
  .backToTop a {
    display: none !important;
  }

  /* line 101, ../sass/modules/_mediaQueries.scss */
  .lt-ie9 #programFinder .dd-select a {
    width: 260px;
  }

  /* Global Footer */
  /* line 106, ../sass/modules/_mediaQueries.scss */
  #footer {
    max-width: 62.500em;
    min-width: 320px;
    margin: 0 auto;
  }
  /* line 110, ../sass/modules/_mediaQueries.scss */
  #footer.homepage {
    max-width: 75.000em;
    display: table;
  }
  /* line 113, ../sass/modules/_mediaQueries.scss */
  .lt-ie8 #footer.homepage {
    max-width: 900px;
    width: 900px;
  }

  /* line 120, ../sass/modules/_mediaQueries.scss */
  .footerTable {
    display: table;
  }

  /* line 124, ../sass/modules/_mediaQueries.scss */
  .footerRow {
    display: table-row;
  }

  /* line 128, ../sass/modules/_mediaQueries.scss */
  .copyRightInfo {
    display: block;
    padding: 5px 5px 25px;
  }

  /* line 133, ../sass/modules/_mediaQueries.scss */
  .footerColumns {
    display: table-cell;
    vertical-align: top;
    padding: 0 1.5em;
    float: left;
    /* Fallback for IE */
    border-right: 0.125em solid #f0f0f0;
  }
  /* line 140, ../sass/modules/_mediaQueries.scss */
  .footerColumns:last-child {
    border-right: none;
  }
  /* line 144, ../sass/modules/_mediaQueries.scss */
  .footerColumns.footerColumn1 {
    width: 25%;
  }
  /* line 146, ../sass/modules/_mediaQueries.scss */
  .lt-ie8 .footerColumns.footerColumn1 {
    width: 199px;
  }
  /* line 151, ../sass/modules/_mediaQueries.scss */
  .footerColumns.footerColumn2 {
    width: 30%;
  }
  /* line 153, ../sass/modules/_mediaQueries.scss */
  .lt-ie8 .footerColumns.footerColumn2 {
    width: 220px;
  }
  /* line 158, ../sass/modules/_mediaQueries.scss */
  .footerColumns.footerColumn3 {
    border-right: none;
    width: 45%;
  }
  /* line 161, ../sass/modules/_mediaQueries.scss */
  .lt-ie8 .footerColumns.footerColumn3 {
    width: 353px;
  }

  /* line 169, ../sass/modules/_mediaQueries.scss */
  .footerLinks a:link,
  .footerLinks a:visited {
    font-size: 11px;
  }

  /* line 173, ../sass/modules/_mediaQueries.scss */
  .backToTopBar {
    display: none;
  }
}
/* ddSlick Drop down menus */
@media only screen and (max-width: 768px) {
  /* line 182, ../sass/modules/_mediaQueries.scss */
  .selectMenu > li {
    width: 50%;
    float: left;
    margin: 0;
  }
  /* line 187, ../sass/modules/_mediaQueries.scss */
  .selectMenu > li:first-child {
    padding-right: 10px;
  }
  /* line 191, ../sass/modules/_mediaQueries.scss */
  .selectMenu > li:last-child {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 200, ../sass/modules/_mediaQueries.scss */
  .mainFeature .caption {
    position: absolute;
    right: 100px;
    bottom: 90px;
    max-width: 50%;
    background: black;
    background: rgba(0, 0, 0, 0.5);
  }
}
/* FDU Photo Gallery */
/*@media only screen and (max-width: 1199px) {
	#photoGallery {
		column-count: 6;
		-moz-column-count: 6;
		-webkit-column-count: 6; }
}

@media only screen and (max-width: 1023px) {
	#photoGallery {
		column-count: 5;
		-moz-column-count: 5;
		-webkit-column-count: 5; }
}

@media only screen and (max-width: 959px) {
	#photoGallery {
		column-count: 4;
		-moz-column-count: 4;
		-webkit-column-count: 4; }
}

@media only screen and (max-width: 767px) {
	#photoGallery {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3; }
}

@media only screen and (max-width: 639px) {
	#photoGallery {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2; }
}

@media only screen and (max-width: 359px) {
	#photoGallery {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1; }
}*/
/* line 2, ../sass/modules/_campusNavigation.scss */
.campusNavigation {
  background-color: #025298;
}
/* line 4, ../sass/modules/_campusNavigation.scss */
.campusNavigation .campusNavigationInner {
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 4, ../sass/modules/_campusNavigation.scss */
  .campusNavigation .campusNavigationInner {
    margin: 0em 2.5em 0em 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 4, ../sass/modules/_campusNavigation.scss */
  .campusNavigation .campusNavigationInner {
    height: 3.125em;
    /* Fixes IE8 height bug */
  }
}
@media only screen and (min-width: 1024px) {
  /* line 4, ../sass/modules/_campusNavigation.scss */
  .campusNavigation .campusNavigationInner {
    margin: 0 auto;
    width: 1000px;
  }
}
/* line 21, ../sass/modules/_campusNavigation.scss */
.campusNavigation li {
  float: left;
}
/* line 23, ../sass/modules/_campusNavigation.scss */
.campusNavigation li.active {
  background: none;
}
@media only screen and (min-width: 768px) {
  /* line 23, ../sass/modules/_campusNavigation.scss */
  .campusNavigation li.active {
    display: table;
    background: url(../images/campus_header_active_arrow.png) no-repeat;
    background-size: 20px 10px;
    background-position: bottom center;
  }
}
@media only screen and (min-width: 768px) {
  /* line 31, ../sass/modules/_campusNavigation.scss */
  .lt-ie9 .campusNavigation li.active {
    background: url(../images/campus_header_active_arrow_ie.png) no-repeat;
    background-position: bottom center;
  }
}
/* line 38, ../sass/modules/_campusNavigation.scss */
.campusNavigation li.knights {
  line-height: 3.3em;
}
@media only screen and (min-width: 1024px) {
  /* line 40, ../sass/modules/_campusNavigation.scss */
  .lt-ie9 .campusNavigation li.knights {
    min-width: 25%;
  }
}
/* line 46, ../sass/modules/_campusNavigation.scss */
.campusNavigation li a {
  display: block;
  color: white;
  text-transform: uppercase;
  border-bottom: 1px solid #014186;
  font-weight: 700;
  font-size: 0.875em;
  padding: 0.625em 0em 0.625em 0em;
}
/* line 55, ../sass/modules/_campusNavigation.scss */
.campusNavigation li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
}
/* line 61, ../sass/modules/_campusNavigation.scss */
.lt-ie9 .campusNavigation li a {
  letter-spacing: -1px;
}
@media only screen and (max-width: 1023px) {
  /* line 65, ../sass/modules/_campusNavigation.scss */
  .campusNavigation li a .icon {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 65, ../sass/modules/_campusNavigation.scss */
  .campusNavigation li a .icon {
    margin: 0em 0.625em 0em 0em;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 46, ../sass/modules/_campusNavigation.scss */
  .campusNavigation li a {
    font-size: 0.8125em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 46, ../sass/modules/_campusNavigation.scss */
  .campusNavigation li a {
    display: table-cell;
    vertical-align: middle;
    border: none;
    padding: 0em 0em 0em 0em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 46, ../sass/modules/_campusNavigation.scss */
  .campusNavigation li a {
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 91, ../sass/modules/_campusNavigation.scss */
  .campusNavigation li:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 97, ../sass/modules/_campusNavigation.scss */
  .campusNavigation li:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 21, ../sass/modules/_campusNavigation.scss */
  .campusNavigation li {
    width: 16.66%;
    padding: 0em 0.9375em 0em 0.9375em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 21, ../sass/modules/_campusNavigation.scss */
  .campusNavigation li {
    display: table;
    height: 3.125em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 21, ../sass/modules/_campusNavigation.scss */
  .campusNavigation li {
    padding: 0em 0.9375em 0em 0.9375em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  /* line 2, ../sass/modules/_campusNavigation.scss */
  .campusNavigation {
    border-top: 1px solid #014186;
  }
  /* line 119, ../sass/modules/_campusNavigation.scss */
  .campusNavigation li {
    width: 50%;
  }
  /* line 121, ../sass/modules/_campusNavigation.scss */
  .campusNavigation li:nth-child(odd) a {
    border-right: 1px solid #014186;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 2, ../sass/modules/_campusNavigation.scss */
  .campusNavigation {
    min-width: 1080px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2, ../sass/modules/_campusNavigation.scss */
  .campusNavigation {
    border: none;
  }
}

/* line 1, ../sass/modules/_campusHeader.scss */
.campusHeader {
  max-width: 1000px;
  position: relative;
  margin: 0.9375em 0em 0em 0em;
}
/* line 6, ../sass/modules/_campusHeader.scss */
.campusHeader .campusTitle {
  overflow: hidden;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 6, ../sass/modules/_campusHeader.scss */
  .campusHeader .campusTitle {
    max-width: 16.25em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 6, ../sass/modules/_campusHeader.scss */
  .campusHeader .campusTitle {
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 6, ../sass/modules/_campusHeader.scss */
  .campusHeader .campusTitle {
    max-width: 29.0625em;
  }
}
/* line 18, ../sass/modules/_campusHeader.scss */
.campusHeader .campusName, .campusHeader .campusLocation {
  overflow: hidden;
  margin: 0em 0em 0em 0em;
  color: #025298;
}
@media only screen and (min-width: 768px) {
  /* line 18, ../sass/modules/_campusHeader.scss */
  .campusHeader .campusName, .campusHeader .campusLocation {
    text-align: left;
  }
}
/* line 27, ../sass/modules/_campusHeader.scss */
.campusHeader .campusName {
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1.25em;
}
@media only screen and (min-width: 1024px) {
  /* line 27, ../sass/modules/_campusHeader.scss */
  .campusHeader .campusName {
    font-size: 2.125em;
  }
}
/* line 35, ../sass/modules/_campusHeader.scss */
.campusHeader .campusLocation {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8125em;
}
@media only screen and (min-width: 1024px) {
  /* line 35, ../sass/modules/_campusHeader.scss */
  .campusHeader .campusLocation {
    font-size: 1.125em;
    line-height: 1em;
  }
}
/* line 44, ../sass/modules/_campusHeader.scss */
.campusHeader .menuContainer {
  margin: 0.9375em 0em 0em 0em;
  padding: 0.4375em 1.5625em 0.4375em 1.5625em;
}
/* line 47, ../sass/modules/_campusHeader.scss */
.campusHeader .menuContainer .mainMenu {
  margin-right: 25px;
}
/* line 49, ../sass/modules/_campusHeader.scss */
.campusHeader .menuContainer .mainMenu img {
  height: 21px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 1, ../sass/modules/_campusHeader.scss */
  .campusHeader {
    margin: 0.75em 2.5em 0.625em 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../sass/modules/_campusHeader.scss */
  .campusHeader {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/modules/_campusHeader.scss */
  .campusHeader {
    margin: 20px auto 15px;
  }
}

/* line 67, ../sass/modules/_campusHeader.scss */
.shortcutsBar {
  float: right;
  display: none;
  margin: 0.3125em 0em 0.3125em 0.625em;
  padding: 0em 0em 0em 0em;
}
/* line 72, ../sass/modules/_campusHeader.scss */
.shortcutsBar > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0em 0em 0em 0.625em;
}
/* line 76, ../sass/modules/_campusHeader.scss */
.shortcutsBar > li img {
  height: 20px;
}
/* line 79, ../sass/modules/_campusHeader.scss */
.shortcutsBar > li a {
  text-transform: uppercase;
  font-size: 0.6875em;
}
@media only screen and (min-width: 1024px) {
  /* line 79, ../sass/modules/_campusHeader.scss */
  .shortcutsBar > li a {
    font-size: 0.8125em;
  }
}
/* line 86, ../sass/modules/_campusHeader.scss */
.shortcutsBar > li.directory {
  margin: 0em 0em 0em 0em;
}
@media only screen and (min-width: 768px) {
  /* line 90, ../sass/modules/_campusHeader.scss */
  .shortcutsBar > li.shortcuts label.dd-selected-text {
    float: left;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 89, ../sass/modules/_campusHeader.scss */
  .shortcutsBar > li.shortcuts {
    width: 6.5625em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 89, ../sass/modules/_campusHeader.scss */
  .shortcutsBar > li.shortcuts {
    width: 9.375em;
  }
}
/* line 103, ../sass/modules/_campusHeader.scss */
.shortcutsBar > li.search {
  border-left: 1px solid #959595;
  padding: 0em 0em 0em 0.625em;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 67, ../sass/modules/_campusHeader.scss */
  .shortcutsBar {
    margin: 0em 0em 0em 0.625em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 67, ../sass/modules/_campusHeader.scss */
  .shortcutsBar {
    display: block;
  }
}

/* line 1, ../sass/modules/_breadcrumbs.scss */
.breadcrumbsContainer {
  position: relative;
}
/* line 3, ../sass/modules/_breadcrumbs.scss */
.breadcrumbsContainer .expand {
  display: none;
  width: 19px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-position: center center;
  font-size: 1.25em;
}
/* line 12, ../sass/modules/_breadcrumbs.scss */
.lt-ie9 .breadcrumbsContainer .expand {
  background-color: transparent;
  background: url(../images/breadcrumbs_mobile_expand_ie.png);
}
@media only screen and (min-width: 768px) {
  /* line 3, ../sass/modules/_breadcrumbs.scss */
  .breadcrumbsContainer .expand {
    display: none !important;
  }
}
/* line 20, ../sass/modules/_breadcrumbs.scss */
.breadcrumbsContainer .hitArea {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 7px;
  right: 10px;
  cursor: pointer;
}

/* line 29, ../sass/modules/_breadcrumbs.scss */
.breadcrumbs {
  width: 95%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0em 1.875em 0em 1.875em;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  /* line 35, ../sass/modules/_breadcrumbs.scss */
  .facetedSearch .breadcrumbs {
    padding: 0em 1.25em 0em 1.25em;
  }
}
/* line 40, ../sass/modules/_breadcrumbs.scss */
.breadcrumbs li {
  display: inline;
}
/* line 42, ../sass/modules/_breadcrumbs.scss */
.breadcrumbs li a {
  font-weight: bold;
  font-size: 0.9375em;
}
@media only screen and (min-width: 768px) {
  /* line 42, ../sass/modules/_breadcrumbs.scss */
  .breadcrumbs li a {
    font-size: 0.8125em;
  }
}
/* line 50, ../sass/modules/_breadcrumbs.scss */
.breadcrumbs li:after {
  content: '>';
  font-weight: bold;
  color: #cccccc;
  vertical-align: middle;
  margin: 0 5px;
}
/* line 58, ../sass/modules/_breadcrumbs.scss */
.breadcrumbs li:last-child a {
  color: #7d7d7e;
}
/* line 61, ../sass/modules/_breadcrumbs.scss */
.breadcrumbs li:last-child:after {
  content: '';
}
/* line 66, ../sass/modules/_breadcrumbs.scss */
.breadcrumbs.showAll {
  text-overflow: clip;
  white-space: normal;
  overflow: visible;
}
/* line 71, ../sass/modules/_breadcrumbs.scss */
.breadcrumbs .homepage {
  padding: 0em 2.5em 0em 2.5em;
}
@media only screen and (min-width: 768px) {
  /* line 29, ../sass/modules/_breadcrumbs.scss */
  .breadcrumbs {
    white-space: normal;
    padding: 0em 2.5em 0em 2.5em;
  }
}

/* line 1, ../sass/modules/_flexLayout.scss */
.flexLayout {
  margin: 0em 2.5em 1.25em 2.5em;
}
/* line 3, ../sass/modules/_flexLayout.scss */
.flexLayout .row {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 3, ../sass/modules/_flexLayout.scss */
  .flexLayout .row {
    margin: 0em 0em 1.875em 0em;
  }
}
/* line 11, ../sass/modules/_flexLayout.scss */
.flexLayout .column {
  margin: 0em 0em 1.875em 0em;
}
@media only screen and (min-width: 768px) {
  /* line 13, ../sass/modules/_flexLayout.scss */
  .flexLayout .column:first-child {
    padding: 0em 0em 0em 0em;
  }
}
/* line 19, ../sass/modules/_flexLayout.scss */
.flexLayout .column.span1, .flexLayout .column.span2, .flexLayout .column.span3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 23, ../sass/modules/_flexLayout.scss */
  .flexLayout .column.span1 {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 29, ../sass/modules/_flexLayout.scss */
  .flexLayout .column.span2 {
    width: 66.66%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 35, ../sass/modules/_flexLayout.scss */
  .flexLayout .column.span3 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 11, ../sass/modules/_flexLayout.scss */
  .flexLayout .column {
    display: inline-block;
    float: left;
    padding: 0em 0em 0em 1.25em;
    margin: 0em 0em 0em 0em;
  }
}
/* line 48, ../sass/modules/_flexLayout.scss */
.flexLayout .placeholder {
  /* Remove later – for example only */
  background-color: #cccccc;
  min-height: 320px;
  width: 100%;
  height: 100%;
}

/* line 1, ../sass/modules/_twoThreeLayout.scss */
.twoThreeLayout {
  position: relative;
  margin: 0em 0em 0em 0em;
}
/* line 4, ../sass/modules/_twoThreeLayout.scss */
.twoThreeLayout .mainColumn {
  margin: 0em 1.875em 0em 1.875em;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  /* line 7, ../sass/modules/_twoThreeLayout.scss */
  .facetedSearch .twoThreeLayout .mainColumn {
    margin: 0em 1.25em 0em 1.25em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 12, ../sass/modules/_twoThreeLayout.scss */
  .twoThreeLayout .mainColumn .mainColumnLeft {
    width: 66.66%;
    float: left;
    padding: 0em 0.9375em 0em 0em;
  }
  /* line 17, ../sass/modules/_twoThreeLayout.scss */
  .lt-ie8 .twoThreeLayout .mainColumn .mainColumnLeft {
    width: 65%;
  }
}
/* line 21, ../sass/modules/_twoThreeLayout.scss */
.twoThreeLayout .mainColumn .mainColumnLeft.fullWidth {
  width: 100%;
  padding: 0em 0em 0em 0em;
}
@media only screen and (min-width: 1024px) {
  /* line 26, ../sass/modules/_twoThreeLayout.scss */
  .twoThreeLayout .mainColumn .mainColumnRight {
    width: 33.33%;
    float: right;
    padding: 0em 0em 0em 0.9375em;
  }
  /* line 31, ../sass/modules/_twoThreeLayout.scss */
  .lt-ie8 .twoThreeLayout .mainColumn .mainColumnRight {
    width: 30%;
  }
}
/* line 35, ../sass/modules/_twoThreeLayout.scss */
.twoThreeLayout .mainColumn .mainColumnRight.fullWidth {
  width: 100%;
  padding: 0em 0em 0em 0em;
}
@media only screen and (min-width: 768px) {
  /* line 4, ../sass/modules/_twoThreeLayout.scss */
  .twoThreeLayout .mainColumn {
    margin: 0em 0em 0em 0em;
  }
}
/* line 44, ../sass/modules/_twoThreeLayout.scss */
.twoThreeLayout .clearLeft {
  /* Used for clearing content with a callout next to it */
}
@media only screen and (min-width: 1024px) {
  /* line 44, ../sass/modules/_twoThreeLayout.scss */
  .twoThreeLayout .clearLeft {
    clear: left;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 1, ../sass/modules/_twoThreeLayout.scss */
  .twoThreeLayout {
    padding: 0em 0em 0em 13.75em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../sass/modules/_twoThreeLayout.scss */
  .twoThreeLayout {
    margin: 0em 2.5em 0em 2.5em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/modules/_twoThreeLayout.scss */
  .twoThreeLayout {
    padding: 0em 0em 0em 16.25em;
  }
}

/* line 1, ../sass/modules/_backToTopBar.scss */
.backToTopBar {
  background-color: #f0f0f0;
  padding: 0em 0em 0em 0em;
  margin: 0em 0em 0em 0em;
}
/* line 5, ../sass/modules/_backToTopBar.scss */
.backToTopBar > li {
  width: 50%;
  display: inline-block;
  float: left;
}
/* line 9, ../sass/modules/_backToTopBar.scss */
.backToTopBar > li.backToTopLink {
  height: 3.125em;
  line-height: 3.75em;
}
/* line 12, ../sass/modules/_backToTopBar.scss */
.backToTopBar > li.backToTopLink a {
  display: block;
  text-align: center;
  color: #7d7d7e;
  font-weight: 700;
  font-size: 0.8125em;
}
/* line 20, ../sass/modules/_backToTopBar.scss */
.backToTopBar > li.shortcuts {
  padding: 0em 1.25em 0em 1.25em;
}

/* line 1, ../sass/modules/_levelSocialMediaIcons.scss */
.levelSocialMediaIcons {
  display: inline-block;
  padding: 0em 0em 0em 0em;
  margin: 0em 0em 0em 0em;
}
/* line 5, ../sass/modules/_levelSocialMediaIcons.scss */
.levelSocialMediaIcons > li {
  display: inline-block;
  float: left;
  margin: 0em 0.625em 0em 0em;
}
/* line 10, ../sass/modules/_levelSocialMediaIcons.scss */
.levelSocialMediaIcons > li:last-child {
  margin: 0em 0em 0em 0em;
}
/* line 15, ../sass/modules/_levelSocialMediaIcons.scss */
.levelSocialMediaIcons > li a:link,
.levelSocialMediaIcons > li a:visited {
  display: block;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 15, ../sass/modules/_levelSocialMediaIcons.scss */
  .levelSocialMediaIcons > li a:link,
  .levelSocialMediaIcons > li a:visited {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 5, ../sass/modules/_levelSocialMediaIcons.scss */
  .levelSocialMediaIcons > li {
    margin: 0em 0.625em 0em 0em;
  }
}

/* line 1, ../sass/modules/_separator.scss */
.separator {
  width: 100%;
  background-color: #f0f0f0;
  height: 0.9375em;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  /* line 1, ../sass/modules/_separator.scss */
  .separator {
    display: none;
  }
}

/* line 1, ../sass/modules/_callout.scss */
.callout {
  margin: 1.875em 0em 1.875em 0em;
}
/* line 3, ../sass/modules/_callout.scss */
.callout h1, .callout h2 {
  margin: 0em 0em 0em 0em;
}
/* line 6, ../sass/modules/_callout.scss */
.callout header {
  background-color: #959595;
  padding: 0.9375em 1.25em 0.9375em 1.25em;
}
/* line 9, ../sass/modules/_callout.scss */
.callout header h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875em;
}
/* line 14, ../sass/modules/_callout.scss */
.lt-ie9 .callout header h1 {
  font-weight: bold;
}
/* line 19, ../sass/modules/_callout.scss */
.callout h1 {
  color: #464646;
  text-transform: uppercase;
  line-height: 120%;
  font-size: 18px;
}
/* line 24, ../sass/modules/_callout.scss */
.lt-ie9 .callout h1 {
  font-size: 18px !important;
  /* IE fix */
}
/* line 28, ../sass/modules/_callout.scss */
.callout h2 {
  font-size: 14px;
}
/* line 30, ../sass/modules/_callout.scss */
.lt-ie9 .callout h2 {
  font-size: 14px !important;
  /* IE fix */
}
/* line 34, ../sass/modules/_callout.scss */
.callout a, .callout a:link {
  color: #025298;
  font-weight: 700;
  font-size: 14px;
  /* IE fix */
  line-height: 100%;
  display: block;
}
/* line 40, ../sass/modules/_callout.scss */
.lt-ie9 .callout a, .lt-ie9 .callout a:link {
  font-weight: bold;
}
/* line 43, ../sass/modules/_callout.scss */
.callout a.fduBtn, .callout a:link.fduBtn {
  color: white;
  display: inline-block;
  margin: 0.625em 0em 0em 0em;
}
/* line 49, ../sass/modules/_callout.scss */
.callout img {
  width: 100%;
}
/* line 52, ../sass/modules/_callout.scss */
.callout p {
  margin: 0.3125em 0em 0.3125em 0em;
  font-size: 0.8125em;
}
/* line 55, ../sass/modules/_callout.scss */
.callout p.date {
  margin: 0.9375em 0em 0em 0em;
  font-size: 0.75em;
}
/* line 60, ../sass/modules/_callout.scss */
.callout .calloutContent {
  background-color: #f0f0f0;
  padding: 1.25em 1.25em 1.5625em 1.25em;
}
/* line 64, ../sass/modules/_callout.scss */
.callout .eventsTop, .callout .newsTop {
  clear: both;
  margin: 0em 0em 0.625em 0em;
}
/* line 67, ../sass/modules/_callout.scss */
.callout .eventsTop > h1, .callout .eventsTop > a, .callout .newsTop > h1, .callout .newsTop > a {
  vertical-align: middle;
  display: inline-block;
}
/* line 71, ../sass/modules/_callout.scss */
.callout .eventsTop > h1, .callout .newsTop > h1 {
  float: left;
}
/* line 74, ../sass/modules/_callout.scss */
.callout .eventsTop > a, .callout .newsTop > a {
  color: #a70533;
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0.3125em 0em 0.3125em 0em;
}
/* line 81, ../sass/modules/_callout.scss */
.lt-ie9 .callout .eventsTop > a, .lt-ie9 .callout .newsTop > a {
  font-weight: bold;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 86, ../sass/modules/_callout.scss */
  .programPage .mainColumn .callout {
    width: 15em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 86, ../sass/modules/_callout.scss */
  .programPage .mainColumn .callout {
    width: 35%;
    float: right;
    margin: 0em 0em 0em 1.875em;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 96, ../sass/modules/_callout.scss */
  .twoThreeLayoutPage .mainColumn .callout {
    width: 50%;
  }
}

/* line 1, ../sass/modules/_shareIcons.scss */
.shareIcons {
  margin: 1.25em 0em 1.25em 0em;
  padding: 0em 0em 0em 0em;
}
/* line 4, ../sass/modules/_shareIcons.scss */
.shareIcons li {
  display: inline-block;
  font-weight: 700;
  color: #464646;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0.9375em;
}
/* line 11, ../sass/modules/_shareIcons.scss */
.shareIcons li:first-child {
  margin: 0em 0.625em 0em 0em;
}
/* line 14, ../sass/modules/_shareIcons.scss */
.shareIcons li a {
  display: block;
}
/* line 17, ../sass/modules/_shareIcons.scss */
.shareIcons li img {
  width: 1.8125em;
  height: 1.8125em;
}
@media only screen and (min-width: 768px) {
  /* line 23, ../sass/modules/_shareIcons.scss */
  .facetedSearch .shareIcons.mobile {
    display: none;
  }
}
/* line 28, ../sass/modules/_shareIcons.scss */
.facetedSearch .shareIcons.tablet_desktop {
  float: right;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  /* line 28, ../sass/modules/_shareIcons.scss */
  .facetedSearch .shareIcons.tablet_desktop {
    display: none;
  }
}

/* line 1, ../sass/modules/_facultySpotlight.scss */
.facultySpotlight {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 1.5625em 0em 1.5625em 0em;
}
/* line 5, ../sass/modules/_facultySpotlight.scss */
.facultySpotlight h1 {
  color: #464646;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  font-size: 0.75em;
  margin: 0em 0em 1.25em 0em;
}
/* line 13, ../sass/modules/_facultySpotlight.scss */
.facultySpotlight img {
  float: left;
  max-width: 135px;
  max-height: 155px;
  overflow: hidden;
  padding: 0em 0.9375em 0em 0em;
}
/* line 20, ../sass/modules/_facultySpotlight.scss */
.facultySpotlight .facultyInfo {
  margin: 0em 0em 0em 8.4375em;
}
/* line 23, ../sass/modules/_facultySpotlight.scss */
.facultySpotlight p {
  margin: 0em 0em 0em 0em;
}
/* line 25, ../sass/modules/_facultySpotlight.scss */
.facultySpotlight p.facultyQuote {
  margin: 0em 0em 0.625em 0em;
}
/* line 28, ../sass/modules/_facultySpotlight.scss */
.facultySpotlight p.facultyName, .facultySpotlight p.facultyTitle {
  color: #025298;
}
/* line 31, ../sass/modules/_facultySpotlight.scss */
.facultySpotlight p.facultyName {
  font-weight: 700;
}
/* line 34, ../sass/modules/_facultySpotlight.scss */
.facultySpotlight p.facultyTitle {
  font-style: italic;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 1, ../sass/modules/_facultySpotlight.scss */
  .facultySpotlight {
    padding: 1.5625em 0em 1.5625em 0em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/modules/_facultySpotlight.scss */
  .facultySpotlight {
    width: 50%;
    float: left;
    display: inline-block;
    border-right: 2px solid #f0f0f0;
    border-top: none;
    border-bottom: none;
    margin: 1.5625em 0em 1.5625em 0em;
    padding: 0em 1.875em 0em 0em;
  }
}

/* line 1, ../sass/modules/_suggestedLinks.scss */
.suggestedLinks {
  padding: 1.5625em 0em 1.5625em 0em;
}
/* line 3, ../sass/modules/_suggestedLinks.scss */
.suggestedLinks h1 {
  color: #464646;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  margin: 0em 0em 1.25em 0em;
}
/* line 10, ../sass/modules/_suggestedLinks.scss */
.suggestedLinks ul {
  list-style: none !important;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}
/* line 14, ../sass/modules/_suggestedLinks.scss */
.suggestedLinks ul li {
  font-size: 0.875em;
  margin: 0.625em 0em 0.625em 0em;
}
/* line 17, ../sass/modules/_suggestedLinks.scss */
.suggestedLinks ul li:last-child {
  margin: 0em 0em 0em 0em;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 1, ../sass/modules/_suggestedLinks.scss */
  .suggestedLinks {
    padding: 1.5625em 0em 1.5625em 0em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/modules/_suggestedLinks.scss */
  .suggestedLinks {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 0em 0em 0em 1.875em;
    margin: 1.5625em 0em 1.5625em 0em;
  }
}

/* line 1, ../sass/modules/_sideBar.scss */
.sideBar {
  margin: 0em 1.25em 1.25em 1.25em;
}
/* line 3, ../sass/modules/_sideBar.scss */
.sideBar > header {
  background-color: #a70533;
  margin: 0em 0em 0.3125em 0em;
  padding: 1.25em 1.25em 1.25em 1.25em;
}
/* line 7, ../sass/modules/_sideBar.scss */
.sideBar > header.noContent {
  height: 5px;
  padding: 0em 0em 0em 0em;
}
/* line 11, ../sass/modules/_sideBar.scss */
.sideBar > header hr {
  background-color: #8a021e;
  width: 40px;
  float: left;
  height: 0.125em;
  margin: 0.625em 0em 0.625em 0em;
}
/* line 19, ../sass/modules/_sideBar.scss */
.sideBar .collegeName, .sideBar .programName {
  color: white;
  margin: 0em 0em 0em 0em;
}
/* line 23, ../sass/modules/_sideBar.scss */
.sideBar .collegeName {
  font-weight: 700;
  font-size: 1em;
}
/* line 27, ../sass/modules/_sideBar.scss */
.sideBar .programName {
  clear: both;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.4375em;
  line-height: 0.9375em;
}
/* line 33, ../sass/modules/_sideBar.scss */
.sideBar .programName > span {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #cccccc;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 27, ../sass/modules/_sideBar.scss */
  .sideBar .programName {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 1, ../sass/modules/_sideBar.scss */
  .sideBar {
    width: 13.75em;
    /* Actual width 200px, 20px added to account for padding */
    padding: 0em 1.25em 1.25em 0em;
  }
  /* line 46, ../sass/modules/_sideBar.scss */
  .lt-ie8 .sideBar {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../sass/modules/_sideBar.scss */
  .sideBar {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0em 0em 0em 0em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/modules/_sideBar.scss */
  .sideBar {
    width: 16.25em;
    /* Actual width 225px, 35px added to account for padding */
    padding: 0em 2.1875em 1.25em 0em;
  }
  /* line 59, ../sass/modules/_sideBar.scss */
  .lt-ie8 .sideBar {
    width: 225px;
  }
}

/* line 2, ../sass/modules/_sideBarNav.scss */
.sideBarNav ul {
  padding: 0em 0em 0em 0em;
  margin: 0em 0em 0em 0em;
}
/* line 6, ../sass/modules/_sideBarNav.scss */
.sideBarNav li {
  border-bottom: 1px solid #cccccc;
}
/* line 8, ../sass/modules/_sideBarNav.scss */
.sideBarNav li:last-child {
  border-bottom: none;
}
/* line 11, ../sass/modules/_sideBarNav.scss */
.sideBarNav li.parent {
  background-color: #464646;
}
/* line 13, ../sass/modules/_sideBarNav.scss */
.sideBarNav li.parent a {
  color: white;
  font-weight: 700;
}
/* line 18, ../sass/modules/_sideBarNav.scss */
.sideBarNav li a {
  display: block;
  color: #464646;
  font-size: 1em;
  padding: 0.625em 1.25em 0.625em 1.25em;
}
/* line 24, ../sass/modules/_sideBarNav.scss */
.sideBarNav li.active a {
  color: #a70533;
  position: relative;
}
/* line 27, ../sass/modules/_sideBarNav.scss */
.sideBarNav li.active a:before {
  content: '\25BA';
  color: #a70533;
  position: absolute;
  left: 0px;
}
/* line 35, ../sass/modules/_sideBarNav.scss */
.twoThreeLayoutPage .sideBarNav, .newsPage .sideBarNav {
  border-top: 5px solid #a70533;
  padding: 0.3125em 0em 0em 0em;
}

/* line 1, ../sass/modules/_sideBarContact.scss */
.sideBarContact {
  background-color: #f0f0f0;
  margin: 0.625em 0em 0em 0em;
}
/* line 4, ../sass/modules/_sideBarContact.scss */
.sideBarContact header {
  position: relative;
  background-color: #959595;
  padding: 0.75em 1.25em 0.75em 1.25em;
  margin: 0em 0em 0em 0em;
}
/* line 9, ../sass/modules/_sideBarContact.scss */
.sideBarContact header h1 {
  float: left;
  font-weight: 700;
  font-size: 0.875em;
  margin: 0em 0em 0em 0em;
}
/* line 14, ../sass/modules/_sideBarContact.scss */
.lt-ie9 .sideBarContact header h1 {
  font-weight: bold;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 9, ../sass/modules/_sideBarContact.scss */
  .sideBarContact header h1 {
    letter-spacing: -1px;
  }
}
/* line 22, ../sass/modules/_sideBarContact.scss */
.sideBarContact .expand, .sideBarContact .contract {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 9px;
  background-color: white;
  border-radius: 50%;
  border-top-left-radius: 50%;
  /* Android fix */
  border-top-right-radius: 50%;
  /* Android fix */
  border-bottom-left-radius: 50%;
  /* Android fix */
  border-bottom-right-radius: 50%;
  /* Android fix */
  color: #959595;
  font-weight: 900;
  background-position: center center;
  cursor: pointer;
  font-size: 1.25em;
}
/* line 40, ../sass/modules/_sideBarContact.scss */
.sideBarContact .expand > span, .sideBarContact .contract > span {
  position: relative;
  left: 4px;
  bottom: 4px;
}
@media only screen and (min-width: 768px) {
  /* line 22, ../sass/modules/_sideBarContact.scss */
  .sideBarContact .expand, .sideBarContact .contract {
    display: none;
  }
}
/* line 49, ../sass/modules/_sideBarContact.scss */
.sideBarContact h1, .sideBarContact h2, .sideBarContact h3, .sideBarContact p {
  margin: 0em 0em 0.3125em 0em;
}
/* line 52, ../sass/modules/_sideBarContact.scss */
.sideBarContact h1 {
  color: white;
  text-transform: uppercase;
  vertical-align: top;
  font-weight: 300;
  font-size: 0.875em;
}
/* line 59, ../sass/modules/_sideBarContact.scss */
.sideBarContact h2 {
  color: #025298;
  font-size: 14px !important;
  /* IE fix */
}
/* line 63, ../sass/modules/_sideBarContact.scss */
.sideBarContact h3 {
  color: #025298;
  font-style: italic;
}
/* line 67, ../sass/modules/_sideBarContact.scss */
.sideBarContact p, .sideBarContact a, .sideBarContact h3 {
  font-size: 13px;
}
/* line 70, ../sass/modules/_sideBarContact.scss */
.sideBarContact .contactContent {
  display: none;
  padding: 1.25em 1.25em 1.25em 1.25em;
}
@media only screen and (min-width: 768px) {
  /* line 70, ../sass/modules/_sideBarContact.scss */
  .sideBarContact .contactContent {
    display: block;
  }
}
/* line 76, ../sass/modules/_sideBarContact.scss */
.sideBarContact .contactContent a {
  word-wrap: break-word;
  word-break: break-all;
}
/* line 80, ../sass/modules/_sideBarContact.scss */
.sideBarContact .contactContent > br {
  display: block;
  height: 10px;
  content: " ";
}
/* line 85, ../sass/modules/_sideBarContact.scss */
.sideBarContact .contactContent .levelSocialMediaIcons {
  display: block;
  margin: 0.625em 0em 0em 0em;
}
/* line 88, ../sass/modules/_sideBarContact.scss */
.sideBarContact .contactContent .levelSocialMediaIcons > li {
  margin: 0em 0.3125em 0em 0em;
}
/* line 93, ../sass/modules/_sideBarContact.scss */
.sideBarContact .callDesktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  /* line 93, ../sass/modules/_sideBarContact.scss */
  .sideBarContact .callDesktop {
    display: inline;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 99, ../sass/modules/_sideBarContact.scss */
  .sideBarContact .callMobile {
    display: none;
  }
}

/* line 1, ../sass/modules/_sideBarLinks.scss */
.sideBarLinks {
  margin: 1.5625em 0em 1.5625em 0em;
  padding: 0em 0em 0em 0em;
}
/* line 4, ../sass/modules/_sideBarLinks.scss */
.sideBarLinks li {
  display: inline-block;
  float: left;
  padding: 0em 0.625em 0em 0em;
}
/* line 8, ../sass/modules/_sideBarLinks.scss */
.sideBarLinks li.visit, .sideBarLinks li.apply {
  width: 25%;
}
/* line 11, ../sass/modules/_sideBarLinks.scss */
.sideBarLinks li.requestInfo {
  width: 50%;
}
/* line 14, ../sass/modules/_sideBarLinks.scss */
.sideBarLinks li:last-child {
  padding: 0em 0em 0em 0em;
}
@media only screen and (min-width: 768px) {
  /* line 17, ../sass/modules/_sideBarLinks.scss */
  .sideBarLinks li.visit, .sideBarLinks li.requestInfo, .sideBarLinks li.apply {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 4, ../sass/modules/_sideBarLinks.scss */
  .sideBarLinks li {
    padding: 0em 0em 0.3125em 0em;
  }
}
/* line 26, ../sass/modules/_sideBarLinks.scss */
.sideBarLinks .fduBtn {
  display: block;
  text-align: center;
  padding: 0.9375em 0.3125em 0.9375em 0.3125em;
  margin: 0em 0em 0em 0em;
  font-size: 0.8125em;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  /* line 32, ../sass/modules/_sideBarLinks.scss */
  .sideBarLinks .fduBtn > span {
    display: none;
  }
}

/* line 1, ../sass/modules/_standardHeader.scss */
.standardHeader {
  max-width: 1000px;
  position: relative;
  margin: 0.9375em 0em 0em 0em;
}
/* line 5, ../sass/modules/_standardHeader.scss */
.standardHeader .pageTitle {
  display: none;
  color: #025298;
  font-weight: 900;
  float: left;
  vertical-align: middle;
  text-align: left;
  overflow: hidden;
  font-size: 1.5em;
  margin: 0.25em 0em 0.25em 0em;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 5, ../sass/modules/_standardHeader.scss */
  .standardHeader .pageTitle {
    max-width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 5, ../sass/modules/_standardHeader.scss */
  .standardHeader .pageTitle {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 5, ../sass/modules/_standardHeader.scss */
  .standardHeader .pageTitle {
    max-width: 450px;
    font-size: 2.125em;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 1, ../sass/modules/_standardHeader.scss */
  .standardHeader {
    margin: 0.75em 2.5em 0.625em 2.5em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/modules/_standardHeader.scss */
  .standardHeader {
    margin: 15px auto 10px;
  }
}

/* line 1, ../sass/modules/_programBottom.scss */
.programBottom {
  display: inline-block;
  width: 100%;
  margin: 1.5625em 0em 0em 0em;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/modules/_programBottom.scss */
  .programBottom {
    border-top: 1px solid #f0f0f0;
  }
}

/* line 1, ../sass/modules/_masthead.scss */
.masthead {
  display: none;
  position: relative;
  margin: 1.25em 0em 1.25em 0em;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../sass/modules/_masthead.scss */
  .masthead {
    display: block;
  }
}
/* line 8, ../sass/modules/_masthead.scss */
.masthead .mastheadCaption {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
/* line 13, ../sass/modules/_masthead.scss */
.lt-ie9 .masthead .mastheadCaption {
  background: transparent url(../images/transparent_background-1x1px.png) repeat 0 0;
}
/* line 16, ../sass/modules/_masthead.scss */
.masthead .mastheadCaption p {
  color: white;
  font-size: 0.8125em;
  padding: 0.625em 0.9375em 0.625em 0.9375em;
  margin: 0em 0em 0em 0em;
  background: black;
  background: rgba(0, 0, 0, 0.8);
}
/* line 23, ../sass/modules/_masthead.scss */
.masthead .mastheadCaption a {
  color: #7fc3ff;
}
/* line 27, ../sass/modules/_masthead.scss */
.masthead.mobileVisible {
  display: block;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  /* line 4, ../sass/modules/_calloutRow.scss */
  .calloutRow .callout:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 4, ../sass/modules/_calloutRow.scss */
  .calloutRow .callout:first-child {
    padding: 0em 0.625em 0em 0em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 4, ../sass/modules/_calloutRow.scss */
  .calloutRow .callout:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 3, ../sass/modules/_calloutRow.scss */
  .calloutRow .callout {
    display: inline-block;
    float: left;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0.625em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 3, ../sass/modules/_calloutRow.scss */
  .calloutRow .callout {
    float: none;
    margin: 1.875em 0em 1.875em 0em;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 1, ../sass/modules/_calloutRow.scss */
  .calloutRow {
    width: 100%;
    margin: 0em 0em 1.875em 0em;
  }
}

/* line 2, ../sass/modules/_news.scss */
.newsPage .newsDate {
  color: #7d7d7e;
  margin: 0em 0em 0em 0em;
  font-size: 0.875em;
}
/* line 7, ../sass/modules/_news.scss */
.newsPage .newsLocation {
  color: #464646;
  margin: 0em 0em 0em 0em;
  font-size: 0.875em;
}
/* line 12, ../sass/modules/_news.scss */
.newsPage .newsSummary {
  color: #025298;
  margin: 0em 0em 0.9375em 0em;
  font-size: 1em;
}
/* line 17, ../sass/modules/_news.scss */
.newsPage .newsViewAll {
  font-weight: 900;
}
/* line 20, ../sass/modules/_news.scss */
.newsPage .searchNewsTitle {
  color: #464646;
  font-size: 1.125em;
  margin: 0em 0em 0.625em 0em;
}
/* line 25, ../sass/modules/_news.scss */
.newsPage .keywords {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 25, ../sass/modules/_news.scss */
  .newsPage .keywords {
    width: 25%;
    float: left;
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 33, ../sass/modules/_news.scss */
  .newsPage .campus {
    width: 25% !important;
    /* Important used to override inline style added from js */
    float: left;
    display: inline-block;
  }
}
/* line 40, ../sass/modules/_news.scss */
.newsPage .startDate, .newsPage .endDate {
  display: inline-block;
  float: left;
  width: 40%;
}
@media only screen and (min-width: 1024px) {
  /* line 40, ../sass/modules/_news.scss */
  .newsPage .startDate, .newsPage .endDate {
    float: left;
    display: inline-block;
  }
}
/* line 49, ../sass/modules/_news.scss */
.newsPage .dateDash {
  float: left;
  margin: 0em 0.3125em 0em 0.3125em;
}
/* line 53, ../sass/modules/_news.scss */
.newsPage .searchNews .fduBtn {
  float: left;
  clear: both;
}

/* line 58, ../sass/modules/_news.scss */
.newsMobile.flexslider {
  margin: 0 auto;
  /* Centered */
  max-width: 15em;
  max-height: 15em;
}
/* line 60, ../sass/modules/_news.scss */
.newsMobile.flexslider .flex-prev, .newsMobile.flexslider .flex-next {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 58, ../sass/modules/_news.scss */
  .newsMobile.flexslider {
    display: none;
  }
}

/* line 72, ../sass/modules/_news.scss */
.newsStory {
  max-width: 15em;
  max-height: 15em;
}
/* line 75, ../sass/modules/_news.scss */
.newsStory .newsCaption {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #464646;
  padding: 0.9375em 0.9375em 0.9375em 0.9375em;
}
/* line 81, ../sass/modules/_news.scss */
.newsStory .newsCaption.florham {
  background-color: #a70533;
}
/* line 84, ../sass/modules/_news.scss */
.newsStory .newsCaption.metropolitan {
  background-color: #025298;
}
/* line 87, ../sass/modules/_news.scss */
.newsStory .newsCaption.vancouver {
  background-color: #5f6893;
}
/* line 90, ../sass/modules/_news.scss */
.newsStory .newsCaption h1 {
  color: #cccccc;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8125em;
  margin: 0em 0em 0.625em 0em;
}
/* line 97, ../sass/modules/_news.scss */
.newsStory .newsCaption p {
  color: white;
  font-weight: 900;
  font-size: 0.875em;
  margin: 0em 0em 0em 0em;
}

/* line 2, ../sass/modules/_photoVideoGallery.scss */
.photoVideoGalleryHeader h1 {
  float: left;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 2, ../sass/modules/_photoVideoGallery.scss */
  .photoVideoGalleryHeader h1 {
    font-size: 1.875em;
  }
}
/* line 8, ../sass/modules/_photoVideoGallery.scss */
.photoVideoGalleryHeader .shareIcons {
  float: left;
  clear: both;
  margin: 0.9375em 0em 0.9375em 0em;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 8, ../sass/modules/_photoVideoGallery.scss */
  .photoVideoGalleryHeader .shareIcons {
    margin: 0.3125em 0em 0.3125em 0em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 8, ../sass/modules/_photoVideoGallery.scss */
  .photoVideoGalleryHeader .shareIcons {
    float: right;
    clear: none;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 8, ../sass/modules/_photoVideoGallery.scss */
  .photoVideoGalleryHeader .shareIcons {
    margin: 0.625em 0em 0.625em 0em;
  }
}
/* line 23, ../sass/modules/_photoVideoGallery.scss */
.photoVideoGalleryHeader p {
  clear: both;
  margin: 0em 0em 0em 0em;
}

/* line 28, ../sass/modules/_photoVideoGallery.scss */
.photoVideoGallery {
  margin: 1.25em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}
/* line 31, ../sass/modules/_photoVideoGallery.scss */
.photoVideoGallery .galleryTile {
  display: table;
  margin: 0 auto 30px;
  max-width: 460px;
}
/* line 35, ../sass/modules/_photoVideoGallery.scss */
.photoVideoGallery .galleryTile a {
  text-decoration: none;
}
/* line 37, ../sass/modules/_photoVideoGallery.scss */
.photoVideoGallery .galleryTile a:active, .photoVideoGallery .galleryTile a:link {
  color: #464646;
}
/* line 41, ../sass/modules/_photoVideoGallery.scss */
.photoVideoGallery .galleryTile p {
  font-size: 0.875em;
  line-height: 100%;
  margin: 0.3125em 0em 0em 0em;
}
/* line 46, ../sass/modules/_photoVideoGallery.scss */
.photoVideoGallery .galleryTile:nth-child(odd) {
  /* Clears rows for tablet */
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 46, ../sass/modules/_photoVideoGallery.scss */
  .photoVideoGallery .galleryTile:nth-child(odd) {
    clear: both;
  }
}
/* line 51, ../sass/modules/_photoVideoGallery.scss */
.photoVideoGallery .galleryTile:nth-child(3n+1) {
  /* Clears rows for desktop */
}
@media only screen and (min-width: 1024px) {
  /* line 51, ../sass/modules/_photoVideoGallery.scss */
  .photoVideoGallery .galleryTile:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 31, ../sass/modules/_photoVideoGallery.scss */
  .photoVideoGallery .galleryTile {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 31, ../sass/modules/_photoVideoGallery.scss */
  .photoVideoGallery .galleryTile {
    float: left;
    display: inline-block;
    margin: 0em 0em 1.25em 0em;
    padding: 0em 0.9375em 0em 0em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 31, ../sass/modules/_photoVideoGallery.scss */
  .photoVideoGallery .galleryTile {
    width: 33.33%;
  }
}

/* line 71, ../sass/modules/_photoVideoGallery.scss */
.lightbox img {
  max-width: none;
}
/* line 74, ../sass/modules/_photoVideoGallery.scss */
.lightbox .lb-close {
  cursor: pointer;
}

/* line 78, ../sass/modules/_photoVideoGallery.scss */
.photoVideoBackToTop {
  display: none;
  position: fixed;
  bottom: 35%;
  right: 33px;
  background-color: #ebebeb;
  background-color: rgba(235, 235, 235, 0.8);
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;
  font-size: 0.625em;
  width: 45px;
  height: 55px;
}
/* line 91, ../sass/modules/_photoVideoGallery.scss */
.photoVideoBackToTop:link {
  color: #025298;
  font-weight: 900;
}
/* line 95, ../sass/modules/_photoVideoGallery.scss */
.lt-ie9 .photoVideoBackToTop {
  font-weight: bold;
}
/* line 98, ../sass/modules/_photoVideoGallery.scss */
.photoVideoBackToTop:before {
  content: '';
  display: block;
  margin: 10px auto 5px;
  width: 15px;
  height: 9px;
  background-image: url(../images/back-to-top-arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
/* line 107, ../sass/modules/_photoVideoGallery.scss */
.lt-ie9 .photoVideoBackToTop:before {
  background-image: url(../images/back-to-top-arrow-ie.png);
}

/* line 1, ../sass/modules/_facetedSearch.scss */
.facetedSearchLinks {
  float: left;
  width: 100%;
  padding: 0em 0em 0em 0em;
}
/* line 5, ../sass/modules/_facetedSearch.scss */
.facetedSearchLinks li {
  float: left;
  display: inline-block;
}
/* line 8, ../sass/modules/_facetedSearch.scss */
.facetedSearchLinks li.calendar {
  width: 55%;
  padding: 0em 0.3125em 0em 0em;
}
/* line 12, ../sass/modules/_facetedSearch.scss */
.facetedSearchLinks li.catalog {
  width: 45%;
}
/* line 15, ../sass/modules/_facetedSearch.scss */
.facetedSearchLinks li .fduBtn {
  width: 100%;
  text-align: center;
  letter-spacing: -0.5px;
  font-size: 0.75em;
  padding: 0.625em 0.3125em 0.625em 0.3125em;
  margin: 0em 0em 0em 0em;
}
@media only screen and (min-width: 768px) {
  /* line 15, ../sass/modules/_facetedSearch.scss */
  .facetedSearchLinks li .fduBtn {
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 1, ../sass/modules/_facetedSearch.scss */
  .facetedSearchLinks {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../sass/modules/_facetedSearch.scss */
  .facetedSearchLinks {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/modules/_facetedSearch.scss */
  .facetedSearchLinks {
    width: 50%;
  }
}

/* line 38, ../sass/modules/_facetedSearch.scss */
#narrowResults > header {
  background-color: #464646;
  padding: 0.9375em 1.25em 0.9375em 1.25em;
  margin: 0em 0em 0.3125em 0em;
}
/* line 42, ../sass/modules/_facetedSearch.scss */
#narrowResults > header h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875em;
  margin: 0em 0em 0em 0em;
}
@media only screen and (min-width: 768px) {
  /* line 38, ../sass/modules/_facetedSearch.scss */
  #narrowResults > header {
    padding: 0.9375em 1.25em 0.9375em 0.9375em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 37, ../sass/modules/_facetedSearch.scss */
  #narrowResults {
    margin: 0em 0em 1.25em 0em;
  }
}

/* line 57, ../sass/modules/_facetedSearch.scss */
.narrowResultsBackToTop {
  display: block;
  margin: 1.25em 0em 1.25em 0em;
}
/* line 60, ../sass/modules/_facetedSearch.scss */
.narrowResultsBackToTop:hover {
  text-decoration: none;
}
/* line 63, ../sass/modules/_facetedSearch.scss */
.narrowResultsBackToTop > header {
  cursor: pointer;
  background-color: #a70533;
  padding: 0.9375em 1.25em 0.9375em 1.25em;
  margin: 0em 0em 0.3125em 0em;
}
/* line 68, ../sass/modules/_facetedSearch.scss */
.narrowResultsBackToTop > header h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 0.875em;
}
@media only screen and (min-width: 768px) {
  /* line 57, ../sass/modules/_facetedSearch.scss */
  .narrowResultsBackToTop {
    display: none;
  }
}

/* line 80, ../sass/modules/_facetedSearch.scss */
.activeFilters {
  background-color: #ebebeb;
  padding: 1.25em 1.25em 1.25em 1.25em;
}
/* line 84, ../sass/modules/_facetedSearch.scss */
.activeFilters header h1, .activeFilters header span {
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  font-size: 12px;
}
/* line 89, ../sass/modules/_facetedSearch.scss */
.lt-ie9 .activeFilters header h1, .lt-ie9 .activeFilters header span {
  font-weight: bold;
}
/* line 93, ../sass/modules/_facetedSearch.scss */
.activeFilters header h1 {
  float: left;
  color: #464646;
  line-height: 110%;
}
@media only screen and (min-width: 768px) {
  /* line 93, ../sass/modules/_facetedSearch.scss */
  .activeFilters header h1 {
    margin: 0.3125em 0em 0.3125em 0em;
  }
}
/* line 101, ../sass/modules/_facetedSearch.scss */
.activeFilters header .clearAll {
  float: right;
  color: #025298;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  /* line 101, ../sass/modules/_facetedSearch.scss */
  .activeFilters header .clearAll {
    font-weight: normal;
    text-transform: none;
    float: left;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 83, ../sass/modules/_facetedSearch.scss */
  .activeFilters header {
    width: 20%;
    float: left;
    display: inline-block;
    padding: 0em 0.625em 0em 0em;
  }
}
/* line 119, ../sass/modules/_facetedSearch.scss */
.activeFilters ul {
  list-style: none;
  margin: 0.625em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}
/* line 123, ../sass/modules/_facetedSearch.scss */
.activeFilters ul li {
  cursor: pointer;
  color: #025298;
  font-size: 0.875em;
  margin: 0.9375em 0em 0.9375em 0em;
}
/* line 128, ../sass/modules/_facetedSearch.scss */
.activeFilters ul li:last-child {
  margin: 0.9375em 0em 0em 0em;
}
/* line 131, ../sass/modules/_facetedSearch.scss */
.activeFilters ul li:before {
  content: "";
  display: inline-block;
  background: url(../images/facets-remove.png);
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: 0em 0.3125em 0em 0em;
}
/* line 140, ../sass/modules/_facetedSearch.scss */
.lt-ie9 .activeFilters ul li:before {
  background: url(../images/facets-remove-ie.png);
}
@media only screen and (min-width: 768px) {
  /* line 123, ../sass/modules/_facetedSearch.scss */
  .activeFilters ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0em 0.3125em 0.3125em 0.3125em;
  }
  /* line 148, ../sass/modules/_facetedSearch.scss */
  .activeFilters ul li:last-child {
    margin: 0em 0.3125em 0.3125em 0.3125em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 119, ../sass/modules/_facetedSearch.scss */
  .activeFilters ul {
    width: 80%;
    float: left;
    display: inline-block;
    margin: 0em 0em 0em 0em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 80, ../sass/modules/_facetedSearch.scss */
  .activeFilters {
    margin: 1.25em 0em 1.25em 0em;
    padding: 0.9375em 0.9375em 0.9375em 0.9375em;
  }
}

/* line 1, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable {
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin: 0em 0em 1.25em 0em;
}
/* line 6, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable thead, #facetedSearchResultsTable tbody, #facetedSearchResultsTable tr, #facetedSearchResultsTable td {
  border: none;
  border-collapse: collapse;
}
/* line 10, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable thead {
  display: none;
}
/* line 12, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable thead tr:first-child {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  /* line 14, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable thead tr:first-child td.alwaysVisible {
    border-right: none;
    color: #959595;
    text-transform: uppercase;
    font-weight: 700;
    display: table-cell !important;
    padding: 0em 0em 0em 0em;
    font-size: 0.875em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 24, ../sass/modules/_facetedSearchResultsTable.scss */
  .lt-ie9 #facetedSearchResultsTable thead tr:first-child td.alwaysVisible {
    font-weight: bold;
  }
}
@media only screen and (min-width: 768px) {
  /* line 30, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable thead tr:first-child hr {
    height: 5px;
    margin: 0.1875em 0em 0.1875em 0em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 10, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable thead {
    display: table-header-group;
  }
}
@media only screen and (min-width: 768px) {
  /* line 41, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable tbody tr.gray {
    background-color: #ebebeb;
  }
}
/* line 46, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable tr {
  display: block;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  /* line 46, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable tr {
    display: table-row;
    padding: 0;
    border: none;
    position: static;
  }
}
@media only screen and (min-width: 768px) {
  /* line 58, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable th, #facetedSearchResultsTable td {
    border-right: 2px solid #cccccc;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 62, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable th:first-child, #facetedSearchResultsTable td:first-child {
    padding: 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 62, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable th:first-child, #facetedSearchResultsTable td:first-child {
    padding: 10px 10px 10px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 62, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable th:first-child, #facetedSearchResultsTable td:first-child {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 74, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable th:last-child, #facetedSearchResultsTable td:last-child {
    border-right: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 81, ../sass/modules/_facetedSearchResultsTable.scss */
  .lt-ie9 #facetedSearchResultsTable th {
    font-weight: bold;
  }
}
@media only screen and (min-width: 768px) {
  /* line 86, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable th.florham {
    background-color: #a70533;
  }
}
@media only screen and (min-width: 768px) {
  /* line 91, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable th.metro {
    background-color: #025298;
  }
}
@media only screen and (min-width: 768px) {
  /* line 96, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable th.vancouver {
    background-color: #5f6893;
  }
}
@media only screen and (min-width: 768px) {
  /* line 101, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable th.online {
    background-color: #52adc0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 80, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable th {
    font-size: 0.625em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 80, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable th {
    padding: 5px;
    color: white;
    background-color: #959595;
    font-weight: 900;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 80, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable th {
    font-size: 0.75em;
  }
}
/* line 120, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable td {
  display: block;
}
/* line 122, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable td.programs {
  color: #464646;
  font-weight: 900;
  line-height: 100%;
  font-size: 1.1875em;
}
/* line 126, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable td.programs:after {
  content: "Offered at";
  display: block;
  font-style: italic;
  font-weight: normal;
  font-size: 0.75em;
}
@media only screen and (min-width: 768px) {
  /* line 126, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable td.programs:after {
    display: none;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 122, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable td.programs {
    font-size: 0.8125em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 122, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable td.programs {
    font-weight: normal;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 122, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable td.programs {
    font-size: 0.9375em;
  }
}
/* line 147, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable td.checked {
  /* Placeholder - Update later */
  text-transform: uppercase;
}
/* line 150, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable td.checked.florham:before, #facetedSearchResultsTable td.checked.metro:before, #facetedSearchResultsTable td.checked.vancouver:before, #facetedSearchResultsTable td.checked.online:before {
  border: 1px solid #cccccc;
  display: block;
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  color: #025298;
  font-weight: 700;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, white 1%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), color-stop(100%, #d9d9d9));
  background: -webkit-linear-gradient(top, white 1%, #d9d9d9 100%);
  background: -o-linear-gradient(top, white 1%, #d9d9d9 100%);
  background: -ms-linear-gradient(top, white 1%, #d9d9d9 100%);
  background: linear-gradient(top, #ffffff 1%, #d9d9d9 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  /* line 150, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable td.checked.florham:before, #facetedSearchResultsTable td.checked.metro:before, #facetedSearchResultsTable td.checked.vancouver:before, #facetedSearchResultsTable td.checked.online:before {
    display: none;
  }
}
/* line 166, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable td.checked.florham:before {
  content: "Florham Campus";
}
@media only screen and (min-width: 768px) {
  /* line 165, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable td.checked.florham {
    background: url(../images/facets-check-florham.png) center no-repeat;
    background-size: 32px 30px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 173, ../sass/modules/_facetedSearchResultsTable.scss */
  .lt-ie9 #facetedSearchResultsTable td.checked.florham {
    background: url(../images/facets-check-florham-ie.png) center no-repeat;
  }
}
/* line 180, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable td.checked.metro:before {
  content: "Metropolitan Campus";
}
@media only screen and (min-width: 768px) {
  /* line 179, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable td.checked.metro {
    background: url(../images/facets-check-metro.png) center no-repeat;
    background-size: 32px 30px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 187, ../sass/modules/_facetedSearchResultsTable.scss */
  .lt-ie9 #facetedSearchResultsTable td.checked.metro {
    background: url(../images/facets-check-metro-ie.png) center no-repeat;
  }
}
/* line 194, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable td.checked.vancouver:before {
  content: "Vancouver Campus";
}
@media only screen and (min-width: 768px) {
  /* line 193, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable td.checked.vancouver {
    background: url(../images/facets-check-vancouver.png) center no-repeat;
    background-size: 32px 30px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 201, ../sass/modules/_facetedSearchResultsTable.scss */
  .lt-ie9 #facetedSearchResultsTable td.checked.vancouver {
    background: url(../images/facets-check-vancouver-ie.png) center no-repeat;
  }
}
/* line 208, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable td.checked.online:before {
  content: "Online Learning";
}
@media only screen and (min-width: 768px) {
  /* line 207, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable td.checked.online {
    background: url(../images/facets-check-online.png) center no-repeat;
    background-size: 32px 30px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 215, ../sass/modules/_facetedSearchResultsTable.scss */
  .lt-ie9 #facetedSearchResultsTable td.checked.online {
    background: url(../images/facets-check-online-ie.png) center no-repeat;
  }
}
/* line 221, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable td.checked a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 228, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable td.checked a:hover {
  text-decoration: none;
}
/* line 231, ../sass/modules/_facetedSearchResultsTable.scss */
#facetedSearchResultsTable td.checked a:after {
  content: '\00a0';
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 221, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable td.checked a {
    padding: 10px;
    position: static;
    top: auto;
    left: auto;
  }
}
@media only screen and (min-width: 768px) {
  /* line 147, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable td.checked {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 120, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable td {
    font-size: 0.8125em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 120, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable td {
    padding: 10px;
    display: table-cell;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 120, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable td {
    font-size: 0.9375em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../sass/modules/_facetedSearchResultsTable.scss */
  #facetedSearchResultsTable {
    margin: 1.25em 0em 1.25em 0em;
  }
}

/* line 1, ../sass/modules/_facetsAccordion.scss */
.facetsAccordion {
  border: 1px solid #cccccc;
  margin: 0em 0em 0.3125em 0em;
}
/* line 4, ../sass/modules/_facetsAccordion.scss */
.facetsAccordion > header {
  position: relative;
  background-color: #959595;
  padding: 0.625em 2.5em 0.625em 1.25em;
}
/* line 8, ../sass/modules/_facetsAccordion.scss */
.facetsAccordion > header h1 {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875em;
  margin: 0em 0em 0em 0em;
}
@media only screen and (min-width: 768px) {
  /* line 8, ../sass/modules/_facetsAccordion.scss */
  .facetsAccordion > header h1 {
    color: #464646;
    font-size: 1em;
  }
}
/* line 20, ../sass/modules/_facetsAccordion.scss */
.facetsAccordion > header .toggle {
  right: 15px;
  top: 10px;
  background-color: white;
  color: #959595;
}
@media only screen and (min-width: 768px) {
  /* line 20, ../sass/modules/_facetsAccordion.scss */
  .facetsAccordion > header .toggle {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 4, ../sass/modules/_facetsAccordion.scss */
  .facetsAccordion > header {
    background-color: transparent;
    padding: 0.625em 1.25em 0.3125em 0.9375em;
  }
}
/* line 34, ../sass/modules/_facetsAccordion.scss */
.facetsAccordion .toggle {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 900;
  background-position: center center;
  cursor: pointer;
  font-size: 1.25em;
}
/* line 44, ../sass/modules/_facetsAccordion.scss */
.facetsAccordion .toggle > span {
  position: relative;
  left: 4px;
  bottom: 4px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../sass/modules/_facetsAccordion.scss */
  .facetsAccordion {
    border: none;
  }
}

/* line 54, ../sass/modules/_facetsAccordion.scss */
.facets {
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}
/* line 57, ../sass/modules/_facetsAccordion.scss */
.facets > li {
  padding: 0em 0em 0em 0em;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
/* line 61, ../sass/modules/_facetsAccordion.scss */
.facets > li:last-child {
  border-bottom: none;
}
/* line 64, ../sass/modules/_facetsAccordion.scss */
.facets > li label {
  color: #464646;
  font-weight: 700;
  display: block;
  padding: 10px 10px 10px 20px;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, white 1%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), color-stop(100%, #d9d9d9));
  background: -webkit-linear-gradient(top, white 1%, #d9d9d9 100%);
  background: -o-linear-gradient(top, white 1%, #d9d9d9 100%);
  background: -ms-linear-gradient(top, white 1%, #d9d9d9 100%);
  background: linear-gradient(top, #ffffff 1%, #d9d9d9 100%);
  font-size: 0.9375em;
}
/* line 71, ../sass/modules/_facetsAccordion.scss */
.lt-ie9 .facets > li label {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  /* line 71, ../sass/modules/_facetsAccordion.scss */
  .lt-ie9 .facets > li label {
    text-indent: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 77, ../sass/modules/_facetsAccordion.scss */
  .facets > li label.grayBackground {
    background-color: #ebebeb !important;
    margin: 0em 0em 0.3125em 0em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 64, ../sass/modules/_facetsAccordion.scss */
  .facets > li label {
    background: white;
    color: #464646;
    font-weight: normal;
    padding: 5px 5px 5px 44px;
    text-indent: -28px;
    font-size: 0.875em;
  }
}
/* line 92, ../sass/modules/_facetsAccordion.scss */
.facets > li input[type="checkbox"] {
  display: none;
}
/* line 94, ../sass/modules/_facetsAccordion.scss */
.lt-ie9 .facets > li input[type="checkbox"] {
  display: inline-block;
  float: left;
  padding: 8px 0 0 8px;
  z-index: 999;
}
/* line 101, ../sass/modules/_facetsAccordion.scss */
.facets > li input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(../images/facets_checkbox_sprite.png) 0 0 no-repeat;
  background-size: 60px 20px;
  cursor: pointer;
  margin: 0em 0.625em 0em 0em;
}
/* line 110, ../sass/modules/_facetsAccordion.scss */
.lt-ie9 .facets > li input[type="checkbox"] + label span {
  display: none;
}
/* line 114, ../sass/modules/_facetsAccordion.scss */
.facets > li input[type="checkbox"]:checked + label span, .facets > li input.checked + label span {
  background: url(../images/facets_checkbox_sprite.png) -20px 0 no-repeat;
  background-size: 60px 20px;
}
/* line 117, ../sass/modules/_facetsAccordion.scss */
.lt-ie9 .facets > li input[type="checkbox"]:checked + label span, .lt-ie9 .facets > li input.checked + label span {
  display: none;
}
/* line 121, ../sass/modules/_facetsAccordion.scss */
.facets > li input[type="checkbox"]:indeterminate + label span, .facets > li input.checked + label span {
  background: url(../images/facets_checkbox_sprite.png) -40px 0 no-repeat;
  background-size: 60px 20px;
}
/* line 124, ../sass/modules/_facetsAccordion.scss */
.lt-ie9 .facets > li input[type="checkbox"]:indeterminate + label span, .lt-ie9 .facets > li input.checked + label span {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 57, ../sass/modules/_facetsAccordion.scss */
  .facets > li {
    border: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2, ../sass/modules/_subfacetsAccordion.scss */
  .subfacetsAccordion > label {
    background-color: #ebebeb !important;
    margin: 0em 0em 0.3125em 0em;
  }
}
/* line 8, ../sass/modules/_subfacetsAccordion.scss */
.subfacetsAccordion .toggle {
  right: 15px;
  top: 10px;
  background-color: #464646;
  color: #d9d9d9;
}
@media only screen and (min-width: 768px) {
  /* line 8, ../sass/modules/_subfacetsAccordion.scss */
  .subfacetsAccordion .toggle {
    top: 5px;
    background-color: #959595;
  }
}
/* line 17, ../sass/modules/_subfacetsAccordion.scss */
.lt-ie9 .subfacetsAccordion .toggle {
  top: 4px;
}
/* line 21, ../sass/modules/_subfacetsAccordion.scss */
.lt-ie9 .subfacetsAccordion .toggle.expand {
  color: transparent;
  background-color: transparent;
  background-image: url(../images/subfacets-expand-ie.png);
}
/* line 25, ../sass/modules/_subfacetsAccordion.scss */
.lt-ie9 .subfacetsAccordion .toggle.expand > span {
  display: none;
}
/* line 31, ../sass/modules/_subfacetsAccordion.scss */
.lt-ie9 .subfacetsAccordion .toggle.contract {
  color: transparent;
  background-color: transparent;
  background-image: url(../images/subfacets-contract-ie.png);
}
/* line 35, ../sass/modules/_subfacetsAccordion.scss */
.lt-ie9 .subfacetsAccordion .toggle.contract > span {
  display: none;
}

/* line 42, ../sass/modules/_subfacetsAccordion.scss */
.subfacets {
  border-top: 1px solid #cccccc;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, white 1%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), color-stop(100%, #d9d9d9));
  background: -webkit-linear-gradient(top, white 1%, #d9d9d9 100%);
  background: -o-linear-gradient(top, white 1%, #d9d9d9 100%);
  background: -ms-linear-gradient(top, white 1%, #d9d9d9 100%);
  background: linear-gradient(top, #ffffff 1%, #d9d9d9 100%);
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}
@media only screen and (min-width: 768px) {
  /* line 42, ../sass/modules/_subfacetsAccordion.scss */
  .subfacets {
    border: none;
  }
}
/* line 56, ../sass/modules/_subfacetsAccordion.scss */
.subfacets li > label {
  padding: 10px 10px 10px 40px;
}
@media only screen and (min-width: 768px) {
  /* line 56, ../sass/modules/_subfacetsAccordion.scss */
  .subfacets li > label {
    padding: 5px 5px 5px 44px;
    text-indent: -28px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 62, ../sass/modules/_subfacetsAccordion.scss */
  .lt-ie9 .subfacets li > label {
    text-indent: 0;
  }
}

/* line 1, ../sass/modules/_mobileMenu.scss */
.mobileMenu {
  display: none;
}
/* line 3, ../sass/modules/_mobileMenu.scss */
.mobileMenu.is-visible {
  display: block;
}
/* line 6, ../sass/modules/_mobileMenu.scss */
.mobileMenu .ddSlick {
  font-size: 0.850em !important;
}
/* line 9, ../sass/modules/_mobileMenu.scss */
.mobileMenu .dropDownMenus {
  padding: 0.75em 2em;
}

@media only screen and (min-width: 768px) {
  /* line 13, ../sass/modules/_mobileMenu.scss */
  .primaryNavigation, .dropDownMenus {
    display: none;
  }
}

/* line 1, ../sass/modules/_hiddenLinks.scss */
.hiddenLink {
  display: none;
}

/* line 1, ../sass/modules/_emergencyAlert.scss */
.emergencyAlert {
  background-color: #a70533;
}
/* line 3, ../sass/modules/_emergencyAlert.scss */
.emergencyAlert.noAlert {
  display: none;
}
/* line 6, ../sass/modules/_emergencyAlert.scss */
.emergencyAlert.noLink {
  /* Styles for when no link button is present */
}
@media only screen and (min-width: 768px) {
  /* line 7, ../sass/modules/_emergencyAlert.scss */
  .emergencyAlert.noLink .left {
    width: 100%;
    float: none;
  }
}
/* line 13, ../sass/modules/_emergencyAlert.scss */
.emergencyAlert.noLink .right {
  display: none;
}
/* line 17, ../sass/modules/_emergencyAlert.scss */
.emergencyAlert .emergencyAlertInner {
  margin: 0 auto;
  max-width: 1060px;
  padding: 0.9375em 1.875em 1.25em 1.875em;
}
/* line 22, ../sass/modules/_emergencyAlert.scss */
.emergencyAlert h2, .emergencyAlert p {
  color: white;
  margin: 0;
}
/* line 26, ../sass/modules/_emergencyAlert.scss */
.emergencyAlert .alertTitle {
  margin: 0em 0em 0.3125em 0em;
}
/* line 29, ../sass/modules/_emergencyAlert.scss */
.emergencyAlert .alertLink {
  background-color: white;
  color: #025298;
  width: 100%;
  text-align: center;
}
/* line 34, ../sass/modules/_emergencyAlert.scss */
.emergencyAlert .alertLink:hover {
  background-color: #ebebeb;
}
@media only screen and (min-width: 768px) {
  /* line 29, ../sass/modules/_emergencyAlert.scss */
  .emergencyAlert .alertLink {
    margin: 0.625em 0em 0em 0em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 41, ../sass/modules/_emergencyAlert.scss */
  .emergencyAlert .left {
    float: left;
    width: 75%;
    padding: 0em 1.25em 0em 0em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 48, ../sass/modules/_emergencyAlert.scss */
  .emergencyAlert .right {
    width: auto;
    float: right;
    width: 25%;
  }
}
/* line 55, ../sass/modules/_emergencyAlert.scss */
.emergencyAlert .alertShowHide {
  display: block;
  width: 100%;
  color: white;
  text-align: center;
  background-color: #025298;
  border-top: 1px solid #cccccc;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
/* line 63, ../sass/modules/_emergencyAlert.scss */
.emergencyAlert .alertShowHide:after {
  content: '';
  vertical-align: middle;
  width: 21px;
  height: 20px;
  display: inline-block;
  background-image: url(../images/hide_alert.png);
  margin: 0em 0em 0em 0.3125em;
}
/* line 73, ../sass/modules/_emergencyAlert.scss */
.emergencyAlert.alertHidden .alertShowHide:after {
  background-image: url(../images/show_alert.png);
}

/* line 1, ../sass/modules/_compatibilityMessage.scss */
.compatibilityMessage {
  display: none;
  background-color: #ffffcc;
}
/* line 4, ../sass/modules/_compatibilityMessage.scss */
.lt-ie8 .compatibilityMessage {
  display: block;
}
/* line 7, ../sass/modules/_compatibilityMessage.scss */
.compatibilityMessage .compatibilityMessageInner {
  margin: 0 auto;
  max-width: 1060px;
  padding: 1.5625em 1.875em 1.5625em 1.875em;
}
/* line 11, ../sass/modules/_compatibilityMessage.scss */
.compatibilityMessage .compatibilityMessageInner p {
  margin: 0;
}

/*
 * Image replacement
 */
/* line 5, ../sass/helpers/_access.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 13, ../sass/helpers/_access.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Inherited Image Replacement */
/* line 21, ../sass/helpers/_access.scss */
.ihir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 32, ../sass/helpers/_access.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 41, ../sass/helpers/_access.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 58, ../sass/helpers/_access.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 71, ../sass/helpers/_access.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 88, ../sass/helpers/_access.scss */
.clearfix:before, .flexLayout .row:before, .twoThreeLayout .mainColumn:before, .calloutRow:before,
.clearfix:after,
.flexLayout .row:after,
.twoThreeLayout .mainColumn:after,
.calloutRow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 93, ../sass/helpers/_access.scss */
.clearfix:after, .flexLayout .row:after, .twoThreeLayout .mainColumn:after, .calloutRow:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 102, ../sass/helpers/_access.scss */
.clearfix, .flexLayout .row, .twoThreeLayout .mainColumn, .calloutRow {
  *zoom: 1;
}

/* Welcome to Compass. Use this file to define print styles.
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@media only print {
  /* line 17, ../sass/print/_print.scss */
  .menuContainer,
  .breadcrumbsContainer,
  .shareIcons,
  .callout,
  .sideBar,
  .primaryNavigation,
  .backToTopBar,
  .programFinder,
  .levelSocialMediaIcons,
  .footerColumn2,
  .footerColumn3 {
    display: none;
  }
}
