/*
Theme Name: UF CLAS People 2
Theme URI: https://it.clas.ufl.edu/
Author: Priscilla Chapman (CLAS IT)
Author URI: https://it.clas.ufl.edu/
Description: Theme for UF CLAS personal pages. Responsive version with mobile-friendly main navigation.
Version: 1.0.7
Build Date: 20170301
Text Domain: ufclaspeople2

 UF CLAS People 2 is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
	10.4 Structure
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
	12.3 Slideshows
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'ufshands';
  src: url("inc/fonts/ufshands-webfont.eot");
  src: url("inc/fonts/ufshands-webfont.eot?#iefix") format("embedded-opentype"), url("inc/fonts/ufshands-webfont.woff") format("woff"), url("inc/fonts/ufshands-webfont.ttf") format("truetype"), url("inc/fonts/ufshands-webfont.svg#HelveticaNeueLT57CnRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6; }

.content-area {
  font-size: 13px;
  font-size: 1.3rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: ufshands, Arial, sans-serif;
  color: #243778;
  font-weight: normal; }

.entry-title, .page-title, h2, .entry-content h1 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 0.5em; }

.archive .page-title {
  color: #666;
  margin-bottom: 0; }

.archive .page-header {
  border-bottom: 2px solid #E0E0E0;
  margin-top: 0; }

.archive .taxonomy-description {
  color: #666;
  font-style: italic;
  margin-top: 1em;
  font-weight: bold; }

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0.2em; }

h4 {
  margin: 20px 0 10px;
  font-size: 15.6px;
  font-size: 1.56rem; }

h5, h6 {
  margin: 10px 0 10px; }

p {
  margin-bottom: 1.5em; }
  p.lead {
    font-family: Georgia, serif;
    font-size: 1.3em;
    font-style: italic;
    margin-bottom: 1.3em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 1.5em;
  padding: 1em;
  font-size: 1.4em;
  font-style: italic;
  border-left: 5px solid #6377b2;
  color: #243778;
  background: url("images/bg-sprite-transparent.png") no-repeat scroll -1240px -519px #d7def0; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

.hyphenation, .widget_listcategorypostswidget .recent-posts li .lcp_post, .widget_listcategorypostswidget .recent-posts li .lcp_excerpt {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

article ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1.5em; }
  article ul li {
    background: transparent url("images/bg-orange-bullet.png") 0 8px no-repeat;
    padding-left: 12px;
    margin-bottom: 0.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

tr:nth-child(2n) td, tr.even td {
  background: #F2F6FC none repeat scroll 0% 0%; }

.entry-content .tab_wrap {
  margin: 0 0 24px; }
  .entry-content .tab_wrap .nav-tabs li {
    background-image: none; }
  .entry-content .tab_wrap .tab-content {
    padding: 24px;
    border: 1px solid #ddd;
    border-bottom-width: 2px;
    border-top: none; }
.entry-content .row, .entry-content .carousel {
  margin-bottom: 24px; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #243778; }
  a:visited {
    color: #203C67; }
  a:hover, a:focus, a:active {
    color: midnightblue; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
@media screen and (min-width: 480px) {
  .main-navigation {
    margin-bottom: 24px; } }
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }
.main-navigation li {
  position: relative;
  font-family: ufshands, Arial, sans-serif; }
  .main-navigation li li a {
    background: #fff url("images/bg-sprite-transparent.png") -1068px 2px no-repeat;
    border-top: 1px solid #E0E0E0;
    border-bottom: none;
    padding-left: 36px; }
  .main-navigation li li li a {
    padding-left: 54px;
    background-image: none; }
  .main-navigation li li.current_page_item > a,
  .main-navigation li li.current-menu-item > a {
    background-color: #D7DEF0;
    color: #243778; }
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px 24px;
  background-color: #F2F2F2;
  border-top: 1px solid #FCFCFC;
  border-bottom: 2px solid #E0E0E0;
  font-size: 0.95em;
  line-height: 1.3em; }
  .main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
    color: #243778;
    background-color: #D7DEF0; }
  .main-navigation a:visited {
    color: #243778; }
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
  background-color: #1f3068;
  color: #fff;
  cursor: default; }
  .main-navigation .current_page_item > a:before,
  .main-navigation .current-menu-item > a:before {
    content: ".";
    background: url("images/bg-sprite-transparent.png") no-repeat scroll -879px -107px transparent;
    display: block;
    height: 27px;
    left: -7px;
    position: absolute;
    top: 5px;
    width: 27px; }
.main-navigation .current_page_ancestor > a {
  cursor: default; }

.navmenu {
  border: none;
  border-radius: 0;
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    .navmenu.offcanvas, .navmenu.canvas-slid, .navmenu.canvas-sliding {
      left: 0;
      right: auto;
      top: 0px;
      bottom: 0;
      position: fixed;
      overflow-y: auto;
      z-index: 1030;
      max-width: 260px;
      box-shadow: 1px 0 4px 0px #666;
      border-right: 2px solid #fff;
      border-top: 1px solid #eee;
      background-color: #ddd; } }
  @media screen and (min-width: 768px) {
    .navmenu.offcanvas {
      display: block; } }

.navbar-oncanvas {
  display: none; }
  @media screen and (max-width: 767px) {
    .navbar-oncanvas {
      display: block;
      min-height: 30px; } }

#mobile-navigation .btn {
  margin-top: 8px;
  margin-right: 10px;
  font-size: 20px;
  padding: 5px 12px 1px;
  color: #444; }
#mobile-navigation .navbar-toggle .icon-bar {
  background-color: #333;
  margin-left: auto;
  margin-right: auto; }
#mobile-navigation .disabled {
  color: #888; }

.footer-navigation {
  padding-bottom: 4px;
  overflow: auto; }
  .footer-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .footer-navigation li {
    display: inline-block;
    margin-right: 0;
    padding: 0 8px;
    border-left: 1px solid #E0E0E0; }
    .footer-navigation li:first-of-type {
      border-left: none;
      padding-left: 0; }
    .footer-navigation li li {
      display: none; }

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

#institutional-nav {
  background: transparent url("images/bg-institutional-nav.jpg") repeat-x;
  border-bottom: 1px solid #D7DEF0;
  height: 27px;
  font-size: .9em;
  padding-left: 0;
  position: relative;
  z-index: 99999 !important;
  display: none; }
  @media (min-width: 768px) {
    #institutional-nav {
      display: block;
      margin-bottom: 24px; } }
  #institutional-nav li {
    float: left;
    height: 23px;
    display: block; }
  #institutional-nav li:hover {
    background-color: #061a67; }
  #institutional-nav a {
    line-height: 1.9em;
    text-align: center;
    display: block;
    height: 23px;
    position: relative;
    padding: 0;
    /* 22px;*/
    text-decoration: none;
    font-family: Georgia,'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    color: #fff; }
    #institutional-nav a span {
      background: url("images/bg-downarrow.png") no-repeat right center transparent;
      padding-right: 10px; }
    #institutional-nav a:hover {
      background-color: #061a67;
      text-decoration: none; }
  #institutional-nav #inst-clas {
    font-size: 12px; }
  #institutional-nav #top {
    top: 2px;
    position: relative; }
    @media (max-width: 991px) {
      #institutional-nav #top {
        max-width: 960px;
        width: auto; } }
  #institutional-nav #utility-tabs {
    float: right;
    background: url("images/bkgd-left.jpg") 0 0 no-repeat;
    padding-left: 16px;
    display: none; }
    @media (min-width: 768px) {
      #institutional-nav #utility-tabs {
        display: block; } }
    #institutional-nav #utility-tabs:hover {
      background-color: transparent; }
    #institutional-nav #utility-tabs ul li a {
      display: block;
      float: left;
      height: 23px;
      background: url("images/ufl-utility-buttons.png") no-repeat 0 0;
      text-indent: -9999px;
      margin: 0;
      outline: none;
      border: none;
      padding: 0; }
      #institutional-nav #utility-tabs ul li a.directory {
        background-position: 0px 0;
        width: 34px; }
      #institutional-nav #utility-tabs ul li a.directory:hover {
        background-position: 0px -23px; }
      #institutional-nav #utility-tabs ul li a.elearning {
        background-position: -34px 0;
        width: 60px; }
      #institutional-nav #utility-tabs ul li a.elearning:hover {
        background-position: -34px -23px; }
      #institutional-nav #utility-tabs ul li a.webmail {
        background-position: -94px 0;
        width: 40px; }
      #institutional-nav #utility-tabs ul li a.webmail:hover {
        background-position: -94px -23px; }
      #institutional-nav #utility-tabs ul li a.isis {
        background-position: -134px 0;
        width: 40px; }
      #institutional-nav #utility-tabs ul li a.isis:hover {
        background-position: -134px -23px; }
      #institutional-nav #utility-tabs ul li a.myufl {
        background-position: -174px 0;
        width: 40px; }
      #institutional-nav #utility-tabs ul li a.myufl:hover {
        background-position: -174px -23px; }
      #institutional-nav #utility-tabs ul li a.maps {
        background-position: -214px 0;
        width: 40px; }
      #institutional-nav #utility-tabs ul li a.maps:hover {
        background-position: -214px -23px; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 15px 0 1.5em;
  padding: 5px 10px 14px;
  background-color: #F2F2F2;
  border-bottom: 2px solid #E0E0E0;
  /* Make sure select elements fit in widgets */ }
  .widget:first-child {
    margin-top: 0; }
  .widget .widget-title, .widget .widgettitle {
    margin: 0 -5px .5em;
    padding: 6px 10px;
    background-color: #fff;
    border-bottom: 1px solid #E0E0E0; }
  .widget ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .widget ul li {
      background: transparent url("images/bg-sprite-transparent.png") -988px -137px no-repeat;
      padding-left: 18px;
      font-size: 12px;
      margin-bottom: 12px;
      line-height: 16px;
      max-width: 300px; }
  .widget select {
    max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
@media (min-width: 768px) {
  body[class*="full-width"] #site-navigation {
    display: none; }
  body[class*="full-width"] #primary {
    float: none;
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 768px) {
  body[class*="right-two-columns"] #site-navigation {
    display: none; }
  body[class*="right-two-columns"] #content {
    padding-left: 15px;
    padding-right: 15px; } }

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.home .entry-content {
  margin-top: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
10.4 Structure
--------------------------------------------------------------*/
body {
  background-color: #fff;
  background-image: url("images/bg-content.jpg");
  background-repeat: repeat-x; }

.container-wrap {
  overflow: visible;
  background: transparent url("images/bg-content-shadow.png") center top no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px; }
  @media (max-width: 991px) {
    .container-wrap {
      margin-bottom: 0px;
      width: auto; } }

#page, #top, #institutional-footer {
  max-width: 960px; }

#page {
  background-color: #fff; }
  @media (max-width: 991px) {
    #page {
      width: auto; } }

.site-header {
  background-color: #1f3068;
  color: #fff;
  padding: 12px 12px 16px; }
  @media (min-width: 768px) {
    .site-header {
      min-height: 100px;
      padding-top: 20px;
      padding-bottom: 20px; } }
  .site-header a:link, .site-header a:visited {
    color: #fff;
    text-decoration: none; }
  .site-header .site-logo {
    max-width: 58px; }
    @media (min-width: 768px) {
      .site-header .site-logo {
        max-width: 93px; } }
    .site-header .site-logo .uf {
      float: left;
      background-image: url("images/uf_monogram.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 52px;
      height: 48px;
      margin-top: 4px;
      display: block;
      overflow: hidden;
      text-align: left;
      text-indent: -999em; }
      @media (min-width: 768px) {
        .site-header .site-logo .uf {
          background-image: url("images/bg-sprite-transparent.png");
          background-position: -599px -130px;
          width: 85px;
          height: 52px;
          margin-top: 8px;
          margin-right: 6px; } }
  .site-header .site-branding {
    float: left;
    min-width: 220px;
    margin: 3px 0 3px 8px;
    padding-left: 8px;
    border-left: 2px solid #d36528; }
    @media (min-width: 768px) {
      .site-header .site-branding {
        margin-left: 8px;
        padding-left: 10px; } }
  .site-header .site-title, .site-header .site-description, .site-header .site-organization {
    font-family: Georgia,'Palatino Linotype',Palatino,'Book Antiqua',serif; }
  .site-header .site-title {
    font-size: 1.3em;
    line-height: 1.1em;
    margin-top: 4px;
    margin-bottom: 4px; }
    @media (min-width: 768px) {
      .site-header .site-title {
        font-size: 2.1em;
        margin-top: 0; } }
  .site-header .site-description, .site-header .site-organization {
    font-size: 0.9em;
    line-height: 1.3em;
    margin-bottom: 4px;
    color: #fff; }
  .site-header .site-organization {
    display: none; }
    @media (min-width: 768px) {
      .site-header .site-organization {
        display: block;
        text-align: right;
        font-size: 13px;
        font-size: 1.3rem;
        padding: 0 inherit 0 0;
        margin-top: 6px; } }

@media (min-width: 768px) {
  #breadcrumb {
    background: url("images/bg-breadcrumb.jpg") repeat-x scroll 0 0 #E3E3E3;
    border-bottom: 1px solid #BEBEBE;
    font-family: Verdana,sans-serif;
    font-size: 0.8em;
    height: 30px;
    clear: both; } }

@media (max-width: 767px) {
  #site-image {
    margin-top: -20px; } }

#site-image + .site-content {
  padding-top: 30px; }
  @media (max-width: 991px) {
    #site-image + .site-content {
      padding-top: 0; } }

.site-content {
  margin-top: 24px; }
  @media (min-width: 768px) {
    .site-content {
      min-height: 400px; } }

.site-footer {
  font-size: 11px;
  background: #FFF url("images/bg-institutional-footer-wrap.jpg") 0 top repeat-x; }
  .site-footer a {
    text-decoration: none;
    font-weight: bold; }
  .site-footer p {
    margin-top: 2px;
    margin-bottom: 6px;
    clear: both; }
  .site-footer #institutional-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative; }
    @media (max-width: 991px) {
      .site-footer #institutional-footer {
        width: auto; } }
    .site-footer #institutional-footer .uf-monogram {
      background: url("images/uf_monogram.png") no-repeat scroll top center transparent;
      display: block;
      height: 48px;
      margin-top: -42px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .site-footer #institutional-footer .uf-monogram {
          display: none; } }
  .site-footer .site-info {
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px; }
    .site-footer .site-info .footer-logo {
      padding-bottom: 24px; }

.custom-background, .custom-background-color {
  background-size: cover;
  background-attachment: fixed; }
  .custom-background .container-wrap, .custom-background-color .container-wrap {
    background: none; }
  .custom-background .site, .custom-background #institutional-footer, .custom-background-color .site, .custom-background-color #institutional-footer {
    box-shadow: 0 4px 1.5em rgba(0, 0, 0, 0.3); }
  .custom-background .site-footer, .custom-background-color .site-footer {
    background: none; }
    .custom-background .site-footer #institutional-footer, .custom-background-color .site-footer #institutional-footer {
      background: #fff url("images/bg-institutional-footer-wrap.jpg") 0 top repeat-x; }

.custom-background-color {
  background-image: none; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

img.border {
  padding: 7px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0px 0px 5px #999; }
#site-image img {
  width: 100%;
  height: auto; }
  @media (min-width: 767px) {
    #site-image img {
      min-height: 200px; } }

@media screen and (max-width: 479px) {
  .alignright, .alignleft {
    float: none;
    margin: 0 0 1em;
    clear: both;
    display: block;
    text-align: center; } }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  border: 1px solid #aaa;
  border-bottom-width: 2px; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption > a + br {
    display: none; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center;
  font-style: italic;
  padding: 0 0.5em; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
12.3 Slideshows
--------------------------------------------------------------*/
.slideshow_container .slideshow_container a {
  text-decoration: none; }
  .slideshow_container .slideshow_container a:hover {
    text-decoration: none; }
.slideshow_container .slideshow_slide {
  margin-right: 2px; }
.slideshow_container .slideshow_content .slideshow_slide_text {
  padding: 20px 20px 20px 40px; }
  @media (max-width: 479px) {
    .slideshow_container .slideshow_content .slideshow_slide_text {
      padding: 20px 10px 20px 20px; } }
  .slideshow_container .slideshow_content .slideshow_slide_text div.slideshow_title,
  .slideshow_container .slideshow_content .slideshow_slide_text .slideshow_title {
    margin-top: 40px;
    margin-bottom: 12px;
    text-align: inherit;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1em; }
  .slideshow_container .slideshow_content .slideshow_slide_text div.slideshow_description,
  .slideshow_container .slideshow_content .slideshow_slide_text .slideshow_description {
    text-align: inherit; }
  .slideshow_container .slideshow_content .slideshow_slide_text div, .slideshow_container .slideshow_content .slideshow_slide_text p, .slideshow_container .slideshow_content .slideshow_slide_text h1, .slideshow_container .slideshow_content .slideshow_slide_text h2, .slideshow_container .slideshow_content .slideshow_slide_text h3, .slideshow_container .slideshow_content .slideshow_slide_text h4, .slideshow_container .slideshow_content .slideshow_slide_text h5, .slideshow_container .slideshow_content .slideshow_slide_text h6 {
    font-family: ufshands, Arial, sans-serif;
    text-align: left; }
    @media (max-width: 479px) {
      .slideshow_container .slideshow_content .slideshow_slide_text div, .slideshow_container .slideshow_content .slideshow_slide_text p, .slideshow_container .slideshow_content .slideshow_slide_text h1, .slideshow_container .slideshow_content .slideshow_slide_text h2, .slideshow_container .slideshow_content .slideshow_slide_text h3, .slideshow_container .slideshow_content .slideshow_slide_text h4, .slideshow_container .slideshow_content .slideshow_slide_text h5, .slideshow_container .slideshow_content .slideshow_slide_text h6 {
        text-align: center; } }
.slideshow_container .slideshow_description_box {
  background: #000;
  width: 100%; }
  .slideshow_container .slideshow_description_box div, .slideshow_container .slideshow_description_box p, .slideshow_container .slideshow_description_box h1, .slideshow_container .slideshow_description_box h2, .slideshow_container .slideshow_description_box h3, .slideshow_container .slideshow_description_box h4, .slideshow_container .slideshow_description_box h5, .slideshow_container .slideshow_description_box h6 {
    text-align: center;
    color: #fff; }
    .slideshow_container .slideshow_description_box div a, .slideshow_container .slideshow_description_box p a, .slideshow_container .slideshow_description_box h1 a, .slideshow_container .slideshow_description_box h2 a, .slideshow_container .slideshow_description_box h3 a, .slideshow_container .slideshow_description_box h4 a, .slideshow_container .slideshow_description_box h5 a, .slideshow_container .slideshow_description_box h6 a {
      text-align: center;
      color: #fff; }
.slideshow_container .slideshow_transparent {
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .slideshow_container .slideshow_transparent:hover {
    filter: alpha(opacity=80);
    opacity: 0.8; }

/*--------------------------------------------------------------
13.0 Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1 List Category Posts
--------------------------------------------------------------*/
.widget_listcategorypostswidget .recent-posts li {
  background: transparent;
  padding-left: 0;
  max-width: inherit; }
  .widget_listcategorypostswidget .recent-posts li .lcp_post {
    font-size: 14.3px;
    font-size: 1.43rem;
    background-color: #6E85BF;
    color: #fff;
    padding: 8px 6px 8px 10px; }
    .widget_listcategorypostswidget .recent-posts li .lcp_post strong {
      font-weight: normal; }
    .widget_listcategorypostswidget .recent-posts li .lcp_post a:link, .widget_listcategorypostswidget .recent-posts li .lcp_post a:visited {
      color: #fff; }
  .widget_listcategorypostswidget .recent-posts li .lcp_excerpt {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 0 0 4px;
    color: #3E5393;
    line-height: 1.5em; }

/*# sourceMappingURL=style.css.map */
