/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 07 August 2013 21:41:58
*/


/* line 2, ../sass/helper-functions/_clearfix.scss */
nav#mobile_masthead, .tabs, .breadcrumb, .field_container, .field_container .link_list li, .primary .field_container .field ul li, .widget, .wrap, #page, .columns, .columns2 {
  *zoom: 1;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
nav#mobile_masthead:after, .tabs:after, .breadcrumb:after, .field_container:after, .field_container .link_list li:after, .primary .field_container .field ul li:after, .widget:after, .wrap:after, #page:after, .columns:after, .columns2:after {
  content: "";
  display: table;
  clear: both;
}
/* line 4, ../sass/helper-functions/_clearfix.scss */
.ie6 nav#mobile_masthead, .ie6 .tabs, .ie6 .breadcrumb, .ie6 .field_container, .ie6 .field_container .link_list li, .field_container .link_list .ie6 li, .ie6 .primary .field_container .field ul li, .primary .field_container .field ul .ie6 li, .ie6 .widget, .ie6 .wrap, .ie6 #page, .ie6 .columns, .ie6 .columns2, .ie6 nav#mobile_masthead, .ie6 .tabs, .ie6 .breadcrumb, .ie6 .field_container, .ie6 .field_container .link_list li, .field_container .link_list .ie6 li, .ie6 .primary .field_container .field ul li, .primary .field_container .field ul .ie6 li, .ie6 .widget, .ie6 .wrap, .ie6 #page, .ie6 .columns, .ie6 .columns2 {
  clear: both;
}

/*-------------/
 * _theme-colors.scss
 *------------*/
/* IMPORTANT:
 * Requires the @mixin theme-color;
 * Located in mixins/_theme-color.scss
 * ----------------------------- */
/* line 16, ../sass/core/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 25, ../sass/core/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 34, ../sass/core/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 41, ../sass/core/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 53, ../sass/core/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 61, ../sass/core/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 67, ../sass/core/_reset.scss */
sup {
  top: -0.5em;
}

/* line 70, ../sass/core/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 77, ../sass/core/_reset.scss */
img {
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 9, ../sass/core/_base.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

/* line 17, ../sass/core/_base.scss */
body {
  background-color: #dce0e0;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

/* line 26, ../sass/core/_base.scss */
article, aside, details, div, figcaption, figure, footer, header, hgroup, nav, section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 34, ../sass/core/_base.scss */
::-moz-selection {
  background: rgba(65, 168, 222, 0.5);
  color: inherit;
  text-shadow: none;
}

/* line 35, ../sass/core/_base.scss */
::selection {
  background: rgba(65, 168, 222, 0.5);
  color: inherit;
  text-shadow: none;
}

/* line 46, ../sass/core/_base.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* line 52, ../sass/core/_base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 59, ../sass/core/_base.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* line 65, ../sass/core/_base.scss */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

/* line 67, ../sass/core/_base.scss */
li {
  margin: 0;
  padding: 0;
}

/* line 69, ../sass/core/_base.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 76, ../sass/core/_base.scss */
figure {
  margin: 0;
}

/* line 82, ../sass/core/_base.scss */
form {
  margin: 0;
}

/* line 83, ../sass/core/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
/* line 86, ../sass/core/_base.scss */
label {
  cursor: pointer;
}

/* line 93, ../sass/core/_base.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/* line 101, ../sass/core/_base.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 107, ../sass/core/_base.scss */
button, input {
  line-height: normal;
}

/* line 115, ../sass/core/_base.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* line 121, ../sass/core/_base.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 127, ../sass/core/_base.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

/* line 128, ../sass/core/_base.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 129, ../sass/core/_base.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 135, ../sass/core/_base.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 142, ../sass/core/_base.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 146, ../sass/core/_base.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* line 152, ../sass/core/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 153, ../sass/core/_base.scss */
td {
  vertical-align: top;
}

@font-face {
  font-family: 'National';
  font-weight: normal;
  src: url("/__data/assets/file/0011/188084/NationalWeb-Semibold.eot");
  src: url("/__data/assets/file/0011/188084/NationalWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("/__data/assets/file/0004/188086/NationalWeb-Semibold.woff") format("woff"), url("/__data/assets/file/0003/188085/NationalWeb-Semibold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'National';
  font-weight: bold;
  src: url("/__data/assets/file/0006/188079/NationalWeb-Extrabold.eot");
  src: url("/__data/assets/file/0006/188079/NationalWeb-Extrabold.eot?#iefix") format("embedded-opentype"), url("/__data/assets/file/0008/188081/NationalWeb-Extrabold.woff") format("woff"), url("/__data/assets/file/0007/188080/NationalWeb-Extrabold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

/* line 35, ../sass/core/_typography.scss */
body {
  font-family: "Segoe WP", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  line-height: 1.5;
}

/* line 48, ../sass/core/_typography.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  line-height: 1;
  font-family: "National", "Segoe WP Semibold", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333333;
}
/* line 55, ../sass/core/_typography.scss */
.no-fontface h1, .no-fontface .h1, .no-fontface h2, .no-fontface .h2, .no-fontface h3, .no-fontface .h3, .no-fontface h4, .no-fontface .h4 {
  line-height: 1.2;
}

/* line 62, ../sass/core/_typography.scss */
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
.h1 + p, .h2 + p, .h3 + p, .h4 + p, .h5 + p, .h6 + p {
  margin-top: 0;
}

/* line 65, ../sass/core/_typography.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 1em 0 0.3em;
}

/* line 72, ../sass/core/_typography.scss */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/* line 79, ../sass/core/_typography.scss */
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

/* line 87, ../sass/core/_typography.scss */
h2 + h1, h3 + h1, h4 + h1, h5 + h1, h6 + h1 {
  margin-top: 0;
}

/* line 97, ../sass/core/_typography.scss */
h1 + h2, h3 + h2, h4 + h2, h5 + h2, h6 + h2 {
  margin-top: 0;
}

/* line 107, ../sass/core/_typography.scss */
h1 + h3, h2 + h3, h4 + h3, h5 + h3, h6 + h3 {
  margin-top: 0;
}

/* line 117, ../sass/core/_typography.scss */
h1 + h4, h2 + h4, h3 + h4, h5 + h4, h6 + h4 {
  margin-top: 0;
}

/* line 127, ../sass/core/_typography.scss */
h1 + h5, h2 + h5, h3 + h5, h4 + h5, h6 + h5 {
  margin-top: 0;
}

/* line 137, ../sass/core/_typography.scss */
h1 + h6, h2 + h6, h3 + h6, h4 + h6, h5 + h6 {
  margin-top: 0;
}

/* line 142, ../sass/core/_typography.scss */
h1, .h1 {
  font-size: 3.42857em;
  line-height: 0.97;
  letter-spacing: -0.03em;
  -webkit-font-smoothing: antialiased;
}
/* line 148, ../sass/core/_typography.scss */
.hub h1, .hub .h1 {
  font-size: 4em;
  margin-bottom: 0.15em;
}
@media only screen and (max-width: 759px) {
  /* line 142, ../sass/core/_typography.scss */
  h1, .h1 {
    font-size: 2.28571em;
    line-height: 1;
  }
  /* line 157, ../sass/core/_typography.scss */
  .hub h1, .hub .h1 {
    font-size: 2.85714em;
  }
}
/* line 162, ../sass/core/_typography.scss */
h1.page_title, .h1.page_title {
  padding-right: 5%;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
h1.page_title, .h1.page_title {
  color: #115737;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research h1.page_title, .theme-research .h1.page_title {
  color: #4f96a2;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students h1.page_title, .theme-students .h1.page_title {
  color: #dc5241;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services h1.page_title, .theme-services .h1.page_title {
  color: #7d2351;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study h1.page_title, .theme-study .h1.page_title {
  color: #64a659;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff h1.page_title, .theme-staff .h1.page_title {
  color: #37aacf;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching h1.page_title, .theme-teaching .h1.page_title {
  color: #7f0e0e;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example h1.page_title, .theme-example .h1.page_title {
  color: #37aacf;
}

/* line 172, ../sass/core/_typography.scss */
h2, .h2 {
  text-transform: uppercase;
  font-size: 1.5em;
}
/* line 177, ../sass/core/_typography.scss */
aside[role="complementary"] h2, #section_menu h2, aside[role="complementary"] .h2, #section_menu .h2 {
  font-size: 1.4em;
}
/* line 181, ../sass/core/_typography.scss */
h2.rule, .h2.rule {
  width: 100%;
  border-top-width: 4px;
  border-top-style: solid;
  padding-top: 0.7em;
  margin-top: 2em;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
h2.rule, .h2.rule {
  border-color: #115737;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research h2.rule, .theme-research .h2.rule {
  border-color: #4f96a2;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students h2.rule, .theme-students .h2.rule {
  border-color: #dc5241;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services h2.rule, .theme-services .h2.rule {
  border-color: #7d2351;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study h2.rule, .theme-study .h2.rule {
  border-color: #64a659;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff h2.rule, .theme-staff .h2.rule {
  border-color: #37aacf;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching h2.rule, .theme-teaching .h2.rule {
  border-color: #7f0e0e;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example h2.rule, .theme-example .h2.rule {
  border-color: #37aacf;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
h2.rule_light, .h2.rule_light {
  border-color: #d1e0da;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research h2.rule_light, .theme-research .h2.rule_light {
  border-color: #e1eff1;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students h2.rule_light, .theme-students .h2.rule_light {
  border-color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services h2.rule_light, .theme-services .h2.rule_light {
  border-color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study h2.rule_light, .theme-study .h2.rule_light {
  border-color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff h2.rule_light, .theme-staff .h2.rule_light {
  border-color: #dce9ee;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching h2.rule_light, .theme-teaching .h2.rule_light {
  border-color: #b4c6cc;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example h2.rule_light, .theme-example .h2.rule_light {
  border-color: #f4f4e9;
}

/* line 203, ../sass/core/_typography.scss */
h3, .h3 {
  font-size: 1.64286em;
}
@media only screen and (max-width: 759px) {
  /* line 203, ../sass/core/_typography.scss */
  h3, .h3 {
    font-size: 1.5em;
  }
}

/* line 215, ../sass/core/_typography.scss */
h4, .h4 {
  font-size: 1.4em;
  font-weight: 500;
}

/* line 220, ../sass/core/_typography.scss */
h5, .h5 {
  font-family: "Georgia", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  font-weight: normal;
  font-size: 11px;
}

/* line 229, ../sass/core/_typography.scss */
h6, .h6 {
  font-family: "Segoe WP", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
  color: #222;
  font-weight: bold;
  font-size: inherit;
}

/* line 238, ../sass/core/_typography.scss */
.primary > h1 {
  margin-top: 0;
}

/* line 243, ../sass/core/_typography.scss */
.serif_date {
  font-family: times, serif;
}

/* line 247, ../sass/core/_typography.scss */
p {
  margin: 0.75em 0 0 0;
}
/* line 251, ../sass/core/_typography.scss */
p:first-child {
  margin-top: 0;
}

/* line 257, ../sass/core/_typography.scss */
.intro {
  font-family: "Georgia", serif;
  margin-bottom: 1.25em;
  color: #666666;
  font-size: 1.14286em;
}
@media only screen and (min-width: 760px) {
  /* line 257, ../sass/core/_typography.scss */
  .intro {
    font-size: 1.35714em;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .intro {
  font-size: 1.35714em;
}

/* line 271, ../sass/core/_typography.scss */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* line 277, ../sass/core/_typography.scss */
a {
  text-decoration: none;
  color: #3468b0;
  -webkit-transition: color, 0.1s;
  -moz-transition: color, 0.1s;
  -o-transition: color, 0.1s;
  transition: color, 0.1s;
}
/* line 287, ../sass/core/_typography.scss */
a:hover,
a a:active, a:focus {
  color: #234575;
  outline: 0;
}
/* line 292, ../sass/core/_typography.scss */
.entry p a:visited {
  color: #608fd0;
}

/* line 300, ../sass/core/_typography.scss */
.entry p a:hover {
  text-decoration: underline;
}
/* line 304, ../sass/core/_typography.scss */
.entry blockquote {
  font-size: 1.71429em;
  font-family: "National", "Segoe WP Semibold", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1;
  padding: 0;
  margin: 1em 6%;
  line-height: 1.3;
  position: relative;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.entry blockquote {
  color: #115737;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .entry blockquote {
  color: #4f96a2;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .entry blockquote {
  color: #dc5241;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .entry blockquote {
  color: #7d2351;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .entry blockquote {
  color: #64a659;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .entry blockquote {
  color: #37aacf;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .entry blockquote {
  color: #7f0e0e;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .entry blockquote {
  color: #37aacf;
}
/* line 320, ../sass/core/_typography.scss */
.entry .hang_punct:first-letter {
  width: 0.5em;
  display: inline-block;
  margin-left: -0.5em;
}
/* line 327, ../sass/core/_typography.scss */
.entry .quote_credit {
  font-family: "Georgia", serif;
  font-size: 0.54167em;
  color: #666666;
}
/* line 334, ../sass/core/_typography.scss */
.entry .caption,
.entry figcaption {
  font-family: "Georgia", serif;
  color: #666666;
  border-bottom: 1px solid #dddddd;
}
/* line 340, ../sass/core/_typography.scss */
.entry ul li, .entry ol li {
  padding: 0 0 0 0.1em;
  margin-bottom: 0.5em;
}
/* line 345, ../sass/core/_typography.scss */
.entry ul, .entry ol {
  padding-left: 1.5em;
  margin-top: 1em;
}
/* line 350, ../sass/core/_typography.scss */
.entry ul {
  list-style-type: disc;
}
/* line 354, ../sass/core/_typography.scss */
.entry ol {
  list-style-type: decimal;
}
/* line 358, ../sass/core/_typography.scss */
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul {
  margin-bottom: 0.5em;
}

/* line 367, ../sass/core/_typography.scss */
form, input, button, textarea, select {
  font-family: "Segoe WP", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
}

/* Additional rules
 * (Please remove if not needed)
 * --------------- */
/* line 376, ../sass/core/_typography.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 378, ../sass/core/_typography.scss */
strong {
  font-weight: bold;
}

/* line 380, ../sass/core/_typography.scss */
b {
  font-weight: inherit;
}

/* line 382, ../sass/core/_typography.scss */
blockquote {
  margin: 1em 40px;
}

/* line 384, ../sass/core/_typography.scss */
dfn {
  font-style: italic;
}

/* line 386, ../sass/core/_typography.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 388, ../sass/core/_typography.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 390, ../sass/core/_typography.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
/* line 393, ../sass/core/_typography.scss */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

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

/* line 398, ../sass/core/_typography.scss */
q {
  quotes: none;
}

/* line 399, ../sass/core/_typography.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 401, ../sass/core/_typography.scss */
small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
/* line 404, ../sass/core/_typography.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 405, ../sass/core/_typography.scss */
sup {
  top: -0.5em;
}

/* line 406, ../sass/core/_typography.scss */
sub {
  bottom: -0.25em;
}

/* line 410, ../sass/core/_typography.scss */
em.highlight {
  background: #eaeaea;
  padding: 2px;
}

@media screen and (min-with: 40em) {
  /* line 10, ../sass/core/_utilities.scss */
  .pull-right {
    float: right;
  }

  /* line 13, ../sass/core/_utilities.scss */
  .pull-left {
    float: left;
  }
}
/* line 20, ../sass/core/_utilities.scss */
.hide {
  display: none;
}

/* line 23, ../sass/core/_utilities.scss */
.show {
  display: block;
}

/* line 28, ../sass/core/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 32, ../sass/core/_utilities.scss */
.centered {
  text-align: center;
  display: block;
  width: 100%;
}

/* line 38, ../sass/core/_utilities.scss */
.visuallyhidden, .js #masthead .nav_main .masthead_search label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* line 182, ../sass/core/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 193, ../sass/core/_utilities.scss */
.no_wrap {
  white-space: nowrap;
}

/* line 203, ../sass/core/_utilities.scss */
.inline {
  display: inline;
}

/* line 210, ../sass/core/_utilities.scss */
.block {
  display: block;
}

/* line 220, ../sass/core/_utilities.scss */
.right {
  float: right;
}

/* line 227, ../sass/core/_utilities.scss */
.left {
  float: left;
}

/* line 238, ../sass/core/_utilities.scss */
.hide {
  display: none;
}

/* line 245, ../sass/core/_utilities.scss */
.show {
  display: block;
}

/* line 254, ../sass/core/_utilities.scss */
.no_margin {
  margin: 0 !important;
}

/* line 257, ../sass/core/_utilities.scss */
.no_padding {
  padding: 0 !important;
}

/* line 7, ../sass/ui-global/_main-navigation.scss */
a.vic_logo {
  float: left;
  text-indent: -9999em;
}

/* line 13, ../sass/ui-global/_main-navigation.scss */
#masthead {
  font-family: "Georgia", serif;
  list-style: none;
  border-bottom-width: 6px;
  border-bottom-style: solid;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
#masthead {
  border-bottom-color: #115737;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research #masthead {
  border-bottom-color: #4f96a2;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students #masthead {
  border-bottom-color: #dc5241;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services #masthead {
  border-bottom-color: #7d2351;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study #masthead {
  border-bottom-color: #64a659;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff #masthead {
  border-bottom-color: #37aacf;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching #masthead {
  border-bottom-color: #7f0e0e;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example #masthead {
  border-bottom-color: #37aacf;
}
/* line 29, ../sass/ui-global/_main-navigation.scss */
#masthead a {
  display: block;
  text-decoration: none;
}
/* line 34, ../sass/ui-global/_main-navigation.scss */
#masthead .nav_main {
  font-size: 17px;
}
/* line 36, ../sass/ui-global/_main-navigation.scss */
#masthead .nav_main a {
  color: white;
}
/* line 38, ../sass/ui-global/_main-navigation.scss */
#masthead .nav_main a:hover {
  color: #999;
}
/* line 44, ../sass/ui-global/_main-navigation.scss */
#masthead .nav_support {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
/* line 49, ../sass/ui-global/_main-navigation.scss */
#masthead .nav_support a {
  color: #bbb;
}
/* line 51, ../sass/ui-global/_main-navigation.scss */
#masthead .nav_support a:hover {
  color: #999;
}
/* line 57, ../sass/ui-global/_main-navigation.scss */
#masthead nav .home {
  display: none;
}

@media only screen and (min-width: 760px) {
  /* line 71, ../sass/ui-global/_main-navigation.scss */
  nav#mobile_masthead,
  .mobile_contact {
    display: none;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie nav#mobile_masthead, .old_ie
.mobile_contact {
  display: none;
}

@media only screen and (min-width: 760px) {
  /* line 77, ../sass/ui-global/_main-navigation.scss */
  #masthead {
    background: #1d2624;
  }
  /* line 83, ../sass/ui-global/_main-navigation.scss */
  #masthead .contact {
    display: none;
  }
  /* line 87, ../sass/ui-global/_main-navigation.scss */
  #masthead nav {
    z-index: 99;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
    position: relative;
  }
  /* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  #masthead nav:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 12, ../sass/helper-functions/_clearfix.scss */
  .ie6 #masthead nav, .ie6 #masthead nav {
    clear: both;
  }
  /* line 95, ../sass/ui-global/_main-navigation.scss */
  #masthead a.vic_logo {
    display: block;
    width: 22%;
    height: 130px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    background-repeat: no-repeat;
  }
  /* line 106, ../sass/ui-global/_main-navigation.scss */
  #masthead ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 78%;
  }
  /* line 112, ../sass/ui-global/_main-navigation.scss */
  #masthead ul li {
    float: left;
  }
  /* line 115, ../sass/ui-global/_main-navigation.scss */
  #masthead ul li a {
    white-space: nowrap;
    padding-left: 0.3em;
  }
  /* line 126, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main {
    line-height: 34px;
    float: left;
    margin: 0.3em 0 1em;
    position: relative;
  }
  /* line 135, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main li a:before {
    padding-right: 0.3em;
    content: "|";
    color: #555;
    font-size: 18px;
    font-weight: normal;
  }
  /* line 146, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main li:first-child a:before {
    content: none;
  }
  /* line 167, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main li:last-child a:after {
    content: none;
  }
  /* line 174, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_support {
    height: 34px;
    line-height: 34px;
    padding-right: 2%;
    padding-top: 0.8em;
  }
  /* line 180, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_support a {
    padding: 0 0.8em;
  }
  /* line 184, ../sass/ui-global/_main-navigation.scss */
  #masthead#page {
    padding: 0;
  }
}
@media only screen and (min-width: 760px) and (min-width: 760px) and (max-width: 989px) {
  /* line 155, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main li:nth-child(4) {
    clear: left;
  }
  /* line 159, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main li:nth-child(4) a:before {
    content: none;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie #masthead {
  background: #1d2624;
}
/* line 83, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead .contact {
  display: none;
}
/* line 87, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead nav {
  z-index: 99;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  position: relative;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.old_ie #masthead nav:after {
  content: "";
  display: table;
  clear: both;
}
/* line 12, ../sass/helper-functions/_clearfix.scss */
.ie6 .old_ie #masthead nav, .ie6 .old_ie #masthead nav {
  clear: both;
}
/* line 95, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead a.vic_logo {
  display: block;
  width: 22%;
  height: 130px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-repeat: no-repeat;
}
/* line 106, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 78%;
}
/* line 112, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead ul li {
  float: left;
}
/* line 115, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead ul li a {
  white-space: nowrap;
  padding-left: 0.3em;
}
/* line 126, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead .nav_main {
  line-height: 34px;
  float: left;
  margin: 0.3em 0 1em;
  position: relative;
}
/* line 135, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead .nav_main li a:before {
  padding-right: 0.3em;
  content: "|";
  color: #555;
  font-size: 18px;
  font-weight: normal;
}
/* line 146, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead .nav_main li:first-child a:before {
  content: none;
}
@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 155, ../sass/ui-global/_main-navigation.scss */
  .old_ie #masthead .nav_main li:nth-child(4) {
    clear: left;
  }
  /* line 159, ../sass/ui-global/_main-navigation.scss */
  .old_ie #masthead .nav_main li:nth-child(4) a:before {
    content: none;
  }
}
/* line 167, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead .nav_main li:last-child a:after {
  content: none;
}
/* line 174, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead .nav_support {
  height: 34px;
  line-height: 34px;
  padding-right: 2%;
  padding-top: 0.8em;
}
/* line 180, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead .nav_support a {
  padding: 0 0.8em;
}
/* line 184, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead#page {
  padding: 0;
}

@media only screen and (min-width: 990px) {
  /* line 192, ../sass/ui-global/_main-navigation.scss */
  #masthead {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  /* line 199, ../sass/ui-global/_main-navigation.scss */
  #masthead a.vic_logo {
    height: 88px;
    width: 22.5%;
    margin: 0 0 0 0.5%;
    background-image: url("/_designs/responsive/bg-images/logo_desktop.png");
    background-size: 192px 48px;
    background-position: 0 47%;
  }
  /* line 208, ../sass/ui-global/_main-navigation.scss */
  #masthead ul li:first-child a {
    padding-left: 0;
  }
  /* line 212, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main {
    height: 40px;
    line-height: 40px;
    float: left;
    width: 77%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 222, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_support {
    height: 36px;
    line-height: 36px;
    width: auto;
    padding: 0;
    padding-top: 10px;
  }
}
/* line 41, ../sass/helper-functions/_media-queries.scss */
.old_ie #masthead {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
/* line 199, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead a.vic_logo {
  height: 88px;
  width: 22.5%;
  margin: 0 0 0 0.5%;
  background-image: url("/_designs/responsive/bg-images/logo_desktop.png");
  background-size: 192px 48px;
  background-position: 0 47%;
}
/* line 208, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead ul li:first-child a {
  padding-left: 0;
}
/* line 212, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead .nav_main {
  height: 40px;
  line-height: 40px;
  float: left;
  width: 77%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 222, ../sass/ui-global/_main-navigation.scss */
.old_ie #masthead .nav_support {
  height: 36px;
  line-height: 36px;
  width: auto;
  padding: 0;
  padding-top: 10px;
}

@media only screen and (min-width: 1140px) {
  /* line 236, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1232px) {
  /* line 242, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main {
    font-size: 20px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 248, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main {
    font-size: 20px;
  }
  /* line 252, ../sass/ui-global/_main-navigation.scss */
  #masthead a.vic_logo {
    background-image: url(../Images/logo-stacked-2x.png) !important;
    background-size: 150px 130px !important;
  }
}

@media all and (-webkit-min-device-pixel-ratio: 2) {
  /* line 262, ../sass/ui-global/_main-navigation.scss */
  #masthead a.vic_logo {
    background-image: url("/_designs/responsive/bg-images/logo_desktop-2x.png");
  }
}

@media only screen and (max-width: 759px) {
  /* line 280, ../sass/ui-global/_main-navigation.scss */
  .nav_closed #masthead,
  #masthead .vic_logo,
  .search_global {
    display: none;
  }

  /* line 287, ../sass/ui-global/_main-navigation.scss */
  nav#mobile_masthead {
    height: 50px;
    line-height: 3;
    background: #1d2624;
    box-shadow: 0 -4px 3px rgba(0, 0, 0, 0.1) inset;
  }
  /* line 293, ../sass/ui-global/_main-navigation.scss */
  nav#mobile_masthead .vic_logo {
    background: url(/_designs/responsive/bg-images/vic-logo-mobile.png) no-repeat 10px 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAAiCAYAAACwYQfvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowQ0E4MjcyRjEzMjA2ODExOEE2REMyNkE3RTI4QUJBRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQzU4QzVGRUYwMUMxMUUxOEVERkYzMkYwNzM0RkUwQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQzU4QzVGREYwMUMxMUUxOEVERkYzMkYwNzM0RkUwQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUMzRTg5OEYwRDIwNjgxMThDMTRBMzQ0RDc0MDZGOEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MENBODI3MkYxMzIwNjgxMThBNkRDMjZBN0UyOEFCQUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5ylNaIAAAOFUlEQVR42uxdC5RVVRneODAwDI8BBYQEQankJSn4QDA1016IioKGhpi8V4KUWJSalkhCyrLkoYBgKRYSLDEjy1BDUREyREUDEQSJbBgeM+MM8pj2t+a7zeZw9n8ed597Lwz/Wv+6555979nn7Mf3f/+/H6dOWVnZV1WNfKp1r/F9v9a6xvdmxvF2rW8rWTpqbc/jXVqrtB7QmsdzDbQW8PhlrZXGfxtpPdf4XqZ1H48P8vM4ftbj75XlWlEF1zpf61lau2ltq7Wl1iKm7+P9QLdo/ZfW15jvtoBrn6e1oSVtp+V8Fcuvsac+TGlilKv3v8u1fhajHJprvYjl0IXlUMS8IKVaS7RuZltYqXUZyyWqoC30Mb5XeOqwlM/v/U+B51xdPutWrR8abSaqdNV6Io/RZvcYaQc8ZW2WfZh+EUV6ab3cqMufsWxiSWFh4SHf62gAqIp5rflarwv4zSStPwp5vZO1fmR8R8d7K+a9ea8VRtBw+mv9jtZLtebHzHud1idZPh/4pK8nMGZSAF7/jVAOA7TepPVCC6hIgs73jNbpBIOw0o5A4lL2Evwe0rqEHSisPKF1UEL9Iorgvi8zvt+odZ5LALhNf7bQ2ptoI8l6Vi6s0Wqtfwr4fR9akGa0fOd40nGdp1jxD3osR2ut97DxdtJ6akBeG7S+q7VY662CNfUKWMQQrXcSOPwEVu4donsVGQLK7DQfq2RaXjzTOM/5pVq/nsHOXyEwDq9coXWKBaCqWMZgO+VoO+y03WmJ/eQFraO0vh+SdY1hfZ+u9QKD4bmQZQS2kpC//65WsOMOZAONhN+W0lihHT+vda6je25FhlnPOPem1jOdAUBVVTUolpeXo0Jn88Ftcg5pXhzB9d/Q2oPfK0ktw9KlqVpvsaRN1vrDGPd0itbfEPy8Asr3MK35Py3WI49lAlQe7MMa5vqU5xzjHED0H3S9/FwWIH9nn/Ow5o/6nE+5QnC7LmGZr7NcwxQAxCMWywUWc7/WhRYW0ZSs6XY2WD8AGq718Yh1c6/WCZa08bS0O1gvLWlshmn9inDN5WQ1ByPey4lklPV80srpGu1U7mU827ZXvsxnSRsA6hoJVRoExrHRtRCodVwAqPJ0kJkRfaUVAgC8GuN+0BAWeeIaKXmS1qg44BoHeF/Q+0jNTDBZY+m8ij7quYyz2KStpfNuD+FaPa21X4iYRFNarZ4+9TWZzEiKH+wmxV5AkDjfk15AkD2ejCisSO3sNc9zoSx/RwUIzLC4Lri3q3mvUQTlvVHrF33S3kuo8yu6YX7yvbgA4Ed/TXSA1ftVAEWMK21IpVJBvGkR//+pkBY16AQr8Zyl84+n71cc8Zob6O4sNM6ttTALRfDbnyD1fzNE2eSzHHr6pI0hyIQNHn5C1+Z1C/sDg7sywv2XxXzuWWQPNrk25nUrBRcrCTnPAjiKsaq2zgGAMluodFRgUcy8BrEhKDa6DTECOlErx09QqIstQT5YvF+mUZ77aO3MgKCfv6giBOXiSkmIjjTVJy6TCoA9FCNPgPRAsgI/EJijaiLrcTtcGJlilLNXusW8ZqljoAqSIUJaXbpV7gFAswDQnT9Yfg86d33MvG40jqfF+H+lg+fNY+Nu4pMGP/8OB3nsNgBru9BgShIGgB0exuEVBHxHWe7v1jTyha/8c0saGNcklbyU0i3zk8aO8zqQwP0XEkglGakOHwJ1wgBUAPqPjJFPL8OXhS+1VGVH4FP1sKSNVvHGym0AsFn5Bw7x7JfEtLBR5DnmM9WSfq/ByLzxj+1p5j1dcKFgQNploK63WM4Xq9yXQYzNQFZZfnNCCJCIBwCaBawwfEivdPEJ9ATJMON4hooehXXFdmxRZTzvq47y+Y+qDqotsaRvZ/qGhJ+3mPms90nD6MuFlv8tdJB3BYHERl9vykB926zjqiMAAEYZbeUagWWMTYoBpDqqCxZQxIdINYx5WSpUTO5pb0l7wmE+22l5x+dwA7tO6LjLHeWxREi7IgPP+HnL+fk53vkxMnQGj+eRMT9r+S1+1ycpAECn2GVJu4oUJIyA8qUmovw+ixSsr5D2N1W75GuW82uVu6j2S8oeIOtqUNwk5CSLqwe36C85Xjej+Qn3cRaPZwq/vzkRANBuACK6thlN9dWhQT1JRhjH07JYsDa3pcxCk49Wwfx+2/DSBw7zwYjIaqHdnZHgM96lDp8HgHUBg3O8bmBUB/B4Ga1/Crg2Wv6T1pBg0FTL6co+fxrDEHUC/t9b1Yz9v55F/ytPaPSbshSTyJZ0Fupti+O81glpHRJ6vmE+MYbVpMqf5HjdYIZoalr1HOM82ucjQkxleCIAoFnABoEyYb74xRGs//QsI2t9S9quWkb/2wtprsviYyGtleO8MLIw29NRwO4wRRmjUNtyvF6OM/oLhnAXedIBCLZRqthDgmEWW0gdd2QA1byax/D7F2SxcJsIaZ/VMgCQysL1rLY9Qlq6MYDG7BQLyCw3eiz/JILdRBV/SXAmBbMoT+ExJpN5J76hDy0UDNzApADgj8q+TBPrlFtb0gYbqISKqsxi4UoUv/4xADiETmYKAJQDABhIn7mHj8/fQdVMhjoSxJyUNdvyG2lkbmwiAKDdgINCxmgwQ4UYQarzzchy4ZZlkIrmuuyNCQ6ugbc0zWuD0k8Q0jHn/8ojpE7AVL7J41dU9bJ2P8GGM7YFdLGGBMOut5Ys+FCf62C5YqcQDCJTskOgge0SsHy5LGUBVtWlFAppLlbQwT1dEZDe/AiokxFGH5oT8FvJmN6cCABoFiD58O0M9DIfKEwMIVOyX9mHUbAoqGstAgApGHZyBt2NTY4YxlCB1WDh0YM5Xh/5BosGOCPo3kxQTAqyxWoiDwlG2XElbDAQAYmreCyNImRa3hDSLq5FACCN9XdxnFcbIW2tozww1DhRSMdEtMtyuD4GqJpJddjMBXsblAgK4CwQXPLhiQCAZgHSOP43DOtxg6oJrEnzCDItLwhp/WsRAGBLr92WtI6OKXMny/kP2dBdyS8CAGWm8t/7IRdktOPrRRoSjOr7YibfXAuQAHluNxBImkmYDVlMQPKL+mPzBextt6YWAABoM6bp9rPUI9jQUw7ywbVsKy+fcfxM+0ijEQ/IszCRB1T42auZku5sexDsKRhllSxG4E7zOZ8aEnwsCQDAXP4pyn8dAAr371q/wO/SWoJsyE42bNt+BnerzCxSyQVZZAEAyLWOAOAsgU0ksSBnJf3971vSh6jqONbSHKoH0/pPVNHmymCj1UctaWPDAkCkXVe1G1AhWHXMBzDHL2fkYMNHIe8XEPXyWgIAaGi2RVkABhfr9W1A+6Ly3zbMhWD/wo1COmYJNs2ROsB9pLYdh2//dIw6tLlyGBLs7RwAjI5tG989iZ/SfgLZFGzgOFVIn6fsy0iPJqkgk7Oxwp+kef2Wyn9LK7SbJJdJY4dejEBVCe3z/hypA+yknNpqHJuZ7o3xrBKTGpMUACCAE/Q+gCRW/RU6us5PlX1EAHsXYBVW5xzvwC4m7IAu2yacYErt+Wlce7ry30cfnW9Vwm3heSXvOYEFN5c6rIt6Mf6DxVjmzL/HYuY9S0jrbxhkpwAQ1MGx4mphAo1eilc0jHCdChbORsFKYHegdJeOYs39l9K8RgOhAaUrsDjXWGhkHq1LnHkBd6maYWBTMBw8wVEnD4pd/UDZtzVD2T2s5Bd92Ch7um0vJRcYRmadir/VPlj2aqGMRiQFAKhM25ZWv1XJLLBp6tAibmUlrBGuB1TG7jh9VfjXY2HiyUhauT+r6kBYEpa+yFGZvk0wLLMAIaaenh3yWrinuWRYXvmrqp6WG2UDzcYx2wIEAV9pVlx7FX1PxoYx7tMGQGYZvZRmHUojKiOD7i8uAMCXs+1SksTQH4bu+gnp/VT0RT0AAQzBzBZ8xj4s4H+r6lGNcQQE0GMMcWEF1zBSXrgVHzNGgjQE2R5P45nbCwDSRNl39Ykqy/g8my0g8AqpZk8f5gH6i23FJ9MgeP3+A4w1fEvJ73XwSr6D+gYLXSyk30AmG8a1RH3a9i+AJY+y1fiP1aH7MXZV6b0CTWIyJ5DtWOcF/P/VYKEjD+XlqcNmbPDmxfHGll6OGmYHdqBWpKJBtA/R/U2qelPO/ira5g/o6PeQFbgQ0LpbVPRZkPC9R5NJtA5B9UHfsQ33i2GDPgFs407mXyDkt4XuA9708znBB8Y93abkGZimIHCI4ckWrO/6Iep7M+v7esamvILx/3cCGBNcQgwB3+fTUTGe3k6Fm0S0g2WDIVTvi0k6Mo9uFrBALOY9lu8dSt5HAYJA6pm8r4tU8ItsMcqAkZdfFxYWLo3iSwXRrPnq0DXYLq1/I1UzSSJsjKAjtUHEvF4mKp/NIFFfNu4ogkLG1k3YDfdZFW+XoY4q2osfm7JB7XZQ3li6i/cBPMA6/bY6fCZf0wD6jZedYDhrDo1B1HhH74j1fSrVZgW3sbNIwbICS6wD06K7R7if46nvWlxD6U3DnY2YwNQQANBPRVv5h/kYmK2LeTpLXTGAlP/TwkOrXfn/+aSguEFzQlGlqlkMUeDp7Cmk/kil/9qtzqTgoGhtWbkNqLvYYWB13qeVWekgz+a0Vns9lHmP4T8XGcwgnxS2UiWz4w1YGHapPZ2dpAWfHzGRcoLeVjZ6BKPeUvG3V6urauYfmCsFzbLw1neqLKR2V4fPUcr6Qbxjn/HfRmxPxT6MJJVmroTdxTZZx8MsGvD+ynzYZwOykXLep9mmU/eRqsswfagNr1lu/PagYQjyPPGjQl6/RDOAXWkBwDE5Jsfk6JH/CTAANR0IWsMTBQ8AAAAASUVORK5CYII=);
    background-size: 128px 17px;
    text-indent: -9999px;
    width: 150px;
    height: 50px;
  }
  /* line 303, ../sass/ui-global/_main-navigation.scss */
  nav#mobile_masthead ul {
    list-style: none;
  }
  /* line 306, ../sass/ui-global/_main-navigation.scss */
  nav#mobile_masthead ul li {
    float: right;
  }
  /* line 309, ../sass/ui-global/_main-navigation.scss */
  nav#mobile_masthead ul li:first-child {
    float: left;
  }
  /* line 313, ../sass/ui-global/_main-navigation.scss */
  nav#mobile_masthead ul li a {
    display: block;
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #aaa;
    font-size: 18px;
    font-family: "National", "Segoe WP Semibold", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
  }
  /* line 323, ../sass/ui-global/_main-navigation.scss */
  nav#mobile_masthead ul li a.toggle_menu {
    width: auto;
  }
  /* line 341, ../sass/ui-global/_main-navigation.scss */
  nav#mobile_masthead ul li a.toggle_menu .icon.menu {
    width: 34px;
    background-position: 30% 50%;
    background-size: 16px auto;
  }
  /* line 348, ../sass/ui-global/_main-navigation.scss */
  nav#mobile_masthead ul li a.vic_logo {
    width: 140px;
  }

  /* line 357, ../sass/ui-global/_main-navigation.scss */
  #masthead {
    background-color: #2f2f2f;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 0;
    padding-bottom: 2em;
    z-index: 10;
    width: 210px;
  }
  /* line 368, ../sass/ui-global/_main-navigation.scss */
  #masthead > nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
  }
  /* line 375, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main,
  #masthead .nav_support {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
  }
  /* line 381, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main li,
  #masthead .nav_support li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  /* line 386, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main li a,
  #masthead .nav_support li a {
    padding: 0 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 9px solid #3c3c3c;
  }
  /* line 400, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main li.study a {
    border-left-color: #64a659;
  }
  /* line 403, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main li.research a {
    border-left-color: #4f96a2;
  }
  /* line 406, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main li.current_students a {
    border-left-color: #dc5241;
  }
  /* line 409, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main li.about_us a {
    border-left-color: #115737;
  }
  /* line 412, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main li.teaching a {
    border-left-color: #7f0e0e;
  }
  /* line 416, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main li.home a {
    border-left-color: #8d803e;
  }
  /* line 424, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main .home {
    display: block;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }
  /* line 431, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }
  /* line 433, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main li {
    height: 49px;
    line-height: 49px;
  }
  /* line 441, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_support {
    font-size: 13px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  /* line 444, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_support li {
    height: 36px;
    line-height: 36px;
  }
  /* line 452, ../sass/ui-global/_main-navigation.scss */
  #masthead .contact {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-box-ordinal-group: 3;
    box-ordinal-group: 3;
    color: white;
    padding: 1em 10px 0 19px;
    color: #999;
  }
  /* line 458, ../sass/ui-global/_main-navigation.scss */
  #masthead .contact a {
    color: white;
  }
  /* line 460, ../sass/ui-global/_main-navigation.scss */
  h2 #masthead .contact a {
    color: #eee;
  }
  /* line 465, ../sass/ui-global/_main-navigation.scss */
  #masthead .contact .contact_information {
    font-size: 14px;
  }
  /* line 467, ../sass/ui-global/_main-navigation.scss */
  #masthead .contact .contact_information li {
    margin-top: 0.5em;
  }
  /* line 470, ../sass/ui-global/_main-navigation.scss */
  #masthead .contact .contact_information a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 759px) and (max-width: 319px) {
  /* line 323, ../sass/ui-global/_main-navigation.scss */
  nav#mobile_masthead ul li a.toggle_menu {
    width: 25px;
    text-indent: -99999em;
    position: relative;
  }
  /* line 333, ../sass/ui-global/_main-navigation.scss */
  nav#mobile_masthead ul li a.toggle_menu span {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* line 484, ../sass/ui-global/_main-navigation.scss */
#masthead .nav_main .masthead_search {
  position: absolute;
  right: 0;
  margin: 6px 1.5% 0 0;
}
@media only screen and (min-width: 1232px) {
  /* line 484, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main .masthead_search {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1140px) {
  /* line 484, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main .masthead_search {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 1232px) {
  /* line 484, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main .masthead_search {
    margin-top: 3px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 484, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main .masthead_search {
    float: right;
    margin-top: 0;
    margin-left: 0.8em;
    position: relative;
  }
}
@media only screen and (max-width: 759px) {
  /* line 484, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main .masthead_search {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    box-ordinal-group: 1;
    position: relative;
    margin: 7px 0 0 0;
    height: 42px;
  }
}
/* line 516, ../sass/ui-global/_main-navigation.scss */
#masthead .nav_main .masthead_search form {
  height: 1.6em;
  font-size: 1em;
}
@media only screen and (max-width: 759px) {
  /* line 516, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main .masthead_search form {
    position: relative;
    margin: 0 auto;
    width: 94%;
    height: 34px;
  }
}
/* line 536, ../sass/ui-global/_main-navigation.scss */
#masthead .nav_main .masthead_search input[type="text"] {
  -webkit-transition: width 0.1s linear;
  -webkit-transition-delay: 0.05s;
  -moz-transition: width 0.1s linear 0.05s;
  -o-transition: width 0.1s linear 0.05s;
  transition: width 0.1s linear 0.05s;
  width: 7em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  outline: 0;
  height: 100%;
  padding: 0 2em 0 0.3em;
  background: transparent;
  font-family: "Georgia", serif;
  font-weight: normal;
  color: #ccc;
  border-color: #444;
}
@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 536, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main .masthead_search input[type="text"] {
    width: 8em;
  }
}
@media only screen and (min-width: 1140px) {
  /* line 536, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main .masthead_search input[type="text"] {
    width: 8em;
  }
  /* line 549, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main .masthead_search input[type="text"]:focus {
    width: 9em;
  }
}
@media only screen and (min-width: 1232px) {
  /* line 536, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main .masthead_search input[type="text"] {
    width: 9em;
  }
  /* line 556, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main .masthead_search input[type="text"]:focus {
    width: 10.5em;
  }
}
@media only screen and (max-width: 759px) {
  /* line 536, ../sass/ui-global/_main-navigation.scss */
  #masthead .nav_main .masthead_search input[type="text"] {
    width: 100%;
  }
}
/* line 577, ../sass/ui-global/_main-navigation.scss */
#masthead .nav_main .masthead_search input[type="text"]:hover {
  border-color: #ccc;
}
/* line 581, ../sass/ui-global/_main-navigation.scss */
#masthead .nav_main .masthead_search input[type="text"]:focus {
  border-color: #ccc;
  color: #fff;
}
/* line 588, ../sass/ui-global/_main-navigation.scss */
#masthead .nav_main .masthead_search input[type="submit"] {
  position: absolute;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background: transparent url(/_designs/responsive/bg-images/icon-search-global.png) no-repeat 50% 50%;
  right: 0;
  display: block;
  height: 100%;
  width: 1.8em;
  top: 0;
  text-indent: -99999em;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/* line 605, ../sass/ui-global/_main-navigation.scss */
#masthead .nav_main .masthead_search input[type="submit"]:hover, #masthead .nav_main .masthead_search input[type="submit"]:focus {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 5, ../sass/ui-global/_footer.scss */
.site_footer {
  margin-top: 2em;
  clear: both;
  background: #ddd;
  border-top: 1px solid #cccccc;
  font-size: 0.92857em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 14, ../sass/ui-global/_footer.scss */
.site_footer a {
  color: #3c3c3c;
}
@media only screen and (max-width: 759px) {
  /* line 14, ../sass/ui-global/_footer.scss */
  .site_footer a {
    display: block;
  }
}
/* line 20, ../sass/ui-global/_footer.scss */
.site_footer a:hover {
  text-decoration: underline;
}
/* line 26, ../sass/ui-global/_footer.scss */
.site_footer .contact_info {
  width: 100%;
  float: none;
  clear: both;
  *zoom: 1;
  padding: 1em 0;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.site_footer .contact_info:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 759px) {
  /* line 26, ../sass/ui-global/_footer.scss */
  .site_footer .contact_info {
    display: none;
  }
}
/* line 40, ../sass/ui-global/_footer.scss */
.site_footer .fineprint nav a {
  padding: 0.5em;
}

/*
.button {

    &.more {
        background: #376aae;
        padding: 0 0.75em;
        color: $white;
        @include border-radius(5px);
        text-transform: none;
        font-weight: normal;
        height: 30px;
        line-height: 30px;
    }

}
*/
@media only screen and (max-width: 759px) {
  /* line 68, ../sass/ui-global/_footer.scss */
  .site_footer {
    margin: 0;
    background-color: #d9d9d9;
  }
  /* line 76, ../sass/ui-global/_footer.scss */
  .site_footer .link_list, .site_footer .primary .field_container .field ul, .primary .field_container .field .site_footer ul,
  .site_footer .details {
    display: none;
  }
  /* line 84, ../sass/ui-global/_footer.scss */
  .site_footer .site_links {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 3%;
    padding-right: 3%;
  }
  /* line 91, ../sass/ui-global/_footer.scss */
  .site_footer div.cols {
    display: inline;
  }
  /* line 95, ../sass/ui-global/_footer.scss */
  .site_footer h2 {
    float: left;
    font-size: 18px;
    margin: 0;
    font-family: "Georgia", serif;
    text-transform: capitalize;
    font-weight: normal;
  }
  /* line 103, ../sass/ui-global/_footer.scss */
  .site_footer h2 a {
    padding: 0.45em 0.6em;
    display: block;
    background: #f0f0f0;
    margin: 0.2em;
    white-space: nowrap;
  }
  /* line 112, ../sass/ui-global/_footer.scss */
  .site_footer .fineprint {
    background: #c3c3c3;
    padding: 0.75em 0;
    text-align: center;
  }
  /* line 118, ../sass/ui-global/_footer.scss */
  .site_footer .fineprint nav {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 124, ../sass/ui-global/_footer.scss */
  .site_footer .fineprint nav li {
    text-align: center;
    display: inline-block;
  }
  /* line 129, ../sass/ui-global/_footer.scss */
  .site_footer .fineprint nav a {
    font-size: 14px;
    color: #222222;
  }
  /* line 133, ../sass/ui-global/_footer.scss */
  .site_footer .fineprint nav a:hover {
    color: #3c3c3c;
  }
  /* line 138, ../sass/ui-global/_footer.scss */
  .site_footer .fineprint nav.wrap {
    border: none;
  }
  /* line 144, ../sass/ui-global/_footer.scss */
  .site_footer .copyright {
    padding: 0.5em 3%;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 760px) {
  /* line 156, ../sass/ui-global/_footer.scss */
  .site_footer .link_list, .site_footer .primary .field_container .field ul, .primary .field_container .field .site_footer ul {
    margin-bottom: 2em;
    line-height: 1.2;
  }
  /* line 160, ../sass/ui-global/_footer.scss */
  .site_footer .link_list li, .site_footer .primary .field_container .field ul li, .primary .field_container .field .site_footer ul li {
    padding-right: 5%;
  }
  /* line 164, ../sass/ui-global/_footer.scss */
  .site_footer .link_list a, .site_footer .primary .field_container .field ul a, .primary .field_container .field .site_footer ul a {
    display: block;
    padding: 0.25em 0;
  }
  /* line 171, ../sass/ui-global/_footer.scss */
  .site_footer .fineprint nav {
    padding: 0;
    color: #3c3c3c;
    float: left;
  }
  /* line 177, ../sass/ui-global/_footer.scss */
  .site_footer .fineprint nav li {
    float: left;
  }
  /* line 181, ../sass/ui-global/_footer.scss */
  .site_footer .fineprint nav li:first-child a {
    padding-left: 0;
  }
  /* line 187, ../sass/ui-global/_footer.scss */
  .site_footer .copyright {
    margin: 0;
    float: left;
  }
  /* line 198, ../sass/ui-global/_footer.scss */
  .site_footer .cols {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 22%;
  }
  /* line 204, ../sass/ui-global/_footer.scss */
  .site_footer .cols.one {
    width: 22%;
  }
  /* line 208, ../sass/ui-global/_footer.scss */
  .site_footer .cols.two {
    width: 34%;
  }
  /* line 214, ../sass/ui-global/_footer.scss */
  .old_ie .site_footer .cols.two .campuses li {
    width: 45%;
    float: left;
  }
  /* line 223, ../sass/ui-global/_footer.scss */
  .old_ie .site_footer .cols.two .faculties li {
    width: 45%;
    float: left;
  }
  /* line 232, ../sass/ui-global/_footer.scss */
  .site_footer .cols.five {
    width: 100%;
    float: none;
    clear: both;
  }
  /* line 238, ../sass/ui-global/_footer.scss */
  .site_footer .cols h2 {
    font-size: 18px;
  }
  /* line 245, ../sass/ui-global/_footer.scss */
  .site_footer .fineprint .wrap {
    border-top-width: 1px;
    padding: 1em 0;
  }
  /* line 251, ../sass/ui-global/_footer.scss */
  .site_footer .row {
    margin-bottom: 1em;
    *zoom: 1;
  }
  /* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .site_footer .row:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 760px) and (min-width: 1140px) {
  /* line 187, ../sass/ui-global/_footer.scss */
  .site_footer .copyright {
    float: right;
  }
}
@media only screen and (min-width: 760px) and (min-width: 760px) {
  /* line 214, ../sass/ui-global/_footer.scss */
  .site_footer .cols.two .campuses li {
    width: 45%;
    float: left;
  }
}
@media only screen and (min-width: 760px) and (min-width: 990px) {
  /* line 223, ../sass/ui-global/_footer.scss */
  .site_footer .cols.two .faculties li {
    width: 45%;
    float: left;
  }
}
/* line 156, ../sass/ui-global/_footer.scss */
.old_ie .site_footer .link_list, .old_ie .site_footer .primary .field_container .field ul, .primary .field_container .field .old_ie .site_footer ul {
  margin-bottom: 2em;
  line-height: 1.2;
}
/* line 160, ../sass/ui-global/_footer.scss */
.old_ie .site_footer .link_list li, .old_ie .site_footer .primary .field_container .field ul li, .primary .field_container .field .old_ie .site_footer ul li {
  padding-right: 5%;
}
/* line 164, ../sass/ui-global/_footer.scss */
.old_ie .site_footer .link_list a, .old_ie .site_footer .primary .field_container .field ul a, .primary .field_container .field .old_ie .site_footer ul a {
  display: block;
  padding: 0.25em 0;
}
/* line 171, ../sass/ui-global/_footer.scss */
.old_ie .site_footer .fineprint nav {
  padding: 0;
  color: #3c3c3c;
  float: left;
}
/* line 177, ../sass/ui-global/_footer.scss */
.old_ie .site_footer .fineprint nav li {
  float: left;
}
/* line 181, ../sass/ui-global/_footer.scss */
.old_ie .site_footer .fineprint nav li:first-child a {
  padding-left: 0;
}
/* line 187, ../sass/ui-global/_footer.scss */
.old_ie .site_footer .copyright {
  margin: 0;
  float: left;
}
@media only screen and (min-width: 1140px) {
  /* line 187, ../sass/ui-global/_footer.scss */
  .old_ie .site_footer .copyright {
    float: right;
  }
}
/* line 198, ../sass/ui-global/_footer.scss */
.old_ie .site_footer .cols {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 22%;
}
/* line 204, ../sass/ui-global/_footer.scss */
.old_ie .site_footer .cols.one {
  width: 22%;
}
/* line 208, ../sass/ui-global/_footer.scss */
.old_ie .site_footer .cols.two {
  width: 34%;
}
@media only screen and (min-width: 760px) {
  /* line 214, ../sass/ui-global/_footer.scss */
  .old_ie .site_footer .cols.two .campuses li {
    width: 45%;
    float: left;
  }
}
/* line 214, ../sass/ui-global/_footer.scss */
.old_ie .old_ie .site_footer .cols.two .campuses li {
  width: 45%;
  float: left;
}
@media only screen and (min-width: 990px) {
  /* line 223, ../sass/ui-global/_footer.scss */
  .old_ie .site_footer .cols.two .faculties li {
    width: 45%;
    float: left;
  }
}
/* line 223, ../sass/ui-global/_footer.scss */
.old_ie .old_ie .site_footer .cols.two .faculties li {
  width: 45%;
  float: left;
}
/* line 232, ../sass/ui-global/_footer.scss */
.old_ie .site_footer .cols.five {
  width: 100%;
  float: none;
  clear: both;
}
/* line 238, ../sass/ui-global/_footer.scss */
.old_ie .site_footer .cols h2 {
  font-size: 18px;
}
/* line 245, ../sass/ui-global/_footer.scss */
.old_ie .site_footer .fineprint .wrap {
  border-top-width: 1px;
  padding: 1em 0;
}
/* line 251, ../sass/ui-global/_footer.scss */
.old_ie .site_footer .row {
  margin-bottom: 1em;
  *zoom: 1;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.old_ie .site_footer .row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 258, ../sass/ui-global/_footer.scss */
.site_footer .contact_info {
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  margin: 1em 0 2em;
}
/* line 265, ../sass/ui-global/_footer.scss */
.site_footer .contact_info h2 {
  float: left;
  display: inline;
  line-height: 29px;
  margin-right: 1.5em;
  font-family: "Georgia", serif;
  text-transform: none;
  font-weight: normal;
  font-size: 1.7em;
  line-height: 30px;
}
/* line 278, ../sass/ui-global/_footer.scss */
.site_footer .contact_info a.button {
  float: right;
}
/* line 284, ../sass/ui-global/_footer.scss */
.site_footer .details {
  font-size: 1.2em;
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  line-height: 30px;
  *zoom: 1;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.site_footer .details:after {
  content: "";
  display: table;
  clear: both;
}
/* line 295, ../sass/ui-global/_footer.scss */
.site_footer .details li {
  float: left;
  padding-right: 1.15em;
}
/* line 300, ../sass/ui-global/_footer.scss */
.site_footer .details li a {
  font-weight: bold;
  color: #3468b0;
}
/* line 308, ../sass/ui-global/_footer.scss */
.site_footer .fineprint {
  padding: 1em 0;
  border-top: 1px solid #cccccc;
}

/* line 318, ../sass/ui-global/_footer.scss */
footer[role='contentinfo'] ul {
  *zoom: 1;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
footer[role='contentinfo'] ul:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 760px) {
  /* line 324, ../sass/ui-global/_footer.scss */
  .site_footer {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .site_footer {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

/* line 5, ../sass/ui-global/_aside-navigation.scss */
#section_menu {
  -webkit-transition: margin-left 0.1s linear;
  -moz-transition: margin-left 0.1s linear;
  -o-transition: margin-left 0.1s linear;
  transition: margin-left 0.1s linear;
}

@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 13, ../sass/ui-global/_aside-navigation.scss */
  .menu_open #section_menu {
    margin-left: 0;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
  /* line 17, ../sass/ui-global/_aside-navigation.scss */
  .menu_open #section_menu > .toggle_block {
    position: relative;
  }
  /* line 22, ../sass/ui-global/_aside-navigation.scss */
  .menu_open #menu_toggle {
    box-shadow: 3px 0 0 rgba(0, 0, 0, 0.2) inset;
    left: auto;
    right: 100%;
  }
  /* line 30, ../sass/ui-global/_aside-navigation.scss */
  .menu_open .section_mask {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
}
@media only screen and (max-width: 759px) {
  /* line 46, ../sass/ui-global/_aside-navigation.scss */
  .menu_open #menu_toggle span {
    display: none;
  }
  /* line 51, ../sass/ui-global/_aside-navigation.scss */
  .menu_open .additional_complementary {
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1) inset;
  }
}

/* line 58, ../sass/ui-global/_aside-navigation.scss */
#menu_toggle {
  -webkit-transition: width 0.1s linear;
  -moz-transition: width 0.1s linear;
  -o-transition: width 0.1s linear;
  transition: width 0.1s linear;
  width: 100%;
  height: 2.6em;
  line-height: 2.6em;
  font-family: "Segoe WP", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  border: none !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3%;
}
@media only screen and (min-width: 990px) {
  /* line 58, ../sass/ui-global/_aside-navigation.scss */
  #menu_toggle {
    display: none;
  }
}
/* line 41, ../sass/helper-functions/_media-queries.scss */
.old_ie #menu_toggle {
  display: none;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
#menu_toggle {
  background: #115737;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research #menu_toggle {
  background: #4f96a2;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students #menu_toggle {
  background: #dc5241;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services #menu_toggle {
  background: #7d2351;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study #menu_toggle {
  background: #64a659;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff #menu_toggle {
  background: #37aacf;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching #menu_toggle {
  background: #7f0e0e;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example #menu_toggle {
  background: #37aacf;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
#menu_toggle {
  color: #0d4b2f;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research #menu_toggle {
  color: #052c33;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students #menu_toggle {
  color: #3c1509;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services #menu_toggle {
  color: #2b0518;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study #menu_toggle {
  color: #293627;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff #menu_toggle {
  color: #0a4153;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching #menu_toggle {
  color: #2b0101;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example #menu_toggle {
  color: #531a08;
}
/* line 90, ../sass/ui-global/_aside-navigation.scss */
#menu_toggle:after {
  display: inline-block;
  font-family: "National", "Segoe WP Semibold", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
  display: inline-block;
  float: right;
  margin-right: 0.5em;
}
@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 90, ../sass/ui-global/_aside-navigation.scss */
  #menu_toggle:after {
    content: "|\00a0|\00a0|";
    letter-spacing: -0.15em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1;
    margin-right: 34%;
    margin-top: -1.6em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}
@media only screen and (max-width: 759px) {
  /* line 90, ../sass/ui-global/_aside-navigation.scss */
  #menu_toggle:after {
    content: "\003e";
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 2em;
    margin-right: 0.3em;
  }
  /* line 129, ../sass/ui-global/_aside-navigation.scss */
  .menu_open #menu_toggle:after {
    content: "\00d7";
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 2em;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 759px) {
  /* line 58, ../sass/ui-global/_aside-navigation.scss */
  #menu_toggle {
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1) inset;
  }
  /* line 145, ../sass/ui-global/_aside-navigation.scss */
  .menu_open #menu_toggle {
    box-shadow: none;
    text-shadow: none;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .menu_open #menu_toggle {
    color: #115737;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-research .menu_open #menu_toggle {
    color: #4f96a2;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-students .menu_open #menu_toggle {
    color: #dc5241;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-services .menu_open #menu_toggle {
    color: #7d2351;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-study .menu_open #menu_toggle {
    color: #64a659;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-staff .menu_open #menu_toggle {
    color: #37aacf;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-teaching .menu_open #menu_toggle {
    color: #7f0e0e;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-example .menu_open #menu_toggle {
    color: #37aacf;
  }
  /* line 154, ../sass/ui-global/_aside-navigation.scss */
  .menu_open #menu_toggle:after {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .menu_open #menu_toggle:after {
    color: #0d4b2f;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-research .menu_open #menu_toggle:after {
    color: #052c33;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-students .menu_open #menu_toggle:after {
    color: #3c1509;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-services .menu_open #menu_toggle:after {
    color: #2b0518;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-study .menu_open #menu_toggle:after {
    color: #293627;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-staff .menu_open #menu_toggle:after {
    color: #0a4153;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-teaching .menu_open #menu_toggle:after {
    color: #2b0101;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-example .menu_open #menu_toggle:after {
    color: #531a08;
  }
}
@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 58, ../sass/ui-global/_aside-navigation.scss */
  #menu_toggle {
    position: absolute;
    left: 100%;
    font-size: 16px;
    font-weight: bold;
    box-shadow: none;
    width: 15.1%;
    height: 15em;
    padding: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 182, ../sass/ui-global/_aside-navigation.scss */
  #menu_toggle span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 2.4;
    width: 14.3em;
    margin-left: -14.3em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
}

@media only screen and (min-width: 760px) {
  /* line 212, ../sass/ui-global/_aside-navigation.scss */
  #section_menu {
    font-size: 0.92857em;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie #section_menu {
  font-size: 0.92857em;
}
/* line 218, ../sass/ui-global/_aside-navigation.scss */
#section_menu h2.menu_title {
  font-size: 1.57143em;
  margin: 0;
  font-weight: bold;
  border-top: none;
  line-height: 1.2;
}
/* line 226, ../sass/ui-global/_aside-navigation.scss */
#section_menu h2.menu_title a {
  display: block;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
#section_menu h2.menu_title a {
  color: #d1e0da;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research #section_menu h2.menu_title a {
  color: #e1eff1;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students #section_menu h2.menu_title a {
  color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services #section_menu h2.menu_title a {
  color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study #section_menu h2.menu_title a {
  color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff #section_menu h2.menu_title a {
  color: #dce9ee;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching #section_menu h2.menu_title a {
  color: #b4c6cc;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example #section_menu h2.menu_title a {
  color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
#section_menu h2.menu_title a:hover {
  color: #c3da93;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research #section_menu h2.menu_title a:hover {
  color: #f0f0b6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students #section_menu h2.menu_title a:hover {
  color: #531a08;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services #section_menu h2.menu_title a:hover {
  color: #84e1f3;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study #section_menu h2.menu_title a:hover {
  color: #ffe5c8;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff #section_menu h2.menu_title a:hover {
  color: #eea92d;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching #section_menu h2.menu_title a:hover {
  color: #a37c7c;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example #section_menu h2.menu_title a:hover {
  color: #babf15;
}
@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 212, ../sass/ui-global/_aside-navigation.scss */
  #section_menu {
    float: left;
    margin-left: -33%;
    position: absolute;
    z-index: 9999999;
  }
}

/*
#page { // make room for full width nav toggle
    @include skinny-only {
        padding-left: 5%;
    }
}
*/
/* line 268, ../sass/ui-global/_aside-navigation.scss */
#section_menu nav {
  color: white;
  -webkit-font-smoothing: antialiased;
  min-height: 2.85714em;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
#section_menu nav {
  background-color: #0d4b2f;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research #section_menu nav {
  background-color: #428792;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students #section_menu nav {
  background-color: #ca4737;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services #section_menu nav {
  background-color: #6f1b46;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study #section_menu nav {
  background-color: #549349;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff #section_menu nav {
  background-color: #208eb1;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching #section_menu nav {
  background-color: #660603;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example #section_menu nav {
  background-color: #208eb1;
}
/* line 280, ../sass/ui-global/_aside-navigation.scss */
#section_menu nav a {
  color: white;
  display: block;
  padding-top: 0.35em;
  padding-bottom: 0.4em;
  padding-left: 3%;
  padding-right: 3%;
}
@media only screen and (min-width: 760px) {
  /* line 280, ../sass/ui-global/_aside-navigation.scss */
  #section_menu nav a {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie #section_menu nav a {
  padding-left: 5%;
  padding-right: 5%;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
#section_menu nav a:hover {
  color: #c3da93;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research #section_menu nav a:hover {
  color: #f0f0b6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students #section_menu nav a:hover {
  color: #531a08;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services #section_menu nav a:hover {
  color: #84e1f3;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study #section_menu nav a:hover {
  color: #ffe5c8;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff #section_menu nav a:hover {
  color: #eea92d;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching #section_menu nav a:hover {
  color: #a37c7c;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example #section_menu nav a:hover {
  color: #babf15;
}
/* line 304, ../sass/ui-global/_aside-navigation.scss */
#section_menu nav a.current {
  cursor: default;
  font-weight: bold;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
#section_menu nav a.current {
  color: #c3da93;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research #section_menu nav a.current {
  color: #f0f0b6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students #section_menu nav a.current {
  color: #531a08;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services #section_menu nav a.current {
  color: #84e1f3;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study #section_menu nav a.current {
  color: #ffe5c8;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff #section_menu nav a.current {
  color: #eea92d;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching #section_menu nav a.current {
  color: #a37c7c;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example #section_menu nav a.current {
  color: #babf15;
}
/* line 323, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  border-top-width: 1px;
  border-top-style: solid;
}
/* line 330, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree.active {
  display: block;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
#section_menu .section_tree {
  border-color: #093521;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research #section_menu .section_tree {
  border-color: #3a7780;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students #section_menu .section_tree {
  border-color: #b73f30;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services #section_menu .section_tree {
  border-color: #5a1639;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study #section_menu .section_tree {
  border-color: #4a8241;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff #section_menu .section_tree {
  border-color: #1c7d9b;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching #section_menu .section_tree {
  border-color: #4d0502;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example #section_menu .section_tree {
  border-color: #1c7d9b;
}
/* line 343, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree > li > a:first-child {
  font-family: "National", "Segoe WP Semibold", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 19px;
}
/* line 348, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
#section_menu .section_tree li {
  border-color: #093521;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research #section_menu .section_tree li {
  border-color: #3a7780;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students #section_menu .section_tree li {
  border-color: #b73f30;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services #section_menu .section_tree li {
  border-color: #5a1639;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study #section_menu .section_tree li {
  border-color: #4a8241;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff #section_menu .section_tree li {
  border-color: #1c7d9b;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching #section_menu .section_tree li {
  border-color: #4d0502;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example #section_menu .section_tree li {
  border-color: #1c7d9b;
}
/* line 360, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li.parent, #section_menu .section_tree li.current.parent {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 364, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li.parent ul, #section_menu .section_tree li.current.parent ul {
  display: block;
}
/* line 370, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li.current > a:first-child {
  position: relative;
}
/* line 374, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li.current > a:first-child:after {
  content: "\2666";
  font-size: 16px;
  position: absolute;
  right: -0.5em;
  top: 50%;
  margin-top: -0.6em;
  color: white !important;
}
@media only screen and (max-width: 759px) {
  /* line 374, ../sass/ui-global/_aside-navigation.scss */
  #section_menu .section_tree li.current > a:first-child:after {
    content: "\2713";
    right: 1em;
    font-size: 1em;
    opacity: 0.6;
    margin-top: -0.5em;
  }
}
@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 374, ../sass/ui-global/_aside-navigation.scss */
  #section_menu .section_tree li.current > a:first-child:after {
    display: none;
  }
}
/* line 401, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li li li.current > a:first-child {
  padding-top: 1em;
  margin-top: 0.75em;
  padding-bottom: 0.75em;
}
/* line 407, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li.current > li:last-child a {
  padding-bottom: 0.75em;
}
/* line 411, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0.3em;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.3em;
  border: none;
  font-weight: bold;
  display: none;
}
/* line 433, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li ul > li.parent > a:first-child {
  padding-top: 1em;
}
/* line 438, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li ul li {
  border: none;
}
/* line 443, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li ul ul {
  font-weight: normal;
}
/* line 448, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li ul ul a {
  text-indent: -0.6em;
  padding-left: 2.3em;
}
/* line 453, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li ul ul a:before {
  content: "\2014";
  width: 0.6em;
  opacity: 0.6;
  display: inline-block;
}
/* line 464, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li ul ul ul a {
  text-indent: -0.4em;
}
/* line 467, ../sass/ui-global/_aside-navigation.scss */
#section_menu .section_tree li ul ul ul a:before {
  width: 0.4em;
  content: "\2219";
}

/* line 490, ../sass/ui-global/_aside-navigation.scss */
.ie7 ul.section_tree li.parent,
.ie8 ul.section_tree li.parent {
  background: url(/_designs/responsive/bg-images/ie-overlay.png) repeat;
}

/* line 500, ../sass/ui-global/_aside-navigation.scss */
div.additional_complementary {
  padding-top: 2em;
  padding-right: 3%;
  padding-bottom: 2em;
  padding-left: 3%;
}
@media only screen and (min-width: 760px) {
  /* line 500, ../sass/ui-global/_aside-navigation.scss */
  div.additional_complementary {
    padding-left: 5%;
    padding-right: 10%;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie div.additional_complementary {
  padding-left: 5%;
  padding-right: 10%;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
div.additional_complementary {
  background-color: #d1e0da;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research div.additional_complementary {
  background-color: #e1eff1;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students div.additional_complementary {
  background-color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services div.additional_complementary {
  background-color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study div.additional_complementary {
  background-color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff div.additional_complementary {
  background-color: #dce9ee;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching div.additional_complementary {
  background-color: #b4c6cc;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example div.additional_complementary {
  background-color: #f4f4e9;
}
@media only screen and (min-width: 760px) {
  /* line 500, ../sass/ui-global/_aside-navigation.scss */
  div.additional_complementary {
    background-color: white !important;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie div.additional_complementary {
  background-color: white !important;
}

/* line 9, ../sass/ui-global/_search.scss */
.search_results {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 17, ../sass/ui-global/_search.scss */
.search_results .result {
  width: auto;
  overflow: hidden;
}
/* line 22, ../sass/ui-global/_search.scss */
.search_results > .result > a {
  display: block;
  color: #444444;
}
/* line 28, ../sass/ui-global/_search.scss */
.search_results > .result > a .result_title,
.search_results > .result > a .result_url {
  color: #3468b0;
}
/* line 264, ../sass/core/_utilities.scss */
.search_results > .result > a .result_title:hover,
.search_results > .result > a .result_url:hover {
  color: #234575;
}
/* line 33, ../sass/ui-global/_search.scss */
.search_results > .result > a:hover .result_url, .search_results > .result > a:focus .result_url {
  text-decoration: underline;
}
/* line 40, ../sass/ui-global/_search.scss */
.search_results .result_image {
  float: left;
  width: 3em;
  height: auto;
  margin: 0 1em 1em 0.5em;
}
/* line 54, ../sass/ui-global/_search.scss */
.search_results .result_person_position {
  font-weight: bold;
}

/* line 63, ../sass/ui-global/_search.scss */
.has_big_search #wrapper {
  border-top-width: 60px;
  border-top-style: solid;
  /*
      @include theme-color(
          $use: key-light,
          $property: border-color
      );
  */
  border-top-color: #F1F1EB;
}
@media only screen and (max-width: 759px) {
  /* line 63, ../sass/ui-global/_search.scss */
  .has_big_search #wrapper {
    border-top: none;
  }
}

/* line 81, ../sass/ui-global/_search.scss */
.has_big_search #page {
  margin-top: -60px;
  padding-top: 60px;
}
@media only screen and (max-width: 759px) {
  /* line 81, ../sass/ui-global/_search.scss */
  .has_big_search #page {
    margin-top: 0;
    padding-top: 0;
  }
}

/* line 94, ../sass/ui-global/_search.scss */
.has_big_search #section_menu {
  margin-top: -60px !important;
}
@media only screen and (max-width: 759px) {
  /* line 94, ../sass/ui-global/_search.scss */
  .has_big_search #section_menu {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 990px) {
  /* line 104, ../sass/ui-global/_search.scss */
  .has_big_search .nav_quicklinks {
    margin-top: -60px;
  }
}
/* line 41, ../sass/helper-functions/_media-queries.scss */
.old_ie .has_big_search .nav_quicklinks {
  margin-top: -60px;
}

/* line 114, ../sass/ui-global/_search.scss */
.search_form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

/* line 122, ../sass/ui-global/_search.scss */
.big_search {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  width: 77%;
  height: 60px;
}
@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 122, ../sass/ui-global/_search.scss */
  .big_search {
    width: 95%;
    float: left;
  }
  /* line 137, ../sass/ui-global/_search.scss */
  .no_section_menu .big_search {
    width: 100%;
  }
}
@media only screen and (max-width: 759px) {
  /* line 122, ../sass/ui-global/_search.scss */
  .big_search {
    display: none;
  }
}
/* line 151, ../sass/ui-global/_search.scss */
.big_search .big_search_form {
  width: 48%;
  position: relative;
  float: left;
  margin-left: 2%;
  margin-top: 12px;
}
/* line 163, ../sass/ui-global/_search.scss */
.big_search .search_filters form {
  padding-left: 0.7em;
  overflow: hidden;
  *zoom: 1;
}
/* line 168, ../sass/ui-global/_search.scss */
.big_search .search_filters label {
  line-height: 60px;
  height: 60px;
  padding: 0 0.6em;
}
/* line 179, ../sass/ui-global/_search.scss */
.big_search .live_results {
  display: none;
  position: absolute;
  width: 48%;
  left: 2%;
  top: 48px;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 2px;
  border-top-width: 1px;
  border-style: solid;
  border-top-color: #dddddd;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: -2px;
}
/* line 186, ../sass/ui-global/_search.scss */
.ie7 .big_search .live_results {
  background-color: #fff;
  border-color: #ccc;
}
/* line 206, ../sass/ui-global/_search.scss */
.big_search .live_results .search_results {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms ease;
  -webkit-transition-delay: 0ms;
  -moz-transition: opacity 500ms ease 0ms;
  -o-transition: opacity 500ms ease 0ms;
  transition: opacity 500ms ease 0ms;
  padding: 0;
}
/* line 212, ../sass/ui-global/_search.scss */
.big_search .live_results .search_results.active {
  opacity: 1;
  visibility: visible;
}
/* line 220, ../sass/ui-global/_search.scss */
.big_search .live_results .search_results .result {
  border-top: 1px solid #dddddd;
  font-size: 0.92857em;
}
/* line 224, ../sass/ui-global/_search.scss */
.big_search .live_results .search_results .result:first-child {
  border-top: none;
}
/* line 228, ../sass/ui-global/_search.scss */
.big_search .live_results .search_results .result > a {
  padding: 1em;
}
/* line 234, ../sass/ui-global/_search.scss */
.big_search .live_results .search_results .result_title {
  margin: 0;
  font-size: 1.07692em;
}
/* line 240, ../sass/ui-global/_search.scss */
.big_search .live_results .search_results .hovered {
  background-color: #FDFDDA;
}
/* line 245, ../sass/ui-global/_search.scss */
.big_search .live_results .show_all {
  padding: 1em;
  border-top: 1px solid #dddddd;
}
/* line 250, ../sass/ui-global/_search.scss */
.big_search .live_results .show_all .button {
  margin-top: 0;
}
/* line 254, ../sass/ui-global/_search.scss */
.big_search .live_results .show_all.hovered {
  background: transparent;
}
/* line 257, ../sass/ui-global/_search.scss */
.big_search .live_results .show_all.hovered .button {
  background: rgba(0, 0, 0, 0.2);
}
/* line 260, ../sass/ui-global/_search.scss */
.ie8 .big_search .live_results .show_all.hovered .button {
  background: #bbb;
}

/* line 275, ../sass/ui-global/_search.scss */
.big_search_form form {
  margin-bottom: 0;
  position: relative;
}
/* line 280, ../sass/ui-global/_search.scss */
.big_search_form input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 0 3em 0 0.4em;
  outline: none !important;
  /*
          @include theme-color(
              $use: key-border,
              $property: border-color
          );
  */
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.97);
  font-size: 18px;
  font-family: "Georgia", serif;
  font-weight: normal;
  color: #333;
  line-height: 2em;
}
/* line 303, ../sass/ui-global/_search.scss */
.big_search_form input[type="text"]:focus {
  background: #fff;
  border-color: #cccccc !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
/* line 308, ../sass/ui-global/_search.scss */
.big_search_form input[type="text"]:focus ::-webkit-input-placeholder {
  color: #ccc;
}
/* line 312, ../sass/ui-global/_search.scss */
.big_search_form input[type="text"]:focus :-moz-placeholder {
  color: #ccc;
}
/* line 316, ../sass/ui-global/_search.scss */
.ie7 .big_search_form input[type="text"]:focus {
  width: 70%;
}
/* line 324, ../sass/ui-global/_search.scss */
.big_search_form input[type="submit"] {
  margin: 0;
  padding: 0 0.8em;
  position: absolute;
  right: 2px;
  top: 2px;
  height: 32px;
  width: auto;
  text-transform: uppercase;
  border-radius: 0;
}
/* line 341, ../sass/ui-global/_search.scss */
.big_search_form.loading input[type="text"] {
  background-image: url('/_designs/responsive/bg-images/loader-search.gif');
  background-repeat: no-repeat;
  background-position: 86.1% 50%;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
  /* line 341, ../sass/ui-global/_search.scss */
  .big_search_form.loading input[type="text"] {
    background-image: url('/_designs/responsive/bg-images/loader-search-2x.gif');
    background-size: auto 18px;
  }
}

/* line 366, ../sass/ui-global/_search.scss */
.search_page #page {
  max-width: 70em;
}
@media only screen and (max-width: 759px) {
  /* line 371, ../sass/ui-global/_search.scss */
  .search_page #page .entry {
    padding-top: 0;
  }
  /* line 375, ../sass/ui-global/_search.scss */
  .search_page #page .refine_search_link {
    display: block;
    margin-bottom: -1em;
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 760px) {
  /* line 366, ../sass/ui-global/_search.scss */
  .search_page #page {
    padding-top: 2em;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .search_page #page {
  padding-top: 2em;
}
/* line 386, ../sass/ui-global/_search.scss */
.search_page #page #query_form {
  margin-bottom: 0;
}

/* line 394, ../sass/ui-global/_search.scss */
#content .search_results {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 399, ../sass/ui-global/_search.scss */
#content .search_results .result {
  padding-bottom: 1em;
  padding-top: 1em;
  border-bottom: 1px solid #dddddd;
}
/* line 405, ../sass/ui-global/_search.scss */
#content .search_results .result_title {
  margin-top: 0;
}
@media only screen and (min-width: 760px) {
  /* line 405, ../sass/ui-global/_search.scss */
  #content .search_results .result_title {
    color: #333333;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie #content .search_results .result_title {
  color: #333333;
}
/* line 414, ../sass/ui-global/_search.scss */
#content .search_results a:hover .result_title,
#content .search_results a:focus .result_title {
  color: #234575;
}
/* line 420, ../sass/ui-global/_search.scss */
#content .search_results .result_flag {
  background: #eeeeee;
  padding: 0.1em 0.5em 0;
  font-style: normal;
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: 0.85714em;
}
/* line 428, ../sass/ui-global/_search.scss */
#content .search_results .result_flag.flag_recommended {
  background: #fef4af;
}
/* line 431, ../sass/ui-global/_search.scss */
#content .search_results .result_flag.flag_pdf {
  background: #ECCDCD;
  color: #AF1B1B;
}
/* line 435, ../sass/ui-global/_search.scss */
#content .search_results .result_flag.flag_doc {
  background: #D9EAF5;
  color: #167188;
}
/* line 439, ../sass/ui-global/_search.scss */
#content .search_results .result_flag.flag_xls {
  background: #E2F7E2;
  color: #0B5F0E;
}
/* line 443, ../sass/ui-global/_search.scss */
#content .search_results .result_flag.flag_ppt {
  background: #FCECDA;
  color: #794E0F;
}
/* line 449, ../sass/ui-global/_search.scss */
#content .search_results .result_url {
  margin-top: 0.3em;
}
/* line 453, ../sass/ui-global/_search.scss */
#content .search_results .result_person_contact {
  display: none;
}
/* line 457, ../sass/ui-global/_search.scss */
#content .search_results .result_excerpt .query {
  font-weight: bold;
  /*
              display: inline-block;
              padding: 0 0.2em;
              background: $color_border;
  */
}

/* line 471, ../sass/ui-global/_search.scss */
ul.pagination {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
ul.pagination:after {
  content: "";
  display: table;
  clear: both;
}
/* line 12, ../sass/helper-functions/_clearfix.scss */
.ie6 ul.pagination, .ie6 ul.pagination {
  clear: both;
}
/* line 479, ../sass/ui-global/_search.scss */
ul.pagination li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 0.2em;
  font-weight: 700;
}
/* line 487, ../sass/ui-global/_search.scss */
ul.pagination li a {
  background: #3468b0;
  color: white;
  display: block;
}
/* line 493, ../sass/ui-global/_search.scss */
ul.pagination li a:hover, ul.pagination li a:focus {
  background: #234575;
}
/* line 498, ../sass/ui-global/_search.scss */
ul.pagination li span {
  display: block;
  height: 2em;
  padding: 0 0.7em;
  line-height: 2em;
}
/* line 505, ../sass/ui-global/_search.scss */
ul.pagination li.current span {
  background: #eeeeee;
}
@media only screen and (max-width: 759px) {
  /* line 511, ../sass/ui-global/_search.scss */
  ul.pagination li {
    display: none;
  }
  /* line 516, ../sass/ui-global/_search.scss */
  ul.pagination li.next,
  ul.pagination li.prev {
    display: block;
    width: 50%;
    margin: 0;
  }
  /* line 521, ../sass/ui-global/_search.scss */
  ul.pagination li.next span,
  ul.pagination li.prev span {
    display: none;
  }
  /* line 525, ../sass/ui-global/_search.scss */
  ul.pagination li.next a,
  ul.pagination li.prev a {
    padding: 0.5em;
  }
  /* line 529, ../sass/ui-global/_search.scss */
  ul.pagination li.next a:before,
  ul.pagination li.prev a:before {
    content: attr(rel);
  }
  /* line 535, ../sass/ui-global/_search.scss */
  ul.pagination li.prev a {
    background: #dddddd;
    color: #444444;
  }
  /* line 541, ../sass/ui-global/_search.scss */
  ul.pagination li.next {
    float: right;
  }
  /* line 545, ../sass/ui-global/_search.scss */
  ul.pagination li.next a {
    /*                 text-align: right; */
  }
}

/* line 37, ../sass/ui-elements/_tables.scss */
.entry ol {
  padding: 0 0 0 1.5em;
  margin: 0.75em 0 1.5em;
}
/* line 40, ../sass/ui-elements/_tables.scss */
.entry ol li {
  margin-bottom: 0.45em;
}
/* line 45, ../sass/ui-elements/_tables.scss */
.entry dl {
  margin: 0.75em 0 1.5em;
}
/* line 47, ../sass/ui-elements/_tables.scss */
.entry dl dt {
  font-weight: bold;
}
/* line 50, ../sass/ui-elements/_tables.scss */
.entry dl dd {
  margin: 0;
  margin-bottom: 0.45em;
}
/* line 60, ../sass/ui-elements/_tables.scss */
.entry form.form_basic {
  margin: 0.75em 0 1.5em;
}
/* line 62, ../sass/ui-elements/_tables.scss */
.entry form.form_basic fieldset {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
}
/* line 67, ../sass/ui-elements/_tables.scss */
.entry form.form_basic fieldset.form-actions {
  margin: 0 0 0 20%;
  padding: 0;
  border: none;
}
/* line 72, ../sass/ui-elements/_tables.scss */
.entry form.form_basic fieldset.check {
  padding-left: 20%;
}
/* line 74, ../sass/ui-elements/_tables.scss */
.entry form.form_basic fieldset.check label {
  display: inline;
  float: none;
  width: auto;
  font-weight: normal;
}
/* line 81, ../sass/ui-elements/_tables.scss */
.entry form.form_basic fieldset label {
  float: left;
  width: 20%;
  margin: 4px 0 5px 0;
  font-weight: bold;
}
/* line 88, ../sass/ui-elements/_tables.scss */
.entry form.form_basic fieldset.radio ul {
  margin: 5px 0 0 20%;
}
/* line 90, ../sass/ui-elements/_tables.scss */
.entry form.form_basic fieldset.radio ul li {
  margin: 0 0 5px 0;
}
/* line 92, ../sass/ui-elements/_tables.scss */
.entry form.form_basic fieldset.radio ul li label {
  display: inline;
  float: none;
  width: auto;
  font-weight: normal;
}
/* line 98, ../sass/ui-elements/_tables.scss */
.entry form.form_basic fieldset.radio ul li:last-child {
  margin: 0;
}
/* line 105, ../sass/ui-elements/_tables.scss */
.entry form.form_basic fieldset input.form_text,
.entry form.form_basic fieldset textarea {
  display: block;
  width: 50%;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #dddddd;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px inset;
}
/* line 115, ../sass/ui-elements/_tables.scss */
.entry form.form_basic fieldset textarea {
  height: 150px;
}
/* line 118, ../sass/ui-elements/_tables.scss */
.entry form.form_basic fieldset select {
  min-width: 25%;
  margin: 0;
}
/* line 122, ../sass/ui-elements/_tables.scss */
.entry form.form_basic fieldset p.form_help {
  margin: 5px 0 0 20%;
  font-size: 12px;
  color: #999;
}
/* line 127, ../sass/ui-elements/_tables.scss */
.entry form.form_basic fieldset input.form-text:focus {
  border: 1px solid #cccccc;
  background: #fff;
}
/* line 132, ../sass/ui-elements/_tables.scss */
.entry form.form_basic input[type="submit"] {
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #cccccc;
  background: #eee;
}
/* line 140, ../sass/ui-elements/_tables.scss */
.entry form.form_basic input[type="submit"]:hover, .entry form.form_basic input[type="submit"]:focus {
  border: 1px solid #bbbbbb;
  background: #e5e5e5;
}
/* line 144, ../sass/ui-elements/_tables.scss */
.entry form.form_basic input[type="submit"] :active {
  border: 1px solid #cccccc;
  background: #eee;
}
@media screen and (max-width: 759px) {
  /* line 152, ../sass/ui-elements/_tables.scss */
  .entry form fieldset label {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 5px 0;
  }
  /* line 161, ../sass/ui-elements/_tables.scss */
  .entry form fieldset.form-actions,
  .entry form fieldset.check,
  .entry form fieldset.radio ul,
  .entry form fieldset p.form-help {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 166, ../sass/ui-elements/_tables.scss */
  .entry form fieldset input.form-text,
  .entry form fieldset textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 174, ../sass/ui-elements/_tables.scss */
.entry table {
  width: 100%;
  margin: 1.5em 0;
  padding: 0;
}
/* line 180, ../sass/ui-elements/_tables.scss */
.entry table th, .entry table td {
  border-style: solid;
  border-color: #dddddd;
}
/* line 185, ../sass/ui-elements/_tables.scss */
.entry table caption {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 191, ../sass/ui-elements/_tables.scss */
.entry table th {
  padding: 0.5em 0 0.2em;
  text-align: left;
  border-bottom-width: 1px;
  vertical-align: bottom;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.entry table th {
  background-color: #d1e0da;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .entry table th {
  background-color: #e1eff1;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .entry table th {
  background-color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .entry table th {
  background-color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .entry table th {
  background-color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .entry table th {
  background-color: #dce9ee;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .entry table th {
  background-color: #b4c6cc;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .entry table th {
  background-color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.entry table th {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .entry table th {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .entry table th {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .entry table th {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .entry table th {
  border-color: #e9e9d7;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .entry table th {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .entry table th {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .entry table th {
  border-color: #b9d2d6;
}
/* line 209, ../sass/ui-elements/_tables.scss */
.entry table td {
  padding: 0.5em 0;
  text-align: left;
  border-bottom-width: 1px;
}
/* line 215, ../sass/ui-elements/_tables.scss */
.entry table td[rowspan] {
  background: #dddddd;
  padding-left: 0.3em;
}
/* line 220, ../sass/ui-elements/_tables.scss */
.entry table td[rowspan] + td {
  padding-left: 0.3em;
}
/* line 225, ../sass/ui-elements/_tables.scss */
.entry table th:first-child,
.entry table td:first-child {
  padding-left: 0.3em;
}

/* line 242, ../sass/ui-elements/_tables.scss */
table.universal {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
  font-size: 0.92857em;
}
/* line 249, ../sass/ui-elements/_tables.scss */
table.universal th {
  border-bottom: 1px solid #d9d9d9;
  padding: 12px 20px 3px 5px;
  text-align: left;
}
/* line 255, ../sass/ui-elements/_tables.scss */
table.universal td {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 20px 11px 5px;
}
/* line 261, ../sass/ui-elements/_tables.scss */
table.universal tr.system td {
  color: #8f9395;
}
/* line 265, ../sass/ui-elements/_tables.scss */
table.universal tr:nth-child(odd) td {
  background: #F9F9F9;
}
/* line 269, ../sass/ui-elements/_tables.scss */
table.universal tr:hover td {
  background: #efefef;
}

/* line 1, ../sass/ui-elements/_hero.scss */
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: white;
}

/* line 11, ../sass/ui-elements/_hero.scss */
#hero.grid .imagery {
  width: 100%;
  padding-bottom: 40%;
  height: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
}
/* line 21, ../sass/ui-elements/_hero.scss */
#hero.grid > a {
  display: block;
  color: white;
}
/* line 26, ../sass/ui-elements/_hero.scss */
#hero.grid img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 37, ../sass/ui-elements/_hero.scss */
#hero.grid .vr, #hero.grid .hr, #hero.grid .sq {
  display: block;
  position: absolute;
  background: #fff;
  right: 0;
  bottom: 0;
}
/* line 47, ../sass/ui-elements/_hero.scss */
#hero.grid .vr {
  width: 1px;
  height: 100%;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
/* line 54, ../sass/ui-elements/_hero.scss */
#hero.grid .vr1 {
  right: 10%;
}
/* line 55, ../sass/ui-elements/_hero.scss */
#hero.grid .vr2 {
  right: 20%;
}
/* line 56, ../sass/ui-elements/_hero.scss */
#hero.grid .vr3 {
  right: 30%;
}
/* line 57, ../sass/ui-elements/_hero.scss */
#hero.grid .vr4 {
  right: 40%;
}
/* line 58, ../sass/ui-elements/_hero.scss */
#hero.grid .vr5 {
  right: 50%;
}
/* line 59, ../sass/ui-elements/_hero.scss */
#hero.grid .vr6 {
  right: 60%;
}
/* line 60, ../sass/ui-elements/_hero.scss */
#hero.grid .vr7 {
  right: 70%;
}
/* line 61, ../sass/ui-elements/_hero.scss */
#hero.grid .vr8 {
  right: 80%;
}
/* line 62, ../sass/ui-elements/_hero.scss */
#hero.grid .vr9 {
  right: 90%;
}
/* line 65, ../sass/ui-elements/_hero.scss */
#hero.grid .hr {
  width: 100%;
  height: 1px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
/* line 73, ../sass/ui-elements/_hero.scss */
#hero.grid .hr1 {
  bottom: 25%;
}
/* line 74, ../sass/ui-elements/_hero.scss */
#hero.grid .hr2 {
  bottom: 50%;
}
/* line 75, ../sass/ui-elements/_hero.scss */
#hero.grid .hr3 {
  bottom: 75%;
}
/* line 79, ../sass/ui-elements/_hero.scss */
#hero.grid .sq {
  width: 10.1%;
  height: 25.05%;
  display: none;
}
/* line 87, ../sass/ui-elements/_hero.scss */
#hero.grid .a1 {
  left: 0;
  top: 75%;
}
/* line 88, ../sass/ui-elements/_hero.scss */
#hero.grid .a2 {
  right: 80%;
  bottom: 75%;
}
/* line 89, ../sass/ui-elements/_hero.scss */
#hero.grid .a3 {
  right: 70%;
  bottom: 75%;
}
/* line 90, ../sass/ui-elements/_hero.scss */
#hero.grid .a4 {
  right: 60%;
  bottom: 75%;
}
/* line 91, ../sass/ui-elements/_hero.scss */
#hero.grid .a5 {
  right: 50%;
  bottom: 75%;
}
/* line 92, ../sass/ui-elements/_hero.scss */
#hero.grid .a6 {
  right: 40%;
  bottom: 75%;
}
/* line 93, ../sass/ui-elements/_hero.scss */
#hero.grid .a7 {
  right: 30%;
  bottom: 75%;
}
/* line 94, ../sass/ui-elements/_hero.scss */
#hero.grid .a8 {
  right: 20%;
  bottom: 75%;
}
/* line 95, ../sass/ui-elements/_hero.scss */
#hero.grid .a9 {
  right: 10%;
  bottom: 75%;
}
/* line 96, ../sass/ui-elements/_hero.scss */
#hero.grid .a10 {
  right: 0;
  bottom: 75%;
}
/* line 98, ../sass/ui-elements/_hero.scss */
#hero.grid .b1 {
  left: 0;
  bottom: 50%;
}
/* line 99, ../sass/ui-elements/_hero.scss */
#hero.grid .b2 {
  right: 80%;
  bottom: 50%;
}
/* line 100, ../sass/ui-elements/_hero.scss */
#hero.grid .b3 {
  right: 70%;
  bottom: 50%;
}
/* line 101, ../sass/ui-elements/_hero.scss */
#hero.grid .b4 {
  right: 60%;
  bottom: 50%;
}
/* line 102, ../sass/ui-elements/_hero.scss */
#hero.grid .b5 {
  right: 50%;
  bottom: 50%;
}
/* line 103, ../sass/ui-elements/_hero.scss */
#hero.grid .b6 {
  right: 40%;
  bottom: 50%;
}
/* line 104, ../sass/ui-elements/_hero.scss */
#hero.grid .b7 {
  right: 30%;
  bottom: 50%;
}
/* line 105, ../sass/ui-elements/_hero.scss */
#hero.grid .b8 {
  right: 20%;
  bottom: 50%;
}
/* line 106, ../sass/ui-elements/_hero.scss */
#hero.grid .b9 {
  right: 10%;
  bottom: 50%;
}
/* line 107, ../sass/ui-elements/_hero.scss */
#hero.grid .b10 {
  right: 0;
  bottom: 50%;
}
/* line 109, ../sass/ui-elements/_hero.scss */
#hero.grid .c1 {
  left: 0;
  bottom: 25%;
}
/* line 110, ../sass/ui-elements/_hero.scss */
#hero.grid .c2 {
  right: 80%;
  bottom: 25%;
}
/* line 111, ../sass/ui-elements/_hero.scss */
#hero.grid .c3 {
  right: 70%;
  bottom: 25%;
}
/* line 112, ../sass/ui-elements/_hero.scss */
#hero.grid .c4 {
  right: 60%;
  bottom: 25%;
}
/* line 113, ../sass/ui-elements/_hero.scss */
#hero.grid .c5 {
  right: 50%;
  bottom: 25%;
}
/* line 114, ../sass/ui-elements/_hero.scss */
#hero.grid .c6 {
  right: 40%;
  bottom: 25%;
}
/* line 115, ../sass/ui-elements/_hero.scss */
#hero.grid .c7 {
  right: 30%;
  bottom: 25%;
}
/* line 116, ../sass/ui-elements/_hero.scss */
#hero.grid .c8 {
  right: 20%;
  bottom: 25%;
}
/* line 117, ../sass/ui-elements/_hero.scss */
#hero.grid .c9 {
  right: 10%;
  bottom: 25%;
}
/* line 118, ../sass/ui-elements/_hero.scss */
#hero.grid .c10 {
  right: 0;
  bottom: 25%;
}
/* line 120, ../sass/ui-elements/_hero.scss */
#hero.grid .d1 {
  left: 0;
  bottom: 0;
}
/* line 121, ../sass/ui-elements/_hero.scss */
#hero.grid .d2 {
  right: 80%;
  bottom: 0;
}
/* line 122, ../sass/ui-elements/_hero.scss */
#hero.grid .d3 {
  right: 70%;
  bottom: 0;
}
/* line 123, ../sass/ui-elements/_hero.scss */
#hero.grid .d4 {
  right: 60%;
  bottom: 0;
}
/* line 124, ../sass/ui-elements/_hero.scss */
#hero.grid .d5 {
  right: 50%;
  bottom: 0;
}
/* line 125, ../sass/ui-elements/_hero.scss */
#hero.grid .d6 {
  right: 40%;
  bottom: 0;
}
/* line 126, ../sass/ui-elements/_hero.scss */
#hero.grid .d7 {
  right: 30%;
  bottom: 0;
}
/* line 127, ../sass/ui-elements/_hero.scss */
#hero.grid .d8 {
  right: 20%;
  bottom: 0;
}
/* line 128, ../sass/ui-elements/_hero.scss */
#hero.grid .d9 {
  right: 10%;
  bottom: 0;
}
/* line 129, ../sass/ui-elements/_hero.scss */
#hero.grid .d10 {
  right: 0;
  bottom: 0;
}
/* line 134, ../sass/ui-elements/_hero.scss */
#hero.grid .info {
  padding: 0.5em 3%;
  font-family: "National", "Segoe WP Semibold", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 1.14286em;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  /*
          @include theme-color(
              $use: key-dark,
              $property: background-color
          );
  */
  background-color: #3468b0;
}
@media only screen and (min-width: 760px) {
  /* line 134, ../sass/ui-elements/_hero.scss */
  #hero.grid .info {
    padding-left: 0.7em;
    padding-right: 0.7em;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie #hero.grid .info {
  padding-left: 0.7em;
  padding-right: 0.7em;
}
/* line 159, ../sass/ui-elements/_hero.scss */
#hero.grid .info h3 {
  color: inherit;
}
/* line 163, ../sass/ui-elements/_hero.scss */
#hero.grid .info .action {
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}
/* line 167, ../sass/ui-elements/_hero.scss */
#hero.grid .info .action:hover, #hero.grid .info .action:focus {
  border-bottom-color: #fff;
}
/* line 180, ../sass/ui-elements/_hero.scss */
#hero.grid.style1 .a4, #hero.grid.style1 a10,
#hero.grid.style1 .b2, #hero.grid.style1 .b9, #hero.grid.style1 .b10,
#hero.grid.style1 .c1,
#hero.grid.style1 .d2, #hero.grid.style1 .d7, #hero.grid.style1 .d8 {
  display: block;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
/* line 188, ../sass/ui-elements/_hero.scss */
#hero.grid.style1 .d1, #hero.grid.style1 .d9, #hero.grid.style1 .d10 {
  display: block;
}
/* line 194, ../sass/ui-elements/_hero.scss */
#hero.grid.style1 .info {
  bottom: 25%;
  right: 0;
}
/* line 208, ../sass/ui-elements/_hero.scss */
#hero.grid.style2 .a4, #hero.grid.style2 a10,
#hero.grid.style2 .b2, #hero.grid.style2 .b9, #hero.grid.style2 .b10,
#hero.grid.style2 .c1,
#hero.grid.style2 .d2, #hero.grid.style2 .d7, #hero.grid.style2 .d8 {
  display: block;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
/* line 216, ../sass/ui-elements/_hero.scss */
#hero.grid.style2 .d1, #hero.grid.style2 .d9, #hero.grid.style2 .d10 {
  display: block;
}
/* line 222, ../sass/ui-elements/_hero.scss */
#hero.grid.style2 .info {
  bottom: 25%;
  right: 0;
}
/* line 235, ../sass/ui-elements/_hero.scss */
#hero.grid.style3 .a4, #hero.grid.style3 a10,
#hero.grid.style3 .b2, #hero.grid.style3 .b9, #hero.grid.style3 .b10,
#hero.grid.style3 .c1,
#hero.grid.style3 .d2, #hero.grid.style3 .d7, #hero.grid.style3 .d8 {
  display: block;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
/* line 243, ../sass/ui-elements/_hero.scss */
#hero.grid.style3 .d1, #hero.grid.style3 .d9, #hero.grid.style3 .d10 {
  display: block;
}
@media only screen and (min-width: 760px) {
  /* line 249, ../sass/ui-elements/_hero.scss */
  #hero.grid.style3 .info {
    left: 0;
    top: 25%;
    bottom: inherit;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie #hero.grid.style3 .info {
  left: 0;
  top: 25%;
  bottom: inherit;
}

@media only screen and (min-width: 760px) {
  /* line 270, ../sass/ui-elements/_hero.scss */
  #hero.grid .info {
    position: absolute;
    width: 60%;
    min-height: 25%;
    max-height: 50%;
    color: white;
  }
  /* line 277, ../sass/ui-elements/_hero.scss */
  #hero.grid .info h3 {
    color: inherit;
    margin-bottom: 0;
  }
  /* line 282, ../sass/ui-elements/_hero.scss */
  .tall #hero.grid .info {
    height: 50%;
  }
  /* line 286, ../sass/ui-elements/_hero.scss */
  #hero.grid .info.w40 {
    width: 40%;
  }
  /* line 290, ../sass/ui-elements/_hero.scss */
  #hero.grid .info.w50 {
    width: 50%;
  }
  /* line 294, ../sass/ui-elements/_hero.scss */
  #hero.grid .info.w70 {
    width: 70%;
  }
  /* line 298, ../sass/ui-elements/_hero.scss */
  #hero.grid .info.left {
    left: 0;
    right: inherit;
  }
  /* line 303, ../sass/ui-elements/_hero.scss */
  #hero.grid .info.left10 {
    left: 10%;
    right: inherit;
  }
  /* line 308, ../sass/ui-elements/_hero.scss */
  #hero.grid .info.blk {
    background-color: #1d2624;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
  }
  /* line 314, ../sass/ui-elements/_hero.scss */
  #hero.grid .info.wht {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    color: #1d2624;
  }
  /* line 319, ../sass/ui-elements/_hero.scss */
  #hero.grid .info.wht .action {
    border-bottom: 1px solid #1d2624;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  /* line 323, ../sass/ui-elements/_hero.scss */
  #hero.grid .info.wht .action:hover, #hero.grid .info.wht .action:focus {
    border-bottom-color: #000;
  }
  /* line 329, ../sass/ui-elements/_hero.scss */
  #hero.grid .info.bigger {
    font-size: 145%;
  }
  /* line 332, ../sass/ui-elements/_hero.scss */
  #hero.grid .info.bigger p {
    line-height: 1.1;
  }
  /* line 337, ../sass/ui-elements/_hero.scss */
  #hero.grid .info.big {
    font-size: 139%;
  }
  /* line 340, ../sass/ui-elements/_hero.scss */
  #hero.grid .info.big p {
    line-height: 1.1;
  }
}
/* line 270, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info {
  position: absolute;
  width: 60%;
  min-height: 25%;
  max-height: 50%;
  color: white;
}
/* line 277, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info h3 {
  color: inherit;
  margin-bottom: 0;
}
/* line 282, ../sass/ui-elements/_hero.scss */
.tall .old_ie #hero.grid .info {
  height: 50%;
}
/* line 286, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info.w40 {
  width: 40%;
}
/* line 290, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info.w50 {
  width: 50%;
}
/* line 294, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info.w70 {
  width: 70%;
}
/* line 298, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info.left {
  left: 0;
  right: inherit;
}
/* line 303, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info.left10 {
  left: 10%;
  right: inherit;
}
/* line 308, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info.blk {
  background-color: #1d2624;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
/* line 314, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info.wht {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  color: #1d2624;
}
/* line 319, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info.wht .action {
  border-bottom: 1px solid #1d2624;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 323, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info.wht .action:hover, .old_ie #hero.grid .info.wht .action:focus {
  border-bottom-color: #000;
}
/* line 329, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info.bigger {
  font-size: 145%;
}
/* line 332, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info.bigger p {
  line-height: 1.1;
}
/* line 337, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info.big {
  font-size: 139%;
}
/* line 340, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info.big p {
  line-height: 1.1;
}

/* line 349, ../sass/ui-elements/_hero.scss */
.old_ie #hero.grid .info {
  min-height: 23%;
}

/* line 365, ../sass/ui-elements/_hero.scss */
.theme-study #hero .imagery {
  background-image: url("/__data/assets/image/0010/172099/varieties/_760.jpg");
}
@media only screen and (min-width: 760px) {
  /* line 365, ../sass/ui-elements/_hero.scss */
  .theme-study #hero .imagery {
    background-image: url("/__data/assets/image/0010/172099/future-students-banner.jpg");
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .theme-study #hero .imagery {
  background-image: url("/__data/assets/image/0010/172099/future-students-banner.jpg");
}
/* line 382, ../sass/ui-elements/_hero.scss */
.old_ie .theme-study #hero .imagery {
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/__data/assets/image/0010/172099/future-students-banner.jpg',sizingMethod='scale')";
}

/* line 6, ../sass/ui-elements/_slider.scss */
.slider {
  position: relative;
}
/* line 8, ../sass/ui-elements/_slider.scss */
.slider .slides {
  position: relative;
  padding: 0;
  list-style: none;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.slider .slides {
  background-color: #d1e0da;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .slider .slides {
  background-color: #e1eff1;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .slider .slides {
  background-color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .slider .slides {
  background-color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .slider .slides {
  background-color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .slider .slides {
  background-color: #dce9ee;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .slider .slides {
  background-color: #b4c6cc;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .slider .slides {
  background-color: #f4f4e9;
}
/* line 18, ../sass/ui-elements/_slider.scss */
.slider li {
  width: 100%;
  color: black;
  overflow: hidden;
  position: absolute;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 800ms ease-out, visibility 800ms linear, height 0ms linear, position 0ms linear;
  -webkit-transition-delay: 0ms, 0ms, 800ms, 800ms;
  -moz-transition: opacity 800ms ease-out 0ms, visibility 800ms linear 0ms, height 0ms linear 800ms, position 0ms linear 800ms;
  -o-transition: opacity 800ms ease-out 0ms, visibility 800ms linear 0ms, height 0ms linear 800ms, position 0ms linear 800ms;
  transition: opacity 800ms ease-out 0ms, visibility 800ms linear 0ms, height 0ms linear 800ms, position 0ms linear 800ms;
}
/* line 33, ../sass/ui-elements/_slider.scss */
.slider li img {
  position: absolute;
  height: 100%;
}
/* line 38, ../sass/ui-elements/_slider.scss */
.slider li.active {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  z-index: 1;
}
/* line 46, ../sass/ui-elements/_slider.scss */
.ie6 .slider li, .ie7 .slider li, .ie8 .slider li {
  display: none;
}
/* line 48, ../sass/ui-elements/_slider.scss */
.ie6 .slider li.active, .ie7 .slider li.active, .ie8 .slider li.active {
  display: block;
}
/* line 54, ../sass/ui-elements/_slider.scss */
.slider .slider_img {
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
/* line 60, ../sass/ui-elements/_slider.scss */
.ie6 .slider .slider_img, .ie7 .slider .slider_img, .ie8 .slider .slider_img {
  height: 26em;
  padding-bottom: 0;
}
/* line 68, ../sass/ui-elements/_slider.scss */
.slider.fullwidth li img {
  position: static;
  height: auto;
  width: 100%;
}
/* line 78, ../sass/ui-elements/_slider.scss */
.slider.fullwidth .slider_img, .ie6 .slider.fullwidth .slider_img, .ie7 .slider.fullwidth .slider_img, .ie8 .slider.fullwidth .slider_img {
  height: auto;
  padding-bottom: 0;
}
/* line 85, ../sass/ui-elements/_slider.scss */
.slider .caption {
  background: #fff;
  padding: 0.7em 0;
  border-bottom: 1px solid #dddddd;
}

/* line 95, ../sass/ui-elements/_slider.scss */
.entry .slider {
  margin: 2em 0;
}

/* line 102, ../sass/ui-elements/_slider.scss */
.slider_button {
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  height: 27px;
  width: 27px;
  color: white;
  text-align: center;
  font-family: "National", "Segoe WP Semibold", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  text-align: center;
  z-index: 3;
}
/* line 116, ../sass/ui-elements/_slider.scss */
.slider_button.slider_prev {
  background: #3c77be;
}
/* line 119, ../sass/ui-elements/_slider.scss */
.slider_button.slider_next {
  background: #3468b0;
  left: 27px;
}

/* line 126, ../sass/ui-elements/_slider.scss */
.button {
  display: inline-block;
  color: #fff;
  padding: 0.3em 0.75em;
  font-weight: 700;
  text-decoration: none;
}

/* line 134, ../sass/ui-elements/_slider.scss */
.button:hover {
  background-color: #eee;
}

/* line 3, ../sass/ui-elements/_tabs.scss */
.tab_container .tab_content {
  padding-top: 1em;
}
@media only screen and (max-width: 759px) {
  /* line 3, ../sass/ui-elements/_tabs.scss */
  .tab_container .tab_content {
    display: none;
  }
}
/* line 8, ../sass/ui-elements/_tabs.scss */
.tab_container .tab_content .button {
  margin-top: 15px;
}

/* line 14, ../sass/ui-elements/_tabs.scss */
.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  /*     padding-left: 0.3em; */
  border-bottom: 1px solid #dddddd;
  font-family: "National", "Segoe WP Semibold", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 759px) {
  /* line 14, ../sass/ui-elements/_tabs.scss */
  .tabs {
    margin-bottom: 0;
  }
}
/* line 30, ../sass/ui-elements/_tabs.scss */
.tabs h2, .tabs .h2 {
  font-size: 1.3em;
}
/* line 34, ../sass/ui-elements/_tabs.scss */
.tabs li {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: -1px;
}
/* line 40, ../sass/ui-elements/_tabs.scss */
.tabs li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
  padding: 0.4em 0.5em 0.3em;
  display: block;
  margin: 0;
  border: 1px solid transparent;
}
/* line 49, ../sass/ui-elements/_tabs.scss */
.tabs li a:hover {
  color: #333333;
}
/* line 54, ../sass/ui-elements/_tabs.scss */
.tabs li.active {
  background: white;
}
/* line 58, ../sass/ui-elements/_tabs.scss */
.tabs li.active a {
  border-color: #dddddd;
  border-bottom-color: white;
  cursor: default;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.tabs li.active a {
  color: #115737;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .tabs li.active a {
  color: #4f96a2;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .tabs li.active a {
  color: #dc5241;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .tabs li.active a {
  color: #7d2351;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .tabs li.active a {
  color: #64a659;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .tabs li.active a {
  color: #37aacf;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .tabs li.active a {
  color: #7f0e0e;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .tabs li.active a {
  color: #37aacf;
}

/* DEPRECATED? NO LONGER USING TABS WITHIN WIDGETS (TOO COMPLEX)
    .widget {
        ul.tabs {
            padding: 0;
            height: 30px;
            line-height: 30px;
            border-bottom: none;
            li {
                padding: 0.25em 1em;
                @include theme-color(
                    $use: key-border,
                    $property: background
                );
                &.active {
                    @include theme-color(
                        $use: key-light,
                        $property: background
                    );
                    a {
                        color: #323232;

                    }
                }
            }
            a {
                font-size: 16px;
                color: $color_links;
            }
        }
        .tab_container {
            //background: #cccccc;
            .tab_content {
                padding: 1.5em 1em;
            }
        }
    }



    .widget {
        @include skinny-only {
            &.widget_to_col {
                fieldset {
                    width: 100%;
                }
            }
        }
    }
*/
/* line 6, ../sass/ui-elements/_icons.scss */
.icon {
  display: inline-block;
  text-indent: -9999px;
}
/* line 9, ../sass/ui-elements/_icons.scss */
.icon.search {
  background: url(/_designs/responsive/bg-images/icon-search-mobile-normal.png) no-repeat 50% 48%;
  height: 50px;
  width: 50px;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
  /* line 9, ../sass/ui-elements/_icons.scss */
  .icon.search {
    background: url(/_designs/responsive/bg-images/icon-search-mobile-retina.png) no-repeat 50% 48%;
    background-size: 22px 21px;
  }
}
/* line 18, ../sass/ui-elements/_icons.scss */
.icon.menu {
  background: url(../Images/icon-menu-mobile-standard.png) no-repeat 50% 50%;
  height: 50px;
  width: 50px;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
  /* line 18, ../sass/ui-elements/_icons.scss */
  .icon.menu {
    background: url(/_designs/responsive/bg-images/icon-menu-mobile-retina.png) no-repeat 50% 50%;
    background-size: 22px 18px;
  }
}
/* line 27, ../sass/ui-elements/_icons.scss */
.icon.timetable {
  background: url(/_designs/responsive/bg-images/icon-timetables.png) no-repeat;
  height: 12px;
  width: 12px;
}
/* line 32, ../sass/ui-elements/_icons.scss */
.icon.twitter_avatar {
  background: url(/_designs/responsive/bg-images/ui-vic-twitter.png) no-repeat 50% 50%;
  background-size: 42px 30px;
  height: 30px;
  width: 42px;
}
/* line 38, ../sass/ui-elements/_icons.scss */
.icon.global_search {
  background: url(/_designs/responsive/bg-images/icon-search-global.png) no-repeat;
  height: 19px;
  width: 19px;
}

/* line 22, ../sass/ui-elements/_link-lists.scss */
.divider_list {
  list-style: none !important;
  border-bottom: 1px solid #dddddd;
  padding-left: 0 !important;
}
/* line 28, ../sass/ui-elements/_link-lists.scss */
.divider_list > li {
  border-top: 1px solid #dddddd;
  margin-bottom: 0 !important;
}
/* line 33, ../sass/ui-elements/_link-lists.scss */
.divider_list > li a {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/* line 47, ../sass/ui-elements/_link-lists.scss */
.bullet_link {
  padding-left: 1.5em;
  display: inline-block;
}
/* line 9, ../sass/ui-elements/_link-lists.scss */
.bullet_link:before {
  content: '\2014  ';
  width: 1.5em;
  margin-left: -1.5em;
  display: inline-block;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.bullet_link:before {
  color: #1e991c;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .bullet_link:before {
  color: #00a7b3;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .bullet_link:before {
  color: #a6330d;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .bullet_link:before {
  color: #71003d;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .bullet_link:before {
  color: #449f37;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .bullet_link:before {
  color: #0da3e7;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .bullet_link:before {
  color: #4f0101;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .bullet_link:before {
  color: #0da3e7;
}

/* line 51, ../sass/ui-elements/_link-lists.scss */
.bullet_list {
  list-style: none !important;
  padding-left: 0 !important;
}
/* line 56, ../sass/ui-elements/_link-lists.scss */
.bullet_list a {
  padding-left: 1.5em;
  display: inline-block;
  display: block;
  padding-right: 0;
}
/* line 9, ../sass/ui-elements/_link-lists.scss */
.bullet_list a:before {
  content: '\2014  ';
  width: 1.5em;
  margin-left: -1.5em;
  display: inline-block;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.bullet_list a:before {
  color: #1e991c;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .bullet_list a:before {
  color: #00a7b3;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .bullet_list a:before {
  color: #a6330d;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .bullet_list a:before {
  color: #71003d;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .bullet_list a:before {
  color: #449f37;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .bullet_list a:before {
  color: #0da3e7;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .bullet_list a:before {
  color: #4f0101;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .bullet_list a:before {
  color: #0da3e7;
}

/* line 67, ../sass/ui-elements/_link-lists.scss */
.list_block {
  padding: 0;
  list-style: none;
}
/* line 70, ../sass/ui-elements/_link-lists.scss */
.list_block li {
  padding: 5px 0;
}
/* line 72, ../sass/ui-elements/_link-lists.scss */
.list_block li a {
  font-weight: bold;
}

/* line 84, ../sass/ui-elements/_link-lists.scss */
.link_block {
  border-top: 4px solid;
  padding: 0.5em 0 2em 0;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.link_block {
  border-top-color: #115737;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .link_block {
  border-top-color: #4f96a2;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .link_block {
  border-top-color: #dc5241;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .link_block {
  border-top-color: #7d2351;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .link_block {
  border-top-color: #64a659;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .link_block {
  border-top-color: #37aacf;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .link_block {
  border-top-color: #7f0e0e;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .link_block {
  border-top-color: #37aacf;
}
/* line 92, ../sass/ui-elements/_link-lists.scss */
.link_block a:first-child {
  text-transform: uppercase;
  color: #323232;
  font-family: "National", "Segoe WP Semibold", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}

/* line 108, ../sass/ui-elements/_link-lists.scss */
.date_block {
  padding: 0.75em 0;
  border-bottom: 1px solid #dddddd;
}
/* line 111, ../sass/ui-elements/_link-lists.scss */
.date_block:first-child {
  padding-top: 0;
}
/* line 114, ../sass/ui-elements/_link-lists.scss */
.date_block h4, .date_block h5 {
  margin: 0;
}
/* line 117, ../sass/ui-elements/_link-lists.scss */
.date_block h4 {
  font-size: 16px;
}
/* line 120, ../sass/ui-elements/_link-lists.scss */
.date_block p:last-child {
  margin-bottom: 0;
}
/* line 123, ../sass/ui-elements/_link-lists.scss */
.date_block a {
  font-weight: bold;
}

/* line 132, ../sass/ui-elements/_link-lists.scss */
.link_list, .primary .field_container .field ul {
  padding: 0;
  list-style: none;
}

/* line 141, ../sass/ui-elements/_link-lists.scss */
.link_list_alt {
  list-style: none;
  font-size: 12px;
}
/* line 144, ../sass/ui-elements/_link-lists.scss */
.link_list_alt li {
  float: left;
  padding: 0 10px;
}
/* line 148, ../sass/ui-elements/_link-lists.scss */
.link_list_alt li.active a {
  font-weight: bold;
  color: #333;
}
/* line 153, ../sass/ui-elements/_link-lists.scss */
.link_list_alt li a {
  float: left;
}

/* line 7, ../sass/ui-elements/_block-lists.scss */
.block_wrapper {
  margin: 0;
  padding-top: 0.35714em;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media only screen and (min-width: 760px) {
  /* line 7, ../sass/ui-elements/_block-lists.scss */
  .block_wrapper {
    padding-top: 1.78571em;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .block_wrapper {
  padding-top: 1.78571em;
}
/* line 18, ../sass/ui-elements/_block-lists.scss */
.block_wrapper > .block {
  border-top: 1px solid #dddddd;
}

/* line 24, ../sass/ui-elements/_block-lists.scss */
.block {
  margin: 0 0 0 0;
  width: 100%;
  padding-top: 0.21429em;
  padding-right: 0;
  padding-bottom: 0.21429em;
  padding-left: 0;
  clear: both;
  border-top: 1px solid #dddddd;
  padding: 25px 0;
  *zoom: 1;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.block:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 760px) {
  /* line 24, ../sass/ui-elements/_block-lists.scss */
  .block {
    padding-top: 1.07143em;
    padding-right: 0;
    padding-bottom: 1.07143em;
    padding-left: 0;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .block {
  padding-top: 1.07143em;
  padding-right: 0;
  padding-bottom: 1.07143em;
  padding-left: 0;
}
/* line 45, ../sass/ui-elements/_block-lists.scss */
.block h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.28571em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 59, ../sass/ui-elements/_block-lists.scss */
.block_primary {
  overflow: auto;
  padding-right: 0.71429em;
  display: inherit;
  clear: both;
}
@media only screen and (min-width: 760px) {
  /* line 59, ../sass/ui-elements/_block-lists.scss */
  .block_primary {
    display: block;
    clear: right;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .block_primary {
  display: block;
  clear: right;
}
/* line 68, ../sass/ui-elements/_block-lists.scss */
.block_primary p {
  margin: 0 0 0.5em 0;
}

/* line 74, ../sass/ui-elements/_block-lists.scss */
.block_secondary {
  float: left;
  margin-top: 0.28571em;
  margin-right: 0.71429em;
  margin-bottom: 0.71429em;
  margin-left: 0;
}
/* line 82, ../sass/ui-elements/_block-lists.scss */
.block_secondary img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 759px) {
  /* line 82, ../sass/ui-elements/_block-lists.scss */
  .block_secondary img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 760px) {
  /* line 74, ../sass/ui-elements/_block-lists.scss */
  .block_secondary {
    width: 30%;
    margin-top: 0.42857em;
    margin-right: 1.78571em;
    margin-bottom: 0;
    margin-left: 0.35714em;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .block_secondary {
  width: 30%;
  margin-top: 0.42857em;
  margin-right: 1.78571em;
  margin-bottom: 0;
  margin-left: 0.35714em;
}
@media only screen and (min-width: 990px) {
  /* line 74, ../sass/ui-elements/_block-lists.scss */
  .block_secondary {
    margin-right: 2.14286em;
  }
}
/* line 41, ../sass/helper-functions/_media-queries.scss */
.old_ie .block_secondary {
  margin-right: 2.14286em;
}

/* line 5, ../sass/ui-elements/_breadcrumbs.scss */
.breadcrumb li.accessibility,
.accessibility {
  display: none;
}

/* line 9, ../sass/ui-elements/_breadcrumbs.scss */
.breadcrumb {
  display: none !important;
  list-style: none;
  padding: 0;
  display: block;
  font-size: 0.92857em;
}
@media only screen and (max-width: 759px) {
  /* line 9, ../sass/ui-elements/_breadcrumbs.scss */
  .breadcrumb {
    width: 75%;
    white-space: nowrap;
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: scroll;
    margin: 0;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-right: 3.57143em;
    padding-bottom: 0;
    padding-left: 0;
  }
  /* line 33, ../sass/ui-elements/_breadcrumbs.scss */
  .breadcrumb a {
    color: white;
  }
}
@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 9, ../sass/ui-elements/_breadcrumbs.scss */
  .breadcrumb {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 125px;
    z-index: 99;
    overflow: scroll;
    margin: 0;
    height: 38px;
    line-height: 38px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 990px) {
  /* line 9, ../sass/ui-elements/_breadcrumbs.scss */
  .breadcrumb {
    margin: 1em 0 0 0;
    line-height: 1;
  }
}
/* line 41, ../sass/helper-functions/_media-queries.scss */
.old_ie .breadcrumb {
  margin: 1em 0 0 0;
  line-height: 1;
}
/* line 58, ../sass/ui-elements/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
  color: #929292;
}
/* line 61, ../sass/ui-elements/_breadcrumbs.scss */
.breadcrumb > li:after {
  content: "\003E";
  color: rgba(0, 0, 0, 0.6);
  font-family: "National", "Segoe WP Semibold", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
}
/* line 68, ../sass/ui-elements/_breadcrumbs.scss */
.breadcrumb > li:last-child:after {
  content: " ";
}
/* line 73, ../sass/ui-elements/_breadcrumbs.scss */
.breadcrumb a {
  padding: 0 6px;
}

@media only screen and (max-width: 759px) {
  /* line 5, ../sass/ui-elements/_bleed.scss */
  .bleed {
    margin-left: -3%;
    margin-right: -3%;
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
@media only screen and (min-width: 760px) {
  /* line 5, ../sass/ui-elements/_bleed.scss */
  .bleed {
    margin-left: -3%;
    margin-right: -3%;
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .bleed {
  margin-left: -3%;
  margin-right: -3%;
  padding-left: 3% !important;
  padding-right: 3% !important;
}
/* line 22, ../sass/ui-elements/_bleed.scss */
.bleed > img {
  margin: -3.7%;
  max-width: 100%;
}

/* line 34, ../sass/ui-elements/_bleed.scss */
.active .bleed {
  padding-bottom: 1em;
}

/* line 1, ../sass/ui-elements/_thumbnail-link.scss */
.thumbnail_link {
  margin-bottom: 1.5em;
  display: block;
  font-family: "Georgia", serif;
  *zoom: 1;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.thumbnail_link:after {
  content: "";
  display: table;
  clear: both;
}
/* line 7, ../sass/ui-elements/_thumbnail-link.scss */
.thumbnail_link img {
  width: 100%;
  height: auto;
}
/* line 16, ../sass/ui-elements/_thumbnail-link.scss */
.thumbnail_link img:hover, .thumbnail_link img:focus {
  opacity: 0.9;
}

/* line 22, ../sass/ui-elements/_thumbnail-link.scss */
.thumbnail_gallery {
  margin: 0 -2%;
  line-height: 1.4;
}
/* line 27, ../sass/ui-elements/_thumbnail-link.scss */
.thumbnail_gallery .thumbnail_link {
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 759px) {
  /* line 27, ../sass/ui-elements/_thumbnail-link.scss */
  .thumbnail_gallery .thumbnail_link {
    width: 50%;
  }
}
/* line 43, ../sass/ui-elements/_thumbnail-link.scss */
.thumbnail_gallery p {
  font-size: 16px;
  height: 4em;
}
@media only screen and (max-width: 759px) {
  /* line 43, ../sass/ui-elements/_thumbnail-link.scss */
  .thumbnail_gallery p {
    min-height: 6em;
  }
}

/* line 56, ../sass/ui-elements/_thumbnail-link.scss */
.page_class .thumbnail_link p {
  height: 5em;
}
@media only screen and (max-width: 759px) {
  /* line 56, ../sass/ui-elements/_thumbnail-link.scss */
  .page_class .thumbnail_link p {
    height: 6.5em;
  }
}

/* line 7, ../sass/ui-elements/_media.scss */
.media, .image_with_caption {
  margin: 1.5em 0 1.25em 0;
}

/* line 13, ../sass/ui-elements/_media.scss */
.left {
  float: left;
  margin-right: 6%;
}
@media only screen and (max-width: 759px) {
  /* line 13, ../sass/ui-elements/_media.scss */
  .left {
    width: 47%;
  }
}
@media only screen and (min-width: 760px) {
  /* line 13, ../sass/ui-elements/_media.scss */
  .left {
    width: 35%;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .left {
  width: 35%;
}

/* line 24, ../sass/ui-elements/_media.scss */
.right {
  float: right;
  margin-left: 6%;
}
@media only screen and (max-width: 759px) {
  /* line 24, ../sass/ui-elements/_media.scss */
  .right {
    width: 47%;
  }
}
@media only screen and (min-width: 760px) {
  /* line 24, ../sass/ui-elements/_media.scss */
  .right {
    width: 35%;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .right {
  width: 35%;
}

/* line 40, ../sass/ui-elements/_media.scss */
img {
  max-width: 100%;
}

/* line 48, ../sass/ui-elements/_media.scss */
.caption {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/* line 55, ../sass/ui-elements/_media.scss */
img + .caption {
  margin-top: 0;
}

/* line 63, ../sass/ui-elements/_media.scss */
.stretchy_embed {
  position: relative;
  width: 100%;
}

/* line 68, ../sass/ui-elements/_media.scss */
.stretchy_embed > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
    1. General setup
    2. Area specific overrides
*/
/* line 17, ../sass/ui-elements/_info-block.scss */
.info_block {
  float: left;
  padding-right: 2%;
  margin-bottom: 1.75em;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.info_block:after {
  content: "";
  display: table;
  clear: both;
}
/* line 24, ../sass/ui-elements/_info-block.scss */
.info_block h2 {
  font-size: 1.35714em;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.info_block h2 {
  color: #115737;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .info_block h2 {
  color: #4f96a2;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .info_block h2 {
  color: #dc5241;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .info_block h2 {
  color: #7d2351;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .info_block h2 {
  color: #64a659;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .info_block h2 {
  color: #37aacf;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .info_block h2 {
  color: #7f0e0e;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .info_block h2 {
  color: #37aacf;
}

@media only screen and (max-width: 759px) {
  /* line 33, ../sass/ui-elements/_info-block.scss */
  .info_block {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
  }
  /* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .info_block:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 38, ../sass/ui-elements/_info-block.scss */
  .info_block .info_block_secondary {
    margin-bottom: 5px;
    float: left;
    margin: 0 5% 0 0;
  }
  /* line 42, ../sass/ui-elements/_info-block.scss */
  .info_block .info_block_secondary img {
    max-height: 60px;
  }
  /* line 46, ../sass/ui-elements/_info-block.scss */
  .info_block .info_block_primary {
    clear: right;
    display: block;
    overflow: auto;
  }
  /* line 50, ../sass/ui-elements/_info-block.scss */
  .info_block .info_block_primary p {
    display: none;
  }
  /* line 54, ../sass/ui-elements/_info-block.scss */
  .info_block h2 {
    margin: 0;
  }
}
@media only screen and (min-width: 760px) {
  /* line 33, ../sass/ui-elements/_info-block.scss */
  .info_block {
    width: 25%;
    color: #444444;
    margin-bottom: 1.5em;
    display: block;
  }
  /* line 63, ../sass/ui-elements/_info-block.scss */
  .info_block .info_block_secondary {
    margin-bottom: 5px;
  }
  /* line 65, ../sass/ui-elements/_info-block.scss */
  .info_block .info_block_secondary img {
    max-width: 100%;
  }
  /* line 69, ../sass/ui-elements/_info-block.scss */
  .info_block h2 {
    margin: 0.15em 0;
  }
  /* line 72, ../sass/ui-elements/_info-block.scss */
  .info_block p {
    font-size: 13px;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .info_block {
  width: 25%;
  color: #444444;
  margin-bottom: 1.5em;
  display: block;
}
/* line 63, ../sass/ui-elements/_info-block.scss */
.old_ie .info_block .info_block_secondary {
  margin-bottom: 5px;
}
/* line 65, ../sass/ui-elements/_info-block.scss */
.old_ie .info_block .info_block_secondary img {
  max-width: 100%;
}
/* line 69, ../sass/ui-elements/_info-block.scss */
.old_ie .info_block h2 {
  margin: 0.15em 0;
}
/* line 72, ../sass/ui-elements/_info-block.scss */
.old_ie .info_block p {
  font-size: 13px;
}
@media only screen and (min-width: 990px) {
  /* line 33, ../sass/ui-elements/_info-block.scss */
  .info_block {
    width: 19%;
  }
}
/* line 41, ../sass/helper-functions/_media-queries.scss */
.old_ie .info_block {
  width: 19%;
}
/* line 79, ../sass/ui-elements/_info-block.scss */
.ie7 .info_block {
  width: 15.5%;
}

@media only screen and (min-width: 760px) {
  /* line 92, ../sass/ui-elements/_info-block.scss */
  aside[role='complementary'] .info_block {
    width: 100%;
    float: none;
  }
}
/* line 92, ../sass/ui-elements/_info-block.scss */
.old_ie aside[role='complementary'] .info_block {
  width: 100%;
  float: none;
}

/* line 7, ../sass/ui-elements/_promo.scss */
.promo {
  padding: 1em;
  display: block;
  margin-bottom: 1em;
}
/* line 11, ../sass/ui-elements/_promo.scss */
.promo:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* line 16, ../sass/ui-elements/_promo.scss */
.promo_headline {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 7px;
}

/* line 4, ../sass/ui-elements/_alerts.scss */
.alert {
  position: relative;
  text-align: center;
  color: #862e13;
  padding: 3% 3%;
  background-color: #fff6b8;
  background-color: #fef4af;
  opacity: 1;
  max-height: 50em;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: max-height, padding, margin, border-width 0.4s linear;
  -moz-transition: max-height, padding, margin, border-width 0.4s linear;
  -o-transition: max-height, padding, margin, border-width 0.4s linear;
  transition: max-height, padding, margin, border-width 0.4s linear;
}
/* line 20, ../sass/ui-elements/_alerts.scss */
.alert h2 {
  text-align: center;
}

/* line 30, ../sass/ui-elements/_alerts.scss */
.alert {
  border: 1px solid #fde64a;
  margin-bottom: 1.5em;
  text-align: left;
}
/* line 36, ../sass/ui-elements/_alerts.scss */
.alert h2 {
  text-align: inherit;
  width: 95%;
}
/* line 41, ../sass/ui-elements/_alerts.scss */
.alert a {
  color: #862e13 !important;
  text-decoration: underline;
}

/* line 53, ../sass/ui-elements/_alerts.scss */
.alert.major {
  border: 0;
  margin: 0;
  text-align: center;
  padding: 1em 4em;
  max-height: 10em;
}
@media only screen and (max-width: 759px) {
  /* line 53, ../sass/ui-elements/_alerts.scss */
  .alert.major {
    position: fixed;
    min-width: 100%;
    min-height: 101%;
    z-index: 999;
    padding: 4em 10% 2em;
    font-size: 1.4em;
    overflow: scroll;
  }
}

@media only screen and (max-width: 759px) {
  /* line 73, ../sass/ui-elements/_alerts.scss */
  html.js.alert_active {
    overflow: hidden;
  }
}

/* line 83, ../sass/ui-elements/_alerts.scss */
.alert .close_button {
  white-space: nowrap;
  color: #862e13;
  text-indent: -9999em;
  position: absolute;
  right: 0.8em;
  top: 0.3em;
  display: block;
  text-decoration: none;
}
/* line 93, ../sass/ui-elements/_alerts.scss */
.alert .close_button.ie7 {
  text-indent: 0;
}
/* line 97, ../sass/ui-elements/_alerts.scss */
.alert .close_button:before {
  content: "\00d7";
  font-size: 1.5em;
  text-indent: 0;
  display: block;
  color: #000;
}

@media only screen and (min-width: 760px) {
  /* line 112, ../sass/ui-elements/_alerts.scss */
  .alert.major .close_button {
    width: 4em;
    top: 0;
    right: 0;
    height: 100%;
  }
  /* line 120, ../sass/ui-elements/_alerts.scss */
  .alert.major .close_button:before {
    line-height: 220%;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .alert.major .close_button {
  width: 4em;
  top: 0;
  right: 0;
  height: 100%;
}
/* line 120, ../sass/ui-elements/_alerts.scss */
.old_ie .alert.major .close_button:before {
  line-height: 220%;
}

/* line 129, ../sass/ui-elements/_alerts.scss */
.alert.dismissed {
  max-height: 0;
  padding: 0;
  margin: 0;
  border-width: 0;
  min-height: 0;
}

@media only screen and (max-width: 759px) {
  /* line 7, ../sass/ui-elements/_connect-vic.scss */
  .tweet_group {
    margin-left: 5%;
    margin-right: 5%;
  }
}

/* line 19, ../sass/ui-elements/_connect-vic.scss */
span.tweet {
  width: 19%;
  margin-right: 1%;
  float: left;
  position: relative;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
span.tweet:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 759px) {
  /* line 19, ../sass/ui-elements/_connect-vic.scss */
  span.tweet {
    width: 100%;
    margin-bottom: 2.5em;
  }
}
/* line 31, ../sass/ui-elements/_connect-vic.scss */
span.tweet p {
  background: white;
  color: #2f2f2f;
  padding: 6% 7%;
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (max-width: 759px) {
  /* line 31, ../sass/ui-elements/_connect-vic.scss */
  span.tweet p {
    padding: 3% 5%;
  }
}
/* line 42, ../sass/ui-elements/_connect-vic.scss */
span.tweet p:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 50px;
  bottom: 12px;
  border: 6px solid;
  border-color: white transparent transparent white;
}
/* line 52, ../sass/ui-elements/_connect-vic.scss */
span.tweet p a {
  color: #3468b0;
}
/* line 56, ../sass/ui-elements/_connect-vic.scss */
span.tweet a {
  color: #3468b0;
}
/* line 60, ../sass/ui-elements/_connect-vic.scss */
span.tweet.tweet_secondary p {
  color: white;
  background: #284c8f;
}
/* line 63, ../sass/ui-elements/_connect-vic.scss */
span.tweet.tweet_secondary p:after {
  border-color: #284c8f transparent transparent #284c8f;
}
/* line 66, ../sass/ui-elements/_connect-vic.scss */
span.tweet.tweet_secondary p a {
  text-decoration: underline;
  color: white;
}

/* line 76, ../sass/ui-elements/_connect-vic.scss */
.twitter_handle {
  font-weight: bold;
  font-size: 13px;
  margin-left: 46px;
}

/* line 82, ../sass/ui-elements/_connect-vic.scss */
.twitter_avatar {
  position: absolute;
  left: 5px;
  margin-top: 5px;
}

/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.news_headlines h2 {
  color: #115737;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .news_headlines h2 {
  color: #4f96a2;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .news_headlines h2 {
  color: #dc5241;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .news_headlines h2 {
  color: #7d2351;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .news_headlines h2 {
  color: #64a659;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .news_headlines h2 {
  color: #37aacf;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .news_headlines h2 {
  color: #7f0e0e;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .news_headlines h2 {
  color: #37aacf;
}
/* line 13, ../sass/ui-elements/_news-headlines.scss */
.news_headlines p {
  font-size: 13px;
}
/* line 17, ../sass/ui-elements/_news-headlines.scss */
.news_headlines article {
  border-bottom: 1px solid;
  padding: 1em 0;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.news_headlines article {
  border-bottom-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .news_headlines article {
  border-bottom-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .news_headlines article {
  border-bottom-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .news_headlines article {
  border-bottom-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .news_headlines article {
  border-bottom-color: #e9e9d7;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .news_headlines article {
  border-bottom-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .news_headlines article {
  border-bottom-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .news_headlines article {
  border-bottom-color: #b9d2d6;
}
/* line 27, ../sass/ui-elements/_news-headlines.scss */
.news_headlines article:first-child {
  padding-top: 0;
}
/* line 31, ../sass/ui-elements/_news-headlines.scss */
.news_headlines article h6 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0px;
  margin-top: 0;
  color: #3c3c3c;
}

/* line 41, ../sass/ui-elements/_news-headlines.scss */
.featured {
  *zoom: 1;
  padding-top: 0;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.featured:after {
  content: "";
  display: table;
  clear: both;
}
/* line 44, ../sass/ui-elements/_news-headlines.scss */
.featured img {
  float: left;
  width: 45%;
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 3%;
}
@media only screen and (max-width: 759px) {
  /* line 44, ../sass/ui-elements/_news-headlines.scss */
  .featured img {
    width: 100%;
  }
}

/* line 60, ../sass/ui-elements/_news-headlines.scss */
.feature_message {
  background: #eaeaea;
  padding: 0.75em;
  margin-bottom: 2em;
}
/* line 64, ../sass/ui-elements/_news-headlines.scss */
.feature_message footer {
  border-top: 1px solid #dddddd;
  position: relative;
  margin-top: 1em;
  padding-top: 1em;
}
/* line 69, ../sass/ui-elements/_news-headlines.scss */
.feature_message footer h2, .feature_message footer h5 {
  position: relative;
  z-index: 99;
}
/* line 73, ../sass/ui-elements/_news-headlines.scss */
.feature_message footer h5 {
  margin-bottom: 0;
  text-transform: capitalize;
}
/* line 77, ../sass/ui-elements/_news-headlines.scss */
.feature_message footer .feature_thumb {
  position: absolute;
  right: 0;
  bottom: -15px;
}

/* line 87, ../sass/ui-elements/_news-headlines.scss */
.item {
  border-bottom: 1px solid #dddddd;
  padding: 0.75em 0;
}
/* line 92, ../sass/ui-elements/_news-headlines.scss */
.item:first-child {
  padding-top: 0;
  background: red;
}

/* line 100, ../sass/ui-elements/_news-headlines.scss */
.entry footer {
  padding: 1em 0 0;
  font-size: 13px;
  line-height: 2;
}
/* line 104, ../sass/ui-elements/_news-headlines.scss */
.entry footer a {
  margin-right: 2%;
  border-right: 1px solid;
  padding-right: 2%;
  display: inline-block;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.entry footer a {
  border-right-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .entry footer a {
  border-right-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .entry footer a {
  border-right-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .entry footer a {
  border-right-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .entry footer a {
  border-right-color: #e9e9d7;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .entry footer a {
  border-right-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .entry footer a {
  border-right-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .entry footer a {
  border-right-color: #b9d2d6;
}
/* line 113, ../sass/ui-elements/_news-headlines.scss */
.entry footer a:last-child {
  border-right: none;
}

/* line 121, ../sass/ui-elements/_news-headlines.scss */
.tab_conatiner select {
  margin-bottom: 1em;
}

/* line 57, ../sass/ui-elements/_buttons.scss */
button,
input[type="submit"],
.button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  text-decoration: none !important;
  white-space: nowrap;
  border: 0 none;
  padding: 0.35714em 0.64286em;
  height: 1.35714em;
  line-height: 1.3em;
  margin-right: 0.28571em;
  margin-top: .5em;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: background-color 100ms ease-in-out;
  -moz-transition: background-color 100ms ease-in-out;
  -o-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}
/* line 83, ../sass/ui-elements/_buttons.scss */
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 88, ../sass/ui-elements/_buttons.scss 
button:active,
input[type="submit"]:active,
.button:active {
  position: relative;
  top: 1px;
}*/
/* line 94, ../sass/ui-elements/_buttons.scss */
button.large,
input[type="submit"].large,
.button.large {
  font-size: 1.14286em;
}
/* line 98, ../sass/ui-elements/_buttons.scss */
button.x_large,
input[type="submit"].x_large,
.button.x_large {
  font-size: 1.28571em;
}
/* line 102, ../sass/ui-elements/_buttons.scss */
button.mini,
input[type="submit"].mini,
.button.mini {
  padding: 0.21429em 0.28571em 0.14286em;
}
/* line 108, ../sass/ui-elements/_buttons.scss */
button, button.primary,
input[type="submit"],
input[type="submit"].primary,
.button,
.button.primary {
  background-color: #3468b0;
  color: white;
}
/* line 33, ../sass/ui-elements/_buttons.scss */
button:hover, button.primary:hover,
input[type="submit"]:hover,
input[type="submit"].primary:hover,
.button:hover,
.button.primary:hover {
  background-color: #285189;
}
/* line 42, ../sass/ui-elements/_buttons.scss */
button:hover, button.primary:hover,
input[type="submit"]:hover,
input[type="submit"].primary:hover,
.button:hover,
.button.primary:hover {
  color: white;
}
/* line 118, ../sass/ui-elements/_buttons.scss */
button.secondary,
input[type="submit"].secondary,
.button.secondary {
  background-color: #282828;
  color: white;
}
/* line 33, ../sass/ui-elements/_buttons.scss */
button.secondary:hover,
input[type="submit"].secondary:hover,
.button.secondary:hover {
  background-color: #424242;
}
/* line 127, ../sass/ui-elements/_buttons.scss */
button.tertiary,
input[type="submit"].tertiary,
.button.tertiary {
  background-color: rgba(0, 0, 0, 0.1);
  color: #333333;
}
/* line 33, ../sass/ui-elements/_buttons.scss */
button.tertiary:hover,
input[type="submit"].tertiary:hover,
.button.tertiary:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 135, ../sass/ui-elements/_buttons.scss */
.ie8 button.tertiary, .ie8
input[type="submit"].tertiary, .ie8
.button.tertiary {
  background-color: #ccc;
}
/* line 139, ../sass/ui-elements/_buttons.scss */
button.transparent,
input[type="submit"].transparent,
.button.transparent {
  background-color: transparent;
  color: #3468b0;
  border: 1px solid none;
  padding-top: 0.42857em;
  padding-bottom: 0.42857em;
}
/* line 33, ../sass/ui-elements/_buttons.scss */
button.transparent:hover,
input[type="submit"].transparent:hover,
.button.transparent:hover {
  background-color: transparent;
}
/* line 42, ../sass/ui-elements/_buttons.scss */
button.transparent:hover,
input[type="submit"].transparent:hover,
.button.transparent:hover {
  color: #234575;
}
/* line 151, ../sass/ui-elements/_buttons.scss */
button.disabled,
input[type="submit"].disabled,
.button.disabled {
  opacity: 0.4;
}

/* line 156, ../sass/ui-elements/_buttons.scss */
button {
  line-height: 1.1em;
}

/* line 162, ../sass/ui-elements/_buttons.scss */
.no_border_box .button {
  line-height: 1.2em;
}
/* line 167, ../sass/ui-elements/_buttons.scss */
.no_border_box input[type="submit"],
.no_border_box button {
  height: 30px;
  float: left;
}
/* line 171, ../sass/ui-elements/_buttons.scss */
.no_border_box input[type="submit"].large,
.no_border_box button.large {
  height: 37px;
}
/* line 174, ../sass/ui-elements/_buttons.scss */
.no_border_box input[type="submit"].x_large,
.no_border_box button.x_large {
  height: 41px;
}
/* line 178, ../sass/ui-elements/_buttons.scss */
.no_border_box input[type="submit"] {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}
/* line 185, ../sass/ui-elements/_buttons.scss */
.no_border_box button {
  padding-top: 0.28571em;
}

/* line 195, ../sass/ui-elements/_buttons.scss */
.site_footer .button, .site_footer .button.primary {
  color: white;
}
/* line 199, ../sass/ui-elements/_buttons.scss */
.site_footer .button.secondary {
  color: white;
}
/* line 203, ../sass/ui-elements/_buttons.scss */
.site_footer .button.tertiary {
  color: #333333;
}
/* line 206, ../sass/ui-elements/_buttons.scss */
.site_footer .button:hover {
  text-decoration: none;
}
/* line 212, ../sass/ui-elements/_buttons.scss */
.site_footer .link_list .button, .site_footer .primary .field_container .field ul .button, .primary .field_container .field .site_footer ul .button, .old_ie .site_footer .link_list .button, .old_ie .site_footer .primary .field_container .field ul .button, .primary .field_container .field .old_ie .site_footer ul .button {
  padding: 0.64286em 1.14286em;
  display: inline-block;
  margin-top: 0.5em;
}

/* line 3, ../sass/ui-elements/_experimental.scss */
.alt_content .pull {
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 8, ../sass/ui-elements/_experimental.scss */
.alt_content p.pull {
  font-size: 1.2em;
  font-family: "Georgia", serif;
}
/* line 13, ../sass/ui-elements/_experimental.scss */
.alt_content .pull + p {
  margin-top: 0;
}
@media only screen and (min-width: 760px) {
  /* line 20, ../sass/ui-elements/_experimental.scss */
  .alt_content .entry {
    padding-right: 20% !important;
  }
  /* line 23, ../sass/ui-elements/_experimental.scss */
  .alt_content .entry .intro, .alt_content .entry .page_title {
    margin-right: -20%;
  }
  /* line 27, ../sass/ui-elements/_experimental.scss */
  .alt_content .entry .pull {
    float: right;
    margin: 0 -20% 0 5%;
    width: 40%;
  }
  /* line 36, ../sass/ui-elements/_experimental.scss */
  .alt_content #page {
    padding-left: 0;
  }
}
/* line 20, ../sass/ui-elements/_experimental.scss */
.old_ie .alt_content .entry {
  padding-right: 20% !important;
}
/* line 23, ../sass/ui-elements/_experimental.scss */
.old_ie .alt_content .entry .intro, .old_ie .alt_content .entry .page_title {
  margin-right: -20%;
}
/* line 27, ../sass/ui-elements/_experimental.scss */
.old_ie .alt_content .entry .pull {
  float: right;
  margin: 0 -20% 0 5%;
  width: 40%;
}
/* line 36, ../sass/ui-elements/_experimental.scss */
.old_ie .alt_content #page {
  padding-left: 0;
}

/*--------------------------------------
    FORM RESET AND BASIC STYLES
    Input + Textarea + Select
 --------------------------------------*/
/*
 * Exclude input[type='submit'] from below, was screwing with .btn style
 */
/* line 22, ../sass/ui-elements/_forms.scss */
.entry form {
  margin-bottom: 2em;
}

/* line 27, ../sass/ui-elements/_forms.scss */
.entry .widget form {
  margin-bottom: 0;
}

/* line 35, ../sass/ui-elements/_forms.scss */
input[type='radio'],
input[type='checkbox'],
textarea,
select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 41, ../sass/ui-elements/_forms.scss */
label {
  font-weight: bold;
  display: inline-block;
}
/* line 46, ../sass/ui-elements/_forms.scss */
label input,
label textarea,
label select {
  display: block;
}

/* line 56, ../sass/ui-elements/_forms.scss */
input[type='image'],
input[type='checkbox'],
input[type='radio'] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
  border: 0 \9;
  /* IE9 and down */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 69, ../sass/ui-elements/_forms.scss */
input[type='file'] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 80, ../sass/ui-elements/_forms.scss */
select,
input[type='file'] {
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
}

/* line 87, ../sass/ui-elements/_forms.scss */
input[type='file'] {
  line-height: 18px \9;
}

/* line 91, ../sass/ui-elements/_forms.scss */
input[type='button'] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 96, ../sass/ui-elements/_forms.scss */
::-webkit-input-placeholder {
  color: #333333;
}

/* line 100, ../sass/ui-elements/_forms.scss */
:-moz-placeholder {
  color: #333333;
}

/*----------------------------------------------------------------------------
    THIS IS WHERE THE FANCY STARTS!
 ----------------------------------------------------------------------------*/
/* line 136, ../sass/ui-elements/_forms.scss */
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
textarea,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: white;
  color: #3468b0;
  font-weight: bold;
  border-style: solid;
  border-width: 2px;
  border-color: #dddddd;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.highlight_secondary input[type='color'], .highlight_secondary
input[type='date'], .highlight_secondary
input[type='datetime'], .highlight_secondary
input[type='datetime-local'], .highlight_secondary
input[type='email'], .highlight_secondary
input[type='month'], .highlight_secondary
input[type='number'], .highlight_secondary
input[type='password'], .highlight_secondary
input[type='range'], .highlight_secondary
input[type='search'], .highlight_secondary
input[type='tel'], .highlight_secondary
input[type='text'], .highlight_secondary
input[type='time'], .highlight_secondary
input[type='url'], .highlight_secondary
input[type='week'], .highlight_secondary
textarea, .highlight_secondary
select {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .highlight_secondary input[type='color'], .theme-research .highlight_secondary
input[type='date'], .theme-research .highlight_secondary
input[type='datetime'], .theme-research .highlight_secondary
input[type='datetime-local'], .theme-research .highlight_secondary
input[type='email'], .theme-research .highlight_secondary
input[type='month'], .theme-research .highlight_secondary
input[type='number'], .theme-research .highlight_secondary
input[type='password'], .theme-research .highlight_secondary
input[type='range'], .theme-research .highlight_secondary
input[type='search'], .theme-research .highlight_secondary
input[type='tel'], .theme-research .highlight_secondary
input[type='text'], .theme-research .highlight_secondary
input[type='time'], .theme-research .highlight_secondary
input[type='url'], .theme-research .highlight_secondary
input[type='week'], .theme-research .highlight_secondary
textarea, .theme-research .highlight_secondary
select {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .highlight_secondary input[type='color'], .theme-students .highlight_secondary
input[type='date'], .theme-students .highlight_secondary
input[type='datetime'], .theme-students .highlight_secondary
input[type='datetime-local'], .theme-students .highlight_secondary
input[type='email'], .theme-students .highlight_secondary
input[type='month'], .theme-students .highlight_secondary
input[type='number'], .theme-students .highlight_secondary
input[type='password'], .theme-students .highlight_secondary
input[type='range'], .theme-students .highlight_secondary
input[type='search'], .theme-students .highlight_secondary
input[type='tel'], .theme-students .highlight_secondary
input[type='text'], .theme-students .highlight_secondary
input[type='time'], .theme-students .highlight_secondary
input[type='url'], .theme-students .highlight_secondary
input[type='week'], .theme-students .highlight_secondary
textarea, .theme-students .highlight_secondary
select {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .highlight_secondary input[type='color'], .theme-services .highlight_secondary
input[type='date'], .theme-services .highlight_secondary
input[type='datetime'], .theme-services .highlight_secondary
input[type='datetime-local'], .theme-services .highlight_secondary
input[type='email'], .theme-services .highlight_secondary
input[type='month'], .theme-services .highlight_secondary
input[type='number'], .theme-services .highlight_secondary
input[type='password'], .theme-services .highlight_secondary
input[type='range'], .theme-services .highlight_secondary
input[type='search'], .theme-services .highlight_secondary
input[type='tel'], .theme-services .highlight_secondary
input[type='text'], .theme-services .highlight_secondary
input[type='time'], .theme-services .highlight_secondary
input[type='url'], .theme-services .highlight_secondary
input[type='week'], .theme-services .highlight_secondary
textarea, .theme-services .highlight_secondary
select {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .highlight_secondary input[type='color'], .theme-study .highlight_secondary
input[type='date'], .theme-study .highlight_secondary
input[type='datetime'], .theme-study .highlight_secondary
input[type='datetime-local'], .theme-study .highlight_secondary
input[type='email'], .theme-study .highlight_secondary
input[type='month'], .theme-study .highlight_secondary
input[type='number'], .theme-study .highlight_secondary
input[type='password'], .theme-study .highlight_secondary
input[type='range'], .theme-study .highlight_secondary
input[type='search'], .theme-study .highlight_secondary
input[type='tel'], .theme-study .highlight_secondary
input[type='text'], .theme-study .highlight_secondary
input[type='time'], .theme-study .highlight_secondary
input[type='url'], .theme-study .highlight_secondary
input[type='week'], .theme-study .highlight_secondary
textarea, .theme-study .highlight_secondary
select {
  border-color: #e9e9d7;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .highlight_secondary input[type='color'], .theme-staff .highlight_secondary
input[type='date'], .theme-staff .highlight_secondary
input[type='datetime'], .theme-staff .highlight_secondary
input[type='datetime-local'], .theme-staff .highlight_secondary
input[type='email'], .theme-staff .highlight_secondary
input[type='month'], .theme-staff .highlight_secondary
input[type='number'], .theme-staff .highlight_secondary
input[type='password'], .theme-staff .highlight_secondary
input[type='range'], .theme-staff .highlight_secondary
input[type='search'], .theme-staff .highlight_secondary
input[type='tel'], .theme-staff .highlight_secondary
input[type='text'], .theme-staff .highlight_secondary
input[type='time'], .theme-staff .highlight_secondary
input[type='url'], .theme-staff .highlight_secondary
input[type='week'], .theme-staff .highlight_secondary
textarea, .theme-staff .highlight_secondary
select {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .highlight_secondary input[type='color'], .theme-teaching .highlight_secondary
input[type='date'], .theme-teaching .highlight_secondary
input[type='datetime'], .theme-teaching .highlight_secondary
input[type='datetime-local'], .theme-teaching .highlight_secondary
input[type='email'], .theme-teaching .highlight_secondary
input[type='month'], .theme-teaching .highlight_secondary
input[type='number'], .theme-teaching .highlight_secondary
input[type='password'], .theme-teaching .highlight_secondary
input[type='range'], .theme-teaching .highlight_secondary
input[type='search'], .theme-teaching .highlight_secondary
input[type='tel'], .theme-teaching .highlight_secondary
input[type='text'], .theme-teaching .highlight_secondary
input[type='time'], .theme-teaching .highlight_secondary
input[type='url'], .theme-teaching .highlight_secondary
input[type='week'], .theme-teaching .highlight_secondary
textarea, .theme-teaching .highlight_secondary
select {

  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .highlight_secondary input[type='color'], .theme-example .highlight_secondary
input[type='date'], .theme-example .highlight_secondary
input[type='datetime'], .theme-example .highlight_secondary
input[type='datetime-local'], .theme-example .highlight_secondary
input[type='email'], .theme-example .highlight_secondary
input[type='month'], .theme-example .highlight_secondary
input[type='number'], .theme-example .highlight_secondary
input[type='password'], .theme-example .highlight_secondary
input[type='range'], .theme-example .highlight_secondary
input[type='search'], .theme-example .highlight_secondary
input[type='tel'], .theme-example .highlight_secondary
input[type='text'], .theme-example .highlight_secondary
input[type='time'], .theme-example .highlight_secondary
input[type='url'], .theme-example .highlight_secondary
input[type='week'], .theme-example .highlight_secondary
textarea, .theme-example .highlight_secondary
select {
  border-color: #b9d2d6;
}
/* line 151, ../sass/ui-elements/_forms.scss */
.highlight_secondary input[type='color']:focus, .highlight_secondary
input[type='date']:focus, .highlight_secondary
input[type='datetime']:focus, .highlight_secondary
input[type='datetime-local']:focus, .highlight_secondary
input[type='email']:focus, .highlight_secondary
input[type='month']:focus, .highlight_secondary
input[type='number']:focus, .highlight_secondary
input[type='password']:focus, .highlight_secondary
input[type='range']:focus, .highlight_secondary
input[type='search']:focus, .highlight_secondary
input[type='tel']:focus, .highlight_secondary
input[type='text']:focus, .highlight_secondary
input[type='time']:focus, .highlight_secondary
input[type='url']:focus, .highlight_secondary
input[type='week']:focus, .highlight_secondary
textarea:focus, .highlight_secondary
select:focus {
  border-color: #3468b0;
  outline: none;
}
/* line 158, ../sass/ui-elements/_forms.scss */
.error input[type='color'], .error
input[type='date'], .error
input[type='datetime'], .error
input[type='datetime-local'], .error
input[type='email'], .error
input[type='month'], .error
input[type='number'], .error
input[type='password'], .error
input[type='range'], .error
input[type='search'], .error
input[type='tel'], .error
input[type='text'], .error
input[type='time'], .error
input[type='url'], .error
input[type='week'], .error
textarea, .error
select {
  border-color: #cc328e;
}
/* line 162, ../sass/ui-elements/_forms.scss */
input[type='color']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='range']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='week']:focus,
textarea:focus,
select:focus {
  border-color: #3468b0;
  outline: none;
}

/* line 186, ../sass/ui-elements/_forms.scss */
.form_large input[type='color'],
.form_large input[type='date'],
.form_large input[type='datetime'],
.form_large input[type='datetime-local'],
.form_large input[type='email'],
.form_large input[type='month'],
.form_large input[type='number'],
.form_large input[type='password'],
.form_large input[type='range'],
.form_large input[type='search'],
.form_large input[type='tel'],
.form_large input[type='text'],
.form_large input[type='time'],
.form_large input[type='url'],
.form_large input[type='week'],
.form_large textarea {
  width: 75%;
}
/* line 190, ../sass/ui-elements/_forms.scss */
.form_large input[type='color'].small,
.form_large input[type='date'].small,
.form_large input[type='datetime'].small,
.form_large input[type='datetime-local'].small,
.form_large input[type='email'].small,
.form_large input[type='month'].small,
.form_large input[type='number'].small,
.form_large input[type='password'].small,
.form_large input[type='range'].small,
.form_large input[type='search'].small,
.form_large input[type='tel'].small,
.form_large input[type='text'].small,
.form_large input[type='time'].small,
.form_large input[type='url'].small,
.form_large input[type='week'].small,
.form_large textarea.small {
  width: 30%;
  min-width: 30%;
}
/* line 195, ../sass/ui-elements/_forms.scss */
.form_large input[type='color'].medium,
.form_large input[type='date'].medium,
.form_large input[type='datetime'].medium,
.form_large input[type='datetime-local'].medium,
.form_large input[type='email'].medium,
.form_large input[type='month'].medium,
.form_large input[type='number'].medium,
.form_large input[type='password'].medium,
.form_large input[type='range'].medium,
.form_large input[type='search'].medium,
.form_large input[type='tel'].medium,
.form_large input[type='text'].medium,
.form_large input[type='time'].medium,
.form_large input[type='url'].medium,
.form_large input[type='week'].medium,
.form_large textarea.medium {
  width: 50%;
  min-width: 30%;
}
/* line 200, ../sass/ui-elements/_forms.scss */
.form_large input[type='color'].large,
.form_large input[type='date'].large,
.form_large input[type='datetime'].large,
.form_large input[type='datetime-local'].large,
.form_large input[type='email'].large,
.form_large input[type='month'].large,
.form_large input[type='number'].large,
.form_large input[type='password'].large,
.form_large input[type='range'].large,
.form_large input[type='search'].large,
.form_large input[type='tel'].large,
.form_large input[type='text'].large,
.form_large input[type='time'].large,
.form_large input[type='url'].large,
.form_large input[type='week'].large,
.form_large textarea.large {
  width: 100%;
}
/* line 205, ../sass/ui-elements/_forms.scss */
.form_large select {
  width: 75%;
}
/* line 209, ../sass/ui-elements/_forms.scss */
.form_large select.medium {
  width: 56%;
}
/* line 212, ../sass/ui-elements/_forms.scss */
.form_large select.small {
  width: 38%;
}
/* line 215, ../sass/ui-elements/_forms.scss */
.form_large select.large {
  width: 98%;
}

/* line 240, ../sass/ui-elements/_forms.scss */
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 18px;
  padding: 4px 7px;
}

/* line 248, ../sass/ui-elements/_forms.scss */
label {
  height: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 256, ../sass/ui-elements/_forms.scss */
textarea {
  min-width: 75%;
  height: 200px;
  border-width: 2px;
  padding: 4px 7px;
}

/* line 264, ../sass/ui-elements/_forms.scss */
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 30px;
  padding: 4px 4px 4px 7px;
  border-width: 2px;
  cursor: pointer;
  width: 100%;
}
/* line 274, ../sass/ui-elements/_forms.scss */
.modern_ie select, .old_ie select {
  background-image: none;
  padding-right: 4px;
}
/* line 278, ../sass/ui-elements/_forms.scss */
.ie8 select {
  height: 29px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 293, ../sass/ui-elements/_forms.scss */
  select {
    background-image: url('/_designs/responsive/bg-images/sprite-base/icons/ui-select.png');
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-right: 25px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 0) and (min--moz-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 0) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 0) and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 192dpi), only screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 2dppx) {
  /* line 293, ../sass/ui-elements/_forms.scss */
  select {
    background-image: url('/_designs/responsive/bg-images/sprite-base/icons-retina/ui-select.png');
    background-size: 9px auto;
  }
}

/* line 353, ../sass/ui-elements/_forms.scss */
.form_error,
.form_help,
.widget_description {
  margin-top: .5em;
}

/* line 358, ../sass/ui-elements/_forms.scss */
.form_error {
  display: none;
  color: #cc328e;
}
/* line 361, ../sass/ui-elements/_forms.scss */
.error .form_error {
  display: block;
}

/* line 368, ../sass/ui-elements/_forms.scss */
fieldset {
  border-style: solid;
  border-top-width: 1px;
  border-color: #dddddd;
  padding: 1.5em 0 0;
  margin-top: 1.5em;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.highlight_secondary fieldset {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .highlight_secondary fieldset {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .highlight_secondary fieldset {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .highlight_secondary fieldset {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .highlight_secondary fieldset {
  border-color: #e9e9d7;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .highlight_secondary fieldset {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .highlight_secondary fieldset {
  border-color: #b9d2d6;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .highlight_secondary fieldset {
  border-color: #b9d2d6;
}
/* line 384, ../sass/ui-elements/_forms.scss */
fieldset:first-child {
  margin-top: 0;
  border-top-width: 0;
}
/* line 389, ../sass/ui-elements/_forms.scss */
.widget fieldset {
  padding: 0 !important;
  border-width: 0 !important;
}

/* line 397, ../sass/ui-elements/_forms.scss */
legend {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 403, ../sass/ui-elements/_forms.scss */
.field_container {
  margin-bottom: 1em;
}
/* line 410, ../sass/ui-elements/_forms.scss */
.field_container .form_left_col select,
.field_container .form_left_col .form_select {
  width: 100%;
}
/* line 414, ../sass/ui-elements/_forms.scss */
.field_container > label {
  display: block;
}
/* line 417, ../sass/ui-elements/_forms.scss */
.field_container > label.form_checkbox, .field_container > label.form_radio {
  width: auto;
}
/* line 425, ../sass/ui-elements/_forms.scss */
.primary .field_container > label,
.primary .field_container .form_left_col {
  width: 30%;
  float: left;
}
/* line 431, ../sass/ui-elements/_forms.scss */
.primary .field_container .field {
  width: 67%;
  float: right;
}
/* line 443, ../sass/ui-elements/_forms.scss */
.field_container .form_search {
  position: relative;
}
/* line 444, ../sass/ui-elements/_forms.scss */
.no_border_box .field_container .form_search {
  width: 59%;
  padding-right: 10%;
}
/* line 449, ../sass/ui-elements/_forms.scss */
.field_container .form_search input[type='search'],
.field_container .form_search input[type='text'] {
  width: 81%;
  padding-right: 15%;
}
/* line 455, ../sass/ui-elements/_forms.scss */
.field_container .form_search .button {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  margin: 0 !important;
  height: 100% !important;
  width: 15% !important;
  padding: 0 !important;
}
/* line 466, ../sass/ui-elements/_forms.scss */
.field_container .link_list, .primary .field_container .field ul {
  margin: 0;
}

/* line 475, ../sass/ui-elements/_forms.scss */
.form_checkbox,
.form_radio {
  padding-left: 1.8em;
  position: relative;
  height: auto;
  text-transform: none;
  font-weight: bold;
}

/* line 484, ../sass/ui-elements/_forms.scss */
.form_checkbox input[type="checkbox"],
.form_radio input[type="radio"] {
  top: 7px;
  margin-top: 0;
  position: absolute;
  left: 0;
}

/* line 492, ../sass/ui-elements/_forms.scss */
.form_checkbox,
input[type="checkbox"] {
  font-weight: normal;
}

/* line 498, ../sass/ui-elements/_forms.scss */
.form_radio,
input[type="radio"] {
  color: #3468b0;
}

/* line 502, ../sass/ui-elements/_forms.scss */
.radio_list li {
  margin: 0 !important;
}

@media only screen and (max-width: 759px) {
  /* line 511, ../sass/ui-elements/_forms.scss */
  .primary .field_container {
    margin-bottom: .5em;
  }
  /* line 513, ../sass/ui-elements/_forms.scss */
  .primary .field_container label {
    padding-bottom: 0;
    font-weight: normal;
    font-size: 0.78571em;
    text-transform: uppercase;
  }
  /* line 520, ../sass/ui-elements/_forms.scss */
  .primary .field_container label.form_checkbox, .primary .field_container label.form_radio {
    font-size: 1em;
    text-transform: none;
    font-weight: bold;
  }
  /* line 528, ../sass/ui-elements/_forms.scss */
  .primary .field_container label,
  .primary .field_container .form_left_col,
  .primary .field_container .field {
    float: none;
    width: 100%;
  }
  /* line 531, ../sass/ui-elements/_forms.scss */
  .primary .field_container label > .small,
  .primary .field_container .form_left_col > .small,
  .primary .field_container .field > .small {
    margin-top: .5em;
  }
  /* line 533, ../sass/ui-elements/_forms.scss */
  .primary .field_container label > .small:first-child,
  .primary .field_container .form_left_col > .small:first-child,
  .primary .field_container .field > .small:first-child {
    margin-top: 0;
  }
  /* line 539, ../sass/ui-elements/_forms.scss */
  .primary .field_container .form_left_col {
    margin-bottom: 1em;
  }
  /* line 542, ../sass/ui-elements/_forms.scss */
  .primary .field_container select {
    width: 100%;
  }
  /* line 545, ../sass/ui-elements/_forms.scss */
  .modern_ie .primary .field_container select, .old_ie .primary .field_container select {
    padding-right: 4px;
  }
  /* line 564, ../sass/ui-elements/_forms.scss */
  .primary .field_container textarea,
  .primary .field_container input[type='color'],
  .primary .field_container input[type='date'],
  .primary .field_container input[type='datetime'],
  .primary .field_container input[type='datetime-local'],
  .primary .field_container input[type='email'],
  .primary .field_container input[type='month'],
  .primary .field_container input[type='number'],
  .primary .field_container input[type='password'],
  .primary .field_container input[type='range'],
  .primary .field_container input[type='search'],
  .primary .field_container input[type='tel'],
  .primary .field_container input[type='text'],
  .primary .field_container input[type='time'],
  .primary .field_container input[type='url'],
  .primary .field_container input[type='week'] {
    width: 100%;
  }

  /* line 573, ../sass/ui-elements/_forms.scss */
  label {
    font-weight: bold !important;
    text-transform: none !important;
    font-size: 15px !important;
    height: 26px !important;
  }
  /* line 580, ../sass/ui-elements/_forms.scss */
  label.form_checkbox, label.form_radio {
    height: auto !important;
  }

  /* line 584, ../sass/ui-elements/_forms.scss */
  .field_container {
    margin-bottom: 0.75em;
  }
  /* line 588, ../sass/ui-elements/_forms.scss */
  .field_container.half {
    width: 47.5%;
    float: left;
  }
  /* line 592, ../sass/ui-elements/_forms.scss */
  .field_container.half + .half {
    margin-left: 5%;
  }
  /* line 598, ../sass/ui-elements/_forms.scss */
  .field_container.field_disabled {
    opacity: 0.5;
  }
  /* line 601, ../sass/ui-elements/_forms.scss */
  .field_container.field_disabled label, .field_container.field_disabled input, .field_container.field_disabled select {
    cursor: pointer;
  }
  /* line 604, ../sass/ui-elements/_forms.scss */
  .field_container .field {
    display: table;
    width: 100%;
  }
  /* line 625, ../sass/ui-elements/_forms.scss */
  .field_container input[type='color'],
  .field_container input[type='date'],
  .field_container input[type='datetime'],
  .field_container input[type='datetime-local'],
  .field_container input[type='email'],
  .field_container input[type='month'],
  .field_container input[type='number'],
  .field_container input[type='password'],
  .field_container input[type='range'],
  .field_container input[type='search'],
  .field_container input[type='tel'],
  .field_container input[type='text'],
  .field_container input[type='time'],
  .field_container input[type='url'],
  .field_container input[type='week'],
  .field_container select {
    height: 38px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
  }
  /* line 634, ../sass/ui-elements/_forms.scss */
  .field_container .form_error {
    margin-bottom: .5em;
    display: table-header-group;
  }
  /* line 638, ../sass/ui-elements/_forms.scss */
  .field_container.form_search {
    display: block;
  }
  /* line 643, ../sass/ui-elements/_forms.scss */
  .field_container textarea,
  .field_container select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 649, ../sass/ui-elements/_forms.scss */
  .form_checkbox label {
    width: 85%;
    float: left;
    height: auto !important;
  }
}
/* line 667, ../sass/ui-elements/_forms.scss */
.widget_description {
  clear: both;
  text-align: center;
  color: inherit;
}
@media only screen and (max-width: 759px) {
  /* line 667, ../sass/ui-elements/_forms.scss */
  .widget_description {
    text-align: left;
  }
}
/* line 675, ../sass/ui-elements/_forms.scss */
.widget_description a {
  color: inherit;
}

/* line 511, ../sass/ui-elements/_forms.scss */
.col .widget .primary .field_container,
.widget_narrow .primary .field_container {
  margin-bottom: .5em;
}
/* line 513, ../sass/ui-elements/_forms.scss */
.col .widget .primary .field_container label,
.widget_narrow .primary .field_container label {
  padding-bottom: 0;
  font-weight: normal;
  font-size: 0.78571em;
  text-transform: uppercase;
}
/* line 520, ../sass/ui-elements/_forms.scss */
.col .widget .primary .field_container label.form_checkbox, .col .widget .primary .field_container label.form_radio,
.widget_narrow .primary .field_container label.form_checkbox,
.widget_narrow .primary .field_container label.form_radio {
  font-size: 1em;
  text-transform: none;
  font-weight: bold;
}
/* line 528, ../sass/ui-elements/_forms.scss */
.col .widget .primary .field_container label,
.col .widget .primary .field_container .form_left_col,
.col .widget .primary .field_container .field,
.widget_narrow .primary .field_container label,
.widget_narrow .primary .field_container .form_left_col,
.widget_narrow .primary .field_container .field {
  float: none;
  width: 100%;
}
/* line 531, ../sass/ui-elements/_forms.scss */
.col .widget .primary .field_container label > .small,
.col .widget .primary .field_container .form_left_col > .small,
.col .widget .primary .field_container .field > .small,
.widget_narrow .primary .field_container label > .small,
.widget_narrow .primary .field_container .form_left_col > .small,
.widget_narrow .primary .field_container .field > .small {
  margin-top: .5em;
}
/* line 533, ../sass/ui-elements/_forms.scss */
.col .widget .primary .field_container label > .small:first-child,
.col .widget .primary .field_container .form_left_col > .small:first-child,
.col .widget .primary .field_container .field > .small:first-child,
.widget_narrow .primary .field_container label > .small:first-child,
.widget_narrow .primary .field_container .form_left_col > .small:first-child,
.widget_narrow .primary .field_container .field > .small:first-child {
  margin-top: 0;
}
/* line 539, ../sass/ui-elements/_forms.scss */
.col .widget .primary .field_container .form_left_col,
.widget_narrow .primary .field_container .form_left_col {
  margin-bottom: 1em;
}
/* line 542, ../sass/ui-elements/_forms.scss */
.col .widget .primary .field_container select,
.widget_narrow .primary .field_container select {
  width: 100%;
}
/* line 545, ../sass/ui-elements/_forms.scss */
.modern_ie .col .widget .primary .field_container select, .old_ie .col .widget .primary .field_container select, .modern_ie
.widget_narrow .primary .field_container select, .old_ie
.widget_narrow .primary .field_container select {
  padding-right: 4px;
}
/* line 564, ../sass/ui-elements/_forms.scss */
.col .widget .primary .field_container textarea,
.col .widget .primary .field_container input[type='color'],
.col .widget .primary .field_container input[type='date'],
.col .widget .primary .field_container input[type='datetime'],
.col .widget .primary .field_container input[type='datetime-local'],
.col .widget .primary .field_container input[type='email'],
.col .widget .primary .field_container input[type='month'],
.col .widget .primary .field_container input[type='number'],
.col .widget .primary .field_container input[type='password'],
.col .widget .primary .field_container input[type='range'],
.col .widget .primary .field_container input[type='search'],
.col .widget .primary .field_container input[type='tel'],
.col .widget .primary .field_container input[type='text'],
.col .widget .primary .field_container input[type='time'],
.col .widget .primary .field_container input[type='url'],
.col .widget .primary .field_container input[type='week'],
.widget_narrow .primary .field_container textarea,
.widget_narrow .primary .field_container input[type='color'],
.widget_narrow .primary .field_container input[type='date'],
.widget_narrow .primary .field_container input[type='datetime'],
.widget_narrow .primary .field_container input[type='datetime-local'],
.widget_narrow .primary .field_container input[type='email'],
.widget_narrow .primary .field_container input[type='month'],
.widget_narrow .primary .field_container input[type='number'],
.widget_narrow .primary .field_container input[type='password'],
.widget_narrow .primary .field_container input[type='range'],
.widget_narrow .primary .field_container input[type='search'],
.widget_narrow .primary .field_container input[type='tel'],
.widget_narrow .primary .field_container input[type='text'],
.widget_narrow .primary .field_container input[type='time'],
.widget_narrow .primary .field_container input[type='url'],
.widget_narrow .primary .field_container input[type='week'] {
  width: 100%;
}

/* line 692, ../sass/ui-elements/_forms.scss */
.widget_large h2 {
  margin-bottom: 1em;
}

/* line 5, ../sass/_common.scss */
#template_index {
  display: block;
  width: 100%;
  text-align: center;
  clear: both;
  font-family: georgia, serif;
  font-size: 1.5em;
  font-style: italic;
  padding: 0.5em 0;
}

@media only screen and (min-width: 760px) {
  /* line 16, ../sass/_common.scss */
  .mobile-only {
    display: none !important;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .mobile-only {
  display: none !important;
}

/* line 24, ../sass/_common.scss */
.index_listing {
  padding: 2%;
}

/* line 28, ../sass/_common.scss */
.wrap {
  max-width: 88em;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/* line 36, ../sass/_common.scss */
.ie7 .wrap, .ie8 .wrap {
  min-width: 955px;
}

/* line 41, ../sass/_common.scss */
#page {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 759px) {
  /* line 41, ../sass/_common.scss */
  #page {
    margin-top: 0;
    background: white;
  }
}

/* line 62, ../sass/_common.scss */
.jump_link {
  display: block;
  font-weight: bold;
  padding: 0.15em 0;
}

/* line 72, ../sass/_common.scss */
.highlight_primary {
  background: #1d2624;
  color: white;
}
/* line 75, ../sass/_common.scss */
.highlight_primary > * {
  color: white;
}

/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.highlight_secondary {
  background: #d1e0da;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .highlight_secondary {
  background: #e1eff1;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .highlight_secondary {
  background: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .highlight_secondary {
  background: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .highlight_secondary {
  background: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .highlight_secondary {
  background: #dce9ee;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .highlight_secondary {
  background: #b4c6cc;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .highlight_secondary {
  background: #f4f4e9;
}

/* line 85, ../sass/_common.scss */
.highlight_tertiary {
  background-color: #eeeeee;
}

/* line 91, ../sass/_common.scss */
.highlight_primary,
.highlight_secondary,
.highlight_tertiary {
  padding: 1.3em 1em 1.5em;
  margin-top: 1.5em;
}
/* line 95, ../sass/_common.scss */
.highlight_primary:first-child,
.highlight_secondary:first-child,
.highlight_tertiary:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 759px) {
  /* line 91, ../sass/_common.scss */
  .highlight_primary,
  .highlight_secondary,
  .highlight_tertiary {
    padding-left: 3%;
    padding-right: 3%;
  }
  /* line 104, ../sass/_common.scss */
  .entry .highlight_primary, .entry
  .highlight_secondary, .entry
  .highlight_tertiary {
    margin-right: -3%;
    margin-left: -3%;
  }
}

@media only screen and (max-width: 759px) {
  /* line 115, ../sass/_common.scss */
  .toggle_block {
    display: none;
  }
  /* line 118, ../sass/_common.scss */
  .toggle_block.active {
    display: block;
  }
}

/* line 129, ../sass/_common.scss */
nav.nav_tertiary .section_nav li.external > a:first-child:after,
section[role="main"] .content a.external:after {
  content: '\f08e';
  font-family: 'testicons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-left: 0.4em;
}

/* line 138, ../sass/_common.scss */
section[role="main"] .content a.external:after {
  font-size: 94%;
}
/* line 140, ../sass/_common.scss */
section[role="main"] .content a.external:after:hover {
  text-decoration: none;
}

/* line 152, ../sass/_common.scss */
.lowlight_primary {
  color: white;
}

@media only screen and (max-width: 759px) {
  /* line 165, ../sass/_common.scss */
  .breakout_border {
    border-top: none;
  }

  /* line 168, ../sass/_common.scss */
  .toggle {
    position: relative;
  }

  /* line 172, ../sass/_common.scss */
  .bleed .ui_toggle_arrow {
    right: 65px;
  }
  /* line 176, ../sass/_common.scss */
  .bleed.high_light .ui_toggle_arrow {
    background: url(/_designs/responsive/bg-images/menu-toggle-low-white.png) no-repeat 50% 50%;
  }
  /* line 180, ../sass/_common.scss */
  .bleed.high_light .toggle.active .ui_toggle_arrow {
    background: url(/_designs/responsive/bg-images/menu-toggle-active-low-white.png) no-repeat 50% 50%;
  }

  /* line 187, ../sass/_common.scss */
  .toggle.active span.ui_toggle_arrow {
    background: url(/_designs/responsive/bg-images/menu-toggle-active-low.png) no-repeat 50% 50%;
  }

  /* line 191, ../sass/_common.scss */
  span.ui_click_arrow {
    background: url(/_designs/responsive/bg-images/ui-click-through-arrow.png) no-repeat 50% 50%;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-right: -40px;
    right: 50px;
    top: 0;
  }

  /* line 201, ../sass/_common.scss */
  span.ui_toggle_arrow {
    display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    margin-right: -50px;
    background: url(/_designs/responsive/bg-images/menu-toggle-low.png) no-repeat 50% 50%;
    right: 50px;
    top: 1px;
  }

  /* line 211, ../sass/_common.scss */
  .toggle {
    position: relative;
    border-top: 1px solid #d6d6d6;
    padding: 0.3em 50px 0.3em 0;
  }
}
/* line 223, ../sass/_common.scss */
aside[role='complementary'] {
  /*     @include box-sizing(border-box); */
}
/* line 230, ../sass/_common.scss */
aside[role='complementary'] h3 {
  font-size: 1.28571em;
  text-transform: uppercase;
  line-height: 1;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
aside[role='complementary'] h3 {
  color: #115737;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research aside[role='complementary'] h3 {
  color: #4f96a2;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students aside[role='complementary'] h3 {
  color: #dc5241;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services aside[role='complementary'] h3 {
  color: #7d2351;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study aside[role='complementary'] h3 {
  color: #64a659;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff aside[role='complementary'] h3 {
  color: #37aacf;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching aside[role='complementary'] h3 {
  color: #7f0e0e;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example aside[role='complementary'] h3 {
  color: #37aacf;
}
/* line 238, ../sass/_common.scss */
aside[role='complementary'] h3:first-child {
  margin-top: 0;
}
/* line 243, ../sass/_common.scss */
aside[role='complementary'] .toggle_block > h4 {
  margin-top: 0;
}

/*
.additional_complementary {
    @include skinny {
        border-right: 1px solid $color_border;
    }
}
.primary {
    @include skinny {
        border-right: 1px solid $color_border;
    }
}
*/
/* line 270, ../sass/_common.scss */
.breakout_border {
  clear: both;
}
/* line 272, ../sass/_common.scss */
.breakout_border .bleed {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 276, ../sass/_common.scss */
.breakout_border .bleed h2 {
  border-top: none;
}
/* line 282, ../sass/_common.scss */
.breakout_border .linklist h2,
.breakout_border .bleed h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
/* line 288, ../sass/_common.scss */
.breakout_border .linklist p,
.breakout_border .bleed p {
  margin: 0.5em 0;
}

@media only screen and (max-width: 759px) {
  /* line 298, ../sass/_common.scss */
  .block_toggle {
    display: none;
  }
  /* line 300, ../sass/_common.scss */
  .block_toggle.active {
    display: block;
  }

  /* line 306, ../sass/_common.scss */
  .breakout_border {
    margin: 0;
    padding-top: 0.35714em;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  /* line 315, ../sass/_common.scss */
  .one_of_four {
    position: relative;
    border-top: 1px solid #dddddd;
    padding: 0.75em 0;
  }
  /* line 319, ../sass/_common.scss */
  .one_of_four p {
    margin: 0;
  }
  /* line 322, ../sass/_common.scss */
  .one_of_four img {
    float: left;
    max-width: 50px;
    margin-right: 0.667em;
    height: auto;
    width: 100%;
  }
}
/* line 338, ../sass/_common.scss */
.columns {
  margin-top: 1em;
}
/* line 343, ../sass/_common.scss */
.columns:first-child {
  margin-top: 0;
}

/* line 351, ../sass/_common.scss */
.col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 759px) {
  /* line 351, ../sass/_common.scss */
  .col {
    float: none;
    width: 100% !important;
    padding: 0 !important;
  }
}

/* line 371, ../sass/_common.scss */
.columns2 .col {
  width: 50%;
  padding-left: 3%;
}
/* line 376, ../sass/_common.scss */
.columns2 .col:first-child {
  padding-left: 0;
  padding-right: 3%;
}
/* line 381, ../sass/_common.scss */
.no_border_box .columns2 .col {
  width: 46.90%;
}

/* line 390, ../sass/_common.scss */
.search_global {
  float: right;
  margin-top: -2px;
}
/* line 394, ../sass/_common.scss */
.search_global input[type="text"] {
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 20px;
  height: 20px;
  color: white;
  font-size: 13px;
  width: 10em;
}
/* line 404, ../sass/_common.scss */
.search_global input[type="image"] {
  position: relative;
  top: 4px;
}
/* line 409, ../sass/_common.scss */
.search_global input:focus {
  background: rgba(255, 255, 255, 0.4);
}
/* line 413, ../sass/_common.scss */
.search_global ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
/* line 416, ../sass/_common.scss */
.search_global :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 422, ../sass/_common.scss */
.mobile_only {
  display: none;
}
@media only screen and (max-width: 759px) {
  /* line 422, ../sass/_common.scss */
  .mobile_only {
    display: block;
  }
}

/* line 436, ../sass/_common.scss */
.entry_block {
  clear: both;
}
@media only screen and (min-width: 760px) {
  /* line 436, ../sass/_common.scss */
  .entry_block {
    border-top: 1px solid #dddddd;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .entry_block {
  border-top: 1px solid #dddddd;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/* line 447, ../sass/_common.scss */
.list {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
}

/* line 455, ../sass/_common.scss */
.multi_column {
  list-style: none;
  margin-top: 1em;
  padding: 0 !important;
}
@media only screen and (min-width: 760px) {
  /* line 455, ../sass/_common.scss */
  .multi_column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 6em;
    -moz-column-gap: 6em;
    -ms-column-gap: 6em;
    -o-column-gap: 6em;
    column-gap: 6em;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .multi_column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 6em;
  -moz-column-gap: 6em;
  -ms-column-gap: 6em;
  -o-column-gap: 6em;
  column-gap: 6em;
}
@media only screen and (min-width: 990px) {
  /* line 455, ../sass/_common.scss */
  .multi_column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 6em;
    -moz-column-gap: 6em;
    -ms-column-gap: 6em;
    -o-column-gap: 6em;
    column-gap: 6em;
  }
}
/* line 41, ../sass/helper-functions/_media-queries.scss */
.old_ie .multi_column {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 6em;
  -moz-column-gap: 6em;
  -ms-column-gap: 6em;
  -o-column-gap: 6em;
  column-gap: 6em;
}
/* line 467, ../sass/_common.scss */
.multi_column li {
  margin-bottom: 0.5em;
  padding-left: 0;
  margin-left: 0;
}
/* line 471, ../sass/_common.scss */
.multi_column li a {
  padding: 0.25em 0;
  display: block;
}
/* line 475, ../sass/_common.scss */
.ie7 .multi_column li a, .ie8 .multi_column li a, .ie9 .multi_column li a {
  padding: 0.15em 0;
}

@media only screen and (max-width: 759px) {
  /* line 6, ../sass/layouts/_layouts-neue.scss */
  html {
    background-color: #2f2f2f;
    background-image: url(/_designs/responsive/bg-images/crest.png);
    background-repeat: no-repeat;
    background-position: 50% 140px;
    background-attachment: fixed;
    background-size: 50% auto;
  }
}

/* line 17, ../sass/layouts/_layouts-neue.scss */
body {
  background: white;
  margin: 0 auto;
  min-height: 100%;
}
@media only screen and (max-width: 759px) {
  /* line 17, ../sass/layouts/_layouts-neue.scss */
  body {
    background: transparent;
  }
}
@media only screen and (min-width: 990px) {
  /* line 17, ../sass/layouts/_layouts-neue.scss */
  body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 41, ../sass/helper-functions/_media-queries.scss */
.old_ie body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
#wrapper {
    margin-top: -4px;
}
*/
/*
.menu_open {
    
    #wrapper {
        @include skinny-only {
           overflow: hidden;
           width: 100%;
        }
    }
}
*/
/* line 54, ../sass/layouts/_layouts-neue.scss */
.entry {
  padding-top: 1em;
}

@media only screen and (min-width: 990px) {
  /* line 66, ../sass/layouts/_layouts-neue.scss */
  #content {
    float: left;
    width: 77%;
  }
  /* line 72, ../sass/layouts/_layouts-neue.scss */
  .no_section_menu #content {
    float: none;
    width: 100%;
  }
}
/* line 41, ../sass/helper-functions/_media-queries.scss */
.old_ie #content {
  float: left;
  width: 77%;
}
/* line 72, ../sass/layouts/_layouts-neue.scss */
.no_section_menu .old_ie #content {
  float: none;
  width: 100%;
}
@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 81, ../sass/layouts/_layouts-neue.scss */
  .no_section_menu #content {
    padding-left: 0;
  }
}
/* line 87, ../sass/layouts/_layouts-neue.scss */
#content > .primary {
  padding-bottom: 2em;
}
@media only screen and (min-width: 760px) {
  /* line 87, ../sass/layouts/_layouts-neue.scss */
  #content > .primary {
    float: left;
    width: 68%;
  }
  /* line 95, ../sass/layouts/_layouts-neue.scss */
  .no_sidebar #content > .primary {
    width: 90% !important;
    float: none;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie #content > .primary {
  float: left;
  width: 68%;
}
/* line 95, ../sass/layouts/_layouts-neue.scss */
.no_sidebar .old_ie #content > .primary {
  width: 90% !important;
  float: none;
}
@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 105, ../sass/layouts/_layouts-neue.scss */
  .no_sidebar #content > .primary {
    width: 100% !important;
  }
}
@media only screen and (min-width: 990px) {
  /* line 87, ../sass/layouts/_layouts-neue.scss */
  #content > .primary {
    width: 72%;
  }
}
/* line 41, ../sass/helper-functions/_media-queries.scss */
.old_ie #content > .primary {
  width: 72%;
}
/* line 119, ../sass/layouts/_layouts-neue.scss */
#content > .secondary {
  font-size: 13px;
  padding: 0 3%;
}
@media only screen and (min-width: 760px) {
  /* line 119, ../sass/layouts/_layouts-neue.scss */
  #content > .secondary {
    width: 32%;
    float: right;
    padding: 1em 2%;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie #content > .secondary {
  width: 32%;
  float: right;
  padding: 1em 2%;
}
@media only screen and (min-width: 990px) {
  /* line 119, ../sass/layouts/_layouts-neue.scss */
  #content > .secondary {
    width: 28%;
  }
}
/* line 41, ../sass/helper-functions/_media-queries.scss */
.old_ie #content > .secondary {
  width: 28%;
}
@media only screen and (min-width: 1232px) {
  /* line 119, ../sass/layouts/_layouts-neue.scss */
  #content > .secondary {
    padding-right: 0;
  }
}

/* line 150, ../sass/layouts/_layouts-neue.scss */
.framing, #content .entry {
  padding-left: 3%;
  padding-right: 3%;
}
@media only screen and (min-width: 760px) {
  /* line 150, ../sass/layouts/_layouts-neue.scss */
  .framing, #content .entry {
    padding-left: 3%;
    padding-right: 3%;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .framing, .old_ie #content .entry, #content .old_ie .entry {
  padding-left: 3%;
  padding-right: 3%;
}

@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 163, ../sass/layouts/_layouts-neue.scss */
  #content {
    padding-left: 5%;
  }
  /* line 168, ../sass/layouts/_layouts-neue.scss */
  .no_navigation #content {
    padding-left: 0;
  }
}

/* line 189, ../sass/layouts/_layouts-neue.scss */
.no_sidebar #content > .secondary {
  display: none !important;
}

/* line 199, ../sass/layouts/_layouts-neue.scss */
.no_section_menu #content {
  width: 100% !important;
  padding-left: 0;
}

/*
.no_navigation {

    &.no_complementary {

        section[role='main'] {
            
            width: 100%;
            
            .entry {
                padding-left: 2%; // Should be calculated exactly
                padding-right: 2%; // Should be calculated exactly
            }
        }
    }
}
*/
@media only screen and (min-width: 760px) {
  /* line 338, ../sass/layouts/_layouts-neue.scss */
  #section_menu {
    font-size: 13px;
    width: 33%;
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie #section_menu {
  font-size: 13px;
  width: 33%;
}
@media only screen and (min-width: 990px) {
  /* line 338, ../sass/layouts/_layouts-neue.scss */
  #section_menu {
    margin-top: -6px;
    position: static;
    float: left;
    width: 23%;
  }
  /* line 352, ../sass/layouts/_layouts-neue.scss */
  #section_menu ul {
    display: block;
  }
}
/* line 41, ../sass/helper-functions/_media-queries.scss */
.old_ie #section_menu {
  margin-top: -6px;
  position: static;
  float: left;
  width: 23%;
}
/* line 352, ../sass/layouts/_layouts-neue.scss */
.old_ie #section_menu ul {
  display: block;
}

@media only screen and (max-width: 759px) {
  /* line 367, ../sass/layouts/_layouts-neue.scss */
  section[role='main'] {
    width: 100% !important;
  }
  /* line 372, ../sass/layouts/_layouts-neue.scss */
  section[role='main'] .entry {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media only screen and (max-width: 759px) {
  /* line 380, ../sass/layouts/_layouts-neue.scss */
  aside[role='complementary'] {
    width: 100% !important;
    padding: 0 3% !important;
  }
}

@media only screen and (max-width: 759px) {
  /* line 394, ../sass/layouts/_layouts-neue.scss */
  .no-js div[role='navigation'] {
    position: relative;
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 759px) {
  /* line 404, ../sass/layouts/_layouts-neue.scss */
  #wrapper {
    max-width: 100%;
    overflow: hidden;
    z-index: 11;
    position: relative;
    display: block;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 3px 0 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 3px 0 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 3px 0 4px;
  }
  /* line 414, ../sass/layouts/_layouts-neue.scss */
  #wrapper .mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
  }
  /* line 425, ../sass/layouts/_layouts-neue.scss */
  #wrapper.animated {
    -moz-transition: -moz-transform 200ms ease-in-out;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    -ms-transition: -ms-transform 200ms ease-in-out;
    -o-transition: -o-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
  }
  /* line 441, ../sass/layouts/_layouts-neue.scss */
  #wrapper.active {
    margin-left: -210px;
  }
  /* line 448, ../sass/layouts/_layouts-neue.scss */
  #wrapper.active .mask {
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (max-width: 759px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 404, ../sass/layouts/_layouts-neue.scss */
  #wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
@media only screen and (max-width: 759px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 441, ../sass/layouts/_layouts-neue.scss */
  #wrapper.active {
    margin-left: 0;
    -webkit-transform: translate3d(-210px, 0, 0);
    -moz-transform: translate3d(-210px, 0, 0);
    -ms-transform: translate3d(-210px, 0, 0);
    -o-transform: translate3d(-210px, 0, 0);
    transform: translate3d(-210px, 0, 0);
  }
}

@media only screen and (max-width: 759px) {
  /* line 3, ../sass/page-specific/_homepage.scss */
  .homepage #page {
    border-top-width: 5px;
    border-top-style: solid;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .homepage #page {
    border-top-color: #115737;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-research .homepage #page {
    border-top-color: #4f96a2;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-students .homepage #page {
    border-top-color: #dc5241;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-services .homepage #page {
    border-top-color: #7d2351;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-study .homepage #page {
    border-top-color: #64a659;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-staff .homepage #page {
    border-top-color: #37aacf;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-teaching .homepage #page {
    border-top-color: #7f0e0e;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-example .homepage #page {
    border-top-color: #37aacf;
  }
}

/* line 22, ../sass/page-specific/_homepage.scss */
.homepage_feature .imagery {
  background-image: url("/__data/assets/image/0008/171773/varieties/_760.jpg");
}
@media only screen and (min-width: 760px) {
  /* line 22, ../sass/page-specific/_homepage.scss */
  .homepage_feature .imagery {
    background-image: url("/__data/assets/image/0008/171773/homepage-banner.jpg");
  }
}
/* line 26, ../sass/helper-functions/_media-queries.scss */
.old_ie .homepage_feature .imagery {
  background-image: url("/__data/assets/image/0008/171773/homepage-banner.jpg");
}
/* line 39, ../sass/page-specific/_homepage.scss */
.old_ie .homepage_feature .imagery {
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/__data/assets/image/0008/171773/homepage-banner.jpg',sizingMethod='scale')";
}

/* line 55, ../sass/page-specific/_homepage.scss */
.homepage .nav_quicklinks a {
  display: block;
  font-family: "National", "Segoe WP Semibold", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
}
@media only screen and (max-width: 759px) {
  /* line 52, ../sass/page-specific/_homepage.scss */
  .homepage .nav_quicklinks {
    padding: 1em 3%;
    width: 100%;
  }
  /* line 64, ../sass/page-specific/_homepage.scss */
  .homepage .nav_quicklinks ul {
    *zoom: 1;
  }
  /* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .homepage .nav_quicklinks ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 12, ../sass/helper-functions/_clearfix.scss */
  .ie6 .homepage .nav_quicklinks ul, .ie6 .homepage .nav_quicklinks ul {
    clear: both;
  }
  /* line 67, ../sass/page-specific/_homepage.scss */
  .homepage .nav_quicklinks li {
    width: auto;
    float: left;
  }
  /* line 71, ../sass/page-specific/_homepage.scss */
  .homepage .nav_quicklinks a {
    padding: 0.2em 0.4em;
    margin: 0 0.25em 0.25em 0;
    background: #eaf0f9;
    font-size: 1em;
  }
}
@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 52, ../sass/page-specific/_homepage.scss */
  .homepage .nav_quicklinks {
    padding: 1em 2.4%;
    width: 100%;
  }
  /* line 84, ../sass/page-specific/_homepage.scss */
  .homepage .nav_quicklinks ul {
    *zoom: 1;
  }
  /* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .homepage .nav_quicklinks ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 12, ../sass/helper-functions/_clearfix.scss */
  .ie6 .homepage .nav_quicklinks ul, .ie6 .homepage .nav_quicklinks ul {
    clear: both;
  }
  /* line 87, ../sass/page-specific/_homepage.scss */
  .homepage .nav_quicklinks li {
    width: auto;
    float: left;
  }
  /* line 91, ../sass/page-specific/_homepage.scss */
  .homepage .nav_quicklinks a {
    padding: 0.25em 0.6em;
    margin: 0 0.3em 0.3em 0;
    background: #eaf0f9;
    font-size: 1.28571em;
  }
}
@media only screen and (min-width: 990px) {
  /* line 52, ../sass/page-specific/_homepage.scss */
  .homepage .nav_quicklinks {
    padding: 0.6em 0 0.4em;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0 !important;
    width: 23%;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .homepage .nav_quicklinks {
    background-color: #0d4b2f;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-research .homepage .nav_quicklinks {
    background-color: #428792;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-students .homepage .nav_quicklinks {
    background-color: #ca4737;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-services .homepage .nav_quicklinks {
    background-color: #6f1b46;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-study .homepage .nav_quicklinks {
    background-color: #549349;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-staff .homepage .nav_quicklinks {
    background-color: #208eb1;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-teaching .homepage .nav_quicklinks {
    background-color: #660603;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-example .homepage .nav_quicklinks {
    background-color: #208eb1;
  }
  /* line 112, ../sass/page-specific/_homepage.scss */
  .homepage .nav_quicklinks h2 {
    padding-left: 5%;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .homepage .nav_quicklinks h2 {
    color: #d1e0da;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-research .homepage .nav_quicklinks h2 {
    color: #e1eff1;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-students .homepage .nav_quicklinks h2 {
    color: #f4f4e9;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-services .homepage .nav_quicklinks h2 {
    color: #f4f4e9;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-study .homepage .nav_quicklinks h2 {
    color: #f4f4e9;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-staff .homepage .nav_quicklinks h2 {
    color: #dce9ee;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-teaching .homepage .nav_quicklinks h2 {
    color: #b4c6cc;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-example .homepage .nav_quicklinks h2 {
    color: #f4f4e9;
  }
  /* line 119, ../sass/page-specific/_homepage.scss */
  .homepage .nav_quicklinks ul {
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 126, ../sass/page-specific/_homepage.scss */
  .homepage .nav_quicklinks li {
    border-top-width: 1px;
    border-top-style: solid;
    width: 100%;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .homepage .nav_quicklinks li {
    border-color: #0b3e27;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-research .homepage .nav_quicklinks li {
    border-color: #3d7d87;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-students .homepage .nav_quicklinks li {
    border-color: #bf4233;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-services .homepage .nav_quicklinks li {
    border-color: #63183e;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-study .homepage .nav_quicklinks li {
    border-color: #4e8944;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-staff .homepage .nav_quicklinks li {
    border-color: #1e84a4;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-teaching .homepage .nav_quicklinks li {
    border-color: #570503;
  }
  /* line 201, ../sass/ui-library/_mixin-theme-library.scss */
  .theme-example .homepage .nav_quicklinks li {
    border-color: #1e84a4;
  }
  /* line 137, ../sass/page-specific/_homepage.scss */
  .homepage .nav_quicklinks a {
    padding: 0.3em 0 0.35em;
    font-size: 1.35714em;
    color: #fff;
  }
}
/* line 41, ../sass/helper-functions/_media-queries.scss */
.old_ie .homepage .nav_quicklinks {
  padding: 0.6em 0 0.4em;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  width: 23%;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.old_ie .homepage .nav_quicklinks {
  background-color: #0d4b2f;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .old_ie .homepage .nav_quicklinks {
  background-color: #428792;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .old_ie .homepage .nav_quicklinks {
  background-color: #ca4737;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .old_ie .homepage .nav_quicklinks {
  background-color: #6f1b46;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .old_ie .homepage .nav_quicklinks {
  background-color: #549349;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .old_ie .homepage .nav_quicklinks {
  background-color: #208eb1;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .old_ie .homepage .nav_quicklinks {
  background-color: #660603;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .old_ie .homepage .nav_quicklinks {
  background-color: #208eb1;
}
/* line 112, ../sass/page-specific/_homepage.scss */
.old_ie .homepage .nav_quicklinks h2 {
  padding-left: 5%;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.old_ie .homepage .nav_quicklinks h2 {
  color: #d1e0da;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .old_ie .homepage .nav_quicklinks h2 {
  color: #e1eff1;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .old_ie .homepage .nav_quicklinks h2 {
  color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .old_ie .homepage .nav_quicklinks h2 {
  color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .old_ie .homepage .nav_quicklinks h2 {
  color: #f4f4e9;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .old_ie .homepage .nav_quicklinks h2 {
  color: #dce9ee;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .old_ie .homepage .nav_quicklinks h2 {
  color: #b4c6cc;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .old_ie .homepage .nav_quicklinks h2 {
  color: #f4f4e9;
}
/* line 119, ../sass/page-specific/_homepage.scss */
.old_ie .homepage .nav_quicklinks ul {
  padding-left: 5%;
  padding-right: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 126, ../sass/page-specific/_homepage.scss */
.old_ie .homepage .nav_quicklinks li {
  border-top-width: 1px;
  border-top-style: solid;
  width: 100%;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.old_ie .homepage .nav_quicklinks li {
  border-color: #0b3e27;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-research .old_ie .homepage .nav_quicklinks li {
  border-color: #3d7d87;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-students .old_ie .homepage .nav_quicklinks li {
  border-color: #bf4233;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-services .old_ie .homepage .nav_quicklinks li {
  border-color: #63183e;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-study .old_ie .homepage .nav_quicklinks li {
  border-color: #4e8944;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-staff .old_ie .homepage .nav_quicklinks li {
  border-color: #1e84a4;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-teaching .old_ie .homepage .nav_quicklinks li {
  border-color: #570503;
}
/* line 201, ../sass/ui-library/_mixin-theme-library.scss */
.theme-example .old_ie .homepage .nav_quicklinks li {
  border-color: #1e84a4;
}
/* line 137, ../sass/page-specific/_homepage.scss */
.old_ie .homepage .nav_quicklinks a {
  padding: 0.3em 0 0.35em;
  font-size: 1.35714em;
  color: #fff;
}

/* line 159, ../sass/page-specific/_homepage.scss */
.homepage .entry_block {
  padding: 1em 0 0;
}
@media only screen and (max-width: 759px) {
  /* line 159, ../sass/page-specific/_homepage.scss */
  .homepage .entry_block {
    padding: 0 3% 0;
  }
}
@media only screen and (min-width: 990px) {
  /* line 159, ../sass/page-specific/_homepage.scss */
  .homepage .entry_block {
    margin: 0 1%;
    padding: 0;
  }
}
/* line 41, ../sass/helper-functions/_media-queries.scss */
.old_ie .homepage .entry_block {
  margin: 0 1%;
  padding: 0;
}
@media only screen and (min-width: 760px) and (max-width: 989px) {
  /* line 159, ../sass/page-specific/_homepage.scss */
  .homepage .entry_block {
    padding: 1em 2.5% 0;
  }
}

@media only screen and (max-width: 759px) {
  /* line 192, ../sass/page-specific/_homepage.scss */
  .homepage .bleed {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 198, ../sass/page-specific/_homepage.scss */
  .homepage .connect_block {
    padding: 0 3% 0;
  }
}
@media only screen and (min-width: 760px) {
  /* line 206, ../sass/page-specific/_homepage.scss */
  .homepage .entry_block .bleed {
    margin-top: 0;
  }
}
/* line 206, ../sass/page-specific/_homepage.scss */
.old_ie .homepage .entry_block .bleed {
  margin-top: 0;
}
@media only screen and (min-width: 990px) {
  /* line 216, ../sass/page-specific/_homepage.scss */
  .homepage .site_footer {
    padding: 0 1%;
  }
  /* line 221, ../sass/page-specific/_homepage.scss */
  .homepage .homepage_feature {
    width: 77%;
    margin-bottom: 3em;
    *zoom: 1;
    float: right;
  }
  /* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .homepage .homepage_feature:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 12, ../sass/helper-functions/_clearfix.scss */
  .ie6 .homepage .homepage_feature, .ie6 .homepage .homepage_feature {
    clear: both;
  }
  /* line 228, ../sass/page-specific/_homepage.scss */
  .homepage .entry_block {
    clear: both;
    border-top: 1px solid #eeeeee;
    padding-top: 2em;
    *zoom: 1;
  }
  /* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .homepage .entry_block:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 12, ../sass/helper-functions/_clearfix.scss */
  .ie6 .homepage .entry_block, .ie6 .homepage .entry_block {
    clear: both;
  }
  /* line 235, ../sass/page-specific/_homepage.scss */
  .homepage .entry_block .tabbed_widget {
    clear: none;
    width: 24%;
    float: right;
  }
  /* line 242, ../sass/page-specific/_homepage.scss */
  .homepage .widget {
    width: 24%;
    float: right;
    margin: 0;
  }
  /* line 247, ../sass/page-specific/_homepage.scss */
  .homepage .widget .button.az {
    position: static;
  }
}
/* line 216, ../sass/page-specific/_homepage.scss */
.old_ie .homepage .site_footer {
  padding: 0 1%;
}
/* line 221, ../sass/page-specific/_homepage.scss */
.old_ie .homepage .homepage_feature {
  width: 77%;
  margin-bottom: 3em;
  *zoom: 1;
  float: right;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.old_ie .homepage .homepage_feature:after {
  content: "";
  display: table;
  clear: both;
}
/* line 12, ../sass/helper-functions/_clearfix.scss */
.ie6 .old_ie .homepage .homepage_feature, .ie6 .old_ie .homepage .homepage_feature {
  clear: both;
}
/* line 228, ../sass/page-specific/_homepage.scss */
.old_ie .homepage .entry_block {
  clear: both;
  border-top: 1px solid #eeeeee;
  padding-top: 2em;
  *zoom: 1;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.old_ie .homepage .entry_block:after {
  content: "";
  display: table;
  clear: both;
}
/* line 12, ../sass/helper-functions/_clearfix.scss */
.ie6 .old_ie .homepage .entry_block, .ie6 .old_ie .homepage .entry_block {
  clear: both;
}
/* line 235, ../sass/page-specific/_homepage.scss */
.old_ie .homepage .entry_block .tabbed_widget {
  clear: none;
  width: 24%;
  float: right;
}
/* line 242, ../sass/page-specific/_homepage.scss */
.old_ie .homepage .widget {
  width: 24%;
  float: right;
  margin: 0;
}
/* line 247, ../sass/page-specific/_homepage.scss */
.old_ie .homepage .widget .button.az {
  position: static;
}
/* line 253, ../sass/page-specific/_homepage.scss */
.homepage .connect_with_vic {
  display: none;
  margin-top: 2em;
  *zoom: 1;
}
/* line 259, ../sass/page-specific/_homepage.scss */
.homepage .connect_with_vic.bleed {
  padding-bottom: 3em;
}
/* line 38, H:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.homepage .connect_with_vic:after {
  content: "";
  display: table;
  clear: both;
}
/* line 12, ../sass/helper-functions/_clearfix.scss */
.ie6 .homepage .connect_with_vic, .ie6 .homepage .connect_with_vic {
  clear: both;
}
/* line 265, ../sass/page-specific/_homepage.scss */
.homepage .connect_with_vic .intro {
  text-align: center;
  color: #2f2f2f;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 759px) {
  /* line 265, ../sass/page-specific/_homepage.scss */
  .homepage .connect_with_vic .intro {
    width: 90%;
  }
}
/* line 277, ../sass/page-specific/_homepage.scss */
.homepage .connect_with_vic .intro p {
  font-size: 16px;
}
/* line 281, ../sass/page-specific/_homepage.scss */
.homepage .connect_with_vic .intro a {
  color: inherit;
  text-decoration: underline;
}

/* line 289, ../sass/page-specific/_homepage.scss */
.bleed {
  clear: both;
}

@media print {
  /* line 6, ../sass/core/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  /* line 7, ../sass/core/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 8, ../sass/core/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 9, ../sass/core/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 10, ../sass/core/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  /* line 11, ../sass/core/_print.scss */
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 12, ../sass/core/_print.scss */
  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  /* line 13, ../sass/core/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 14, ../sass/core/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 16, ../sass/core/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 17, ../sass/core/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
