@charset "UTF-8";
/*
Theme Name: UF CLAS Responsive
Theme URI: http://it.clas.ufl.edu/
Description: The official responsive WordPress template for The University of Florida. Modified for CLAS.
Version: 1.5 (0.8.0)
Author: CLAS IT, UF Web Services
Author URI: http://it.clas.ufl.edu/
Build Date: 20151204
*/
/* import reset.css */
/* --------------------------------------------------------------
 RESET.CSS

-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

nav ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

ins { background-color: #FF9; /* Light Yellow */ color: #000; text-decoration: none; }

mark { background-color: #FF9; /* Light Yellow */ font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #CCC; /* 20% Black */ margin: 1em 0; padding: 0; clear: both; }

input, select { vertical-align: middle; }

/* import grind.css */
/* --------------------------------------------------------------
 GRID.CSS
 Sets up an easy-to-use grid of 24 columns.
 By default, the grid is 960px wide, with 24 columns spanning 30px, and a 10px margin between columns.

-------------------------------------------------------------- */
/* A container should group all your columns. */
/**
	* container-5 is used for role-based navigation regions.
	* The 24-column grid is unsuitable for this purpose.
	*/
.container, .container-5 { width: 960px; margin: 0 auto; position: relative; }

/*-  COLUMNS
----------------------------------------------------------------------*/
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 { display: inline; float: left; margin-left: 10px; margin-right: 10px; }

/* Use these classes to set the width of a ROLE-BASED nav column. */
.container-5 .span-1 { width: 182px; }

.container-5 .span-2 { width: 374px; }

.container-5 .span-3 { width: 566px; }

.container-5 .span-4 { width: 758px; }

.container-5 .span-5 { width: 950px; }

/* Use these classes to remove column margins. */
.alpha { margin-left: 0; }

.omega, #user-role .span-1 { margin-right: 0; border-right: none; }

/* Use these classes to set the width of a column. */
.span-1 { width: 20px; }

.span-2 { width: 60px; }

.span-3 { width: 100px; }

.span-4 { width: 140px; }

.span-5 { width: 180px; }

.span-6 { width: 220px; }

.span-7 { width: 260px; }

.span-7half { width: 280px; }

.span-8 { width: 300px; }

.span-9 { width: 340px; }

.span-10 { width: 380px; }

.span-11 { width: 420px; }

.span-12 { width: 460px; }

.span-13 { width: 500px; }

.span-14 { width: 540px; }

.span-15 { width: 580px; }

.span-16 { width: 620px; }

.span-17 { width: 660px; }

.span-18 { width: 700px; }

.span-19 { width: 7400px; }

.span-20 { width: 780px; }

.span-21 { width: 820px; }

.span-22 { width: 860px; }

.span-23 { width: 900px; }

.span-24 { width: 940px; margin-right: 0; }

/* Add these to a column to append empty cols. */
.append-1 { padding-right: 40px; }

.append-2 { padding-right: 80px; }

.append-3 { padding-right: 120px; }

.append-4 { padding-right: 160px; }

.append-5 { padding-right: 200px; }

.append-6 { padding-right: 240px; }

.append-7 { padding-right: 280px; }

.append-8 { padding-right: 320px; }

.append-9 { padding-right: 360px; }

.append-10 { padding-right: 400px; }

.append-11 { padding-right: 440px; }

.append-12 { padding-right: 480px; }

.append-13 { padding-right: 520px; }

.append-14 { padding-right: 560px; }

.append-15 { padding-right: 600px; }

.append-16 { padding-right: 640px; }

.append-17 { padding-right: 680px; }

.append-18 { padding-right: 720px; }

.append-19 { padding-right: 760px; }

.append-20 { padding-right: 800px; }

.append-21 { padding-right: 840px; }

.append-22 { padding-right: 880px; }

.append-23 { padding-right: 920px; }

/* Add these to a column to prepend empty cols. */
.prepend-1 { padding-left: 40px; }

.prepend-2 { padding-left: 80px; }

.prepend-3 { padding-left: 120px; }

.prepend-4 { padding-left: 160px; }

.prepend-5 { padding-left: 200px; }

.prepend-6 { padding-left: 240px; }

.prepend-7 { padding-left: 280px; }

.prepend-8 { padding-left: 320px; }

.prepend-9 { padding-left: 360px; }

.prepend-10 { padding-left: 400px; }

.prepend-11 { padding-left: 440px; }

.prepend-12 { padding-left: 480px; }

.prepend-13 { padding-left: 520px; }

.prepend-14 { padding-left: 560px; }

.prepend-15 { padding-left: 600px; }

.prepend-16 { padding-left: 640px; }

.prepend-17 { padding-left: 680px; }

.prepend-18 { padding-left: 720px; }

.prepend-19 { padding-left: 760px; }

.prepend-20 { padding-left: 800px; }

.prepend-21 { padding-left: 840px; }

.prepend-22 { padding-left: 880px; }

.prepend-23 { padding-left: 920px; }

/* Use these classes on an element to push it into the
next column, or to pull it into the previous column.  */
.pull-1 { margin-left: -40px; }

.pull-2 { margin-left: -80px; }

.pull-3 { margin-left: -120px; }

.pull-4 { margin-left: -160px; }

.pull-5 { margin-left: -200px; }

.pull-6 { margin-left: -240px; }

.pull-7 { margin-left: -280px; }

.pull-8 { margin-left: -320px; }

.pull-9 { margin-left: -360px; }

.pull-10 { margin-left: -400px; }

.pull-11 { margin-left: -440px; }

.pull-12 { margin-left: -480px; }

.pull-13 { margin-left: -520px; }

.pull-14 { margin-left: -560px; }

.pull-15 { margin-left: -600px; }

.pull-16 { margin-left: -640px; }

.pull-17 { margin-left: -680px; }

.pull-18 { margin-left: -720px; }

.pull-19 { margin-left: -760px; }

.pull-20 { margin-left: -800px; }

.pull-21 { margin-left: -840px; }

.pull-22 { margin-left: -880px; }

.pull-23 { margin-left: -920px; }

.pull-24 { margin-left: -960px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 { float: left; position: relative; }

.push-1 { margin: 0 -40px 1.5em 40px; }

.push-2 { margin: 0 -80px 1.5em 80px; }

.push-3 { margin: 0 -120px 1.5em 120px; }

.push-4 { margin: 0 -160px 1.5em 160px; }

.push-5 { margin: 0 -200px 1.5em 200px; }

.push-6 { margin: 0 -240px 1.5em 240px; }

.push-7 { margin: 0 -280px 1.5em 280px; }

.push-8 { margin: 0 -320px 1.5em 320px; }

.push-9 { margin: 0 -360px 1.5em 360px; }

.push-10 { margin: 0 -400px 1.5em 400px; }

.push-11 { margin: 0 -440px 1.5em 440px; }

.push-12 { margin: 0 -480px 1.5em 480px; }

.push-13 { margin: 0 -520px 1.5em 520px; }

.push-14 { margin: 0 -560px 1.5em 560px; }

.push-15 { margin: 0 -600px 1.5em 600px; }

.push-16 { margin: 0 -640px 1.5em 640px; }

.push-17 { margin: 0 -680px 1.5em 680px; }

.push-18 { margin: 0 -720px 1.5em 720px; }

.push-19 { margin: 0 -760px 1.5em 760px; }

.push-20 { margin: 0 -800px 1.5em 800px; }

.push-21 { margin: 0 -840px 1.5em 840px; }

.push-22 { margin: 0 -880px 1.5em 880px; }

.push-23 { margin: 0 -920px 1.5em 920px; }

.push-24 { margin: 0 -960px 1.5em 960px; }

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 { float: left; position: relative; }

/*-  MISCELLANEOUS CLASSES
----------------------------------------------------------------------*/
/* In case you need to add a gutter above/below an element */
div.prepend-top, .prepend-top { margin-top: 1.5em; }

div.append-bottom, .append-bottom { margin-bottom: 1.5em; }

/* Use a .box to create a padded box inside a column.  */
.box { padding: 0 1.5em; }

/* import typography.css */
/* --------------------------------------------------------------
 TYPOGRAPHY.CSS 
-------------------------------------------------------------- */
@font-face { font-family: 'ufshands'; src: url("library/fonts/ufshands-webfont.eot"); src: url("library/fonts/ufshands-webfont.eot?#iefix") format("embedded-opentype"), url("library/fonts/ufshands-webfont.woff") format("woff"), url("library/fonts/ufshands-webfont.ttf") format("truetype"), url("library/fonts/ufshands-webfont.svg#HelveticaNeueLT57CnRegular") format("svg"); font-weight: normal; font-style: normal; }
.palatino { font-family: Georgia, 'Palatino Linotype', Palatino, 'Book Antiqua', serif; }

html { font-size: 100.01%; }

body { font-size: 75%; background: #FFF; font-family: Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #243778; /* Dark Blue */ font-family: 'ufshands', Arial, sans-serif; word-spacing: .1em; }

h1 { font-size: 2.4em; line-height: 1; margin-bottom: 0.5em; }

h2 { font-size: 2em; margin-bottom: 0.5em; }

h3 { font-size: 1.4em; line-height: 1; margin-bottom: 0.5em; }

h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.5em; }

h5 { font-size: 1em; margin-bottom: 0.5em; }

h6 { font-size: 1em; margin-bottome: 0.5em; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

p { margin: 0 0 1.2em; line-height: 1.4em; }

.left { float: left !important; }

p .left { margin: 1.5em 1.5em 1.5em 0; padding: 0; }

.right { float: right !important; }

p .right { margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a { color: #243778; /* Dark Blue */ text-decoration: underline; }

a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #243778; text-decoration: none; }

a:hover { text-decoration: underline; }

blockquote { margin: 1.5em; font-style: italic; }

strong, dfn { font-weight: bold; }

em, dfn { font-style: italic; }

sup, sub { line-height: 0; }

abbr, acronym { border-bottom: 1px dotted #666; }

address { margin: 0 0 1.5em; font-style: italic; }

/* del */
pre { margin: 1.5em 0; white-space: pre; }

pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

li ul, li ol { margin: 0; }

ul, ol { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }

ul { list-style-type: none; }

ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }

dl dt { font-weight: bold; }

dd { margin-left: 1.5em; }

li ul, li ol { margin-top: .7em; }

table { margin-bottom: 1.4em; width: 100%; }

th { font-weight: bold; }

thead th { background: #D7DEF0; border-bottom: 1px solid #6377B2; }

th, td, caption { padding: 4px 10px 4px 5px; }

tbody tr:nth-child(even) td, tbody tr.even td { background: #F2F6FC; }

caption { background: #eee; }

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }

.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }

.hide { display: none; }

.highlight { background: #FF0; /* Yellow */ }

.first { margin-left: 0; padding-left: 0; }

.last { margin-right: 0; padding-right: 0; border-right: none; border-bottom: none; }

.top { margin-top: 0; padding-top: 0; }

.bottom { margin-bottom: 0; padding-bottom: 0; }

body, select, input, textarea { color: #444; }

/*-  FONT NORMALIZATION
----------------------------------------------------------------------*/
body { font: 13px/1.231 sans-serif; *font-size: small; }

select, input, textarea, button { font: 99% sans-serif; }

/* monospace sizing: */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea { color: #444; }

/* Importing major CSS libraries for special content zones
----------------------------------------------------------------------*/
/*-  INSTITUTIONAL NAVIGATION
----------------------------------------------------------------------*/
#institutional-nav { background: transparent url(images/bg-institutional-nav.jpg) repeat-x; border-bottom: 1px solid #D7DEF0; /* Light Blue */ height: 27px; font-size: .9em; padding-left: 0; position: relative; z-index: 99999 !important; }

#institutional-nav #inst-home a { border: none; width: 125px; }

#institutional-nav .sub-mega { background: #2a3f8c url(images/bg-inst-sub-mega.jpg) 0 0 repeat-x; border: 2px solid #B4BEDD; border-top: none; /*  display: block; FOR TESTING MEGA W/O JS*/ display: none; font-size: .9em; left: 118px; line-height: 1.9em; position: absolute; top: 23px; margin-left: 5px; width: 780px; padding: 0 15px 15px 15px; z-index: 99999 !important; }

#inst-students .sub-mega { width: 680px; }

#inst-faculty .sub-mega { width: 560px; }

#inst-alumni .sub-mega { width: 650px; }

#inst-parents .sub-mega { width: 760px; }

#institutional-nav .sub-mega div { padding-left: 5px; height: 100%; background: transparent url(images/bg-sub-mega-border.png) right 0 no-repeat; }

#institutional-nav .sub-mega div.last { background-image: none; margin-right: 0; padding-right: 0; }

#institutional-nav .container { top: 2px; position: relative; }

#institutional-nav li { float: left; height: 23px; }

#institutional-nav li:hover { background-color: #061a67; }

#institutional-nav li li:hover { background-color: transparent; }

#institutional-nav a { border-left: 1px solid #495aaa; /* Medium Blue */ border-right: 1px solid #061a67; /* Very Dark Blue */ 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; }

#institutional-nav a span { background: url(images/bg-downarrow.png) no-repeat right center transparent; padding-right: 10px; }

#institutional-nav li#inst-students span#inst-for { font-size: 0.875em; font-style: italic; display: inline; background: none; padding-right: 2px; }

#institutional-nav #inst-students a { width: 115px; }

#institutional-nav #inst-faculty a { width: 125px; }

#institutional-nav #inst-alumni a { width: 140px; }

#institutional-nav #inst-parents a { width: 175px; }

#institutional-nav h3 { font-family: Georgia,'Palatino Linotype', Palatino, 'Book Antiqua', serif; color: #FFF; font-size: 1.4em; }

#institutional-nav a:hover { background-color: #061a67; /* Very Dark Blue */ text-decoration: none; }

#institutional-nav .last { border-right: none; width: auto; }

#inst-home a { padding: 0; width: 118px; }

#inst-home img { position: absolute; top: -2px; margin-left: -4px; left: 0; z-index: 100000; }

#institutional-nav .sub-mega li { float: none; height: auto; }

#institutional-nav .sub-mega li a { font-family: Helvetica, Arial, sans-serif; padding: 3px; float: none; border: none; text-align: left; padding: 0; height: auto; line-height: 1.6em; background: transparent url(images/bg-sprite-transparent.png) -988px -137px no-repeat; padding-left: 8px; }

#institutional-nav .sub-mega a { float: none; border: none; text-align: left; padding: 0; height: auto; line-height: 1.6em; padding-left: 8px; }

#institutional-nav #inst-students .sub-mega a, #institutional-nav #inst-faculty .sub-mega a, #institutional-nav #inst-alumni .sub-mega a, #institutional-nav #inst-parents .sub-mega a { width: auto; }

#institutional-nav .sub-mega li a:hover, #institutional-nav .sub-mega a:hover { background-color: transparent; cursor: pointer; }

#institutional-nav .sub-mega div { float: left; padding-top: 15px; padding-right: 15px; margin-right: 10px; }

#institutional-nav .sub-mega div.two-column { padding-right: 0; }

#institutional-nav .sub-mega div.two-column ul { float: left; width: 140px; padding-right: 15px; }

#institutional-nav #inst-faculty ul { width: 130px; }

#institutional-nav #inst-faculty ul.narrow, #institutional-nav #inst-parents ul.narrow { padding-right: 30px; width: auto; }

#institutional-nav #inst-parents ul.wide { width: 155px; }

#institutional-nav #inst-parents a { border-right: none; }

#institutional-nav .sub-mega h3 a { background: transparent; border: none; cursor: pointer; }

/*-  INSTITUTIONAL FOOTER
----------------------------------------------------------------------*/
#institutional-footer { background: #FFF url(images/bg-institutional-footer-wrap.jpg) 0 top repeat-x; }

#institutional-footer .container { position: relative; padding: 8px 0 20px 0; }

#institutional-footer .badge { background: transparent url(images/bg-sprite-transparent.png) 0 0 no-repeat; height: 48px; width: 48px; position: absolute; left: 480px; top: -20px; display: block; }

#institutional-footer ul { padding-left: 0; display: block; margin-bottom: 10px; }

#institutional-footer li { background: transparent url(images/bg-sprite-flat.jpg) -430px -7px no-repeat; padding-left: 20px; font-size: .85em; line-height: 1.5em; }

#institutional-footer li:last-child { border: none; }

#institutional-footer li.vetmed-small-hospital { background: transparent url(images/bg-footer-small-animal.png) 0 0 no-repeat; }

#institutional-footer li.vetmed-large-hospital { background: transparent url(images/bg-footer-small-animal.png) 0 0 no-repeat; }

#institutional-footer h5, #institutional-footer h5 a { color: #EF7C00; margin-bottom: .6em; }

#institutional-footer h5 { font-size: 1.2em; }

#emergency-contact { background: transparent url(images/bg-sprite-flat.jpg) -60px -44px no-repeat; }

#emergency-contact, #colleges-institutes { padding-top: 30px; }

#colleges-institutes ul { margin-right: 0; }

#emergency-contact p { font-family: 'ufshands'; font-weight: normal; font-size: 1.2em; color: #243778; margin-bottom: .5em; padding-left: 30px; padding-bottom: 2px; }

#emergency-contact #emergency { font-size: 1.42em; padding-left: 0; }

#emergency-contact #footer-phone { background: transparent url(images/bg-sprite-transparent.png) -1263px -393px no-repeat; }

#emergency-contact #footer-email { background: transparent url(images/bg-sprite-transparent.png) -1304px -346px no-repeat; margin-bottom: 20px; }

#branding { border-left: 0; border-right: 0; padding: 15px 0 7px; position: relative; }

#branding img, #branding p { float: left; margin-right: 10px; padding-top: 5px; margin-bottom: 10px; }

#branding p { font-family: Georgia, serif; font-style: italic; font-size: .8em; margin-bottom: 0; color: #243778; line-height: 1.3em; }

#branding img.last { position: absolute; right: 0; top: 10px; }

#footer-links { border: 1px solid #DDE2F4; border-left: 0; border-right: 0; border-bottom: 0; padding-top: 22px; }

#footer-links ul { margin-bottom: 0; overflow: hidden; }

#footer-links li { float: left; border-right: 1px solid #7E7E7E; }

#footer-links li, #footer-links p { background: none; font-size: .7em; padding: 0 10px 0 0; margin-right: 10px; margin-top: 6px; margin-bottom: 0; line-height: 1.2em; }

#footer-links .last { border: 0; }

.ie7 #branding p { font-size: .75em; }

#footer-links .footer_logo { margin-right: 7px; margin-top: 7px; float: right; }

#footer-links .footer_logo a img { width: 210px; height: 58px; }

/*-  INSTITUTIONAL UTILITY LINKS
----------------------------------------------------------------------*/
#institutional-nav li#utility-tabs { float: right; background: url(images/bkgd-left.jpg) 0 0 no-repeat; padding-left: 16px; }

#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; width: 40px; border: none; padding: 0; }

#institutional-nav #inst-home a { padding: 0; }

li#utility-tabs:hover { background-color: transparent; }

#institutional-nav #utility-tabs ul li a.directory { width: 34px; background-position: 0 0; }

#institutional-nav #utility-tabs ul li a.directory:hover { background-position: 0 -23px; }

#institutional-nav #utility-tabs ul li a.elearning { width: 60px; background-position: -34px 0; }

#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; }

#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; }

#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; }

#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; }

#institutional-nav #utility-tabs ul li a.maps:hover { background-position: -214px -23px; }

/* Institutional header and footer */
/*-  HOME PAGE FEATURED CONTENT SLIDER
----------------------------------------------------------------------*/
#slideshow-nav-wrap { background: transparent url(images/bg-sprite-transparent.png) -42px -301px no-repeat; }

#slideshow-wrap { width: 960px; margin: 15px 0; background: transparent url(images/bg-feature-slideshow.png) 0 0 no-repeat; padding: 15px 0; }

#slideshow { width: 930px; height: auto; overflow: hidden; position: relative; margin: 0 auto; }

#slideshow .half-image-feature .excerpt { position: relative; width: auto; margin-left: 25px; background-image: none; padding-top: 35px; }

#slideshow .half-image-feature img { float: right; border: 5px solid #FFF; margin-left: 30px; margin-right: 5px; -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }

#slideshow .half-image-style-disabled img { border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

#slideshow .half-image-feature { background: transparent url(images/bg-half-image-feature.png) 2px 0 no-repeat; }

#slideshow .half-image-feature h3 { filter: none; }

.flex-caption { background: url(images/bg-transparent.png) 0 0 repeat; position: absolute; margin-left: 3em; top: 26%; width: 390px; padding: 15px 10px 15px 20px; }

.flex-caption .featured-arrow { width: 40px !important; height: 40px !important; position: absolute; bottom: 15px; right: 15px; background: transparent url(images/responsive/responsive-sprite-transparent.png) -40px -138px no-repeat; }

.flex-caption p { padding-right: 60px; }

#slideshow .slide-1 .excerpt { display: block; }

#slideshow .excerpt h3, .flex-caption h3 { font-family: ufshands; }

#slideshow .excerpt p, #slideshow .excerpt h3, .flex-caption h3, .flex-caption p { color: #FFF; }

#slideshow .half-image-feature h3 { font-size: 2.7em; color: #20346D; text-shadow: 0 1px 1px #FFF; margin-bottom: .5em; }

#slideshow #floater { float: left; height: 50%; margin-bottom: -140px; width: 420px; }

#slideshow .half-image-feature .excerpt { height: 280px; padding: 50px 0 0 40px; position: relative; width: 370px; }

#slideshow .half-image-feature p { color: #243778; font-size: 1.1em; }

.ie7 #slideshow .half-image-feature .custom-button-wrap, .ie8 #slideshow .half-image-feature .custom-button-wrap { border: none; }

#slideshow .half-image-feature .custom-button-wrap { padding: 3px; position: relative; bottom: 30px; border: 1px solid #FFF; border-bottom: 1px solid #e8ecf7; float: left; margin-top: 45px; background: transparent url(images/bg-content.jpg) 0 -230px repeat-x; -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }

#slideshow .half-image-feature .custom-button, #main-content a.custom-button { border: 1px solid #DD8A26; border-bottom: 1px solid #D28321; border-top: none; -moz-box-shadow: inset 0 1px 0 0 #D28321; -webkit-box-shadow: inset 0 1px 0 0 #D28321; box-shadow: inset 0 1px 0 0 #D28321; color: white; font-family: helvetica, arial, sans-serif; font-size: 16px; font-weight: bold; padding: 10px 35px 8px 15px; position: relative; text-decoration: none; text-align: center; text-shadow: 0 1px 1px #D28321; background: transparent url(images/bg-custom-button.jpg) 0 0 repeat-x; width: auto; display: block; }

.ie7 #slideshow .half-image-feature .custom-button, .ie7#main-content a.custom-button, .ie8 #slideshow .half-image-feature .custom-button, .ie8#main-content a.custom-button { background-position: 0 -1px; border: 1px solid #DD8A26; }

#slideshow .half-image-feature span, #main-content a.custom-button span { background: transparent url(images/bg-sprite-transparent.png) -10px -369px no-repeat; width: 13px; height: 22px; position: absolute; right: 10px; top: 7px; display: block; }

#slideshow p, .flex-caption p { font-size: .9em; line-height: 1.3em; margin-bottom: .5em; padding-right: 40px; }

#slideshow h3, .flex-caption h3 { font-size: 1.6em; margin-bottom: .4em; }

#slideshow .full-image-feature h3 a, .pic-frame h3 a { color: #FFF; }

#slideshow-reel { width: 20000px; height: 325px; position: relative; top: 0; left: 0; }

#slideshow-reel .slide { width: 930px; height: 325px; float: left; overflow: hidden; position: relative; }

#slideshow-reel h1 { margin: 25px 60px; color: #FFF; font-size: 3em; text-shadow: 0 -1px 1px #333; }

/* arrow navigation */
.slideshow-arrow { display: block; position: absolute; top: 50%; margin-top: -19px; width: 38px; height: 38px; outline: none; z-index: 99; }

#slideshow-left { left: -2px; background: transparent url(images/bg-sprite-transparent.png) no-repeat -10px -221px; }

#slideshow-left:hover { background-position: -10px -182px; }

#slideshow-right { right: -3px; background: transparent url(images/bg-sprite-transparent.png) no-repeat -57px -221px; }

#slideshow-right:hover { background-position: -57px -182px; }

/* bottom navigation */
#slideshow-nav { position: relative; width: auto; margin: 12px auto 0; height: 35px; visibility: hidden; background-color: #eaeef6; border: 1px solid #D7DEF0; }

#slideshow-nav .slider-thumb { position: absolute; left: 2px; bottom: 17px; background: transparent url(images/bg-sprite-transparent.png) no-repeat -466px -368px; width: 145px; height: 126px; zoom: 1; }

#slideshow-nav .nav-item { float: left; width: 149px; padding: 12px 0 5px; outline: none; height: 17px; position: relative; }

#slideshow-nav .nav-item img { position: relative; top: 7px; left: 7px; }

#slideshow-nav .nav-item-line { float: left; width: 68px; height: 8px; line-height: 1px; margin: 1px 0; background: transparent url(images/bg-nav-item-line.jpg) 0 3px repeat-x; }

#slideshow-nav .nav-item-line-hidden { background-image: none; }

#slideshow-nav .nav-item-dot { float: left; width: 13px; height: 12px; margin: auto 0; background: transparent url(images/bg-sprite-transparent.png) -19px -152px no-repeat; }

/* active nav dot */
#active-nav-item { display: block; position: absolute; top: 3px; left: 0; width: 28px; height: 28px; margin-left: 62px; background: transparent url(images/bg-sprite-transparent.png) -15px -108px no-repeat; }

/* Slideshow excerpt and title box (UF Homepage) */
#slideshow .full-image-feature .excerpt { position: absolute; top: 75px; bottom: auto; left: 45px; padding: 20px; width: 390px; cursor: default; }

#slideshow .full-image-feature .excerpt:hover { cursor: pointer; }

#slideshow .full-image-feature .excerpt a { text-decoration: none; color: #eee; }

#slideshow .full-image-feature .excerpt h3, .flexslider h3 { color: #fff !important; font-size: 2.3em !important; }

#slideshow .full-image-feature .excerpt p .flex-caption p { color: #fff !important; padding-right: 40px; }

#slideshow .full-image-feature .excerpt .featured-arrow { position: absolute; bottom: 15px; right: 15px; }

/*-  HOME PAGE FEATURED CONTENT STORY STACKER
----------------------------------------------------------------------*/
#featured-area { height: 298px; position: relative; padding: 11px 12px 14px 14px; z-index: 1; background-color: #FFF; -moz-box-shadow: 0 0 7px 0 #4D4D4D; -webkit-box-shadow: 0 0 7px 0 #4D4D4D; box-shadow: 0 0 7px 0 #4D4D4D; margin: 25px 0; }

#featured-area .read-more, #slideshow .read-more { font-size: 0.9em; font-weight: bold; color: #243778; }

#slideshow a.read-more::after { content: " »"; font-size: 16px; }

#featured-area img { display: block; }

#featured-area .pic-frame { overflow: visible; position: relative; height: 298px !important; }

#featured-area .pics { position: absolute; width: 630px; height: 298px; top: 11px; left: 14px; z-index: 1; overflow: hidden; }

#featured-area .pics div.excerpt { position: absolute; bottom: 15px; left: 0; width: 400px; background: url(images/bg-transparent.png) 0 0 repeat; padding: 12px 20px 5px; z-index: 2; }

#featured-area .pic-frame .read-more { margin-bottom: 10px; margin-top: -2px; }

#featured-area .pics div.excerpt h3 { color: #FFF; font-family: ufshands, sans-serif; margin-bottom: 10px; }

#featured-area .pics div.excerpt p { color: white; margin-bottom: .7em; line-height: 1.2em; font-size: .9em; }

#featured-area .pics span.feat-overlay { position: absolute; top: 0px; left: 0px; display: block; width: 630px; height: 298px; z-index: 1; }

#featured-area div#stacker-control { position: absolute; width: 300px; height: 296px; border: 1px solid #B4B4B4; z-index: 4; top: 11px; right: 14px; }

#stacker-control div.featitem { background: transparent url(images/bg-sprite-transparent.png) -115px -484px no-repeat; height: 77px; float: left; width: 265px; padding: 10px 18px 12px 22px; cursor: pointer; margin-left: -7px; overflow: hidden; }

#stacker-control div.featitem img { float: left; margin-right: 18px; border: 1px solid #F6F6F6; margin-top: 5px; }

#stacker-control div.featitem span.order { display: none; }

#stacker-control div.featitem h2 { font-size: 16px; line-height: 19px; float: left; width: 172px; padding-bottom: 4px; margin-bottom: 1px; }

#stacker-control div.featitem h2 a { color: #959595; }

#stacker-control div.featitem span.meta { color: #797979; font-size: 11px; padding: 1px 0; border-top: 1px solid #CFCFCF; border-bottom: 1px solid #CFCFCF; display: block; float: left; width: 172px; }

#stacker-control div.featitem.active { background: url(images/bg-sprite-transparent.png) -87px -370px no-repeat; margin-left: -36px; padding-left: 51px; }

/*
#stacker-control div.featitem.active h2 { background: url(../../images/featitem-active-h2border.png) repeat-x bottom left;
}
*/
#stacker-control div.featitem.active span.meta { color: #243778; border-top: 1px solid #edf3ff; border-bottom: 1px solid #edf3ff; }

/*-  HOME PAGE FEATURED CONTENT
----------------------------------------------------------------------*/
#feature-wrap, #content-wrap, #secondary.homepage_layout_white { background: #FFF url(images/bg-content.jpg) center top repeat-x; }

#feature-shadow, #content-shadow { width: 980px; background: transparent url(images/bg-content-shadow.png) 0 0 no-repeat; margin: 0 auto; }

#feature-wrap.stacker { background: #FFF url(images/bg-content-stacker.jpg) 0 0 repeat-x; }

#content { background-color: #FFF; padding: 35px 0; }

#feature-wrap { overflow: hidden; }

#slideshow .excerpt { background: url(images/bg-transparent.png) 0 0 repeat; position: absolute; bottom: 15px; left: 0; width: 320px; padding: 15px 10px 15px 20px; display: none; }

/* Featured content zone on homepage */
/*-  SECONDARY HOME PAGE CONTENT
----------------------------------------------------------------------*/
#secondary { background: #344A96 url(images/bg-secondary-wrap.jpg) center -47px repeat-x; overflow: hidden; }

#secondary .span-6 { width: 227px; }

#secondary .span-8 { width: 306px; }

#secondary .span-12 { width: 465px; }

#secondary .span-16 { width: 625px; }

#secondary .container { height: auto; color: #FFF; margin-bottom: 20px; overflow: hidden; }

#secondary img { border: 4px solid #DAE0F3; margin-top: 7px; }

#secondary .rss-icon, #footer_top .rss-icon { border: none; padding-left: 10px; margin-top: 0; background: none; }

#secondary li, .footer_widget li { padding-bottom: .7em; }

#secondary .item { padding-bottom: 3px; overflow: hidden; padding-right: 15px; }

#secondary a:link, #secondary a:visited, #secondary a:hover, #secondary a:active { color: #FFF; }

#secondary .news-announcements a.read-more:link, #secondary .news-announcements a.read-more:visited { color: #B0BBE6; font-size: 0.9em; }

#secondary h4, .footer_widget h4, article .widget_body h4 { font-family: Arial, Helvetica, sans-serif; font-size: .9em; font-weight: bold; color: #FFF; margin-bottom: 0; margin-top: 0; padding-top: 4px; }

#secondary div h3 { margin: 0 0 .75em 0; padding: .4em; border-top: 1px solid #6d92c8; background-color: #294d97; margin: -7px -7px 10px; }

#secondary h3 { color: #FFF; font-size: 1.6em; padding-top: .4em; }

#secondary p, .footer_widget p, .rssSummary { font-size: .9em; }

#secondary-shadow { /*	background: transparent url(images/bg-secondary-shadow.jpg) 0 0 repeat-x;*/ height: 9px; }

#secondary .time, #secondary .rss-date, .news-announcements .dateline, .widget_body .time, .footer_widget .time { color: #B0BBE6; font-size: 0.8em; margin-bottom: 1.2em; margin-top: 4px; border-top: 1px dotted #54649B; padding-top: 2px; padding-bottom: 0; }

/* Remove bottom margin from time when there is no summary. */
#secondary .margin_bottom_none { margin-bottom: 0px; }

#secondary .widget { margin-top: 15px; padding: 15px; min-width: 0; padding-bottom: 500em; margin-bottom: -500em; }

#secondary .widget-first { background: transparent url(images/bg-secondary-widget.png) right 0 repeat-x; }

#secondary ul { padding-left: 0; }

.rss-date { display: block; font-size: 0.9em; padding-top: 5px; }

h3 a.rsswidget { font-weight: normal; padding-bottom: 0; }

.rsswidget img { display: none; }

#secondary .news-announcements { padding-bottom: 5px; margin-bottom: 0; }

#secondary ul li, #sidebar-nav .sidebar_widget li, .footer_widget li { padding-left: 18px; background: transparent url("images/bg-sprite-transparent.png") -1204px -567px no-repeat; min-width: 0; font-size: 12px; }

#secondary ul, .footer_widget ul { padding-left: 5px; position: relative; }

#secondary .widget_embed_pages a, #secondary .textwidget a { text-decoration: none; border-bottom: 1px dotted #FFF; }

#secondary .widget_embed_pages a:hover, #secondary .textwidget a:hover { border-bottom: 1px solid #FFF; }

/*----- White background for homepage widget zone ------*/
#secondary.homepage_layout_white { background: #FFF url(images/bg-content.jpg) 0 -250px repeat-x; border-top: 3px solid #D7DEF0; overflow: hidden; }

#secondary.homepage_layout_white .container { padding-top: 5px; padding-bottom: 10px; background-color: transparent; color: #444; }

#secondary.homepage_layout_white .widget { background: #FFF url(images/bg-content.jpg) 0 -220px repeat-x; padding: 15px; margin-top: 15px; border-top: 1px solid #FFF; margin-bottom: -500em; padding-bottom: 500em; }

#secondary.homepage_layout_white img, .footer_widget img, article .widget_body img { padding: 3px; background: #FFF; border: 1px solid #D7DEF0; }

#secondary.homepage_layout_white .item { padding-bottom: 0; }

#secondary.homepage_layout_white .rss-icon { padding: 0 0 0 5px; background: none; border: none; }

#secondary.homepage_layout_white .news-announcements { background: none; border-bottom: 3px solid #D7DEF0; padding-top: 8px; }

article .news-announcements { border-bottom: 1px dotted #D7DEF0; clear: both; overflow: auto; padding-top: 15px; padding-bottom: 10px; }

#secondary.homepage_layout_white a:link, #secondary.homepage_layout_white a:visited, #secondary.homepage_layout_white a:hover, #secondary.homepage_layout_white a:active { color: #243778; }

#secondary.homepage_layout_white h3 { background: #FFF; border-bottom: 2px solid #f6b056; border-top: none; }

#secondary.homepage_layout_white h4, #secondary.homepage_layout_white ul li a.rsswidget, #secondary.homepage_layout_white h3 { color: #243778; text-shadow: none; filter: none; }

#secondary.homepage_layout_white .time, #secondary.homepage_layout_white .rss-date, #secondary.homepage_layout_white .news-announcements .dateline, .sidebar_widget .time, .widget_body .time, .sidebar_widget .rss-date, .footer_widget .time, .footer_widget .rss-date, article .time { color: #7E7E7E; border: none; margin-top: 0; }

#secondary.homepage_layout_white .rss-date { margin-top: 0; }

a.rsswidget { font-weight: bold; display: block; }

/*----- Sidebar Widgets ------*/
aside .sidebar_widget { font-size: 1em; }

aside .sidebar_widget h3 { font-size: 1.5em; }

#sidebar-post .sidebar_widget { margin: 5px; font-size: 1.1em; }

.sidebar_widget { margin-top: 15px; padding: 5px 10px 14px; background-color: #F2F2F2; border-bottom: 2px solid #E0E0E0; font-size: .9em; }

.sidebar_widget .time { font-size: 0.9em; }

#sidebar-post .sidebar_widget .time, #sidebar-post .rss-date { font-size: 0.8em; }

#sidebar-nav .sidebar_widget #events, .sidebar_widget #events { font-size: .8em; line-height: .8em; font-family: helvetica, arial, sans-serif; }

.sidebar_widget h3 { margin: 0 -5px .5em; padding: 6px 10px; background-color: #fff; border-bottom: 1px solid #E0E0E0; }

.sidebar_widget h4 { margin-bottom: .5em; font-size: 1.1em; }

.sidebar_widget h3 img { padding-left: 5px; }

.sidebar_widget #widgetEmail textarea, .sidebar_widget #widgetEmail input { box-shadow: none; }

.sidebar_widget p, .sidebar_widget #widgetEmail em { padding-bottom: .5em; margin-bottom: 0; color: #6377B2; }

.sidebar_widget li { display: block !important; }

#sidebar-nav .sidebar_widget a { border: none; background-color: transparent; display: inline; }

#sidebar-nav .sidebar_widget a:hover { background-color: transparent; }

#sidebar-nav .sidebar_widget ul li, .sidebar_widget ul li { background: transparent url(images/bg-sprite-transparent.png) -988px -137px no-repeat; }

#sidebar-nav .news-announcements h4 { padding-left: 0; }

.sidebar_widget .news-announcements .item h4, .sidebar_widget .news-announcements .item h4 a, .sidebar_widget .news-announcements .item h3, .sidebar_widget .news-announcements .item h4 a { padding-left: 0; clear: left; padding-top: 0; margin-bottom: .4em; }

#sidebar-nav .sidebar_widget { font-family: Helvetica, Arial, sans-serif; }

#sidebar-nav .widget-first { margin-top: 0; }

.sidebar_widget p, #sidebar-nav .sidebar_widget p { font-size: .8em; margin-bottom: .5em; }

.sidebar_widget .margin-160 { margin-left: 0; }

.sidebar_widget .item img { border: 1px solid #DDD; padding: 4px; background-color: #FFF; }

.sidebar_widget .item, .tagcloud { padding: 2px 5px; }

#local-sidebar .sidebar_widget ul, .sidebar_widget ul { margin-left: 0; margin-bottom: 0; padding-left: 0; }

#local-sidebar .sidebar_widget a, #sidebar-nav .sidebar_widget a { padding: 0; }

#local-sidebar .sidebar_widget li, #sidebar-nav .sidebar_widget li a { padding: 0; font-family: Helvetica, Arial, sans-serif; }

#local-sidebar .sidebar_widget li, .sidebar_widget li { font-size: .9em; padding: 0 0 10px 15px; margin-bottom: 0; }

.tagcloud a { padding: 3px; }

.sidebar_widget #events h4 { font-family: Helvetica, Arial, sans-serif; }

.sidebar_widget #events .month { top: 10px; }

.sidebar_widget #events .day { top: 25px; display: block; padding-top: 5px; padding-bottom: 5px; }

/*----- Posts Sidebar -----*/
#sidebar-post { background-color: #D7DEF0; border: 1px solid #B0BBE6; }

/*----- Recent Posts -----*/
.news-announcements img.alignleft, .news-announcements a img.alignleft { float: left; margin: 0px 15px 10px 0px; width: 110px; height: 110px; }

/*----- Simple Calendar (formerly Google Calendar Events) -----*/
#events, .gce-widget-list, .simcal-calendar-list { padding-bottom: 10px; }
#events .time, .gce-widget-list .time, .simcal-calendar-list .time { margin-left: 52px; margin-bottom: 0; }
#events .event-date, .gce-widget-list .event-date, .simcal-calendar-list .event-date { float: left; height: 50px; width: 42px; background: transparent url(images/bg-sprite-transparent.png) -750px -99px no-repeat; margin-right: 10px; }
#secondary.homepage_layout_white #events .event-date, #secondary.homepage_layout_white .gce-widget-list .event-date, #secondary.homepage_layout_white .simcal-calendar-list .event-date { background: transparent url(images/bg-sprite-transparent.png) -812px -98px no-repeat; }
#events .month, #events .day, .gce-widget-list .month, .gce-widget-list .day, .simcal-calendar-list .month, .simcal-calendar-list .day { position: absolute; width: 41px; text-align: center; }
#events .month, .gce-widget-list .month, .simcal-calendar-list .month { font-size: .8em; top: 6px; font-weight: bold; text-transform: uppercase; color: #ffffff; }
#events .day, .gce-widget-list .day, .simcal-calendar-list .day { font-size: 1.5em; top: 19px; color: #1F2E63; font-weight: bold; }
#events strong, .gce-widget-list strong, .simcal-calendar-list strong { font-size: .8em; padding-top: 3px; display: block; margin-bottom: 3px; }

.simcal-calendar-list { margin-top: -10px; }
.simcal-calendar-list .simcal-events-list-container { margin: 0; }
.simcal-calendar-list .simcal-day-label { display: none; }
#secondary .simcal-calendar-list ul { padding: 0; margin: 0; }
#secondary .simcal-calendar-list ul li { padding: 0; margin: 0; background: none; font-size: 13px; }
.simcal-calendar-list .simcal-event-details { font-size: 1em; }
.simcal-calendar-list .simcal-event-details h4 + p, .simcal-calendar-list .simcal-event-details .time + p { display: none; }

/*----- HHS MyHealthFinder -----*/
.home_widget #widget_myhealthfinder img, .home_widget #widget_myhealthfinder a img { border: none; }

.home_widget #widget_myhealthfinder th, .home_widget #widget_myhealthfinder td, .home_widget #widget_myhealthfinder caption { padding: 0px; }

.home_widget #widget_myhealthfinder tbody tr:nth-child(2n) td, .home_widget #widget_myhealthfinder tbody tr.even td { background-color: transparent; }

#widget_myhealthfinder td { padding: 4px 0; background-color: transparent; }

#widget_myhealthfinder table { margin-bottom: 0; }

/*------ Contact Form / Email -------*/
#widgetEmail { padding: 0 3px; }

#widgetEmail textarea { width: 95%; /* stretches the textarea out to fit the parent container */ }

#widgetEmail input { width: 75%; }

#widgetEmail textarea, #widgetEmail input { padding: 5px; font-family: Georgia, Palatino, serif; font-style: italic; color: #7E7E7E; -moz-border-radius: 2px; -moz-box-shadow: 0px 0px 2px #000; -webkit-border-radius: 2px; -webkit-box-shadow: 0px 0px 2px #000; border-radius: 2px; border: 1px solid #BFBFBF; box-shadow: 0px 0px 2px #000; }

#footer_top #widgetEmail textarea, #footer_top #widgetEmail input { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: 2px solid #a9afc9; }

.homepage_layout_white #widgetEmail textarea, .homepage_layout_white #widgetEmail input { border: 2px solid #D7DEF0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; color: #BFBFBF; }

#widgetEmail div { margin-bottom: 5px; }

#recaptcha_widget_div, #recaptcha_widget_div div { margin-bottom: 0; }

#widgetEmail em, #widgetEmail .instructions { font-size: .85em; color: #B0BBE6; padding: 2px; margin-bottom: .5em; }

#widgetEmail .error { font-weight: bold; color: red; }

footer #widgetEmail em, footer #widgetEmail .instructions { color: #243778; }

footer #widgetEmail .reload { padding: 1px; position: relative; top: -2px; }

.homepage_layout_white #widgetEmail em { color: #7083bf; }

#widgetEmail button { color: #FFF; padding: 7px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 0 #FACF98 inset; -webkit-box-shadow: 0 1px 0 0 #FACF98 inset; box-shadow: 0 1px 0 0 #FACF98 inset; background: #F6B056; border-color: #BC6834; border-style: solid; border-width: 1px; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-weight: bold; text-align: center; text-shadow: 0 1px 0 #BC6834; }

/*------ Recent Comments -------*/
.recentcomments a { font-weight: bold; }

/*------ Quotes -------*/
.widget_random_quote { padding: 5px; }

#sidebar-nav .widget_random_quote_body p, .widget_random_quote_body p { font-size: .9em; }

/*------ Footer Widgets-------*/
.footer_widget h3 { font-size: 1.6em; padding-top: .4em; }

/*------ Misc Article Widget Area ----------*/
article .widget_body { border-bottom: 3px solid #D7DEF0; border-top: 3px solid #D7DEF0; margin-bottom: 20px; padding-top: 15px; margin-top: 10px; }

article .widget_body h2, article .widget_body h3 { margin-bottom: 0px; padding-bottom: 0px; }

/*------ CAPTCHA ----------*/
.widget #captcha-wrap { position: relative; padding-bottom: 5px; }

#captcha-wrap .reload { border: none; margin-top: 0; }

#captcha-wrap #captcha { margin-top: 0; height: 30px; border-width: 2px; }

#captcha-wrap input { display: block; width: 146px; }

/*--- UFCLAS Styles for the Home Right Widget ---*/
#main-content a.custom-button span { display: none; }

#featured-widgets { background: url("images/bg-feature-slideshow.png") no-repeat scroll 0 0 transparent; overflow: auto; margin: 15px 0; padding: 15px 0; }
.ie7 #featured-widgets .custom-button-wrap, .ie8 #featured-widgets .custom-button-wrap { border: none; }
#featured-widgets .textwidget .widget-icon-text { background-color: #FFFFFF; padding: 12px 4px; text-align: center; width: 90%; margin: 0 auto 1.2em; border: 1px solid #C9D0E2; font-size: 13px; }
#featured-widgets .textwidget .widget-icon-text strong { color: #666; padding-bottom: 1em; }

#featured-widget-left { width: 660px; float: left; }
#featured-widget-left #slideshow-wrap { background: none; width: 660px; margin: 0; padding: 0; }
#featured-widget-left #slideshow { width: 630px; }
#featured-widget-left #slideshow .half-image-feature .custom-button-wrap { padding: 0px; position: relative; border: none; margin: 0 0 0 5px; float: none; background: none; box-shadow: none; bottom: auto; }
#featured-widget-left #slideshow .half-image-feature .custom-button { border: none; font-family: helvetica, arial, sans-serif; font-size: 14px; font-weight: bold; padding-left: 0; position: relative; text-decoration: none; text-align: left; text-shadow: none; width: auto; height: auto; display: inline; background: none; box-shadow: none; color: #243778; }
.ie7 #featured-widget-left #slideshow .half-image-feature .custom-button, .ie8 #featured-widget-left #slideshow .half-image-feature .custom-button { border: none; }
#featured-widget-left #slideshow .half-image-feature img { float: left; margin-left: 0px; width: auto; max-width: 325px; max-height: 244px; }
#featured-widget-left #slideshow .half-image-feature .excerpt { float: left; padding: 0px; width: 250px; padding: 50px 0px 0px; }
#featured-widget-left #slideshow .half-image-feature h3 { font-size: 2.2em; margin-top: -30px; }
#featured-widget-left #slideshow .half-image-feature p { border-left: none; padding-left: 5px; padding-right: 20px; color: #444; }
#featured-widget-left #slideshow .half-image-feature p a { font-weight: bold; }
#featured-widget-left #slideshow .half-image-feature span { display: none; }
#featured-widget-left #slideshow-reel { height: 270px; }
#featured-widget-left #slideshow-reel .slide { height: 270px; width: 630px; }

#featured-widget-right { float: left; width: 290px; min-height: 268px; background: url("images/bg-featured-widget.jpg") no-repeat scroll center top transparent; }
#featured-widget-right .home_widget { margin: 0 4px; }
#featured-widget-right div h3 { background-color: #294D97; border-top: 1px solid #6D92C8; color: #fff; font-size: 1.6em; padding: 0.5em 0.5em 0.5em 12px; }
#featured-widget-right .textwidget { margin: 16px 12px; }
#featured-widget-right .custom-button-wrap { padding: 3px; border: 1px solid #FFF; border-bottom: 1px solid #e8ecf7; width: 90%; margin-left: auto; margin-right: auto; background: transparent url("images/bg-content.jpg") 0 -230px repeat-x; -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
#featured-widget-right .custom-button { border: 1px solid #DD8A26; border-bottom: 1px solid #D28321; border-top: none; -moz-box-shadow: inset 0 1px 0 0 #D28321; -webkit-box-shadow: inset 0 1px 0 0 #D28321; box-shadow: inset 0 1px 0 0 #D28321; color: white; font-family: helvetica, arial, sans-serif; font-size: 14px; font-weight: bold; padding: 10px 15px 8px 15px; margin: 0 8px 10px; position: relative; text-decoration: none; text-align: center; text-shadow: 0 1px 1px #D28321; background: transparent url("images/bg-custom-button.jpg") 0 0 repeat-x; width: auto; display: block; }
.ie7 #featured-widget-right .custom-button, .ie8 #featured-widget-right .custom-button { background-position: 0 -1px; border: 1px solid #DD8A26; }
#featured-widget-right ul.menu li { padding: 6px 0; }
#featured-widget-right ul.menu li a { background: url("images/bg-sprite-transparent.png") no-repeat scroll -1204px -565px transparent; padding-left: 18px; font-weight: normal; display: block; }

/* Featured content zone on homepage */
/*  CSS classes for multi-column tag cloud */
#mcTagMap .tagindex, #sc_mcTagMap .tagindex { padding: 6px 0 10px 0; }

#mcTagMap .tagindex h4, #sc_mcTagMap .tagindex h4 { border-bottom: 1px solid #6377B2; padding: 0 0 4px 0; margin: 2px 0 4px 0; }

#mcTagMap .tagindex ul, #sc_mcTagMap .tagindex ul { list-style: none; padding: 1px 0; margin: 0; }

#mcTagMap .tagindex ul li, #sc_mcTagMap .tagindex ul li { list-style: none; padding-left: 10px; margin-bottom: .5em; }

#mcTagMap .holdleft, #sc_mcTagMap .holdleft { width: 190px; display: inline; margin: 0 20px 0 0; float: left; }

#mcTagMap .noMargin, #sc_mcTagMap .noMargin { margin: 0 0 0 0; }

#mcTagMap .morelink, #sc_mcTagMap .morelink { display: none; }

/* import main */
/*-	DEBUG CLASSES
----------------------------------------------------------------------*/
.debug { background-color: red; }

.test-class { display: none; }

.push-class { display: none; }

/*-  COLOR PALETTE
----------------------------------------------------------------------*/
.light-blue { color: #D7DEF0; }

.medium-blue { color: #6377B2; }

.dark-blue { color: #243778; }

.very-dark-blue { color: #20346D; }

.white { color: #FFFFFF; }

.orange { color: #EF7C00; }

.b-orange { color: #f26d0f; }

/* Burnt Orange */
.black-25 { color: #444444; }

/* 25% Black */
.black-50 { color: #7E7E7E; }

/* 50% Black */
.black-75 { color: #BFBFBF; }

/* 75% Black */
/*-  ACCESSIBILITY
----------------------------------------------------------------------*/
.screen-reader-text { position: absolute; left: -9999px; }

/* ie css3pie hack */
css3-container { width: 100%; height: 100%; overflow-x: hidden; }

/*-  BASE STYLES
----------------------------------------------------------------------*/
/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Remove margins for navigation lists */
nav ul, nav li { padding-left: 0; margin: 0; padding: 0; list-style-type: none; }

nav a { text-decoration: none; display: block; }

nav a:hover { text-decoration: underline; }

small { font-size: 85%; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: normal; }

article h1 a, article h2 a { color: #243778; }

article h1 a:hover, article h2 a:hover { border-bottom: none; text-decoration: none; }

strong, th { font-weight: bold; }

blockquote { background: #D7DEF0 url(images/bg-sprite-transparent.png) -1240px -519px no-repeat; color: #243778; border-left: 5px solid #6377B2; margin: 1.5em; padding: 1em; font-family: Georgia, serif; font-style: italic; font-size: 1.3em; line-height: 1.4em; }

blockquote p { margin-bottom: 0; }

td, td img { vertical-align: top; }

/* Set sub, sup without affecting line-height */
sub { vertical-align: sub; font-size: smaller; }

sup { vertical-align: super; font-size: smaller; }

pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }

textarea { overflow: auto; }

.ie6 legend, .ie7 legend { margin-left: -7px; }

input[type="radio"] { vertical-align: text-bottom; }

input[type="checkbox"] { vertical-align: bottom; }

.ie7 input[type="checkbox"] { vertical-align: baseline; }

.ie6 input { vertical-align: text-bottom; }

label, input[type=button], input[type=submit], button { cursor: pointer; }

button, input, select, textarea { margin: 0; }

select { width: 90%; }

input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #F0DDDD; /* Light Pink */ }

/*::-moz-selection{ background: #D7DEF0; text-shadow: none; }*/
::selection { background: #D7DEF0; /* Light Blue */ text-shadow: none; }

a:link { -webkit-tap-highlight-color: #243778; /* Dark Blue */ }

button { width: auto; overflow: visible; color: white; padding: 7px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 0 #FACF98 inset; -webkit-box-shadow: 0 1px 0 0 #FACF98 inset; box-shadow: 0 1px 0 0 #FACF98 inset; background: #F6B056; border-color: #BC6834; border-style: solid; border-width: 1px; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-weight: bold; text-align: center; text-shadow: 0 1px 0 #BC6834; }

.ie7 img { -ms-interpolation-mode: bicubic; }

.black, .black-25 a, .black-25 a:active, .black-25 a:visited { color: #7E7E7E; /* 50% Black */ }

.white, .white a, .white a:active, .white a:visited { color: #FFF; /* White */ }

/*-  HEADER
----------------------------------------------------------------------*/
header { z-index: 99998; /* Needed for megamenu in IE7 */ background: #FFF url(images/bg-header.jpg) 0 bottom repeat-x; /* Light Blue <=> White */ background: -moz-linear-gradient(top, #FFF 0%, #FFF 75%, #D7DEF0 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(75%, #FFF), color-stop(100%, #D7DEF0)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #FFF 0%, #FFF 75%, #D7DEF0 100%); /* Chrome10+, Safari5.1+ */ background: -o-linear-gradient(top, #FFF 0%, #FFF 75%, #D7DEF0 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #FFF 0%, #FFF 75%, #D7DEF0 100%); /* IE10+ */ background: linear-gradient(top, #FFF 0%, #FFF 75%, #D7DEF0 100%); /* W3C */ }

header .container { height: 157px; }

header #header-title { margin-top: 50px; *padding-bottom: 8px; }

header #header-title #header-title-text-right { float: left; }

header #header-title #header-title-text-right.uf { border-left: 2px solid #FF963A; padding-left: 6px; max-width: 470px; }

header #header-title #header-title-text-right.ufandshands { border-left: 2px solid #acb6d7; padding-left: 6px; }

header #header-title #header-parent-organization-logo.ufandshands { float: left; background-color: transparent; background-image: url(images/bg-sprite-transparent.png); background-repeat: no-repeat; background-attachment: scroll; background-position: -730px -18px; height: 60px; width: 67px; }

header #header-title #header-parent-organization-logo.shands { /* Shands HealthCare logo turned off at request of MaPR */   /*float: left;
	background-color: transparent;
	background-image: url(images/sprite-test.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -708px -214px;
	height: 55px;
	width: 160px;
	margin-right: 4px;*/ display: none; }

header #header-title #header-parent-organization-logo.none { display: none; }

header #header-title #header-parent-organization-logo.uf { float: left; width: 85px; height: 52px; background: transparent url(images/bg-sprite-transparent.png) -599px -21px no-repeat; }

body.home header #header-title h1, header #header-title h2.not-front { margin: -3px 0px 0px 0px; padding: 0px; font-size: 2.6em; line-height: 1; }

body.home header #header-title h2, header #header-title h3.not-front { margin: 0px; padding: 6px 0px 0px 0px; font-size: 1.3em; line-height: 1.1; }

/* for IE */
#header-title a:hover h1, #header-title a:hover h2, #header-title a:hover h3 { text-decoration: none; }

#header-title a:hover { text-decoration: none; }

/* floated items in this link cause this to not show pointer in IE8 */
#header-title a { cursor: pointer; }

/* default mouse cursor for site title on homepage */
body.home #header-title a:hover, body.home #header-title a:hover h1, body.home #header-title a:hover h2, body.home #header-title a:hover h3 { cursor: default; text-decoration: none; }

#utility-links { float: right; margin: 0; padding: 0; font-size: .85em; overflow: hidden; height: 20px; }

#utility-links .first { margin-left: 0; }

#utility-links li { float: left; margin-left: 2em; height: 1.2em; padding: 2px 0; }

#utility-links li:first-child { margin-left: 0; }

#utility-links li:last-child { margin-right: 0; }

#utility-links.span-7half { width: 254px; }

#header-search-wrap { height: 80px; position: relative; top: 30px; overflow: visible; }

#searchform-wrap { height: 49px; width: 254px; background: transparent url(images/bg-sprite-transparent.png) -114px -20px no-repeat; position: relative; left: 0; margin-top: 27px; float: right; }

#header-search-field { -moz-border-radius: 2px; -moz-box-shadow: 0px 0px 2px #A5A5A5; -webkit-border-radius: 2px; -webkit-box-shadow: 0px 0px 2px #000; border-radius: 2px; border: 1px solid #BFBFBF; /* 75% Black */ box-shadow: 0px 0px 2px #BFBFBF; /* 75% Black */ color: #7E7E7E; /* 50% Black */ font-family: Georgia, serif; font-size: 1em; font-style: italic; height: 15px; left: 13px; margin: 0; padding: 7px; position: absolute; top: 10px; width: 213px; }

#header-search-btn { position: absolute; right: 14px; top: 12px; }

#header-social { float: right; margin: 70px 5px 0 0; padding-left: 5px; position: relative; z-index: 9999; }

#header-social li { float: left; background-position: center center; background-repeat: no-repeat; margin-left: 5px; }

#header-social li a { height: 24px; width: 24px; background-position: center center; background-repeat: no-repeat; }

#header-social .facebook { background: transparent url(images/bg-sprite-transparent.png) -497px -21px no-repeat; }

#header-social .twitter { background: transparent url(images/bg-sprite-transparent.png) -550px -21px no-repeat; }

#header-social .youtube { background: transparent url(images/bg-sprite-transparent.png) -525px -21px no-repeat; }

#header-social .siteblog { background: transparent url(images/bg-sprite-transparent.png) -471px -21px no-repeat; }

#header-actionitem { bottom: 0; position: absolute; right: 25px; border: 1px solid #DD8A26; border-bottom: none; border-top: none; -moz-box-shadow: inset 0 1px 0 0 #D28321; -webkit-box-shadow: inset 0 1px 0 0 #D28321; box-shadow: inset 0 1px 0 0 #D28321; color: white; font-family: helvetica, arial, sans-serif; font-size: 14px; font-weight: bold; padding: 7px 15px 5px 15px; text-decoration: none; text-align: center; text-shadow: 0 1px 1px #D28321; background: transparent url(images/bg-custom-button.jpg) 0 0 repeat-x; width: auto; }

/*-  BREADCRUMB
----------------------------------------------------------------------*/
#breadcrumb { height: 21px; font-family: Verdana, sans-serif; font-size: .8em; background: #E3E3E3 url(images/bg-breadcrumb.jpg) 0 0 repeat-x; border-bottom: 1px solid #BEBEBE; }

#breadcrumb a, #breadcrumb strong { padding: 4px 20px 0 10px; background: transparent url(images/bg-breadcrumb-item.jpg) right 0 no-repeat; display: block; float: left; height: 18px; color: #444; }

/*-  SINGLE POST
----------------------------------------------------------------------*/
.single-meta { clear: both; margin-bottom: 1.2em; }

.single-meta p { font-size: .9em; margin-bottom: .5em; padding-left: 18px; }

.single-meta .published, .published { background: transparent url(images/bg-sprite-transparent.png) -1331px -108px no-repeat; font-family: Georgia, serif; font-style: italic; }

.single-meta .category { background: transparent url(images/bg-sprite-transparent.png) -1330px -74px no-repeat; font-family: Georgia, serif; font-style: italic; }

.single-meta .tag { background: transparent url(images/bg-sprite-transparent.png) -1333px -195px no-repeat; }

.single-navigation { margin-bottom: 20px; overflow: auto; background-color: #ECEFF6; padding: 5px 8px; text-shadow: 0 1px 1px #FFF; border-bottom: 1px solid #CAD3EB; }

.single-navigation .nav-next, .single-navigation .nav-previous { width: 266px; }

.single-navigation .nav-next { float: right; text-align: right; background: url(images/arrow.png) no-repeat right 2px; padding-right: 16px; }

.single-navigation .nav-previous { float: left; background: url(images/arrow-left.png) no-repeat left 2px; padding-left: 16px; }

#social-content { padding: 8px 0 1px; border-top: 3px solid #D7DEF0; border-bottom: 1px solid #D7DEF0; float: left; width: 100%; }

.ie7 #social-content { padding-bottom: 10px; }

#social-content div { margin-bottom: 6px; float: left; }

/*-  SUB-PAGE SIDEBAR NAVIGATION
----------------------------------------------------------------------*/
#sidebar-nav { font-family: ufshands, sans-serif; font-size: 1.2em; position: relative; margin-top: 4px; }

#sidebar-nav li { position: relative; }

#sidebar-nav .shadow { width: 10px; position: absolute; right: 0; top: 0; height: 100%; background: transparent url(images/bg-sidebar-nav-li.png) right top repeat-y; z-index: 10; }

#sidebar-nav ul { margin: 0; }

#sidebar-nav li { position: relative; margin: 0; }

.ie7 #sidebar-nav li { height: 100%; display: inline; }

#sidebar-nav ul ul { padding-left: 0; font-size: .9em; }

#sidebar-nav ul ul a { padding-left: 40px; background-color: #FFF; }

#sidebar-nav ul ul ul a { padding-left: 60px; background: #FFF url(images/bg-sprite-transparent.png) -996px -56px no-repeat; }

#sidebar-nav a { display: block; padding: 8px 25px; background-color: #F2F2F2; border-top: 1px solid #FCFCFC; border-bottom: 2px solid #E0E0E0; }

#sidebar-nav li li a { border-bottom: 1px solid #E0E0E0; border-top: none; background: #FFF url(images/bg-sprite-transparent.png) -1065px -1px no-repeat; }

#sidebar-nav a:hover { background-color: #D7DEF0; }

#sidebar-nav .current_page_item > a, #sidebar-nav .current_page_item > a:hover { color: #FFF; background-color: #243778; /* Dark Blue */ background-image: none; text-decoration: none; cursor: default; }

#sidebar-nav span.active, #sidebar-nav span.active:hover { background: transparent url(images/bg-sprite-transparent.png) -879px -107px no-repeat; display: block; position: absolute; top: 5px; left: -7px; height: 27px; width: 27px; }

#sidebar-nav ul ul .active { top: 3px; }

#sidebar-nav h4 { color: #95A2CF; padding-left: 22px; margin-bottom: .4em; }

#sidebar-nav .last { border-bottom: none; }

/*-  SEARCH RESULTS & ARCHIVES
----------------------------------------------------------------------*/
.search .entry, .archive .entry { clear: both; overflow: auto; border-bottom: 1px dotted #D7DEF0; padding-top: 15px; min-height: 60px; }

.search .entry img, .archive .entry img { padding: 4px; border: 1px solid #D7DEF0; }

.search h1 span, .archive h1 span { font-family: Georgia, serif; }

.search h1, .search h4, .archive h1, .archive h4 { margin-bottom: .2em; }

.search .entry h2, .archive .entry h2 { font-size: 1.5em; margin-bottom: .2em; }

.search .published, .archive .published { font-size: .8em; line-height: 1.4em; margin-bottom: .6em; padding: 1px 0 2px 18px; display: inline; }

.search p, .archive p { margin-top: .4em; }

.entry .post { float: left; width: 520px; }

/*-  PAGINATION
----------------------------------------------------------------------*/
.pagination { clear: both; padding: 20px 0; position: relative; font-size: 11px; line-height: 13px; }

.pagination .page-of { background-color: #FFF; color: #4D4D4D; border: none; }

.pagination span, .pagination a { display: block; float: left; margin: 2px 2px 2px 0; padding: 6px 9px 5px 9px; text-decoration: none; width: auto; color: #4D4D4D; background: #D7DEF0; -moz-border-radius: 2px; /* FF1-3.6 */ -webkit-border-radius: 2px; /* Saf3-4, iOS 1-3.2, Android <1.6 */ border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ border: 1px solid #D7DEF0; font-weight: bold; }

.pagination a:hover { background: #EBEEF7; }

.pagination .current { padding: 6px 9px 5px 9px; background: #243778; color: #fff; border: 1px solid #243778; }

/*-  LOCAL(RELATED CONTENT) SIDEBAR NAVIGATION
----------------------------------------------------------------------*/
#local-sidebar { float: left; margin-bottom: 10px; padding-left: 1px; }

#local-sidebar .sidebar_widget:first-child { margin-top: 2px; }

#local-request-appt { background: transparent url(images/bg-local-request-appt.jpg) 0 0 no-repeat; height: 60px; }

#local-request-appt:hover { background-position: 0 -60px; }

#local-request-appt:active { background-position: 0 -120px; }

/*-  MAIN (ARTICLE) CONTENT
----------------------------------------------------------------------*/
article ul li { background: transparent url(images/bg-orange-bullet.png) 0 4px no-repeat; padding-left: 12px; }

article a { color: #243778; text-decoration: none; }

article p a { color: #243778; text-decoration: none; border-bottom: none; }

article a:hover { color: #243778; text-decoration: none; border-bottom: 1px solid #6377B2; }

article p a:visited { color: #243778; text-decoration: none; border-bottom: none; }

#main-content li { margin-bottom: .5em; }

#main-content .tabs { font-size: 1.2em; margin: 0; position: relative; top: 5px; height: 32px; }

#main-content .tabs li { font-family: ufshands, sans-serif; float: left; margin: 0 6px 0 0; overflow: hidden; position: relative; /* IE6,7 require this if overflow property is set */ height: 32px; }

#main-content .tabs a { height: 32px; display: block; line-height: 1.9em; padding: 0 15px; background-color: #f0f2fa; background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F2FA), to(#D7DEF0)); background-image: -webkit-linear-gradient(top, #F0F2FA, #D7DEF0); background-image: -moz-linear-gradient(top, #F0F2FA, #D7DEF0); background-image: -ms-linear-gradient(top, #F0F2FA, #D7DEF0); background-image: -o-linear-gradient(top, #F0F2FA, #D7DEF0); background-image: linear-gradient(top, #F0F2FA, #D7DEF0); -moz-box-shadow: 0 0 1px 1px #B3BACE; -webkit-box-shadow: 0 0 1px 1px #B3BACE; box-shadow: 0 0 1px 1px #B3BACE; position: relative; z-index: 0; margin: 2px 2px 0 2px; border: 1px solid #FFF; border-bottom: none; behavior: url(/wp-content/themes/UFandShands/library/css/PIE.htc); /* CSS3 PIE path is relative to the page, not css file */ }

#main-content .tabs a.active { background-image: none; background-color: #FFF; font-family: ufshands-bold; position: relative; z-index: 10000; height: 32px; }

/*-  ROLE-BASED NAVIGATION
----------------------------------------------------------------------*/
/*----- Home Page - White Background -----*/
.home #user-role { background: transparent url(images/bg-home-role-nav-wrap.jpg) 0 -1px repeat-x; }

.home #user-role section { background: url(images/bg-home-role-nav-divider.jpg) 178px top no-repeat; height: 100%; }

.home #user-role h3 { padding: 20px 0 0; }

.home #user-role h3 a { color: #EF7C00; }

.home #user-role .container-5 { padding-top: 14px; }

/*----- Internal Page - Light Blue Background -----*/
#user-role { background: #E7EAF6 url(images/bg-role-nav-wrap.jpg) 0 0 repeat-x; }

#user-role .container-5 { padding-bottom: 25px; padding-top: 10px; }

#user-role .last, .home #user-role .last { background-image: none; }

#user-role h3 { font-size: 1.5em; color: #243778; margin-bottom: .5em; position: relative; padding-bottom: 15px; }

#user-role ul { padding: 0; margin-bottom: 0; position: relative; }

#user-role li { line-height: 1.4em; padding-left: 20px; padding-bottom: 3px; background: transparent url(images/bg-sprite-transparent.png) -1332px -245px no-repeat; }

.ie7 nav li { min-height: 0; /* fix pesky disappearing list bullets */ line-height: 1.4em; }

/*-  Shortcode-specific CSS
----------------------------------------------------------------------*/
.shortcode_alignright { float: right; padding-left: 2%; width: 47%; }

.shortcode_alignleft { float: left; padding-right: 2%; width: 47%; }

/*-  NON-SEMANTIC HELPER CLASSES
----------------------------------------------------------------------*/
.ir { /* image replacement */ background-repeat: no-repeat; direction: ltr; display: block; overflow: hidden; text-align: left; text-indent: -999em; }

.hidden { display: none; visibility: hidden; }

.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }

.tabs { padding-left: 0; }

.item { position: relative; clear: both; margin-bottom: 10px; }

.item p { margin-bottom: 0; }

/* Removes 4px padding-bottom from img due to new HTML5 box model */
.item img { display: block; }

.margin-160 { margin-left: 153px; /* fix */ }

/*----- FLOAT CLEARING W/0 EXTRA MARKUP -----*/
.clearfix:after, .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }

.clearfix, .container { display: block; }

/*----- REGULAR CLEARING -----*/
.clear { clear: both; }

/*-  WORDPRESS IMAGE ALIGNMENT
----------------------------------------------------------------------*/
.alignnone { margin: 0px 20px 20px 0; }

.aligncenter, div.aligncenter { display: block; margin: 0px auto 5px auto; }

.alignright { float: right; margin: 0px 0 20px 20px; }

.alignleft { float: left; margin: 0px 20px 20px 0; }

.aligncenter { display: block; margin: 0px auto 5px auto; }

a img.alignright { float: right; margin: 0px 0 20px 20px; }

a img.alignnone { margin: 0px 20px 20px 0; }

a img.alignleft { float: left; margin: 0px 20px 20px 0; }

a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { background-color: #FFF; border: 1px solid #CCC; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 0 5px; text-align: center; -moz-box-shadow: 0px 0px 2px #CCC; -webkit-box-shadow: 0px 0px 2px #CCC; box-shadow: 0px 0px 2px #CCC; border: 1px solid #BFBFBF; background-color: #eeeeee; background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff)); /* Saf4+, Chrome */ background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff); /* Chrome 10+, Saf5.1+ */ background-image: -moz-linear-gradient(top, #eeeeee, #ffffff); /* FF3.6 */ background-image: -ms-linear-gradient(top, #eeeeee, #ffffff); /* IE10 */ background-image: -o-linear-gradient(top, #eeeeee, #ffffff); /* Opera 11.10+ */ background-image: linear-gradient(top, #eeeeee, #ffffff); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff'); /* IE6ΓÇôIE9 */ }

.wp-caption a, .wp-caption a:hover, .gallery a, .gallery a:hover { border-bottom: none; }

.wp-caption.alignnone { margin: 5px 20px 20px 0; }

.wp-caption.alignleft { margin: 5px 20px 20px 0; }

.wp-caption.alignright { margin: 5px 0 20px 20px; }

.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; border: 1px solid #FFF; }

.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0; }

/*-  COMMENT STYLES
----------------------------------------------------------------------*/
#comment-container { padding-top: 0; }

.comments-sidebar { width: 140px; margin-right: 40px; padding-top: 60px; text-align: right; float: left; font-size: 11px; }

#respond-wrap .comments-sidebar { padding-top: 30px; }

.commentlist { margin: 10px 0 0 0; padding-top: 0; padding-left: 0; list-style-type: none; width: 100%; float: left; border-top: 1px solid #efefef; }

.commentlist .line { display: none; }

.commentlist li li li .line { display: block; position: absolute; width: 18px; height: 18px; border-bottom: 1px solid #efefef; margin: 0 0 0 -50px; }

.commentlist .comment-body { padding-left: 65px; }

.commentlist li li .comment-body { padding-left: 45px; }

.commentlist ul { border-left: 1px solid #efefef; margin: 0 0 0 63px; }

.commentlist ul ul { margin: 0 0 0 50px; }

.commentlist li li { padding-top: 25px; margin-top: 0; }

.commentlist li #commentform { margin-top: 20px; }

.pinglist { margin: 20px 0 40px 30px; list-style-type: decimal; }

.comment { padding-top: 15px; margin-bottom: 40px; background: #fff; border-top: 1px dotted #CCC; position: relative; }

li .comment, .comment:first-child { border-top: none; }

.comment-body ul, .comment-body ol, .comment-body dl { margin-left: 30px; }

#respond { margin-top: 18px; background-color: #ECEFF6; padding: 15px; overflow: visible; position: relative; border-top: 3px solid #CAD3EB; }

#respond label { display: block; }

#commentform { margin-top: 30px; float: left; width: 500px; }

.commentform-inputs { float: left; width: 195px; margin-right: 20px; }

.commentform-textarea { float: right; height: 120px; width: 390px; }

.logged-in .commentform-textarea { position: relative; top: -45px; left: -45px; }

li .cancel-comment-reply { padding: 5px; position: absolute; top: 15px; right: 15px; margin-right: 4px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 0 #FFF inset; -webkit-box-shadow: 0 1px 0 0 #FFF inset; box-shadow: 0 1px 0 0 #FFF inset; background: #D7DEF0; border-color: #D7DEF0; border-style: solid; border-width: 1px; font-family: Helvetica, Arial, sans-serif; font-style: normal; text-align: center; text-shadow: 0 1px 0 #FFF; }

li #cancel-comment-reply-link { color: #6377B2; }

ol #commentform { width: 100%; }

#commentform input, #commentform textarea { width: 100%; border: 1px solid #D7DEF0; padding: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #999; }

#commentform #submit { width: 150px; float: right; margin-right: 4px; color: #FFF; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 0 #FACF98 inset; -webkit-box-shadow: 0 1px 0 0 #FACF98 inset; box-shadow: 0 1px 0 0 #FACF98 inset; background: #F6B056; border-color: #BC6834; border-style: solid; border-width: 1px; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-weight: bold; text-align: center; text-shadow: 0 -1px 0 #BC6834; }

.logged-in #commentform textarea { width: 420px; height: 140px; }

#commentform textarea { width: 375px; height: 128px; }

#commentform small { color: #6377B2; padding: 0 0 3px 3px; display: block; }

#commentform small span.grey, .contactform small span.grey { color: #999; font-family: Georgia, Times, serif; font-style: italic; }

.children { list-style-type: none; }

.ie7 li li .avatar { left: -15px; }

.avatar { padding: 3px; border: 1px solid #DDD; position: relative; background: #fff; z-index: 5; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

li li .avatar { margin: -8px 0 0 -18px; }

.comment-meta { margin-bottom: 15px; }

.comment-meta a { color: #999; font-family: Georgia, Times, serif; font-style: italic; font-size: 11px; }

.comment-meta a:hover { color: #666; }

.comment-meta, .comment-author { padding-left: 65px; }

li li .comment-meta, li li .comment-author { padding-left: 45px; }

.comment-author a { color: #6377B2; }

.comment-author { margin-top: -53px; font-weight: bold; color: #6377B2; }

.commentlist .bypostauthor { border-top: 2px solid #F6B056; }

.comment-author cite { font-style: normal; font-family: Helvetica, Arial, sans-serif; }

.comment .comment-reply-link { position: absolute; top: 15px; right: 10px; color: #FFF; padding: 4px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 0 #FACF98 inset; -webkit-box-shadow: 0 1px 0 0 #FACF98 inset; box-shadow: 0 1px 0 0 #FACF98 inset; background: #F6B056; border-color: #BC6834; border-style: solid; border-width: 1px; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-weight: bold; text-align: center; text-shadow: 0 -1px 0 #BC6834; }

.comment .comment-reply-link:hover { color: #FFF; }

.nocomments { text-align: center; padding: 20px; }

.comment-body ul { list-style-type: disc; border: none; margin-bottom: 20px; }

.comment-body ul li { padding: 0; margin: 0; }

.comment-body ol { list-style-type: decimal; }

.moderation { padding-left: 45px; color: red; font-size: 11px; }

.author-tag { font-family: Georgia, Times, serif; font-size: 11px; font-weight: normal; }

#respond-wrap { overflow: visible; margin-left: 0; }

/*-  SITE FOOTER
----------------------------------------------------------------------*/
footer { background: #dfe3f2 url(images/bg-footer.png) 0 0 repeat-x; min-width: 0; }

footer .append-bottom { font-size: 1em; overflow: hidden; position: relative; margin-bottom: 0; padding-bottom: 1.5em; }

#footer_top { overflow: hidden; position: relative; }

.append-bottom #footer_top .footer_widget { background: transparent url(images/bg-footer-border.png) right 0 no-repeat; margin-top: 7px; padding-top: 15px; padding-bottom: 500em; margin-bottom: -500em; min-width: 0; position: relative; }

.append-bottom #footer_top .widget-last { background: none; }

.append-bottom .box, .append-bottom .footer_widget > * { padding: 0 20px 10px; }

#footer_top { padding-top: 0; }

#footer_top.footer_count_1 .footer_widget { width: 100%; }

#footer_top.footer_count_2 .footer_widget { width: 50%; }

#footer_top.footer_count_3 .footer_widget { width: 33%; }

#footer_top.footer_count_4 .footer_widget { width: 25%; }

#footer_top.footer_count_5 .footer_widget { width: 20%; }

#footer_top.footer_count_6 .footer_widget { width: 16%; }

#footer_top .footer_widget { float: left; margin-bottom: 20px; }

#emergency-contact img { padding-bottom: 15px; }

#colleges-institutes a { display: inline; }

/*-  GRAVITY FORMS
----------------------------------------------------------------------*/
article li.gfield { background-image: none; }

div.gform_wrapper h2.gsection_title, div.gform_wrapper h3.gform_title { font-weight: normal; }

/* IMAGE SHADOW CLASS */
img.shadow { -moz-box-shadow: 0px 0px 5px #333; -webkit-box-shadow: 0px 0px 5px #333; box-shadow: 0px 0px 5px #333; padding: 5px; background-color: #FFF; border: 1px solid #CCCCCC; }

.ie7 img.shadow, .ie8 img.shadow { border: 2px solid #CCC; }

a[href$=jpg], a[href$=jpg]:hover, a[href$=jpeg], a[href$=jpeg]:hover, a[href$=png], a[href$=png]:hover, a[href$=gif], a[href$=gif]:hover { text-decoration: none; border: 0 none; }

#institutional-footer .uf-monogram { background: url("images/uf_monogram.png") no-repeat scroll 0 0 transparent; display: block; height: 48px; left: 480px; position: absolute; top: -20px; margin-left: -25px; width: 48px; }

#header-title-text-right { height: 52px; margin: 0; padding: 0; }

#uf-title { background: url("images/uf_logo.png") no-repeat scroll 0 0 transparent; height: 52px; width: 198px; text-indent: -9999px; }

/* body header #header-title h1 { margin: 0 !important;
} */
/*- NEW Styles from College of Medicine */
p.lead { font-family: Georgia,serif; font-size: 1.3em; font-style: italic; margin-bottom: 1.3em; }

.did-you-know { background: url("images/dot-pattern.jpg") repeat-x scroll left 25px transparent; border-bottom: 4px solid #D6D6D6; min-width: 1px; position: relative; }

.did-you-know .lead { margin-left: 20px; }

.dyk-badge { left: 8px; margin-bottom: -65px; position: relative; }

#local-sidebar h4 { background-color: #7C8CC8; color: #FFFFFF; line-height: 2em; margin-bottom: 8px; padding: 0 10px; }

#local-sidebar h4 a { color: #FFFFFF; }

#local-sidebar ul { padding-left: 5px; }

#local-sidebar li { background: url("images/bg-sprite-transparent.png") -1332px -245px no-repeat transparent; font-size: 0.9em; margin-bottom: 0.5em; padding-left: 20px; }

#main-content .tabs { font-size: 1.2em; height: 32px; margin: 0; position: relative; top: 5px; }

#main-content .tabs li { background-image: none; float: left; font-family: ufshands,sans-serif; height: 32px; margin: 0 10px 0 0; overflow: hidden; padding-left: 0; position: relative; }

#main-content .tabs a { -moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background-color: #F0F2FA; background-image: -moz-linear-gradient(center top, #F0F2FA, #D7DDF3); border-color: #FFFFFF #FFFFFF -moz-use-text-color; border-style: solid solid none; border-width: 1px 1px medium; box-shadow: 0 0 1px 1px #B3BACE; display: block; height: 32px; line-height: 1.9em; margin: 2px 2px 0; padding: 0 15px; position: relative; z-index: 0; }

#main-content .tabs a.active { background-color: #FFFFFF; background-image: none; font-family: ufshands; height: 32px; position: relative; z-index: 10000; }

#condition-content { background: url("http://test3.med.ufl.edu/img/bg-condition-content.png") no-repeat scroll 0 0 transparent; padding-top: 40px; position: relative; z-index: 10; }

.conditional-padding { padding: 0 20px; }

.conditional-padding hr { margin: 20px 0; }

p.smaller { font-size: 1.1em; }

hr { margin: 25px 0; }

h4 { margin: 20px 0 10px 0; }

.did-you-know .lead { margin-left: 20px; }

body.page-id-4027 article h1 { overflow: hidden; height: 3px; margin: 0; }

#main-content .uf-website-links { overflow: auto; padding: 0; }

#main-content .uf-website-links li { float: left; background: none; margin: 0; padding: 0; }

.uf-website-links li:nth-of-type(9n+1) { clear: both; }

.uf-website-links a { display: block; font-family: 'Palatino', 'Linotype Palatino', 'Georgia', serif; font-size: 2em; width: 40px; margin: 0; padding: 30px 15px; line-height: 0; text-align: center; border: 1px solid #fff; border-bottom: 1px solid #eee; }

.page-id-4725 #content table { width: 100%; margin: 0 0 20px 0; float: left; }

.page-id-4725 #content h3 { clear: both; }

.page-id-4725 #content .credits { margin-bottom: 8px; font-style: italic; }

.page-id-4725 #content dl dt { background: #F2F6FC; padding: 7px 4px; margin-bottom: 5px; clear: both; }

.page-id-4725 #content dl dd { margin: 6px 6px 12px 6px; overflow: auto; }

.page-id-4725 #content dl dd img { float: left; margin: 0 10px 0 4px; }

/* Make older versions of ie display nicer with no-js */
.no-js.ie6 #top, .no-js.ie7 #top, .no-js.ie8 #top, .no-js.ie6 ul.children, .no-js.ie7 ul.children, .no-js.ie8 ul.children, .no-js.ie6 .content-column, .no-js.ie7 .content-column, .no-js.ie8 .content-column { display: none; }

.arrow li { background: url(images/arrow.png) no-repeat left center; padding-left: 20px; display: inline; font-size: 12px; }

ul.arrow { float: right; margin: 10px 10px 0 0; }

#footer_logo { float: none; }

.eco_impact { float: right; margin-left: 20px; }

.gift { float: right; padding: 0px; padding-bottom: 10px; }

#footer_container { float: left; width: 730px; }

#footer_container #footer-links { text-align: left; margin-left: 0px; width: 730px; }

/* Fixes */
article a.button, article p a.button { color: #FFF; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 0 #FACF98 inset; -webkit-box-shadow: 0 1px 0 0 #FACF98 inset; box-shadow: 0 1px 0 0 #FACF98 inset; background: #EF7C00; border-color: #BC6834; border-style: solid; border-width: 1px; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-weight: bold; text-align: center; text-shadow: 0 -1px 0 #BC6834; padding: 5px; }

article a.button:hover, article p a.button:hover { color: #FFF; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 0 #FACF98 inset; -webkit-box-shadow: 0 1px 0 0 #FACF98 inset; box-shadow: 0 1px 0 0 #FACF98 inset; background: #EF7C00; border-color: #BC6834; border-style: solid; border-width: 1px; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-weight: bold; text-align: center; text-shadow: 0 -1px 0 #BC6834; padding: 5px; }

.big-white-space { height: 250px; }

.span-18 { width: 680px; }

td { padding: 12px; }

th { text-align: left; padding: 12px; }

#main-content img.wp-post-image, #main-content img.size-full { padding: 4px; border: 1px solid #D7DEF0; }

#secondary.homepage_layout_white h3 { border-bottom: 2px solid #FF963A; }

#main-content .tabs li { margin: 0 6px 0 0; }

#main-content .tabs a { padding: 0 12px !important; }

.faq dt { font-weight: bold; margin-bottom: 1em; color: #243778; line-height: 2em; padding-left: 25px; background: url(images/toggle_sprite.png) -40px -71px no-repeat; border-top: 1px dotted #D7DEF0; padding-top: 5px; }

.faq dt:hover { text-decoration: underline; cursor: pointer; background-position: -120px 9px; }

.faq dt.open { background-position: 0 -111px; }

.faq dt.open:hover { background-position: -80px -31px; }

.faq dd { margin-bottom: 2em; line-height: 1.4em; }

a.edit-link { font-size: .75em; line-height: 2.5em; }

pre { background: #F2F6FC; padding: 15px 30px; }

.content-wrap h3 { margin-top: 1.5em; }

/* Global Table Modifications */
table { margin-bottom: 30px; overflow: visible; -moz-box-shadow: 3px 3px 5px #ccc; -webkit-box-shadow: 3px 3px 5px #ccc; box-shadow: 3px 3px 5px #ccc; }

caption { background: #ffffff; padding: 0; line-height: 2em; font-weight: bold; overflow: hidden; text-align: left; }

caption span { display: inline-block; padding: 7px 15px; margin: 0; background: #6377B2; color: white; font-size: 100%; line-height: 1.4em; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-box-shadow: 3px 3px 5px #ccc; -webkit-box-shadow: 3px 3px 5px #CCC; box-shadow: 3px 3px 5px #CCC; }

tbody, thead { border: 2px solid #F2F6FC; }

thead { border-bottom: none; }

th, tbody td { background: #ffffff; }

th, thead th { border-bottom: 2px solid #FF963A; background: #ffffff; padding-top: 10px; padding-bottom: 10px; font-size: 90%; }

td ul { margin: 15px 5px 15px 0; padding-left: 0; }

tbody tr:nth-child(even) td { background: #F2F6FC; }

tbody tr.even td { background: #F2F6FC; }

/*-  GRAVITY FORMS
----------------------------------------------------------------------*/
article li.gfield { background-image: none; }

div.gform_wrapper h2.gsection_title, div.gform_wrapper h3.gform_title { font-weight: normal; }

.gfield input, .gfield textarea { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: 1px solid #BEBEBE; color: #444444; -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15); box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15); }

.gform_wrapper .gfield input, .gform_wrapper .gfield textarea { padding: 5px; font-size: 15px; }

.gform_wrapper .gfield input.large { line-height: inherit; }

#secondary .gform_wrapper .gfield input, #secondary .gform_wrapper .gfield textarea { padding: 3px; }

#secondary .gform_wrapper .gfield input:focus, #secondary .gform_wrapper .gfield textarea:focus { border: 1px solid #FFF; }

#secondary .gform_wrapper .gfield select { height: 25px; }

.gform_wrapper .gfield input:focus, .gform_wrapper .gfield textarea:focus { border: 1px solid #6377B2; }

.gform_wrapper .gfield select { height: 25px; border: 1px solid #CCC; }

.gform_wrapper .gform_button { color: #FFF; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 0 #FACF98 inset; -webkit-box-shadow: 0 1px 0 0 #FACF98 inset; box-shadow: 0 1px 0 0 #FACF98 inset; background: #EF7C00; border-color: #BC6834; border-style: solid; border-width: 1px; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-weight: bold; text-align: center; text-shadow: 0 -1px 0 #BC6834; padding: 5px; }

.gform_wrapper .gform_footer { margin-top: 0; padding-top: 3px; }

#secondary .gform_wrapper li, #secondary .gform_wrapper ul, .gform_wrapper li { padding-left: 0; background-image: none; }

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full { margin-bottom: 5px; padding-right: 1px; }

#secondary .gform_wrapper li.gfield.gfield_error { background-color: #C89797; }

#secondary .validation_error, #secondary .gfield_required { color: #C89797; }

#secondary .gform_wrapper img { border: none; }

#gforms_confirmation_message { border: 1px solid; margin: 0 0 30px 0; padding: 10px 10px 10px 40px; background-repeat: no-repeat; background-position: 10px center; border-radius: 5px; -webkit-background-size: auto 16px; -moz-background-size: auto 16px; background-size: auto 16px; color: #294B05; border-color: #4F8A10; background-color: #DFF2BF; background-image: url(images/success.png); }

.ui-datepicker select, .ui-datepicker input, .ui-datepicker textarea, .ui-datepicker button { width: auto; }

/* ========= added styles for responsive theme ========= */
.flexslider .slides img { height: 100%; width: 100%; }

.flex-container { max-width: 935px; margin: 0 auto; }

.flex-control-nav { position: relative; bottom: 60%; }

#primary-nav { z-index: 9988 !important; }

#mobile-menu { position: absolute; width: 250px; height: 100%; top: 55px; left: 100%; background: white; z-index: 9999; display: none; }

#mobile-menu ul { margin: 0; padding: 0; list-style: none; }

#mobile-menu h3 { cursor: pointer; }

#mobile-parent { cursor: pointer; }

#mobile-menu .mobile-child { display: none; cursor: pointer; background: transparent url(images/bg-orange-bullet.png) 12px 18px no-repeat; padding-left: 24px; }

.mobile-subchild { display: none; cursor: pointer; }

.close { position: absolute; left: 100%; margin-left: -20px; cursor: pointer; }

#mobile-menu li, #mobile-menu h3 { border: 1px solid #cccccc; background: #fefefe; font-weight: bold; color: #6b6b6b; text-shadow: 0 1px 0 #ffffff; background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f1f1f1)); background-image: -webkit-linear-gradient(#fefefe, #f1f1f1); background-image: -moz-linear-gradient(#fefefe, #f1f1f1); background-image: -ms-linear-gradient(#fefefe, #f1f1f1); background-image: -o-linear-gradient(#fefefe, #f1f1f1); background-image: linear-gradient(#fefefe, #f1f1f1); margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif; padding-left: 12px; font-weight: bold; font-size: 16px; line-height: 42px; }

#responsive-menu { display: none; }

.home #responsive-page-menu-toggle { display: none; }

#feature-wrap { max-height: 600px  !important; }

#mobile-modal { position: fixed; bottom: 0; width: 100%; z-index: 9999; background-image: -moz-linear-gradient(top, #051c62, #334a9a); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #051c62), color-stop(1, #334a9a)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#051c62', EndColorStr='#334a9a',GradientType=0); color: #fff; font-size: 1.1em; padding: 10px; text-align: center; border-top: #FD7D00 2px solid; }

input[type="checkbox"] { vertical-align: middle; margin-right: 7px; }

#mobile-modal #submit { padding: 3px 10px; margin-top: 7px; color: #fff; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); font-weight: bold; background: #ff7c25; background: -moz-linear-gradient(top, #ff7c25 0%, #f6641f 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7c25), color-stop(100%, #f6641f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ff7c25 0%, #f6641f 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ff7c25 0%, #f6641f 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ff7c25 0%, #f6641f 100%); /* IE10+ */ background: linear-gradient(to bottom, #ff7c25 0%, #f6641f 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c25', endColorstr='#f6641f',GradientType=0 ); /* IE6-9 */ }

#mobile-modal-close { position: absolute; top: 0; right: 0; margin-right: 30px; font-size: 2em; cursor: pointer; }

.mobile-icon { width: 24px; height: 40px; background: transparent url(images/responsive/responsive-sprite-transparent.png) -6px -188px no-repeat !important; text-indent: -9999em; margin: 0 10px; cursor: pointer; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { .mobile-icon { background-image: none; background: transparent url(images/responsive/responsive-sprite-transparent.png) -138px -51px no-repeat !important; background-size: 241px 241px !important; } }
/*shortcode mobileonly styling */
.shortcode_mobileonly { display: none; }

.shortcode_fullonly { display: block; }

/*----- Simple Calendar Grid (formerly Google Calendar Events) -----*/
.gce-page-grid .gce-calendar { box-shadow: none; }
.gce-page-grid .gce-calendar tbody, .gce-page-grid .gce-calendar thead { border: none; }
.gce-page-grid .gce-calendar .gce-month-title { font-size: 1.8em; font-family: 'ufshands', Arial, sans-serif; color: #243778; margin-bottom: 0.5em; }
.gce-page-grid .gce-calendar .gce-day-future { background-color: #fff; }
.gce-page-grid .gce-calendar .gce-has-events .gce-day-number { color: #243778; }
.gce-page-grid .gce-calendar .gce-today-no-events .gce-day-number { color: #888; }
.gce-page-grid .gce-calendar th { background-color: #666; border-left: 1px solid #666; border-right: 1px solid #666; color: #fff; padding: 1em 0; white-space: nowrap; }

.simcal-calendar-grid { box-shadow: none; }
.simcal-calendar-grid .simcal-calendar-head { border: none; }
.simcal-calendar-grid .simcal-day { background-color: #fff; }
.simcal-calendar-grid .simcal-day.simcal-day-void { border: none; }
.simcal-calendar-grid .simcal-week-day { background-color: #666; border-top: 1px solid #666; border-bottom: 1px solid #666; color: #fff; padding: 1em 0; white-space: nowrap; }
.simcal-calendar-grid .simcal-current h3 { font-size: 1.8em; }
.simcal-calendar-grid .simcal-nav-button { text-shadow: none; }
.simcal-calendar-grid .simcal-events { font-size: 1em; }
.simcal-calendar-grid .simcal-events .simcal-event { background: none; border-bottom: 1px dotted rgba(0, 0, 0, 0.5); }
#secondary .simcal-calendar-grid .simcal-calendar-head .simcal-nav, #sidebar-nav .simcal-calendar-grid .simcal-calendar-head .simcal-nav { background-color: transparent; border-top-color: transparent; border-bottom-color: transparent; }
#secondary .simcal-calendar-grid .simcal-calendar-head h3, #sidebar-nav .simcal-calendar-grid .simcal-calendar-head h3 { background-color: transparent; margin: 0 0 10px; border-top: none; }
#secondary .simcal-calendar-grid .simcal-calendar-head .simcal-week-day, #sidebar-nav .simcal-calendar-grid .simcal-calendar-head .simcal-week-day { background-color: rgba(0, 0, 0, 0.5); border-bottom: none; }
#secondary .simcal-calendar-grid .simcal-month, #sidebar-nav .simcal-calendar-grid .simcal-month { border: none; background-color: rgba(0, 0, 0, 0.3); }
#secondary .simcal-calendar-grid .simcal-month .simcal-day, #sidebar-nav .simcal-calendar-grid .simcal-month .simcal-day { background-color: transparent; border: 1px solid rgba(0, 0, 0, 0.2); }
#secondary .simcal-calendar-grid .simcal-month .simcal-day .simcal-day-number, #sidebar-nav .simcal-calendar-grid .simcal-month .simcal-day .simcal-day-number { color: rgba(255, 255, 255, 0.9) !important; font-size: 11px; }
#secondary .simcal-calendar-grid .simcal-month .simcal-day:hover, #sidebar-nav .simcal-calendar-grid .simcal-month .simcal-day:hover { background-color: rgba(0, 0, 0, 0.5); color: #fff !important; }
#secondary .simcal-calendar-grid .simcal-month .simcal-day:hover .simcal-day-number, #sidebar-nav .simcal-calendar-grid .simcal-month .simcal-day:hover .simcal-day-number { color: #fff !important; }
#secondary .simcal-calendar-grid .simcal-month .simcal-day.simcal-today > div, #sidebar-nav .simcal-calendar-grid .simcal-month .simcal-day.simcal-today > div { border: none !important; background-color: rgba(0, 0, 0, 0.5); color: #fff !important; }
#secondary .simcal-calendar-grid .simcal-month .simcal-day.simcal-today .simcal-day-number, #sidebar-nav .simcal-calendar-grid .simcal-month .simcal-day.simcal-today .simcal-day-number { color: #fff !important; }
#secondary .simcal-calendar-grid .simcal-month .simcal-day-label, #sidebar-nav .simcal-calendar-grid .simcal-month .simcal-day-label { background-color: rgba(0, 0, 0, 0.3) !important; }

.qtip-light { border-color: #ccc; }

.qtip { box-shadow: 0px 10px 40px 5px rgba(0, 0, 0, 0.2); }
.qtip .gce-event-info .event { font-size: 1.1em; }
.qtip .gce-event-info .event .event-date, .qtip .gce-event-info .event .eventdate { border-bottom: 2px solid #3D58AF; padding-bottom: 2px; }
.qtip .gce-event-info .event .event-date .month, .qtip .gce-event-info .event .event-date .day, .qtip .gce-event-info .event .eventdate .month, .qtip .gce-event-info .event .eventdate .day { display: inline-block; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #3D58AF; }
.qtip .gce-event-info .event .eventtitle h4 { margin-top: 0.9em; }

/* import navigation */
/*-  PRIMARY NAVIGATION
----------------------------------------------------------------------*/
#primary-nav { background: transparent url(images/bg-primary-nav.jpg) 0 0 repeat-x; bottom: 0; font-size: 1.5em; height: 49px; left: 0; padding-left: 0; position: relative; z-index: 99997; -moz-box-shadow: -5px 1px 4px #7E7E7E; -webkit-box-shadow: 0 1px 4px #7E7E7E; box-shadow: 0 1px 4px #7E7E7E; }

#primary-nav .container { z-index: 99999; }

#primary-nav li { float: left; height: 49px; background: transparent url(images/bg-primary-nav-item.jpg) 0 -147px repeat-x; position: relative; }

#primary-nav li:hover { background-position: 0 -98px; }

#primary-nav li:active { background-position: 0 0; }

#primary-nav a { border-left: 1px solid #20346D; border-right: 1px solid #6377B2; display: block; margin-top: 5px; text-align: center; background-repeat: no-repeat; font-family: ufshands, Helvetica, Arial, sans-serif; height: 17px; padding: 7px 20px 15px; }

#primary-nav #home a { border-left: none; }

.home #home a, #primary-nav .current_page_ancestor .current_page_item a, #primary-nav .current_page_item > a { cursor: default; }

#primary-nav .current_page_ancestor .current_page_item a:hover, #primary-nav .current_page_item > a:hover { text-decoration: none; }

#primary-nav .current_page_ancestor .current_page_item a, #primary-nav .current_page_ancestor .current_page_item a:hover, #primary-nav .current-menu-ancestor .current-menu-item a, #primary-nav .current-menu-ancestor .current-menu-item a:hover { background-color: #D7DEF0; color: #243778; }

#primary-nav .children { display: none; font-size: .8em; text-align: left; background-color: #6377B2; margin: 0; padding: 0; width: 200px; top: 45px; -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); }

#primary-nav .children li { background-image: none; height: 100%; }

#primary-nav .parent li.current_page_item a { color: #FFF; }

#primary-nav .parent li.current_page_item { border-top: none; border-bottom: none; }

#primary-nav li.current_page_item, #primary-nav li.current_page_ancestor, #primary-nav li.current-menu-item, #primary-nav li.current-menu-ancestor { color: #243778; background-position: 0 -49px; border: none; }

#primary-nav li.current_page_ancestor, #primary-nav li.current-menu-ancestor { background-position: 0 -196px; }

#primary-nav .children { position: absolute; z-index: 99999; border-left: 3px solid #D7DEF0; border-right: 3px solid #D7DEF0; border-bottom: 3px solid #D7DEF0; left: -2px; }

#primary-nav .children li { float: none; height: 100%; border-bottom: 1px solid #5D6FAA; border-top: 1px solid #243778; background-color: #172a79; }

#primary-nav .children a { padding: 10px 25px; text-align: left; height: 100%; background-image: none; border: none; }

#primary-nav #home { background-image: url(images/bg-sprite-flat.jpg); background-position: -304px -191px; padding: 0; height: 49px; width: 72px; }

#primary-nav #home:hover { background-position: -304px -142px; }

#primary-nav #home:active { background-position: -304px -44px; }

.home #primary-nav #home { background-position: -304px -93px; }

.home #primary-nav #home a, #primary-nav li.current_page_item > a:first-child, #primary-nav li.current-menu-item > a:first-child { border: none; color: #243778; }

#primary-nav li.current_page_ancestor > a:first-child, #primary-nav li.current-menu-ancestor > a:first-child { color: #FFF; }

#primary-nav .parent a { padding-right: 33px; background: transparent url(images/bg-dropdown-icon.png) 92% 16px no-repeat; }

#primary-nav .parent li a { padding-right: 25px; background: transparent url(images/bg-sprite-transparent.png) -1198px -556px no-repeat; margin-top: 0; }

#primary-nav .parent li a:hover { background-color: #294D97; }

/* iPad */
/*#primary-nav li:hover > ul {
	display: block;
}*/

/*# sourceMappingURL=style.css.map */
