/*!
Theme Name: Marshall
Theme URI: https://github.com/UF-Law/marshall/
Author: UF Law Communications
Author URI: http://www.law.ufl.edu/news/
Description: UF Law theme redesign
Version: 0.1.1
*/
/* line 18, sass/global/reset/_html5-display.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 26, sass/global/reset/_html5-display.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 33, sass/global/reset/_html5-display.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 42, sass/global/reset/_html5-display.scss */
[hidden],
template {
  display: none;
}

/* line 8, sass/global/reset/_base.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 16, sass/global/reset/_base.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 21, sass/global/reset/_base.scss */
html, body {
  height: 100%;
}

/* line 7, sass/global/reset/_links.scss */
a {
  background: transparent;
}

/* line 13, sass/global/reset/_links.scss */
a:focus {
  outline: thin dotted;
}

/* line 20, sass/global/reset/_links.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 14, sass/global/reset/_typography.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 21, sass/global/reset/_typography.scss */
b,
strong {
  font-weight: bold;
}

/* line 27, sass/global/reset/_typography.scss */
dfn {
  font-style: italic;
}

/* line 33, sass/global/reset/_typography.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 41, sass/global/reset/_typography.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 51, sass/global/reset/_typography.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 58, sass/global/reset/_typography.scss */
pre {
  white-space: pre-wrap;
}

/* line 64, sass/global/reset/_typography.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 70, sass/global/reset/_typography.scss */
small {
  font-size: 80%;
}

/* line 77, sass/global/reset/_typography.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 84, sass/global/reset/_typography.scss */
sup {
  top: -0.5em;
}

/* line 88, sass/global/reset/_typography.scss */
sub {
  bottom: -0.25em;
}

/* line 7, sass/global/reset/_embedded-content.scss */
img {
  border: 0;
}

/* line 13, sass/global/reset/_embedded-content.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 7, sass/global/reset/_figures.scss */
figure {
  margin: 0;
}

/* line 7, sass/global/reset/_forms.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 16, sass/global/reset/_forms.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 28, sass/global/reset/_forms.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 37, sass/global/reset/_forms.scss */
button,
input {
  line-height: normal;
}

/* line 47, sass/global/reset/_forms.scss */
button,
select {
  text-transform: none;
}

/* line 58, sass/global/reset/_forms.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 66, sass/global/reset/_forms.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 74, sass/global/reset/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 82, sass/global/reset/_forms.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 92, sass/global/reset/_forms.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 99, sass/global/reset/_forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 107, sass/global/reset/_forms.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 7, sass/global/reset/_tables.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 9, sass/global/_baseline.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 15, sass/global/_baseline.scss */
html {
  font-size: 62.5%;
}

/* line 20, sass/global/_baseline.scss */
html > body {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 980px) {
  /* line 20, sass/global/_baseline.scss */
  html > body {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 4rem;
    margin: 20px 0px;
    margin: 2rem 0rem;
  }
}

/* line 31, sass/global/_baseline.scss */
p, ol, ul {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 20px 0px;
  margin: 2rem 0rem;
}
@media (max-width: 980px) {
  /* line 31, sass/global/_baseline.scss */
  p, ol, ul {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 4rem;
    margin: 20px 0px;
    margin: 2rem 0rem;
  }
}

/* line 44, sass/global/_baseline.scss */
ol, ul {
  margin-left: 20px;
  margin-left: 2rem;
}

/* line 48, sass/global/_baseline.scss */
h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem;
  margin: 20px 0px;
  margin: 2rem 0rem;
}
@media (max-width: 980px) {
  /* line 48, sass/global/_baseline.scss */
  h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 60px;
    line-height: 6rem;
    margin: 20px 0px;
    margin: 2rem 0rem;
  }
}

/* line 61, sass/global/_baseline.scss */
h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  line-height: 4rem;
  margin: 20px 0px;
  margin: 2rem 0rem;
}
@media (max-width: 980px) {
  /* line 61, sass/global/_baseline.scss */
  h2 {
    font-size: 46.4px;
    font-size: 4.64rem;
    line-height: 60px;
    line-height: 6rem;
    margin: 20px 0px;
    margin: 2rem 0rem;
  }
}

/* line 74, sass/global/_baseline.scss */
h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 20px 0px;
  margin: 2rem 0rem;
}
@media (max-width: 980px) {
  /* line 74, sass/global/_baseline.scss */
  h3 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 40px;
    line-height: 4rem;
    margin: 20px 0px;
    margin: 2rem 0rem;
  }
}

/* line 87, sass/global/_baseline.scss */
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 20px 0px;
  margin: 2rem 0rem;
}
@media (max-width: 980px) {
  /* line 87, sass/global/_baseline.scss */
  h4 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 4rem;
    margin: 20px 0px;
    margin: 2rem 0rem;
  }
}

/* line 100, sass/global/_baseline.scss */
h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 20px 0px;
  margin: 2rem 0rem;
}
@media (max-width: 980px) {
  /* line 100, sass/global/_baseline.scss */
  h5 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
    margin: 20px 0px;
    margin: 2rem 0rem;
  }
}

/* line 113, sass/global/_baseline.scss */
h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 20px 0px;
  margin: 2rem 0rem;
}
@media (max-width: 980px) {
  /* line 113, sass/global/_baseline.scss */
  h6 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
    margin: 20px 0px;
    margin: 2rem 0rem;
  }
}

/* line 11, sass/global/_grid.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 16, sass/global/_grid.scss */
.ie7 *, .ie7 *:before, .ie7 *:after {
  box-sizing: content-box;
}

/* line 21, sass/global/_grid.scss */
.row {
  width: 1000px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
/* line 26, sass/global/_grid.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0px -20px;
  margin: 0rem -2rem;
}
/* line 31, sass/global/_grid.scss */
.row .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0px -20px;
  margin: 0rem -2rem;
}
/* line 39, sass/global/_grid.scss */
.row .one {
  width: 8.33%;
}
/* line 40, sass/global/_grid.scss */
.row .two {
  width: 16.66%;
}
/* line 41, sass/global/_grid.scss */
.row .three {
  width: 25%;
}
/* line 42, sass/global/_grid.scss */
.row .four {
  width: 33.33%;
}
/* line 43, sass/global/_grid.scss */
.row .five {
  width: 41.66%;
}
/* line 44, sass/global/_grid.scss */
.row .six {
  width: 50%;
}
/* line 45, sass/global/_grid.scss */
.row .seven {
  width: 58.33%;
}
/* line 46, sass/global/_grid.scss */
.row .eight {
  width: 66.66%;
}
/* line 47, sass/global/_grid.scss */
.row .nine {
  width: 75%;
}
/* line 48, sass/global/_grid.scss */
.row .ten {
  width: 83.33%;
}
/* line 49, sass/global/_grid.scss */
.row .eleven {
  width: 91.66%;
}
/* line 50, sass/global/_grid.scss */
.row .twelve {
  width: 100%;
}

/* line 53, sass/global/_grid.scss */
.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0px 20px;
  padding: 0rem 2rem;
  position: relative;
}

/* line 60, sass/global/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 64, sass/global/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

/* line 72, sass/global/_grid.scss */
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

/* line 78, sass/global/_grid.scss */
.row:after,
.clearfix:after {
  clear: both;
}

/* line 83, sass/global/_grid.scss */
.row,
.clearfix {
  zoom: 1;
}

/* line 98, sass/global/_grid.scss */
.ie7 .row .one {
  width: 5.33%;
}
/* line 99, sass/global/_grid.scss */
.ie7 .row .two {
  width: 13.66%;
}
/* line 100, sass/global/_grid.scss */
.ie7 .row .three {
  width: 22%;
}
/* line 101, sass/global/_grid.scss */
.ie7 .row .four {
  width: 30.33%;
}
/* line 102, sass/global/_grid.scss */
.ie7 .row .five {
  width: 38.66%;
}
/* line 103, sass/global/_grid.scss */
.ie7 .row .six {
  width: 47%;
}
/* line 104, sass/global/_grid.scss */
.ie7 .row .seven {
  width: 55.33%;
}
/* line 105, sass/global/_grid.scss */
.ie7 .row .eight {
  width: 63.66%;
}
/* line 106, sass/global/_grid.scss */
.ie7 .row .nine {
  width: 72%;
}
/* line 107, sass/global/_grid.scss */
.ie7 .row .ten {
  width: 80.33%;
}
/* line 108, sass/global/_grid.scss */
.ie7 .row .eleven {
  width: 88.66%;
}
/* line 109, sass/global/_grid.scss */
.ie7 .row .twelve {
  width: 98%;
}
/* line 112, sass/global/_grid.scss */
.ie7 .column, .ie7 .columns {
  padding: 0;
  margin: 0 1%;
}
/* line 118, sass/global/_grid.scss */
.ie7 .frontpage-middle .columns {
  padding: 0;
}

@media (max-width: 980px) {
  /* line 127, sass/global/_grid.scss */
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 135, sass/global/_grid.scss */
  .column,
  .columns {
    width: auto !important;
    float: none;
  }
  /* line 138, sass/global/_grid.scss */
  .column:last-child,
  .columns:last-child {
    float: none;
  }

  /* line 143, sass/global/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  /* line 150, sass/global/_grid.scss */
  .column:before,
  .columns:before,
  .column:after,
  .columns:after {
    content: "";
    display: table;
  }

  /* line 156, sass/global/_grid.scss */
  .column:after,
  .columns:after {
    clear: both;
  }
}
/* line 12, sass/global/_typography.scss */
html > body {
  font-family: 'Open Sans';
}

/* line 17, sass/global/_typography.scss */
body, input, button {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 24, sass/global/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #0d1f5c;
  background-color: inherit;
}

/* line 29, sass/global/_typography.scss */
h1, h2, h3, h4, h6 {
  font-weight: 600;
}

/* line 33, sass/global/_typography.scss */
h3 {
  text-transform: uppercase;
  border-bottom: 1px solid #0d1f5c;
}

/* line 39, sass/global/_typography.scss */
p {
  word-break: normal;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* line 54, sass/global/_typography.scss */
a:link {
  color: #445db0;
  background-color: inherit;
  text-decoration: none;
}
/* line 59, sass/global/_typography.scss */
a:visited {
  color: #112b80;
  background-color: inherit;
}
/* line 63, sass/global/_typography.scss */
a:hover {
  color: #ff4a00;
  background-color: inherit;
  border-bottom-color: #ff4a00;
}
/* line 68, sass/global/_typography.scss */
a:active {
  color: #ff4a00;
  background-color: inherit;
}
/* line 74, sass/global/_typography.scss */
a[href$=".pdf"] {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1wZGYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9IjAgMCAxNCAxMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CjwhW0NEQVRBWwoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNmZjRhMDA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7fQoJLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiNmZjRhMDA7fQpdXT4KPC9zdHlsZT4KPGc+Cgk8cG9seWxpbmUgaWQ9ImZyYW1lIiBjbGFzcz0ic3QwIiBwb2ludHM9IjcuNSw5IDcuNSwxMC41IDAuNSwxMC41IDAuNSwwLjUgNy41LDAuNSA3LjUsMyAJIj48L3BvbHlsaW5lPgoJPHBhdGggaWQ9ImxldHRlci1wIiBjbGFzcz0ic3QxIiBkPSJNMy41LDhWNC41SDVjMC41NTMsMCwxLDAuNDQ4LDEsMWMwLDAuNTUzLTAuNDQ3LDEtMSwxSDMiPjwvcGF0aD4KCTxwYXRoIGlkPSJsZXR0ZXItZCIgY2xhc3M9InN0MSIgZD0iTTcuNSw3LjV2LTNoMS4xMTdjMC44MjgsMCwxLjUsMC42NzIsMS41LDEuNXMtMC42NzIsMS41LTEuNSwxLjVINy41eiI+PC9wYXRoPgoJPGxpbmUgaWQ9ImxldHRlci1mLWNyb3NzYmFyIiBjbGFzcz0ic3QxIiB4MT0iMTMiIHkxPSI2LjUiIHgyPSIxMiIgeTI9IjYuNSI+PC9saW5lPgoJPHBvbHlsaW5lIGlkPSJsZXR0ZXItZiIgY2xhc3M9InN0MSIgcG9pbnRzPSIxMS41LDggMTEuNSw0LjUgMTQsNC41IAkiPjwvcG9seWxpbmU+CjwvZz4KPC9zdmc+) right center no-repeat;
  padding-right: 20px;
}
/* line 77, sass/global/_typography.scss */
a[href^="mailto"] {
  background: url(data:image/svg+xml;base64,PHN2ZyAKICB2ZXJzaW9uPSIxLjEiIAogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgCiAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIAogIHg9IjBweCIgeT0iMHB4IgoJd2lkdGg9IjE3Ljg3NXB4IiBoZWlnaHQ9IjExcHgiIAogIHZpZXdCb3g9IjAgMCAxNy44NzUgMTEiIAogIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgo8IVtDREFUQVsKCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojZmY0YTAwO3N0cm9rZS1saW5lY2FwOnJvdW5kO30KXV0+Cjwvc3R5bGU+Cgk8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxMSwxMC41IDAuNSwxMC41IDAuNSwwLjUgMTMsMC41IAkiPjwvcG9seWxpbmU+Cgk8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIyLjUsMi41IDcuMTI1LDYuMTI1IDEzLjE2NywwLjU0MSAJIj48L3BvbHlsaW5lPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2LjY0OCw4LjY3M2MtMC41ODgsMC41ODktMS40LDAuODI3LTIuMjk3LDAuODI3SDE0LjVjLTEuNzk1LDAtMy4yNS0xLjMzLTMuMjUtMy4xMjUKCQljMC0xLjc5NiwxLjQ1NS0zLjE4OCwzLjI1LTMuMTg4czIuODc1LDEuNzM1LDIuODc1LDMuNTMxTDE1LjM0NCw3LjVoLTEuNWMtMC41NTMsMC0xLTAuNDQ4LTEtMWMwLTAuNTUzLDAuNDQ3LTEsMS0xSDE1LjVWNyI+PC9wYXRoPgo8L3N2Zz4=) right center no-repeat;
  padding-right: 22px;
}
/* line 79, sass/global/_typography.scss */
a.no-line {
  border: none;
  background: none;
}

/* line 87, sass/global/_typography.scss */
ul, ol {
  list-style-type: none;
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iLTQgLTMgMTAgMTAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNYXh5TWlkIG1lZXQiPjxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIzIiBmaWxsPSIjQkJCQkJCIiAvPjwvc3ZnPg==);
  list-style-position: outside;
}

/* line 93, sass/global/_typography.scss */
li {
  color: inherit;
  background-color: inherit;
}

/* line 100, sass/global/_typography.scss */
blockquote {
  font-style: italic;
  color: #112b80;
  background-color: #eeeeee;
  padding: 0 10px 1px 10px;
  margin: 10px 0 15px 0;
  overflow: auto;
}
/* line 107, sass/global/_typography.scss */
blockquote:before {
  content: "\201C";
  display: inline-block;
  font-family: 'Holtwood One SC';
  font-size: 9em;
  line-height: 0;
  color: #FFF;
  position: relative;
  top: 44px;
  right: 34px;
  float:left;
}
/* line 119, sass/global/_typography.scss */
blockquote > p {
  margin-left: 95px;
  padding-right: 30px;
}
/* line 122, sass/global/_typography.scss */
blockquote > p:first-of-type {
/*  margin-top: -32px;*/
}
/* line 125, sass/global/_typography.scss */
blockquote img {
  border: 5px solid #FFF;
  float: right;
  margin: 20px 0 20px 20px;
}

/* line 133, sass/global/_typography.scss */
hr {
  border: 0;
  border-bottom: 2px dashed #0d1f5c;
  margin: 2, 0;
}

/* line 140, sass/global/_typography.scss */
table {
  width: 100%;
  border-collapse: collapse;
}

/* line 145, sass/global/_typography.scss */
table th, table td {
  padding: 10px 10px 9px;
  font-size: .95em;
  line-height: 18px;
  text-align: left;
}

/* line 152, sass/global/_typography.scss */
table td {
  vertical-align: top;
  border-top: solid 1px white;
}

/* line 158, sass/global/_typography.scss */
table tr:first-of-type td {
  border-top: none;
}

/* line 161, sass/global/_typography.scss */
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}

/* line 167, sass/global/_typography.scss */
table.condensed th, table.condensed td {
  padding: 5px 5px 4px;
}

/* line 171, sass/global/_typography.scss */
table.bordered {
  border-collapse: separate;
  border: solid 1px #bdbdbd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 181, sass/global/_typography.scss */
table.bordered th + th,
table.bordered th + td,
table.bordered td + td {
  border-left: solid 1px #bdbdbd;
}

/* line 186, sass/global/_typography.scss */
.zebra tbody tr:nth-child(odd) td,
.zebra tbody tr:nth-child(odd) th {
  background: #eeeeee;
}

/* line 190, sass/global/_typography.scss */
.nowrap {
  white-space: nowrap;
}

/* line 2, sass/layout/header/_header.scss */
header ul {
  list-style-image: none;
}
/* line 4, sass/layout/header/_header.scss */
header ul li {
  float: left;
  list-style-type: none;
  padding-right: 5px;
  color: white;
  height: 100%;
}
/* line 10, sass/layout/header/_header.scss */
header ul li a {
  color: white;
  border-bottom: none;
  text-decoration: none;
}
/* line 14, sass/layout/header/_header.scss */
header ul li a:hover {
  border-bottom: 1px dashed white;
}
/* line 16, sass/layout/header/_header.scss */
header ul li:first-child {
  padding-left: 0;
}
/* line 17, sass/layout/header/_header.scss */
header ul li:after {
  content: "|";
  padding-left: 5px;
}
/* line 22, sass/layout/header/_header.scss */
header ul li:last-child:after {
  content: "";
}
/* line 26, sass/layout/header/_header.scss */
header .main-logo {
  margin: 20px 0;
}
/* line 28, sass/layout/header/_header.scss */
header .main-logo a {
  border-bottom: none;
}
/* line 30, sass/layout/header/_header.scss */
header #svg-header {
  width: 100%;
  height: 100%;
  margin: 1em 0;
}
/* line 34, sass/layout/header/_header.scss */
header #svg-header .divider {
  fill: #ff4a00;
}
/* line 38, sass/layout/header/_header.scss */
header #svg-header .uf,
header #svg-header .levin,
header #svg-header .univ-fla {
  fill: #0d1f5c;
}

/* line 46, sass/layout/header/_header.scss */
.gt_ie8 header #svg-header {
  width: 100%;
  height: 110px;
  margin: 0;
}

/* line 1, sass/layout/header/_quick-menu.scss */
.quick-menu {
  line-height: 20px;
}
/* line 3, sass/layout/header/_quick-menu.scss */
.quick-menu ul {
  margin: 0;
}
/* line 5, sass/layout/header/_quick-menu.scss */
.quick-menu ul li {
  padding: 4px 0 0 15px;
}
/* line 8, sass/layout/header/_quick-menu.scss */
.quick-menu ul a {
  border-bottom: none;
  color: white;
  padding-right: 10px;
}
/* line 12, sass/layout/header/_quick-menu.scss */
.quick-menu ul a:hover {
  border-bottom: none;
  color: #ff4a00;
}
/* line 17, sass/layout/header/_quick-menu.scss */
.quick-menu ul .logo-uf {
  width: 115px;
  height: 36px;
  padding: 5px 10px 0 10px;
  margin: 0 10px -10px 0;
  background-color: white;
}
/* line 23, sass/layout/header/_quick-menu.scss */
.quick-menu ul .logo-uf:after {
  content: "";
}
/* line 26, sass/layout/header/_quick-menu.scss */
.quick-menu em {
  font-size: 80%;
}

/* line 30, sass/layout/header/_quick-menu.scss */
#svg-top svg {
  width: 89px;
  height: 25px;
}
/* line 34, sass/layout/header/_quick-menu.scss */
#svg-top .divider {
  fill: #ff4a00;
}
/* line 39, sass/layout/header/_quick-menu.scss */
#svg-top .uf,
#svg-top .timeline,
#svg-top .university,
#svg-top .of,
#svg-top .florida {
  fill: #0d1f5c;
}

/* line 50, sass/layout/header/_quick-menu.scss */
.ie8 .quick-menu ul li a {
  margin-top: -36px;
}
/* line 55, sass/layout/header/_quick-menu.scss */
.ie8 #svg-top {
  margin-top: -20px;
}

@media (max-width: 980px) {
  /* line 77, sass/layout/header/_quick-menu.scss */
  .quick-menu {
    display: none;
  }
}
/* line 1, sass/layout/header/_search-social.scss */
.search-social {
  padding: 0;
  margin-top: 30px;
}
/* line 4, sass/layout/header/_search-social.scss */
.search-social a {
  border-bottom: none;
}
/* line 5, sass/layout/header/_search-social.scss */
.search-social ul {
  margin-top: 30px;
  float: right;
}
/* line 8, sass/layout/header/_search-social.scss */
.search-social ul li {
  float: left;
}
/* line 10, sass/layout/header/_search-social.scss */
.search-social ul li:after {
  content: "";
  padding-left: 0;
}

/* line 25, sass/layout/header/_search-social.scss */
.facebook {
  width: 32px;
  height: 28px;
}
/* line 28, sass/layout/header/_search-social.scss */
.facebook #g-facebook {
  fill: #36609f;
}

/* line 30, sass/layout/header/_search-social.scss */
.twitter {
  fill: #2aa9e0;
  width: 32px;
  height: 28px;
}
/* line 34, sass/layout/header/_search-social.scss */
.twitter #g-twitter {
  fill: #2aa9e0;
}

/* line 36, sass/layout/header/_search-social.scss */
.linkedin {
  fill: #066c9a;
  width: 32px;
  height: 28px;
}
/* line 40, sass/layout/header/_search-social.scss */
.linkedin #g-linkedin {
  fill: #066c9a;
}

@media (max-width: 980px) {
  /* line 49, sass/layout/header/_search-social.scss */
  .search-social ul {
    margin: 0 auto !important;
    width: 99%;
    float: none !important;
    font-size: 2em;
  }
  /* line 57, sass/layout/header/_search-social.scss */
  .search-social .facebook,
  .search-social .twitter,
  .search-social .linkedin {
    display: none;
  }
}
/* line 1, sass/layout/header/_searchform.scss */
.searchform {
  background-color: transparent;
}
/* line 3, sass/layout/header/_searchform.scss */
.searchform form {
  border: 1px solid #bdbdbd;
  /* Form text input */
  /* Form submit button */
}
/* line 8, sass/layout/header/_searchform.scss */
.searchform form input {
  border: 0;
  font-size: 90%;
  font-weight: normal;
  font-style: italic;
  padding: 4px 0 4px 7px;
  width: 200px;
}
/* line 16, sass/layout/header/_searchform.scss */
.searchform form input:focus {
  outline: 0;
}
/* line 22, sass/layout/header/_searchform.scss */
.searchform form button {
  overflow: visible;
  background-color: transparent;
  position: relative;
  float: right;
  clear: left;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 26px;
  width: 26px;
}
/* line 34, sass/layout/header/_searchform.scss */
.searchform form button:active, .searchform form button:focus {
  outline: 0;
}
/* line 39, sass/layout/header/_searchform.scss */
.searchform form button:hover #search-button path {
  stroke: #ff4a00;
}

/* line 49, sass/layout/header/_searchform.scss */
#search-button {
  fill: none;
}
/* line 51, sass/layout/header/_searchform.scss */
#search-button path {
  stroke: #bdbdbd;
}

/* line 57, sass/layout/header/_searchform.scss */
.no-svg #search-button {
  display: block;
  height: 26px;
  width: 26px;
  background: url("images/png/search-button.png");
}

/* line 69, sass/layout/header/_searchform.scss */
.gt_ie8 .searchform form button {
  margin-bottom: -8px;
  float: none;
}

@media (max-width: 980px) {
  /* line 80, sass/layout/header/_searchform.scss */
  .searchform {
    width: 100%;
    height: 150px;
    height: 15rem;
  }
  /* line 84, sass/layout/header/_searchform.scss */
  .searchform input {
    width: 100% !important;
  }
  /* line 89, sass/layout/header/_searchform.scss */
  .searchform form button {
    top: -85px !important;
    height: 90px !important;
    width: 90px !important;
  }
}
/* line 1, sass/layout/header/_top-menu.scss */
#top-menu {
  position: relative;
  z-index: 99;
}
/* line 5, sass/layout/header/_top-menu.scss */
#top-menu a {
  color: white;
  font-size: 17.5px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 3.6rem;
  border-bottom: none;
}
/* line 12, sass/layout/header/_top-menu.scss */
#top-menu a:hover {
  border-bottom: none;
  color: #ff4a00;
}
/* line 18, sass/layout/header/_top-menu.scss */
#top-menu .arrow {
  font-size: smaller;
  font-family: monospace;
}
/* line 23, sass/layout/header/_top-menu.scss */
#top-menu ul {
  list-style-image: none;
  margin: 0;
}
/* line 26, sass/layout/header/_top-menu.scss */
#top-menu ul li {
  float: left;
  list-style-type: none;
}
/* line 30, sass/layout/header/_top-menu.scss */
#top-menu ul li:after {
  content: "|";
  margin: 0 6px 0 2px;
}
/* line 35, sass/layout/header/_top-menu.scss */
#top-menu ul li:first-child:after {
  content: "";
  margin: 0;
}
/* line 41, sass/layout/header/_top-menu.scss */
#top-menu ul li:last-child:after {
  content: "";
}
/* line 45, sass/layout/header/_top-menu.scss */
#top-menu ul #home {
  background-color: #ffffff;
  padding: 0 13px;
  margin-right: 10px;
}
/* line 49, sass/layout/header/_top-menu.scss */
#top-menu ul #home > a {
  line-height: 0;
}

/* line 54, sass/layout/header/_top-menu.scss */
#home-icon {
  height: 35px;
  width: 34px;
}
/* line 57, sass/layout/header/_top-menu.scss */
#home-icon path {
  fill: #0d1f5c;
}
/* line 59, sass/layout/header/_top-menu.scss */
#home-icon path:hover {
  fill: #ff4a00;
}

/* line 64, sass/layout/header/_top-menu.scss */
.svg-default {
  display: none;
  height: 120px;
  width: 120px;
  float: left;
  margin: 10px 5px 0 0;
  fill: white;
}
/* line 71, sass/layout/header/_top-menu.scss */
.svg-default svg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all .25s;
}

/* line 77, sass/layout/header/_top-menu.scss */
#menu-icon {
  display: none;
}

/* line 86, sass/layout/header/_top-menu.scss */
.no-svg .home-icon {
  width: 57px;
}
/* line 90, sass/layout/header/_top-menu.scss */
.no-svg #home-icon {
  display: block;
  height: 32px;
  width: 52px;
  background: url("images/png/home-icon.png") no-repeat center;
}

/* line 105, sass/layout/header/_top-menu.scss */
.ie7 #top-menu .menu-wrapper > ul > li {
  margin-right: 10px;
}

/* line 114, sass/layout/header/_top-menu.scss */
.ie9 #home-icon {
  height: 30px;
}

@media (max-width: 980px) {
  /* line 124, sass/layout/header/_top-menu.scss */
  #home-icon {
    display: none;
  }

  /* line 128, sass/layout/header/_top-menu.scss */
  .arrow {
    display: none;
  }

  /* line 132, sass/layout/header/_top-menu.scss */
  #menu-icon {
    display: block !important;
    border-radius: 10px 0 0 10px;
    color: #ff4a00;
    background-color: #0d1f5c;
    font-size: 4em;
    font-family: monospace;
    position: relative;
    float: left !important;
    right: 120px;
    top: 50%;
    width: 120px;
    height: 120px;
    padding: 4px 0 0 16px;
    margin-right: -120px;
  }
  /* line 147, sass/layout/header/_top-menu.scss */
  #menu-icon:hover {
    cursor: pointer;
  }
  /* line 151, sass/layout/header/_top-menu.scss */
  #menu-icon #hamenu {
    height: 120px;
    width: 120px;
    stroke: #ffffff;
  }

  /* line 158, sass/layout/header/_top-menu.scss */
  #top-menu {
    width: 85%;
    height: 100%;
    max-height: 100%;
    padding: 5px 0 8px 15px;
    position: fixed;
    backface-visibility: hidden;
    top: 0;
    left: 100%;
    transition-property: background-color, left;
    transition-duration: 0.5s;
    background-color: #0d1f5c;
  }
  /* line 170, sass/layout/header/_top-menu.scss */
  #top-menu ul {
    padding: 0;
  }
  /* line 172, sass/layout/header/_top-menu.scss */
  #top-menu ul li {
    float: none;
  }
  /* line 174, sass/layout/header/_top-menu.scss */
  #top-menu ul li:after {
    content: "";
  }
  /* line 178, sass/layout/header/_top-menu.scss */
  #top-menu .menu-item-depth-0 {
    height: 100%;
  }
  /* line 180, sass/layout/header/_top-menu.scss */
  #top-menu .menu-item-depth-0 > a {
    font-size: 60px;
    font-size: 6rem;
    line-height: 150px;
    line-height: 15rem;
  }
  /* line 186, sass/layout/header/_top-menu.scss */
  #top-menu .svg-default {
    display: block !important;
  }
  /* line 188, sass/layout/header/_top-menu.scss */
  #top-menu .svg-active svg {
    fill: #ff4a00 !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* line 194, sass/layout/header/_top-menu.scss */
  .clicked {
    left: 15% !important;
    transition-property: background-color, right;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    background-color: rgba(13, 31, 92, 0.9) !important;
  }
  /* line 201, sass/layout/header/_top-menu.scss */
  .clicked #menu-icon {
    background-color: rgba(13, 31, 92, 0.9) !important;
  }

  /* line 206, sass/layout/header/_top-menu.scss */
  .menu-wrapper {
    overflow: scroll;
    height: 100%;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
  }
}
/* line 2, sass/layout/header/_sub-menu.scss */
#top-menu .sub-menu {
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  background-color: #0d1f5c;
  border: 8px solid #FFF;
  padding: 5px 10px 25px 20px;
  transition: opacity .5s;
}
/* line 12, sass/layout/header/_sub-menu.scss */
#top-menu .sub-menu.hide {
  display: none;
  opacity: 0;
  transition: opacity .5s;
}
/* line 22, sass/layout/header/_sub-menu.scss */
#top-menu .sub-menu .sub-menu-item:after {
  content: "";
}
/* line 24, sass/layout/header/_sub-menu.scss */
#top-menu .sub-menu .menu-item-depth-1 {
  float: left;
  width: 20%;
  background: #112b80;
  padding: 10px 0 4px 0;
  margin-right: 5%;
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: 10px 0 0 #112b80, -10px 0 0 #112b80;
}
/* line 32, sass/layout/header/_sub-menu.scss */
#top-menu .sub-menu .menu-item-depth-1 > a {
  line-height: 1.25em;
  font-size: 1em;
  margin: 5px 0;
  color: white;
}
/* line 39, sass/layout/header/_sub-menu.scss */
#top-menu .sub-menu .menu-item-depth-1:nth-child(5n) {
  clear: left;
}
/* line 40, sass/layout/header/_sub-menu.scss */
#top-menu .sub-menu .menu-item-depth-1 > .children {
  margin: 10px 0 -24px 0;
}
/* line 43, sass/layout/header/_sub-menu.scss */
#top-menu .sub-menu .menu-item-depth-2 {
  float: none;
  background: #0d1f5c;
  padding: 5px 0;
  margin: -1px 0;
  -moz-box-shadow: 11px 0 0 9 #0d1f5c, -10px 0 0 9 #0d1f5c;
  box-shadow: 11px 0 0 #0d1f5c, -10px 0 0 #0d1f5c;
}
/* line 50, sass/layout/header/_sub-menu.scss */
#top-menu .sub-menu .menu-item-depth-2:first-of-type {
  padding-top: 10px;
}
/* line 51, sass/layout/header/_sub-menu.scss */
#top-menu .sub-menu .menu-item-depth-2 a {
  line-height: 1.25em;
  font-size: 1em;
  color: white;
}
/* line 55, sass/layout/header/_sub-menu.scss */
#top-menu .sub-menu .menu-item-depth-2 a:hover {
  color: #ff4a00;
}
/* line 58, sass/layout/header/_sub-menu.scss */
#top-menu .sub-menu .menu-item-depth-2 .children,
#top-menu .sub-menu .menu-item-depth-2 .children:after {
  display: none;
}
/* line 64, sass/layout/header/_sub-menu.scss */
#top-menu .sub-menu .menu-item-depth-3,
#top-menu .sub-menu .menu-item-depth-4 {
  display: none;
}

/* line 75, sass/layout/header/_sub-menu.scss */
.ie7 .color-bar {
  z-index: 991;
}
/* line 77, sass/layout/header/_sub-menu.scss */
.ie7 #top-menu {
  z-index: 992;
}
/* line 79, sass/layout/header/_sub-menu.scss */
.ie7 .menu-wrapper {
  z-index: 993;
}
/* line 81, sass/layout/header/_sub-menu.scss */
.ie7 .menu-wrapper > ul {
  z-index: 994;
}
/* line 83, sass/layout/header/_sub-menu.scss */
.ie7 .menu-wrapper > ul > li {
  z-index: 995;
}
/* line 85, sass/layout/header/_sub-menu.scss */
.ie7 .menu-wrapper > ul > li .sub-menu {
  z-index: 996;
}

@media (max-width: 980px) {
  /* line 98, sass/layout/header/_sub-menu.scss */
  #top-menu {
    padding-left: 0;
  }
  /* line 100, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu {
    position: relative;
    min-width: 101%;
    padding: 12px 0 12px 20px;
    border: none;
  }
  /* line 105, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu > .children {
    font-size: 20px;
    line-height: 20px;
  }
  /* line 110, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .menu-item-depth-1 {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  /* line 114, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .menu-item-depth-1 a {
    font-size: 55px;
    line-height: 65px;
  }
  /* line 118, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .menu-item-depth-1 > .children {
    font-size: 55px;
    line-height: 65px;
    margin: 10px 5px -25px -2px;
  }
  /* line 129, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_item > a {
    color: #445db0 !important;
  }
  /* line 134, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_item.menu-item-depth-2 {
    background-color: #bdbdbd;
    padding-left: 15px;
    padding-left: 1.5rem;
  }
  /* line 137, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_item.menu-item-depth-2 > a {
    color: #445db0 !important;
  }
  /* line 141, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_item.menu-item-depth-2 .children, #top-menu .sub-menu .current_page_item.menu-item-depth-2 .menu-item-depth-3 {
    display: list-item;
  }
  /* line 143, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_item.menu-item-depth-2 .menu-item-depth-3 {
    padding: 15px 0px 0px 15px;
    padding: 1.5rem 0rem 0rem 1.5rem;
    font-size: 25px;
    font-size: 2.5rem;
  }
  /* line 149, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_item.menu-item-depth-3 {
    background-color: #bdbdbd;
    padding-left: 15px;
    padding-left: 1.5rem;
  }
  /* line 152, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_item.menu-item-depth-3 > a {
    color: #445db0 !important;
  }
  /* line 156, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_item.menu-item-depth-3 .children, #top-menu .sub-menu .current_page_item.menu-item-depth-3 .menu-item-depth-4 {
    display: list-item;
  }
  /* line 158, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_item.menu-item-depth-3 .menu-item-depth-4 {
    padding: 15px 0px 0px 15px;
    padding: 1.5rem 0rem 0rem 1.5rem;
    font-size: 25px;
    font-size: 2.5rem;
  }
  /* line 165, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_ancestor.menu-item-depth-2 {
    background-color: #bdbdbd;
    padding-left: 15px;
    padding-left: 1.5rem;
    border-bottom: 2px solid #0d1f5c;
  }
  /* line 169, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_ancestor.menu-item-depth-2 > a {
    font-weight: bolder !important;
  }
  /* line 171, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_ancestor.menu-item-depth-2 .children, #top-menu .sub-menu .current_page_ancestor.menu-item-depth-2 .menu-item-depth-3 {
    display: list-item;
  }
  /* line 173, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_ancestor.menu-item-depth-2 .menu-item-depth-3 {
    padding: 15px 0px 0px 15px;
    padding: 1.5rem 0rem 0rem 1.5rem;
    font-size: 25px;
    font-size: 2.5rem;
  }
  /* line 179, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_ancestor.menu-item-depth-3 {
    background-color: #bdbdbd;
    padding-left: 15px;
    padding-left: 1.5rem;
  }
  /* line 183, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_ancestor.menu-item-depth-3 .children, #top-menu .sub-menu .current_page_ancestor.menu-item-depth-3 .menu-item-depth-4 {
    display: list-item;
  }
  /* line 185, sass/layout/header/_sub-menu.scss */
  #top-menu .sub-menu .current_page_ancestor.menu-item-depth-3 .menu-item-depth-4 {
    padding: 15px 0px 0px 15px;
    padding: 1.5rem 0rem 0rem 1.5rem;
    font-size: 25px;
    font-size: 2.5rem;
  }
  /* line 193, sass/layout/header/_sub-menu.scss */
  #top-menu .menu-item-depth-0 {
    padding-left: 0;
  }
}
/* line 2, sass/layout/header/_breadcrumb.scss */
#breadcrumb ul {
  list-style-image: none;
  margin: 0;
}
/* line 5, sass/layout/header/_breadcrumb.scss */
#breadcrumb ul li {
  float: left;
  list-style-type: none;
  height: 20px;
}
/* line 10, sass/layout/header/_breadcrumb.scss */
#breadcrumb ul li a {
  text-decoration: none;
  font-size: .75em;
  color: #0d1f5c;
  border-bottom: none;
  transition: padding-right .5s, padding-left .5s, color .5s;
}
/* line 16, sass/layout/header/_breadcrumb.scss */
#breadcrumb ul li a:hover {
  color: #ff4a00;
  padding-right: 20px;
  padding-left: 20px;
}
/* line 23, sass/layout/header/_breadcrumb.scss */
#breadcrumb ul li strong {
  font-size: .75em;
}
/* line 28, sass/layout/header/_breadcrumb.scss */
#breadcrumb .content {
  background-color: #eeeeee;
  padding-right: 20px;
  padding-left: 10px;
}
/* line 33, sass/layout/header/_breadcrumb.scss */
#breadcrumb .home {
  box-sizing: content-box;
  margin-left: -9999px;
  border-left: 9999px solid #eeeeee;
}
/* line 39, sass/layout/header/_breadcrumb.scss */
#breadcrumb .arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #eeeeee;
}
/* line 47, sass/layout/header/_breadcrumb.scss */
#breadcrumb .arrow-end {
  width: 0;
  height: 0;
  border-top: 10px solid #eeeeee;
  border-right: 10px solid #eeeeee;
  border-bottom: 10px solid #eeeeee;
  border-left: 10px solid transparent;
}

@media (max-width: 980px) {
  /* line 59, sass/layout/header/_breadcrumb.scss */
  #breadcrumb {
    display: none;
  }
}
/* line 1, sass/layout/_body.scss */
#main-content {
  margin-bottom: 30px;
}
/* line 3, sass/layout/_body.scss */
#main-content.frontpage {
  z-index: 2;
}

/* line 1, sass/layout/_footer.scss */
footer.color-bar {
  background-color: #000a2d;
}

/* line 2, sass/layout/_footer.scss */
footer {
  border-top: 3px solid #ff4a00;
}
/* line 4, sass/layout/_footer.scss */
footer .row {
  background-color: #000a2d;
}
/* line 8, sass/layout/_footer.scss */
footer h3 {
  color: #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  text-transform: uppercase;
}
/* line 15, sass/layout/_footer.scss */
footer a:link {
  color: white;
  border-bottom: none;
}
/* line 19, sass/layout/_footer.scss */
footer a:visited {
  color: white;
  border-bottom: none;
}
/* line 23, sass/layout/_footer.scss */
footer a:hover {
  color: #ff4a00;
  border-bottom: none;
}
/* line 27, sass/layout/_footer.scss */
footer a:active {
  color: #ff4a00;
  border-bottom: none;
}
/* line 33, sass/layout/_footer.scss */
footer ul {
  list-style-image: none;
  margin: 0;
}
/* line 37, sass/layout/_footer.scss */
footer ul li {
  list-style-type: none;
  padding-right: 5px;
  color: white;
}
/* line 42, sass/layout/_footer.scss */
footer ul li a:hover {
  border-bottom: 1px dashed #ff4a00;
}
/* line 46, sass/layout/_footer.scss */
footer ul li:after {
  padding-left: 5px;
}

/* line 53, sass/layout/_footer.scss */
#footer-address {
  margin-top: 4%;
}

/* line 57, sass/layout/_footer.scss */
#footer-columns {
  padding-bottom: 30px;
}

/* line 62, sass/layout/_footer.scss */
#footer-google {
  color: #bdbdbd;
}

/* line 66, sass/layout/_footer.scss */
#circle-monogram {
  width: 40px;
  height: 40px;
  position: relative;
  top: -20px;
  left: 50%;
}

/* line 74, sass/layout/_footer.scss */
.no-svg #circle-monogram {
  display: block;
  height: 39px;
  width: 39px;
  background: url("images/png/uf_circle_monogram.png");
}

/* line 82, sass/layout/_footer.scss */
#svg-footer {
  width: 100%;
  height: 100%;
  margin-bottom: 1em;
}
/* line 87, sass/layout/_footer.scss */
#svg-footer .divider {
  fill: #ff4a00;
}
/* line 91, sass/layout/_footer.scss */
#svg-footer .uf, #svg-footer .timeline, #svg-footer .university, #svg-footer .of, #svg-footer .florida {
  fill: white;
}

/* line 96, sass/layout/_footer.scss */
.no-svg #svg-footer {
  display: block;
  height: 60px;
  width: 218px;
  background: url("images/png/uf_signature-footer.png");
}

/* line 108, sass/layout/_footer.scss */
.gt_ie8 #svg-footer {
  height: 59px;
}

@media (max-width: 980px) {
  /* line 122, sass/layout/_footer.scss */
  footer .row .row {
    margin: 0 auto;
    width: 95%;
    text-align: center;
  }
  /* line 127, sass/layout/_footer.scss */
  footer .row .row ul li {
    float: none;
  }
  /* line 130, sass/layout/_footer.scss */
  footer .row .row ul li:after {
    content: "";
    padding-left: 0;
  }
  /* line 137, sass/layout/_footer.scss */
  footer #footer-search-social, footer #make-gift, #facility-concern {
    display: none;
  }
}
/* line 1, sass/layout/_sidebar.scss */
.sidebar {
  margin: 20px 0px 20px 0px;
  margin: 2rem 0rem 2rem 0rem;
  list-style-type: none;
}
/* line 6, sass/layout/_sidebar.scss */
.sidebar ul {
  list-style-image: none;
  margin: 0;
}
/* line 11, sass/layout/_sidebar.scss */
.sidebar li.page_item {
  list-style-type: none;
}
/* line 15, sass/layout/_sidebar.scss */
.sidebar li.page_item a {
  display: block;
  color: #0d1f5c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 10px 15px;
  text-decoration: none;
}
/* line 22, sass/layout/_sidebar.scss */
.sidebar li.page_item a:hover {
  color: #ff4a00;
}
/* line 29, sass/layout/_sidebar.scss */
.sidebar .menu-item-depth-0 > a {
  display: none !important;
}
/* line 34, sass/layout/_sidebar.scss */
.sidebar .current_page_ancestor > a {
  /*border-bottom: $border-bottom;*/
}
/* line 38, sass/layout/_sidebar.scss */
.sidebar .menu-item-depth-1 > a {
  border: 1px solid #eeeeee;
}
/* line 48, sass/layout/_sidebar.scss */
.sidebar .menu-item-depth-2 > a {
  margin-left: 1em;
  font-size: 1em;
  background-color: #eeeeee;
  border-bottom: 1px solid #e0e0e0;
}
/* line 54, sass/layout/_sidebar.scss */
.sidebar .menu-item-depth-2:last-of-type > a {
  border-bottom: none;
}
/* line 58, sass/layout/_sidebar.scss */
.sidebar .menu-item-depth-3 > a {
  margin-left: 1.5em;
  font-size: .95em;
  background-color: #e0e0e0;
  border-bottom: 1px solid #bdbdbd;
}
/* line 64, sass/layout/_sidebar.scss */
.sidebar .menu-item-depth-3:last-of-type > a {
  border-bottom: none;
}
/* line 68, sass/layout/_sidebar.scss */
.sidebar .menu-item-depth-4 > a {
  margin-left: 2em;
  font-size: .90em;
  background-color: #bdbdbd;
  border-bottom: 1px solid #9e9e9e;
}
/* line 74, sass/layout/_sidebar.scss */
.sidebar .menu-item-depth-4:last-of-type > a {
  border-bottom: none;
}
/* line 79, sass/layout/_sidebar.scss */
.sidebar li.current_page_item > a {
  background-color: #0d1f5c;
  color: white;
  border: 1px solid #0d1f5c;
}
/* line 87, sass/layout/_sidebar.scss */
.sidebar .menu-item-depth-2, .sidebar .menu-item-depth-3, .sidebar .menu-item-depth-4 {
  display: none;
}
/* line 89, sass/layout/_sidebar.scss */
.sidebar .current_page_item, .sidebar .current_page_parent, .sidebar .current_page_ancestor {
  display: block;
}
/* line 93, sass/layout/_sidebar.scss */
.sidebar .current_page_item.menu-item-depth-1 .menu-item-depth-2, .sidebar .current_page_parent.menu-item-depth-1 .menu-item-depth-2, .sidebar .current_page_ancestor.menu-item-depth-1 .menu-item-depth-2 {
  display: block;
}
/* line 97, sass/layout/_sidebar.scss */
.sidebar .current_page_item.menu-item-depth-2 .menu-item-depth-3, .sidebar .current_page_parent.menu-item-depth-2 .menu-item-depth-3, .sidebar .current_page_ancestor.menu-item-depth-2 .menu-item-depth-3 {
  display: block;
}
/* line 101, sass/layout/_sidebar.scss */
.sidebar .current_page_item.menu-item-depth-3 .menu-item-depth-4, .sidebar .current_page_parent.menu-item-depth-3 .menu-item-depth-4, .sidebar .current_page_ancestor.menu-item-depth-3 .menu-item-depth-4 {
  display: block;
}
/* line 105, sass/layout/_sidebar.scss */
.sidebar .svg-default {
  display: none;
}

/* Admissions Blog Styles */

div.admissions-sidebar >  ul > li, li.archive-date {
    padding:5px;
    margin-left:20px;
    list-style-type: disc;
    list-style-image: url(data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iLTQgLTMgMTAgMTAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNYXh5TWlkIG1lZXQiPjxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIzIiBmaWxsPSIjQkJCQkJCIiAvPjwvc3ZnPg==);
    list-style-position: outside;
}

.admissions-sidebar > div > h3 > a > img{
    display:none;
}

div.admissions-sidebar > div > .screen-reader-text {
    display:none;
}

.archive-date {
}











/* line 111, sass/layout/_sidebar.scss */
.clinics-centers li.page_item {
  float: left;
}
/* line 115, sass/layout/_sidebar.scss */
.clinics-centers li.page_item a {
  background-color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
  border-top: 1px solid #eeeeee;
  border-right: none;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
/* line 122, sass/layout/_sidebar.scss */
.clinics-centers li.page_item a:last-of-type {
  border-right: 1px solid #eeeeee;
}
/* line 126, sass/layout/_sidebar.scss */
.clinics-centers li.page_item > a {
  color: #0d1f5c;
}
/* line 128, sass/layout/_sidebar.scss */
.clinics-centers .menu-item-depth-2, .clinics-centers .menu-item-depth-3, .clinics-centers .menu-item-depth-4 {
  display: none;
}
/* line 130, sass/layout/_sidebar.scss */
.clinics-centers .current_page_item, .clinics-centers .current_page_parent, .clinics-centers .current_page_ancestor {
  display: block;
}
/* line 134, sass/layout/_sidebar.scss */
.clinics-centers .current_page_item.menu-item-depth-1 .menu-item-depth-2, .clinics-centers .current_page_parent.menu-item-depth-1 .menu-item-depth-2, .clinics-centers .current_page_ancestor.menu-item-depth-1 .menu-item-depth-2 {
  display: none;
}
/* line 138, sass/layout/_sidebar.scss */
.clinics-centers .current_page_item.menu-item-depth-2 .menu-item-depth-3, .clinics-centers .current_page_parent.menu-item-depth-2 .menu-item-depth-3, .clinics-centers .current_page_ancestor.menu-item-depth-2 .menu-item-depth-3 {
  display: none;
}
/* line 142, sass/layout/_sidebar.scss */
.clinics-centers .current_page_item.menu-item-depth-3 .menu-item-depth-4, .clinics-centers .current_page_parent.menu-item-depth-3 .menu-item-depth-4, .clinics-centers .current_page_ancestor.menu-item-depth-3 .menu-item-depth-4 {
  display: none;
}
/* line 147, sass/layout/_sidebar.scss */
.clinics-centers .menu-item-depth-1:hover {
  position: relative;
}
/* line 149, sass/layout/_sidebar.scss */
.clinics-centers .menu-item-depth-1:hover > .children {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 200px;
}
/* line 156, sass/layout/_sidebar.scss */
.clinics-centers .menu-item-depth-1:hover .menu-item-depth-2 {
  display: block;
  float: none;
}
/* line 164, sass/layout/_sidebar.scss */
.clinics-centers .menu-item-depth-2:hover .menu-item-depth-3 {
  display: block;
  float: none;
}

@media (max-width: 980px) {
  /* line 172, sass/layout/_sidebar.scss */
  .sidebar {
    display: none;
  }
}
/* line 1, sass/layout/_clinics-centers.scss */
.clinics-centers {
  margin: 20px 0px 20px 0px;
  margin: 2rem 0rem 2rem 0rem;
  list-style-type: none;
}
/* line 5, sass/layout/_clinics-centers.scss */
.clinics-centers ul {
  list-style-image: none;
  margin: 0;
}
/* line 10, sass/layout/_clinics-centers.scss */
.clinics-centers li {
  list-style-type: none;
  float: left;
}
/* line 14, sass/layout/_clinics-centers.scss */
.clinics-centers li a {
  display: block;
  color: #0d1f5c;
  border: 1px solid #eeeeee;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 5px 9px;
  text-decoration: none;
}
/* line 22, sass/layout/_clinics-centers.scss */
.clinics-centers li a:hover {
  color: #ff4a00;
}
/* line 27, sass/layout/_clinics-centers.scss */
.clinics-centers li ul {
  display: none;
  background-color: #FFF;
  position: absolute;
}
/* line 31, sass/layout/_clinics-centers.scss */
.clinics-centers li ul li {
  float: none;
}
/* line 37, sass/layout/_clinics-centers.scss */
.clinics-centers li:hover ul {
  display: block;
}

@media (max-width: 980px) {
  /* line 45, sass/layout/_clinics-centers.scss */
  .clinics-centers {
    display: none;
  }
}
/* line 1, sass/layout/_front-page.scss */
.frontpage-middle {
  border-top: 8px solid #0d1f5c;
  background-color: #FFF;
}
/* line 5, sass/layout/_front-page.scss */
.frontpage-middle > .columns {
  padding: 0 18px;
  margin-top: 1em;
}

/* line 12, sass/layout/_front-page.scss */
.upcoming-events-widget h3 {
  margin-bottom: 0;
}

/* line 15, sass/layout/_front-page.scss */
#events {
  margin-bottom: 18px;
  clear: both;
}
/* line 20, sass/layout/_front-page.scss */
#events h5 {
  margin-bottom: 0;
}
/* line 22, sass/layout/_front-page.scss */
#events p {
  margin-top: 0;
}
/* line 24, sass/layout/_front-page.scss */
#events .item {
  clear: both;
}
/* line 27, sass/layout/_front-page.scss */
#events .item .event-date {
  float: left;
  height: 54px;
  width: 54px;
  margin: 0 10px 18px 0;
  border: 1px solid #0d1f5c;
  border-top: 18px solid #0d1f5c;
  text-align: center;
}
/* line 35, sass/layout/_front-page.scss */
#events .item .event-date .month {
  color: white;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 18px;
}
/* line 42, sass/layout/_front-page.scss */
#events .item .event-date .day {
  color: #0d1f5c;
  font-size: 25px;
  line-height: 36px;
}
/* line 48, sass/layout/_front-page.scss */
#events .item .event-date .month, #events .item .event-date .day {
  position: relative;
  top: -18px;
}
/* line 54, sass/layout/_front-page.scss */
#events .item .time {
  font-size: .95em;
}

@media (max-width: 980px) {
  /* line 63, sass/layout/_front-page.scss */
  .secondary-content-area {
    display: none;
  }

  /* line 67, sass/layout/_front-page.scss */
  .frontpage-middle {
    border-top-width: 0;
  }

  /* line 71, sass/layout/_front-page.scss */
  #events {
    overflow: hidden;
  }
  /* line 75, sass/layout/_front-page.scss */
  #events .item .event-date {
    height: 120px;
    width: 120px;
    border-top-width: 50px;
  }
  /* line 79, sass/layout/_front-page.scss */
  #events .item .event-date .month {
    font-size: 40px;
    font-size: 4rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
  /* line 83, sass/layout/_front-page.scss */
  #events .item .event-date .day {
    font-size: 50px;
    font-size: 5rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
  /* line 87, sass/layout/_front-page.scss */
  #events .item .event-date .month, #events .item .event-date .day {
    top: -54px;
    top: -5.4rem;
  }
}
/* line 1, sass/layout/_page-admissions.scss */
.admissions_sidebar {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

/* line 1, sass/layout/_fac_experts_sidebar.scss */
#fac_experts_sidebar {
  margin: 1em 0 2em 0;
  list-style-type: none;
}
/* line 4, sass/layout/_fac_experts_sidebar.scss */
#fac_experts_sidebar ul {
  list-style-image: none;
  margin: 0;
}
/* line 9, sass/layout/_fac_experts_sidebar.scss */
#fac_experts_sidebar li {
  list-style-type: none;
}
/* line 12, sass/layout/_fac_experts_sidebar.scss */
#fac_experts_sidebar li a {
  color: #0d1f5c;
  font-size: 1.05em;
  display: block;
  line-height: 2em;
  padding: 0 10px 0 10px;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  text-decoration: none;
}
/* line 27, sass/layout/_fac_experts_sidebar.scss */
#fac_experts_sidebar li a:hover {
  background-color: white;
  border-bottom: none;
}
/* line 34, sass/layout/_fac_experts_sidebar.scss */
#fac_experts_sidebar li:hover > .children {
  display: list-item;
}
/* line 39, sass/layout/_fac_experts_sidebar.scss */
#fac_experts_sidebar .parent > a:after {
  content: " \25BC";
  font-size: 8px;
  color: #bdbdbd;
}
/* line 47, sass/layout/_fac_experts_sidebar.scss */
#fac_experts_sidebar .children {
  display: none;
}
/* line 50, sass/layout/_fac_experts_sidebar.scss */
#fac_experts_sidebar .children li a {
  margin-left: 1em;
  font-size: 1em;
}

 .expert-single {
     padding-bottom:20px;
     margin-top:20px;    
     border-top:1px solid #ff4a00;
}

.faculty-focus hr {
    border:none;
    border-bottom: 1px solid #ff4a00;
}


/* line 59, sass/layout/_fac_experts_sidebar.scss */
#mobile_fac_experts_nav {
  display: none;
}

@media (max-width: 980px) {
  /* line 65, sass/layout/_fac_experts_sidebar.scss */
  #fac_experts_sidebar {
    display: none;
  }

  /* line 67, sass/layout/_fac_experts_sidebar.scss */
  #mobile_fac_experts_nav {
    display: block;
    position: fixed;
    bottom: 10px;
    position: fixed;
    width: 100%;
    margin: auto;
    left: 0px;
    right: 30px;
  }
  /* line 76, sass/layout/_fac_experts_sidebar.scss */
  #mobile_fac_experts_nav select {
    width: 100%;
  }
}
/* line 1, sass/module/_thumbnails.scss */
.banner-image {
  margin-top: 1em;
}

/* line 1, sass/module/_faculty-post.scss */
.faculty-thumbnail, .faculty-post {
  float: left;
}

/* line 5, sass/module/_faculty-post.scss */
.faculty-thumbnail {
  margin-right: 2em;
  margin-top: 1.5em;
  border: 1px solid white;
  padding: 1em;
}

/* line 13, sass/module/_faculty-post.scss */
.faculty-post p {
  margin-top: 0;
}
/* line 17, sass/module/_faculty-post.scss */
.faculty-post .faculty-profile-image {
  width: 115px;
  height: 169px;
}

/* line 1, sass/module/_meta.scss */
.my_meta_control .description {
  display: none;
}

/* line 5, sass/module/_meta.scss */
.my_meta_control label {
  display: block;
  font-weight: bold;
  margin: 6px;
  margin-bottom: 0;
  margin-top: 12px;
}

/* line 14, sass/module/_meta.scss */
.my_meta_control p.small label,
.my_meta_control p.medium label {
  margin-bottom: 10px;
}

/* line 18, sass/module/_meta.scss */
.my_meta_control label span {
  display: inline;
  font-weight: normal;
}

/* line 23, sass/module/_meta.scss */
.my_meta_control span {
  color: #999;
  display: block;
}

/* line 29, sass/module/_meta.scss */
.my_meta_control textarea,
.my_meta_control input[type='text'] {
  margin-bottom: 3px;
  width: 99%;
}

/* line 35, sass/module/_meta.scss */
.my_meta_control textarea,
.my_meta_control input.repeatable {
  width: 89%;
}

/* line 39, sass/module/_meta.scss */
.my_meta_control h4 {
  color: #999;
  font-size: 1em;
  margin: 15px 6px;
  text-transform: uppercase;
}

/* line 46, sass/module/_meta.scss */
.my_meta_control p.small {
  width: 23%;
  margin-left: 2%;
  float: left;
}

/* line 52, sass/module/_meta.scss */
.my_meta_control p.medium {
  width: 48%;
  margin-left: 2%;
  float: left;
}

/* line 58, sass/module/_meta.scss */
.my_meta_control p.first-child {
  margin-left: 0;
}

/* line 6, sass/module/_courses.scss */
.courses {
  height: 100px;
  width: 100%;
  margin: 0 4px 4px 0;
  padding: 0 4px 0 4px;
  position: relative;
  background-color: #eeeeee;
  border: 1px solid;
  border-color: #bdbdbd;
  font-family: 'Open Sans', sans-serif;
  color: #0d1f5c;
  font-weight: 600;
}
/* line 19, sass/module/_courses.scss */
.courses:hover {
  background-color: #bdbdbd;
  cursor: pointer;
}
/* line 24, sass/module/_courses.scss */
.courses .course-name {
  font-size: 1.15em;
  margin: 0;
}
/* line 29, sass/module/_courses.scss */
.courses .course-description {
  background-color: white;
  width: 0;
  height: 0;
  position: fixed;
  z-index: 9999;
  transition: none;
  overflow: hidden;
}
/* line 38, sass/module/_courses.scss */
.courses .course-description .close-button {
  display: none;
}
/* line 43, sass/module/_courses.scss */
.courses .course-description-open {
  width: 60%;
  height: 60%;
  font-weight: 300;
  margin: auto;
  overflow: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease;
  border: 3px solid;
  border-color: #bdbdbd;
  padding: 30px;
}
/* line 55, sass/module/_courses.scss */
.courses .course-description-open .close-button {
  display: block;
  line-height: 33px;
  position: absolute;
  top: 8px;
  right: 6px;
  font-size: 40px;
  cursor: pointer;
  color: #bdbdbd;
}
/* line 64, sass/module/_courses.scss */
.courses .course-description-open .close-button:hover {
  color: #ff4a00;
}
/* line 68, sass/module/_courses.scss */
.courses .course-number {
  font-size: 1em;
  font-weight: 100;
  margin: 0 0 0.5em 0;
}
/* line 74, sass/module/_courses.scss */
.courses .course-credit {
  position: absolute;
  bottom: 1px;
  right: 6px;
  text-align: center;
}
/* line 80, sass/module/_courses.scss */
.courses .course-credit .credit-label {
  font-size: .8em;
}
/* line 84, sass/module/_courses.scss */
.courses .course-credit .credit-number {
  font-size: 1.2em;
  position: relative;
  top: 10px;
}
/* line 91, sass/module/_courses.scss */
.courses .catagory {
  font-size: 9px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  bottom: -5px;
}

/* line 102, sass/module/_courses.scss */
.ie7 .courses .course-description-open {
  width: 400px;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: none;
  z-index: 999994;
}

/* line 111, sass/module/_courses.scss */
.course-highlighted {
  border-color: #0d1f5c;
  background-color: #0d1f5c;
}
/* line 118, sass/module/_courses.scss */
.course-highlighted .catagory,
.course-highlighted .course-name,
.course-highlighted .course-number,
.course-highlighted .course-credit {
  color: white;
}
/* line 126, sass/module/_courses.scss */
.course-highlighted:hover .catagory,
.course-highlighted:hover .course-name,
.course-highlighted:hover .course-number,
.course-highlighted:hover .course-credit {
  color: #0d1f5c;
}

/* line 132, sass/module/_courses.scss */
.course-nobox {
  border: none;
  width: 100%;
  height: 100%;
  padding: 5px 3px;
  margin-bottom: 5px;
}

/* line 142, sass/module/_courses.scss */
.course-section {
  margin-top: 20px;
}
/* line 145, sass/module/_courses.scss */
.course-section h3 {
  font-weight: bolder;
  margin-bottom: 1em;
}

/* line 151, sass/module/_courses.scss */
#course-key {
  margin: 0;
  position: relative;
}
/* line 154, sass/module/_courses.scss */
#course-key h4 {
  color: white;
  height: 20px;
  position: absolute;
  text-align: center;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 162, sass/module/_courses.scss */
#course-key:hover {
  cursor: help;
}
/* line 164, sass/module/_courses.scss */
#course-key:hover h3 {
  color: #0d1f5c;
}

/* line 170, sass/module/_courses.scss */
#courses-navigation {
  margin: 1em 0 2em 0;
}
/* line 173, sass/module/_courses.scss */
#courses-navigation .columns {
  padding-left: 0;
}

/* line 178, sass/module/_courses.scss */
.courses-nav {
  display: block;
  height: 25px;
  width: 100%;
  font-size: 120%;
  background-color: white;
  font-family: 'Open Sans Condensed';
  font-weight: 300;
  padding-left: 4px;
  color: #0d1f5c;
}
/* line 188, sass/module/_courses.scss */
.courses-nav:link, .courses-nav:visited {
  border: 1px solid;
  border-color: #bdbdbd;
}
/* line 193, sass/module/_courses.scss */
.courses-nav:hover {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
  cursor: pointer;
}

/* line 200, sass/module/_courses.scss */
#roadmap-list-wrap {
  overflow: hidden;
  border: 1px solid;
  border-color: #bdbdbd;
  background-color: white;
  height: 25px;
  padding-left: 0px;
}

/* line 209, sass/module/_courses.scss */
#roadmap-list {
  border-radius: 0;
  border: none;
  width: 110%;
  height: 29px;
  padding: 0;
  position: relative;
  top: -4px;
}
/* line 218, sass/module/_courses.scss */
#roadmap-list:focus {
  outline: none;
}

@-moz-document url-prefix() {
  /* line 224, sass/module/_courses.scss */
  #roadmap-list {
    top: -2px;
  }
}

/* line 229, sass/module/_courses.scss */
.course-info {
  font-size: 0.5em;
  display: inline;
  vertical-align: middle;
  border: 1px solid #bdbdbd;
  padding: 1px 4px 1px 4px;
  border-radius: 9px;
  position: relative;
  z-index: 3;
}
/* line 239, sass/module/_courses.scss */
.course-info .course-info-details {
  display: none;
  position: absolute;
  top: 15px;
  right: -68px;
  width: 200px;
  z-index: 99;
  background-color: white;
  border: 1px solid #bdbdbd;
  padding: 5px;
  font-size: 1.5em;
  font-weight: normal;
}
/* line 253, sass/module/_courses.scss */
.course-info:hover {
  cursor: help;
}
/* line 254, sass/module/_courses.scss */
.course-info:hover .course-info-details {
  display: block;
}

/* line 262, sass/module/_courses.scss */
.ie7 .course-info .course-info-details {
  top: 40px;
}

/* line 267, sass/module/_courses.scss */
.single-course .credits {
  text-align: center;
}

/* line 7, sass/module/_sticky-footer.scss */
#wrap {
  min-height: 100%;
}

/* line 11, sass/module/_sticky-footer.scss */
#main {
  overflow: auto;
  padding-bottom: 480px;
  padding-bottom: 48rem;
}

/* line 17, sass/module/_sticky-footer.scss */
footer {
  position: relative;
  height: 480px;
  height: 48rem;
  margin-top: -480px;
  margin-top: -48rem;
  clear: both;
  background-color: #0d1f5c;
}

/* line 26, sass/module/_sticky-footer.scss */
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

/* line 35, sass/module/_sticky-footer.scss */
.ie6 #wrap, .ie8 #wrap {
  height: 100%;
}

@media (max-width: 980px) {
  /* line 42, sass/module/_sticky-footer.scss */
  #svg-footer {
    margin-bottom: -2px;
  }
}
/*      _             _              
 __ ___| |___ _ _ ___| |__  __ _ _ _ 
/ _/ _ \ / _ \ '_|___| '_ \/ _` | '_|
\__\___/_\___/_|     |_.__/\__,_|_|  

*/
/* line 8, sass/module/_color-bar.scss */
.color-bar {
  position: relative;
  background: #0d1f5c;
  color: white;
}
/* line 13, sass/module/_color-bar.scss */
.color-bar:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: 0;
  border-left: 9999px solid #0d1f5c;
  box-shadow: 9999px 0 0 #0d1f5c;
}

/* line 1, sass/module/_box.scss */
.box {
  margin: 0 0 15px 20px;
  padding: 5px 10px 10px 10px;
  min-width: 150px;
  max-width: 250px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 10px solid #e0e0e0;
}
/* line 9, sass/module/_box.scss */
.box.right {
  float: right;
  clear: right;
}
/* line 13, sass/module/_box.scss */
.box.left {
  float: left;
  clear: left;
}

/* line 2, sass/module/block-area-small/_block-area-small.scss */
.block-area-small img {
  float: left;
  margin: 0 1em 2em 0;
  border: 2px solid white;
}

/* line 1, sass/module/_staff-profile.scss */
.staff-profile {
  overflow: auto;
  float: left;
  width: 50%;
  margin-bottom: 1.5em;
}
/* line 6, sass/module/_staff-profile.scss */
.staff-profile img {
  float: left;
  margin-right: 15px;
}
/* line 10, sass/module/_staff-profile.scss */
.staff-profile h3 {
  margin: 0;
}
/* line 13, sass/module/_staff-profile.scss */
.staff-profile h4 {
  margin: 0.5em 0;
  font-style: italic;
  color: #112b80;
}

/* line 8, sass/module/_subcontent.scss */
.subcontent > div {
  float: left !important;
}
/* line 10, sass/module/_subcontent.scss */
.subcontent > div .image {
  overflow: hidden;
  width: 100%;
}
/* line 16, sass/module/_subcontent.scss */
.subcontent .alpha {
  clear: left;
}

/* line 1, sass/module/_uflui.scss */
.uflui {
  border: none;
}
/* line 3, sass/module/_uflui.scss */
.uflui #main-content li {
  margin-bottom: 0;
}

/* line 8, sass/module/_uflui.scss */
.uflui-error h4 {
  color: red;
}

/* line 13, sass/module/_uflui.scss */
.ui-helper-hidden {
  display: none;
}

/* line 17, sass/module/_uflui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 28, sass/module/_uflui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 40, sass/module/_uflui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 46, sass/module/_uflui.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 50, sass/module/_uflui.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 54, sass/module/_uflui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 64, sass/module/_uflui.scss */
.ui-front {
  z-index: 100;
}

/* line 70, sass/module/_uflui.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* line 77, sass/module/_uflui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 85, sass/module/_uflui.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

/* line 94, sass/module/_uflui.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 98, sass/module/_uflui.scss */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

/* line 102, sass/module/_uflui.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 106, sass/module/_uflui.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 113, sass/module/_uflui.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
}

/* line 119, sass/module/_uflui.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 124, sass/module/_uflui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 129, sass/module/_uflui.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  background: #bdbdbd;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  margin-bottom: -1px !important;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 142, sass/module/_uflui.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 148, sass/module/_uflui.scss */
.ui-tabs .ui-tabs-nav li a:hover {
  border-bottom: none;
}

/* line 152, sass/module/_uflui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  background: #fff;
}

/* line 160, sass/module/_uflui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

/* line 165, sass/module/_uflui.scss */
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

/* line 169, sass/module/_uflui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  overflow: auto;
  border: 1px solid #eeeeee;
  padding: 1em 1.4em;
  background: none;
}

/* line 178, sass/module/_uflui.scss */
.ui-widget {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
}

/* line 183, sass/module/_uflui.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 190, sass/module/_uflui.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}

/* line 195, sass/module/_uflui.scss */
.ui-widget-content {
  color: #0d1f5c;
}

/* line 199, sass/module/_uflui.scss */
.ui-widget-content a {
  color: #0d1f5c;
}

/* line 203, sass/module/_uflui.scss */
.ui-widget-header {
  color: #0d1f5c;
  font-weight: bold;
}

/* line 208, sass/module/_uflui.scss */
.ui-widget-header a {
  color: #0d1f5c;
}

/* line 215, sass/module/_uflui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #eeeeee;
  background: rgba(255, 255, 255, 0);
  font-weight: normal;
  color: #0d1f5c;
}

/* line 224, sass/module/_uflui.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: white;
  text-decoration: none;
}

/* line 234, sass/module/_uflui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #eeeeee;
  font-weight: normal;
  color: #112b80;
}

/* line 243, sass/module/_uflui.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #112b80;
  text-decoration: none;
}

/* line 250, sass/module/_uflui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #eeeeee;
  background: white;
  font-weight: normal;
  color: #112b80;
}

/* line 259, sass/module/_uflui.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #112b80;
  text-decoration: none;
}

/* line 266, sass/module/_uflui.scss */
.alphabet .ui-state-default .ui-tabs-anchor {
  padding: .25em .4em;
}

/* line 1, sass/module/_ufl-slider.scss */
.ufl_slider_wrapper {
  position: relative;
}

/* line 5, sass/module/_ufl-slider.scss */
.slider_control {
  height: 0;
}
/* line 8, sass/module/_ufl-slider.scss */
.slider_control > .columns {
  z-index: 3;
}
/* line 12, sass/module/_ufl-slider.scss */
.slider_control #next_slide, .slider_control #prev_slide {
  position: relative;
  top: 160px;
  font-family: monospace;
  color: rgba(255, 255, 255, 0);
  font-size: 50px;
  font-size: 5rem;
  transition: all 1s ease-in-out;
}
/* line 20, sass/module/_ufl-slider.scss */
.slider_control #next_slide:hover, .slider_control #prev_slide:hover {
  cursor: pointer;
}
/* line 23, sass/module/_ufl-slider.scss */
.slider_control #next_slide {
  float: right;
  left: 60px;
}
/* line 28, sass/module/_ufl-slider.scss */
.slider_control #prev_slide {
  float: left;
  right: 60px;
}

/* line 34, sass/module/_ufl-slider.scss */
.ufl_slider {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 40, sass/module/_ufl-slider.scss */
.ufl_slider .slider_gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(5%, #ffffff), color-stop(30%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, #ffffff 5%, rgba(255, 255, 255, 0) 30%);
  background-image: -moz-linear-gradient(bottom, #ffffff 5%, rgba(255, 255, 255, 0) 30%);
  background-image: -o-linear-gradient(bottom, #ffffff 5%, rgba(255, 255, 255, 0) 30%);
  background-image: linear-gradient(bottom, #ffffff 5%, rgba(255, 255, 255, 0) 30%);
}
/* line 49, sass/module/_ufl-slider.scss */
.ufl_slider:hover #next_slide, .ufl_slider:hover #prev_slide {
  color: #0d1f5c;
}
/* line 52, sass/module/_ufl-slider.scss */
.ufl_slider a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: none;
  color: #0d1f5c;
}
/* line 66, sass/module/_ufl-slider.scss */
.ufl_slider a:hover {
  border-bottom: none;
  color: #ff4a00;
}
/* line 71, sass/module/_ufl-slider.scss */
.ufl_slider a:visited {
  color: #EEE;
}
/* line 73, sass/module/_ufl-slider.scss */
.ufl_slider a .columns {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.75);
}
/* line 78, sass/module/_ufl-slider.scss */
.ufl_slider a h2 {
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
  color: #0d1f5c;
  background-color: transparent;
}
/* line 84, sass/module/_ufl-slider.scss */
.ufl_slider a span {
  font-weight: 600;
  margin-top: 0;
  color: #0d1f5c;
}
/* line 92, sass/module/_ufl-slider.scss */
.ufl_slider .current {
  right: 0;
  left: 0;
  z-index: 1;
  transition: all 1s ease;
  transition-duration: 600ms;
}
/* line 100, sass/module/_ufl-slider.scss */
.ufl_slider .next {
  left: 100%;
  z-index: -1;
  transition: all 1s ease;
  transition-duration: 600ms;
}
/* line 107, sass/module/_ufl-slider.scss */
.ufl_slider .prev {
  right: 100%;
  z-index: -1;
  transition: all 1s ease;
  transition-duration: 600ms;
}
/* line 114, sass/module/_ufl-slider.scss */
.ufl_slider .hide {
  display: none;
}

/* line 120, sass/module/_ufl-slider.scss */
.ufl_slider_library a .row {
  padding-top: 0 !important;
  margin-left: 0 !important;
}

/* line 7, sass/module/_ufl-button.scss */
.ufl-button {
  display: inline-block;
  text-align: center;
  font-weight: bolder;
  border: 1px solid #0d1f5c;
  -webkit-box-shadow: 2px 2px 1px 0 #e0e0e0;
  -moz-box-shadow: 2px 2px 1px 0 #e0e0e0;
  box-shadow: 2px 2px 1px 0 #e0e0e0;
}
/* line 16, sass/module/_ufl-button.scss */
.ufl-button:link {
  text-decoration: none;
  border-bottom: 1px solid #0d1f5c;
}
/* line 21, sass/module/_ufl-button.scss */
.ufl-button:hover, .ufl-button:active, .ufl-button:visited {
  color: #0d1f5c;
  background-color: #e0e0e0;
  border-bottom-color: #0d1f5c;
  -webkit-box-shadow: 2px 2px 0 0 white;
  -moz-box-shadow: 2px 2px 0 0 white;
  box-shadow: 2px 2px 0 0 white;
}
/* line 29, sass/module/_ufl-button.scss */
.ufl-button[href$=".pdf"] {
  background: none;
}
/* line 30, sass/module/_ufl-button.scss */
.ufl-button[href^="mailto"] {
  background: none;
}
/* line 34, sass/module/_ufl-button.scss */
.ufl-button.small {
  padding: 20px 20px;
  padding: 2rem 2rem;
  line-height: 36px;
  line-height: 3.6rem;
  margin: 0px 5px 10px 0px;
  margin: 0rem 0.5rem 1rem 0rem;
}
/* line 40, sass/module/_ufl-button.scss */
.ufl-button.med {
  padding: 10px;
  padding: 1rem;
  line-height: 54px;
  line-height: 5.4rem;
  margin: 0px 5px 18px 0px;
  margin: 0rem 0.5rem 1.8rem 0rem;
}
/* line 46, sass/module/_ufl-button.scss */
.ufl-button.big {
  width: 100%;
  padding: 10px;
  padding: 1rem;
  margin: 0px 0px 18px 0px;
  margin: 0rem 0rem 1.8rem 0rem;
}
/* line 54, sass/module/_ufl-button.scss */
.ufl-button.grey {
  color: #0d1f5c;
  background-color: #eeeeee;
}
/* line 58, sass/module/_ufl-button.scss */
.ufl-button.grey:hover {
  color: #445db0;
  background-color: #e0e0e0;
}
/* line 63, sass/module/_ufl-button.scss */
.ufl-button.grey:active {
  color: #445db0;
  background-color: #e0e0e0;
}
/* line 69, sass/module/_ufl-button.scss */
.ufl-button.blue {
  color: white;
  background-color: #0d1f5c;
  border-color: white;
}
/* line 74, sass/module/_ufl-button.scss */
.ufl-button.blue:hover {
  color: white;
  background-color: #e0e0e0;
}
/* line 79, sass/module/_ufl-button.scss */
.ufl-button.blue:active {
  color: white;
  background-color: #e0e0e0;
}
/* line 85, sass/module/_ufl-button.scss */
.ufl-button.orange {
  background-color: #ff4a00;
  color: white;
}
/* line 89, sass/module/_ufl-button.scss */
.ufl-button.orange:hover {
  color: white;
  background-color: #e0e0e0;
}
/* line 94, sass/module/_ufl-button.scss */
.ufl-button.orange:active {
  color: white;
  background-color: #e0e0e0;
}
/* line 100, sass/module/_ufl-button.scss */
.ufl-button > span {
  line-height: 18px;
}
/* line 103, sass/module/_ufl-button.scss */
.ufl-button > span br {
  line-height: 1px;
}

/* line 10, sass/module/_ufl-social.scss */
.ufl-social {
  padding: 0;
  margin: 0 0 5px 0;
}
/* line 14, sass/module/_ufl-social.scss */
.ufl-social li {
  float: left;
  margin-left: 5px;
  list-style-type: none;
  list-style-image: none;
}
/* line 20, sass/module/_ufl-social.scss */
.ufl-social li a {
  border-bottom: none;
}
/* line 22, sass/module/_ufl-social.scss */
.ufl-social li a:link {
  color: transparent;
  border-bottom: none;
}
/* line 26, sass/module/_ufl-social.scss */
.ufl-social li a:visited {
  color: transparent;
  border-bottom: none;
}
/* line 30, sass/module/_ufl-social.scss */
.ufl-social li a:hover {
  color: transparent;
  border-bottom: none;
}
/* line 34, sass/module/_ufl-social.scss */
.ufl-social li a:active {
  color: transparent;
  border-bottom: none;
}

/* line 42, sass/module/_ufl-social.scss */
.facebook {
  width: 32px;
  height: 28px;
}
/* line 45, sass/module/_ufl-social.scss */
.facebook #g-facebook {
  fill: #36609f;
}
/* line 47, sass/module/_ufl-social.scss */
.facebook:hover #g-facebook {
  fill: #e0e0e0;
}

/* line 51, sass/module/_ufl-social.scss */
.twitter {
  fill: #2aa9e0;
  width: 32px;
  height: 28px;
}
/* line 55, sass/module/_ufl-social.scss */
.twitter #g-twitter {
  fill: #2aa9e0;
}
/* line 57, sass/module/_ufl-social.scss */
.twitter:hover #g-twitter {
  fill: #e0e0e0;
}

/* line 61, sass/module/_ufl-social.scss */
.linkedin {
  fill: #066c9a;
  width: 32px;
  height: 28px;
}
/* line 65, sass/module/_ufl-social.scss */
.linkedin #g-linkedin {
  fill: #066c9a;
}
/* line 67, sass/module/_ufl-social.scss */
.linkedin:hover #g-linkedin {
  fill: #e0e0e0;
}

/* line 71, sass/module/_ufl-social.scss */
.vimeo {
  fill: #00b9ea;
  width: 32px;
  height: 28px;
}
/* line 75, sass/module/_ufl-social.scss */
.vimeo #g-vimeo {
  fill: #00b9ea;
}
/* line 77, sass/module/_ufl-social.scss */
.vimeo:hover #g-vimeo {
  fill: #e0e0e0;
}

@media (max-width: 980px) {
  /* line 86, sass/module/_ufl-social.scss */
  .facebook, .twitter, .linkedin, .vimeo {
    width: 96px;
    height: 84px;
  }
}
/* line 7, sass/module/_ufl-contact.scss */
.ufl-contact {
  white-space: nowrap;
}
/* line 11, sass/module/_ufl-contact.scss */
.ufl-contact caption {
  text-align: left;
}
/* line 13, sass/module/_ufl-contact.scss */
.ufl-contact caption h3 {
  margin-bottom: 0;
}
/* line 15, sass/module/_ufl-contact.scss */
.ufl-contact tr {
  height: 25px;
}
/* line 16, sass/module/_ufl-contact.scss */
.ufl-contact .label {
  font-weight: bolder;
}
/* line 17, sass/module/_ufl-contact.scss */
.ufl-contact .data {
  text-align: right;
}
/* line 18, sass/module/_ufl-contact.scss */
.ufl-contact .email {
  border-top: none;
  padding-top: 0;
}

/* line 1, sass/module/_library-search.scss */
#library-search {
  padding: 0;
  margin: -1em 0 1em 0;
}
/* line 4, sass/module/_library-search.scss */
#library-search > ul {
  float: right;
  position: relative;
}
/* line 9, sass/module/_library-search.scss */
#library-search form {
  height: 30px;
}
/* line 12, sass/module/_library-search.scss */
#library-search input {
  float: left;
  position: relative;
  width: 100%;
  padding-right: 29px;
}
/* line 19, sass/module/_library-search.scss */
#library-search button {
  top: -26px;
}
/* line 23, sass/module/_library-search.scss */
#library-search .searchform {
  overflow: hidden;
}
/* line 27, sass/module/_library-search.scss */
#library-search #onesearch, #library-search #catalog {
  height: 64px;
}
/* line 32, sass/module/_library-search.scss */
#library-search #formCatalog #text_formCatalog {
  width: 54%;
  top: 0;
}
/* line 37, sass/module/_library-search.scss */
#library-search #formCatalog #catsearch {
  position: absolute;
  top: 60px;
  width: 39%;
  border: none;
  border-left: 1px solid #bdbdbd;
  padding-left: 20px;
}
/* line 47, sass/module/_library-search.scss */
#library-search #formCatalog button {
  top: -26px;
}
/* line 54, sass/module/_library-search.scss */
#library-search #form-database select {
  width: 100%;
  position: relative;
  top: 2px;
}

/* line 69, sass/module/_library-search.scss */
.gt_ie8 #library-search button {
  float: right;
}

/* line 2, sass/module/_library-side.scss */
.library-side #days {
  margin: 1em 0 2em 0;
}
/* line 4, sass/module/_library-side.scss */
.library-side #days h5 {
  color: #0d1f5c;
  font-weight: 100;
  line-height: 18px;
  margin-top: 1em;
}

/* line 1, sass/module/_make-gift.scss */
.make-gift {
  display: block;
  height: 80px;
  background: url("images/png/make-gift.png") no-repeat, right;
  background-position: 100%;
  background-size: 54%;
  border-bottom: none !important;
}
/* line 10, sass/module/_make-gift.scss */
.make-gift > span {
  text-align: center;
  position: relative;
  top: 41%;
  left: 45%;
  font-size: 1.5em;
  text-transform: uppercase;
  color: white;
}
/* line 18, sass/module/_make-gift.scss */
.make-gift > span:hover {
  color: #ff4a00;
}
/* Adding Facility Concern functionality to match Make Gift */
.facility-concern {
    display: block;
    height: 80px;
    background: url("images/png/facility-concern.png") no-repeat, right;
    background-position: 100%;
    background-size: 54%;
    border-bottom: none !important;
}

.facility-concern > span {
    text-align: center;
    position: relative;
    top: 44%;
    left: 25%;
    font-size: 1.15em;
    text-transform: uppercase;
    color: white;
 }
.facility-concern > span:hover {
    color: #ff4a00;
}

/* END OF Facility Concern functionality to match Make Gift */



/* line 1, sass/module/_searchbar.scss */
.searchbar {
  background-color: #FFF;
  margin-right: 5px;
}
/* line 5, sass/module/_searchbar.scss */
.searchbar form {
  border: 1px solid #bdbdbd;
  /* Form text input */
  /* Form submit button */
}
/* line 9, sass/module/_searchbar.scss */
.searchbar form input {
  border: 0;
  font-size: 90%;
  font-weight: normal;
  font-style: italic;
  padding: 4px 0 4px 7px;
  width: 170px;
}
/* line 17, sass/module/_searchbar.scss */
.searchbar form input:focus {
  outline: 0;
}
/* line 23, sass/module/_searchbar.scss */
.searchbar form button {
  overflow: visible;
  background-color: #FFF;
  position: relative;
  float: right;
  clear: left;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
}
/* line 35, sass/module/_searchbar.scss */
.searchbar form button:active, .searchbar form button:focus {
  outline: 0;
}
/* line 40, sass/module/_searchbar.scss */
.searchbar form button:hover #search-button path {
  stroke: #ff4a00;
}
/* line 47, sass/module/_searchbar.scss */
.searchbar #search-button {
  fill: none;
}
/* line 49, sass/module/_searchbar.scss */
.searchbar #search-button path {
  stroke: #bdbdbd;
}
/* line 55, sass/module/_searchbar.scss */
.searchbar .no-svg #search-button {
  display: block;
  height: 26px;
  width: 26px;
  background: url("images/png/search-button.png");
}

/* line 69, sass/module/_searchbar.scss */
.gt_ie8 .searchbar form button .svg-search {
  height: 25px;
}

/* Preload images */
/* line 2, sass/module/_lightbox.scss */
body:after {
  content: url(images/lightbox/img/close.png) url(images/lightbox/img/loading.gif) url(images/lightbox/img/prev.png) url(images/lightbox/img/next.png);
  display: none;
}

/* line 7, sass/module/_lightbox.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 18, sass/module/_lightbox.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 28, sass/module/_lightbox.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 39, sass/module/_lightbox.scss */
.lightbox a img {
  border: none;
}

/* line 43, sass/module/_lightbox.scss */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 57, sass/module/_lightbox.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 63, sass/module/_lightbox.scss */
.lb-container {
  padding: 4px;
}

/* line 67, sass/module/_lightbox.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 77, sass/module/_lightbox.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/lightbox/img/loading.gif) no-repeat;
}

/* line 85, sass/module/_lightbox.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 94, sass/module/_lightbox.scss */
.lb-container > .nav {
  left: 0;
}

/* line 98, sass/module/_lightbox.scss */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
  border: none;
}

/* line 104, sass/module/_lightbox.scss */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 110, sass/module/_lightbox.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/lightbox/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 123, sass/module/_lightbox.scss */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 128, sass/module/_lightbox.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/lightbox/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 141, sass/module/_lightbox.scss */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 146, sass/module/_lightbox.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 159, sass/module/_lightbox.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 165, sass/module/_lightbox.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 170, sass/module/_lightbox.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 177, sass/module/_lightbox.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 183, sass/module/_lightbox.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 191, sass/module/_lightbox.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/lightbox/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 207, sass/module/_lightbox.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* MODERN BROWSERS */
/* SVG FALLBACK */
/* line 10, sass/_svg-fallback.scss */
.no-svg #svg-header, .ie7 #svg-header, .ie6 #svg-header {
  display: block;
  height: 63px;
  width: 440px;
  background: url("images/png/levin_college_of_law.png");
}
/* line 18, sass/_svg-fallback.scss */
.no-svg .search-social .icon, .ie7 .search-social .icon, .ie6 .search-social .icon {
  display: list-item;
  height: 32px;
  width: 32px;
  margin-right: 5px;
}
/* line 25, sass/_svg-fallback.scss */
.no-svg .search-social input, .ie7 .search-social input, .ie6 .search-social input {
  padding: 5px 3px 6px 3px;
}
/* line 30, sass/_svg-fallback.scss */
.no-svg #social-icon-facebook, .ie7 #social-icon-facebook, .ie6 #social-icon-facebook {
  display: block;
  height: 32px;
  width: 32px;
  background: url("images/png/social_icon-facebook.png");
}
/* line 37, sass/_svg-fallback.scss */
.no-svg #social-icon-twitter, .ie7 #social-icon-twitter, .ie6 #social-icon-twitter {
  display: block;
  height: 32px;
  width: 32px;
  background: url("images/png/social_icon-twitter.png");
}
/* line 44, sass/_svg-fallback.scss */
.no-svg #social-icon-linkedin, .ie7 #social-icon-linkedin, .ie6 #social-icon-linkedin {
  display: block;
  height: 32px;
  width: 32px;
  background: url("images/png/social_icon-linkedin.png");
}

/* line 9, sass/_hack.scss */
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 14, sass/_hack.scss */
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 19, sass/_hack.scss */
a.efore {
  background: #009;
  opacity: .3;
  width: 100%;
  height: 100%;
  margin: -40px 0 0;
  text-indent: -9999px;
  display: block;
  content: "Submenu Follows";
}

/* line 30, sass/_hack.scss */
table {
  margin-bottom: 1em;
}

/* line 34, sass/_hack.scss */
.uflui a {
  border-bottom: none;
  color: #445db0;
  background-color: inherit;
  text-decoration: underline;
}


.uflui a:hover {
  color: #ff4a00;
  background-color: inherit;
}

/* line 4, sass/_ie-hack.scss */
.lt_ie10 header #svg-header {
  height: 62px;
  margin-top: 20px;
}
.lt_ie10 footer #svg-footer {
  height: 58px;
}
/* line 9, sass/_ie-hack.scss */
.lt_ie10 .lt_ie9 .quick-menu .logo-uf {
  background-image: none;
}
/* line 13, sass/_ie-hack.scss */
.lt_ie10 footer {
  height: 48rem;
}
/* line 18, sass/_ie-hack.scss */
.lt_ie10 #top-menu UL #home {
  height: 38px;
}
/* line 21, sass/_ie-hack.scss */
.lt_ie10 #top-menu .arrow {
  display: none;
}

/* line 28, sass/_ie-hack.scss */
.ie7 .svg-search {
  display: none;
}

/* line 34, sass/_ie-hack.scss */
.ie8 #library-search .searchform {
  width: 700px;
}

/* IE10+ specific styles */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 42, sass/_ie-hack.scss */
  header #svg-header {
    height: 72px;
  }
  footer #svg-footer {
  height: 58px;
}

  /* line 46, sass/_ie-hack.scss */
  .lt_ie9 .quick-menu .logo-uf {
    background-image: none;
  }

  /* line 50, sass/_ie-hack.scss */
  .searchform {
    width: 225px;
  }
  /* line 52, sass/_ie-hack.scss */
  .searchform form input {
    width: 190px;
  }

  /* line 55, sass/_ie-hack.scss */
  footer {
    height: 48rem;
  }
}
/* ENDOF IE10+ specific styles */
