@charset "UTF-8";
/*!
Theme Name: UF&Shands Parent WordPress Theme
Theme URI: http://webservices.ahc.ufl.edu/
Description: The official WordPress parent theme for UF Health - University of Florida Health
Version: 1.1.7
Author: UF Health Web Services
Author URI: http://webservices.ufhealth.org/
*/
/* Importing major CSS libraries for special content zones
----------------------------------------------------------------------*/
/* --------------------------------------------------------------

   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;
}

/* --------------------------------------------------------------

   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;
}
 */
/* --------------------------------------------------------------

   TYPOGRAPHY.CSS

-------------------------------------------------------------- */
.palatino {
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
}

.uf-logo-font {
  font-family: Georgia, 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
  letter-spacing: normal;
}

html {
  font-size: 100.01%;
}

body {
  font-size: 75%;
  background: #FFF;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #143679;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  word-spacing: 0.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-bottom: 0.5em;
}

article h3,
article h4,
article h5,
article h6 {
  margin-top: 1.4em;
}

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: #143679;
  text-decoration: underline;
}

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

a, a:active, a:visited {
  color: #143679;
  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;
}

td ul {
  padding-left: 0;
  margin-right: 0.1em;
}

article table td li {
  margin-bottom: 1.2em;
  padding-left: 8px;
}

ol {
  list-style-type: decimal;
  padding-left: 40px !important;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

li ul,
li ol {
  margin-top: 0.7em;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

thead th {
  background: #D7DEF0;
  border-bottom: 1px solid #6377B2;
}

th h1,
th h2,
th h3,
th h4,
th h5,
th p {
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}

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: 0.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: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
}

body,
select,
input,
textarea {
  color: #444;
}

/*-  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: 0.9em;
  padding-left: 0;
  position: relative;
  z-index: 99999 !important;
}

#institutional-nav #inst-home a {
  border: none;
}

#institutional-nav #inst-learning .short-stack {
  width: 130px;
}

#institutional-nav #inst-discovery .short-stack {
  width: 140px;
}

#institutional-nav .sub-mega {
  background: #395ba7 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: 0.9em;
  left: 118px;
  line-height: 1.9em;
  position: absolute;
  top: 23px;
  width: 795px;
  padding: 0 15px 15px 15px;
  z-index: 99999 !important;
}

#inst-learning .sub-mega {
  width: 550px;
}

#inst-community .sub-mega {
  width: 590px;
}

#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: #20346D;
}

#institutional-nav li li:hover {
  background-color: transparent;
}

#institutional-nav a {
  border-left: 1px solid #6377B2; /* Medium Blue */
  border-right: 1px solid #20346D; /* Very Dark Blue */
  line-height: 1.9em;
  text-align: center;
  display: block;
  height: 23px;
  position: relative;
  padding: 0 45px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
}

#institutional-nav a span {
  position: absolute;
  background: transparent url("images/bg-sprite-transparent.png") -110px -184px no-repeat;
  display: block;
  height: 7px;
  width: 7px;
  right: 30px;
  bottom: 7px;
}

#institutional-nav h3 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  color: #FFF;
}

#institutional-nav a:hover {
  background-color: #143679; /* Very Dark Blue */
  text-decoration: underline;
}

#institutional-nav .last {
  border-right: none;
  width: auto;
}

#inst-home a {
  padding: 0;
  width: 118px;
}

#inst-home img {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 100000;
}

#institutional-nav .sub-mega li {
  float: none;
  height: auto;
}

#institutional-nav .sub-mega li a {
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  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 li a:hover {
  background-color: transparent;
  cursor: pointer;
}

#institutional-nav .sub-mega .gnv {
  background: transparent url("images/bg-sprite-transparent.png") -167px -155px no-repeat;
  height: 23px;
  width: 185px;
  margin-bottom: 10px;
  margin-top: -4px;
}

#institutional-nav .sub-mega .jax {
  background: transparent url("images/bg-sprite-transparent.png") -166px -219px no-repeat;
  height: 25px;
  width: 200px;
  margin-bottom: 8px;
  margin-top: -4px;
}

#institutional-nav .sub-mega .ufs-gnv {
  padding-right: 0;
}

#institutional-nav .sub-mega .ufs-gnv ul {
  float: left;
  width: 156px;
  padding-right: 15px;
}

#inst-healing .ufs-gnv ul.wide {
  width: 195px;
}

#institutional-nav .sub-mega div {
  float: left;
  padding-top: 15px;
  padding-right: 10px;
  margin-right: 10px;
}

#institutional-nav .sub-mega div.ufs-jax {
  width: 190px;
}

#institutional-nav .sub-mega div.animal {
  width: 170px;
}

#institutional-nav .sub-mega .animal h3 {
  background: transparent url("images/bg-sprite-transparent.png") -165px -106px no-repeat;
  width: 150px;
  margin-bottom: 2px;
  margin-top: 5px;
}

#institutional-nav .sub-mega h3 a {
  background: transparent;
  border: none;
  cursor: pointer;
}

/*-  INSTITUTIONAL FOOTER
----------------------------------------------------------------------*/
.footer-logos {
  display: flex;
  justify-content: space-between;
}
#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: 456px;
  top: -20px;
  display: block;
}

#institutional-footer ul {
  padding-left: 0;
  display: block;
}

#institutional-footer li {
  background: transparent url("images/bg-sprite-flat.jpg") -430px -7px no-repeat;
  padding-left: 20px;
  font-size: 0.85em;
  line-height: 1.5em;
}

#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: #C47C0F;
  margin-bottom: 0.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;
  padding-bottom: 20px;
}

#colleges-institutes ul {
  margin-right: 0;
}

#emergency-contact p {
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  font-weight: normal;
  font-size: 1.2em;
  color: #163986;
  margin-bottom: 0.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: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  font-style: italic;
  font-size: 0.8em;
  margin-bottom: 0;
  color: #163986;
  line-height: 1.3em;
}

.ufhealth-branding-text {
  margin-top: 17px;
}

#branding img.last {
  position: absolute;
  right: 0;
  top: 10px;
}

#footer-links {
  border: 1px solid #DDE2F4;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

#footer-links ul {
  margin-bottom: 0;
  margin-right: 0;
  overflow: hidden;
}

#footer-links li {
  float: left;
  border-right: 1px solid #7E7E7E;
}

#footer-links li, #footer-links p {
  background: none;
  font-size: 0.7em;
  padding: 0 9px 0 0;
  margin-right: 9px;
  margin-top: 10px;
  line-height: 1.1em;
}

#footer-links .last {
  border: none;
}

#footer-links .addr {
  margin-right: 0;
  padding-right: 5px;
}

.ie7 #branding p {
  font-size: 0.75em;
}

/* 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;
}

#slideshow .excerpt {
  background: url("images/bg-transparent.png") 0 0 repeat;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 320px;
  padding: 20px 10px 20px 50px;
  display: none;
}

#slideshow .excerpt h3 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
}

#slideshow .slide-1 .excerpt {
  display: block;
}

#slideshow .excerpt p, #slideshow .excerpt h3 {
  color: #FFF;
}

#slideshow .half-image-feature h3 {
  font-size: 2.7em;
  color: #20346D;
  text-shadow: 0 1px 1px #FFF;
  margin-bottom: 0.5em;
}

#slideshow #floater {
  float: left;
  height: 50%;
  margin-bottom: -140px;
  width: 420px;
}

#slideshow .half-image-feature .excerpt {
  height: 280x;
  width: 370px;
  padding: 50px 0 0 40px;
  position: relative;
}

#slideshow .half-image-feature p {
  padding-left: 10px;
  border-left: 2px solid #D7DEF0;
  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 {
  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: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  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,
.ie8 #slideshow .half-image-feature .custom-button {
  background-position: 0 -1px;
  border: 1px solid #DD8A26;
}

#slideshow .half-image-feature 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 {
  font-size: 0.9em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

#slideshow h3 {
  font-size: 1.6em;
  margin-bottom: 0.4em;
}

#slideshow .full-image-feature h3 a, .pic-frame h3 a {
  color: #FFF;
}

#slideshow-reel {
  width: 10000px;
  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: 135px;
  width: 38px;
  height: 38px;
  outline: none;
}

#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;
}

/*-  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 {
  display: block;
  float: left;
  font-size: 0.8em;
  background-color: #D7DEF0;
  color: #243778;
  width: auto;
  margin-bottom: 0;
  text-align: center;
  padding: 4px 6px;
  background: transparent url("images/bg-sprite-flat.jpg") -7px -9px no-repeat;
}

.stacker #featured-area img {
  display: inline;
}

#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: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  margin-bottom: 10px;
}

#featured-area .pics div.excerpt p {
  color: white;
  margin-bottom: 0.7em;
  line-height: 1.2em;
  font-size: 0.9em;
}

#featured-area .pics span.feat-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 630px;
  height: 298px;
  z-index: 1;
  background: transparent url("images/stacker-overlay.png") 0 0 no-repeat;
}

#featured-area .pics span.feat-overlay:hover {
  cursor: pointer;
}

#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 {
  left: -10px;
  position: relative;
  display: block;
  border: none;
}

#stacker-control .featitem div.stacker-thumb,
#stacker-control .active div.stacker-thumb {
  border-left: 1px solid #F6F6F6;
  border-top: 1px solid #F6F6F6;
  float: left;
  width: 67px;
  height: 67px;
  overflow: hidden;
  margin-top: 5px;
  margin-right: 18px;
}

#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") -86px -370px no-repeat;
  margin-left: -36px;
  padding-left: 51px;
}

#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;
}

/* Featured content zone on homepage */
/*-  SECONDARY HOME PAGE CONTENT
----------------------------------------------------------------------*/
#secondary {
  background: #254899 url("images/bg-secondary-wrap.jpg") center -47px repeat-x;
  overflow: hidden;
}

#secondary .span-6 {
  width: 227px;
}

#secondary .span-6 .news-announcements h4 {
  clear: left;
}

#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: 0.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 h4,
.footer_widget h4,
article .widget_body h4 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  font-size: 0.9em;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 0;
  padding-top: 4px;
}

#secondary div h3 {
  margin: 0 0 0.75em 0;
  padding: 0.4em;
  border-top: 1px solid #5679BE;
  background-color: #163986;
  margin: -7px -7px 10px;
}

#secondary h3 {
  color: #FFF;
  font-size: 1.6em;
  padding-top: 0.4em;
}

#secondary p,
.footer_widget p,
.rssSummary {
  font-size: 0.9em;
}

#secondary .wp-caption {
  color: #444;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#secondary .wp-caption img {
  margin-top: 0;
  border: 0;
}

#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;
}

#secondary .widget {
  background: transparent url("images/bg-secondary-widget.png") right 0 repeat-x;
  margin-top: 15px;
  padding: 15px;
  min-width: 0;
  padding-bottom: 500em;
  margin-bottom: -500em;
}

#secondary .widget .more {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}

#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;
}

#events {
  padding-bottom: 10px;
}

#events .time {
  margin-left: 52px;
  margin-bottom: 0;
}

#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 [id^=map_canvas] img {
  background-color: transparent;
}

img.noeffects {
  border: none !important;
  background: none !important;
}

#secondary.homepage_layout_white .item {
  padding-bottom: 0;
}

#secondary.homepage_layout_white #events .event-date {
  background: transparent url("images/bg-sprite-transparent.png") -812px -98px no-repeat;
}

#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: 0.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: 0.8em;
  line-height: 0.8em;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
}

.sidebar_widget h3 {
  margin: 0 -5px 0.5em;
  padding: 6px 10px;
  background-color: #fff;
  border-bottom: 1px solid #E0E0E0;
}

.sidebar_widget h4 {
  margin-bottom: 0.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: 0.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: 0.4em;
}

#sidebar-nav .sidebar_widget {
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
}

#sidebar-nav .widget-first {
  margin-top: 0;
}

.sidebar_widget p,
#sidebar-nav .sidebar_widget p {
  font-size: 0.8em;
  margin-bottom: 0.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: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
}

#local-sidebar .sidebar_widget li,
.sidebar_widget li {
  font-size: 0.9em;
  padding: 0 0 10px 15px;
  margin-bottom: 0;
}

.tagcloud a {
  padding: 3px;
}

.sidebar_widget #events h4 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
}

.sidebar_widget #events .month {
  top: 10px;
}

.sidebar_widget #events .day {
  top: 25px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sidebar_widget #events .more {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar_widget .more {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}

/*----- 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;
}

/*----- Google Calendar -----*/
#events .event-date {
  float: left;
  height: 50px;
  width: 42px;
  background: transparent url("images/bg-sprite-transparent.png") -750px -99px no-repeat;
  margin-right: 10px;
}

#events .month,
#events .day {
  position: absolute;
  width: 41px;
  text-align: center;
}

#events .month {
  font-size: 0.8em;
  top: 6px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

#events .day {
  font-size: 1.5em;
  top: 21px;
  color: #1F2E63;
  font-weight: bold;
}

#events strong {
  font-size: 0.8em;
  padding-top: 3px;
  display: block;
  margin-bottom: 3px;
}

/*----- HHS MyHealthFinder -----*/
.home_widget #widget_myhealthfinder img,
.home_widget #widget_myhealthfinder a img,
#footer_top #widget_myhealthfinder img,
#footer_top #widget_myhealthfinder a img {
  border: none;
  background: transparent;
  padding: 0px;
}

.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: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  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: 0.85em;
  color: #B0BBE6;
  padding: 2px;
  margin-bottom: 0.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,
a.action-btn,
a.action-btn:hover,
a.action-btn:visited,
a.action-btn:active {
  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: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  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: 0.9em;
}

/*------ Footer Widgets-------*/
.footer_widget h3 {
  font-size: 1.6em;
  padding-top: 0.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;
}

/* 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: 0.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;
}

/* shortcode related css */
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url(images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  height: 28px;
  width: 28px;
}

div.pp_default .pp_expand:hover {
  background: url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  height: 28px;
  width: 28px;
}

div.pp_default .pp_contract:hover {
  background: url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  background: url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_gallery ul li a {
  background: url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  left: auto;
  position: static;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0;
  width: 20px;
}

div.pp_default a.pp_arrow_next {
  background-position: -82px -3px;
  left: 52px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  position: relative;
  width: 110px;
}

div.pp_default .pp_nav .currentTextHolder {
  color: #999;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  font-size: 11px;
  font-style: italic;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.8;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url(images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
  background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
  background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
  background: url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_previous:hover {
  background: url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand {
  background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand:hover {
  background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract {
  background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract:hover {
  background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_close {
  background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px;
}

div.light_rounded .pp_nav .pp_play {
  background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
  background: url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
  background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
  background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
  background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
  background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
  background: url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
  background: url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_close {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px;
}

div.dark_rounded .pp_description {
  color: #fff;
  margin-right: 85px;
}

div.dark_rounded .pp_nav .pp_play {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
  background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
  background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
  background: #000;
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
  background: url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
  background: url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_expand:hover {
  background: url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract {
  background: url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract:hover {
  background: url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_close {
  background: url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
  background: url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
  background: url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_square .pp_previous:hover {
  background: url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand {
  background: url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand:hover {
  background: url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract {
  background: url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract:hover {
  background: url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_close {
  background: url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px;
}

div.light_square .pp_nav .pp_play {
  background: url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
  background: url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
  background: url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_square .pp_previous:hover {
  background: url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_top .pp_left {
  background: url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
  background: url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
  background: url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  background: url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 22px;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url(images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 100000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  margin: 0;
  display: none;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  overflow: hidden;
  width: 55px;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 0px;
  text-indent: -10000px;
  top: 0;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  display: block;
  line-height: 22px;
  position: absolute;
  right: 0;
  text-indent: -10000px;
  top: -20px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff;
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative;
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: #fff;
}

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
  background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
  background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

/* UF Health Customizations */
div.pp_default .pp_description {
  margin: 10px 50px 5px 10px;
}

.ufandshands-content-loading {
  background: transparent url("images/loader.gif") 0 0 no-repeat;
  padding-left: 20px;
}

.ufandshands-content-pagination {
  clear: both;
  margin: 5px auto;
  overflow: visible;
}

.ufandshands-content-pagination a,
#secondary .ufandshands-content-pagination a {
  display: block;
  float: left;
  height: 30px;
  width: 10%;
  background-color: rgb(0, 50, 75);
  color: #555555;
  text-align: center;
  text-decoration: none;
  font: bold 22px/29px Times, "Times New Roman", Georgia, Palatino;
  outline: none;
  vertical-align: middle;
  background-color: #F3F3F3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
  background-image: -webkit-linear-gradient(top, #eee, #ccc);
  background-image: -moz-linear-gradient(top, #eee, #ccc);
  background-image: -ms-linear-gradient(top, #eee, #ccc);
  background-image: -o-linear-gradient(top, #eee, #ccc);
  background-image: linear-gradient(top, #eee, #ccc);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-top: 1px solid #FFF;
}

.ufandshands-content-pagination a:hover {
  background-color: #F3F3F3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
  background-image: -moz-linear-gradient(top, #fafafa, #ddd);
  background-image: -ms-linear-gradient(top, #fafafa, #ddd);
  background-image: -o-linear-gradient(top, #fafafa, #ddd);
  background-image: linear-gradient(top, #fafafa, #ddd);
}

.ufandshands-content-pagination a:active {
  -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3) inset;
}

.ufandshands-content-pagination a.disabled,
.ufandshands-content-pagination a.disabled:hover,
.ufandshands-content-pagination a.disabled:focus,
.ufandshands-content-pagination a.disabled:active {
  background: #F3F3F3; /* Old browsers */
  background: -moz-linear-gradient(top, #F3F3F3 0%, #D3D3D3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F3F3F3), color-stop(100%, #D3D3D3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #F3F3F3 0%, #D3D3D3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #F3F3F3 0%, #D3D3D3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #F3F3F3 0%, #D3D3D3 100%); /* IE10+ */
  background: linear-gradient(top, #F3F3F3 0%, #D3D3D3 100%); /* W3C */
  color: #A8A8A8;
}

.ufandshands-content-pagination a:first-child {
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
}

.ufandshands-content-pagination a:last-child {
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}

.ufandshands-content-pagination a {
  border-right: 1px solid #FFF;
  border-left: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
}

.ufandshands-content-pagination a:first-child {
  border-left: none;
}

.ufandshands-content-pagination a:last-child {
  border-right: none;
}

.ufandshands-content-pagination input {
  border: none;
  float: left;
  text-align: center;
  height: 30px;
  outline: none;
  vertical-align: middle;
  width: 56%;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-top: 1px solid #FFF;
  border-right: none;
}

/*-  GRAVITY FORMS
----------------------------------------------------------------------*/
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select {
  padding: 5px 3px;
  font-size: 14px;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
  padding: 2px;
}

body .gform_wrapper .gform_body .gform_fields .gfield select[multiple] {
  height: auto;
}

body .gform_wrapper .small {
  line-height: 1em;
}

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);
}

#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: #F6B056;
  border-color: #BC6834;
  border-style: solid;
  border-width: 1px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  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;
}

.gform_wrapper table.gfield_list thead th {
  background: #D7DEF0;
  border-bottom: 1px solid #6377B2;
}

.gform_wrapper table.gfield_list thead th,
.gform_wrapper table.gfield_list tr td {
  padding: 8px;
  border-bottom: 1px solid #CCC;
}

/* IMAGE SHADOW CLASS */
img.shadow {
  -moz-box-shadow: 0 0 5px #CCC;
  -webkit-box-shadow: 0 0 5px #CCC;
  box-shadow: 0 0 5px #CCC;
  padding: 5px;
  border: 1px solid #CCC;
  background-color: #FFF;
}

.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;
}

/*- Variables
----------------------------------------------------------------------*/
/* Responsive Apollo CSS */
/* debug styles */
.columns1 {
  border: 1px solid #000000;
}

/* general styles */
.menu-button {
  padding: 3px 0px 5px 26px;
  color: #fff;
  background: url(../img/menu.png) 3px 0px no-repeat scroll #555;
  width: 70px;
  border: 1px solid #666;
}

.menu-button a {
  color: #fff;
}

.ribbon {
  display: block;
}

/*@.box {
  padding: 0px 10px;
     @include respond-to(tablet) {}
     include respond-to(desktop) { padding: 0 1.5em;}
    }*/
#ribbon-primary-nav-responsive {
  background: #143679;
  height: 3px;
  padding-left: 0;
  position: relative;
  z-index: 99997;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 600px) {
  #ribbon-primary-nav-responsive {
    height: 15px;
    background: navy url(images/bg-primary-nav-responsive.jpg) 0 0 repeat-x;
    -moz-box-shadow: -5px 2px 4px #939598; /* 25% Black */
    -webkit-box-shadow: 0 1px 4px #939598; /* 25% Black */
    box-shadow: 0 1px 4px #939598; /* 25% Black */
  }
}
.ie7 #ribbon-primary-nav-responsive, .ie8 #ribbon-primary-nav-responsive {
  height: 15px;
  background: navy url(images/bg-primary-nav-responsive.jpg) 0 0 repeat-x;
  -moz-box-shadow: -5px 2px 4px #939598; /* 25% Black */
  -webkit-box-shadow: 0 1px 4px #939598; /* 25% Black */
  box-shadow: 0 1px 4px #939598; /* 25% Black */
}
#top {
  height: 27px;
}

#ribbon-nav-institutional {
  background: transparent url(images/bg-institutional-nav.jpg) repeat-x;
  border-bottom: 1px solid #D7DEF0; /* Light Blue */
  height: 27px;
}

#responsive-nav-toggle:hover, #responsive-search-toggle:hover {
  -webkit-box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(211, 222, 244, 0.3);
  box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(211, 222, 244, 0.3);
}

#responsive-nav-toggle, #responsive-search-toggle {
  padding: 0px;
  margin: 5px 0px 0px 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 2px #ffffff;
  box-shadow: 2px #ffffff;
  border: 1px solid #143679;
  z-index: 1;
  background: rgb(0, 57, 137); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzk4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzMzNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgb(0, 57, 137) 0%, rgb(28, 51, 114) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0, 57, 137)), color-stop(100%, rgb(28, 51, 114))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(0, 57, 137) 0%, rgb(28, 51, 114) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(0, 57, 137) 0%, rgb(28, 51, 114) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(0, 57, 137) 0%, rgb(28, 51, 114) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(0, 57, 137) 0%, rgb(28, 51, 114) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003989", endColorstr="#1c3372",GradientType=0 ); /* IE6-8 */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.23, rgb(22, 58, 134)), color-stop(0.81, rgb(32, 75, 168)), color-stop(0, rgb(23, 62, 140)));
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(211, 222, 244, 0.3);
  box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(211, 222, 244, 0.3);
}

[role=main], [role=complementary] {
  transition: 0.2s all ease;
  width: 100%;
}

.js [role=main] {
  margin-left: 0;
}

.js [role=complementary] {
  margin-right: -200%;
  float: left;
}

.active [role=main] {
  margin-left: 80%;
}

.active [role=complementary] {
  margin-left: 0;
  width: 80%;
}

body {
  background: #E4E4E4;
}

.magic-menu {
  transition-property: visibility;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
  -webkit-transition-property: visibility;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0.2s;
  visibility: hidden;
}

#whole_page {
  float: left;
}

.active article[role=main] {
  margin-left: 0;
}

#flyout-menu {
  background: #E4E4E4;
  padding: 0;
}

#flyout-menu li {
  padding: 0px;
  font-size: 16px;
  display: block;
  clear: both;
}

#flyout-menu li a {
  border-bottom: 1px solid #D4D4D4;
  display: block;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-shadow: 0px 1px 0px #FFFFFF;
}

#flyout-menu a {
  padding: 10px 0px 10px 10px;
  color: #143679;
}

#flyout-menu .parent .children {
  -webkit-box-shadow: inset 0px 0px 5px 1px rgba(1, 0, 0, 0.5);
  box-shadow: inset 0px 0px 5px 1px rgba(1, 0, 0, 0.5);
}

#flyout-menu .children li {
  clear: both;
  padding-left: 0px;
  display: block;
  background-color: #576176;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0px;
}

.test {
  border: 5px solid #000000;
}

#flyout-menu .children li a {
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  text-shadow: none;
  border-right: 0px;
  border-top: 1px solid #616b81;
  border-bottom: 1px solid #4c5567;
  padding: 10px 10px 10px 20px;
  min-height: 13px;
  height: auto;
}

#flyout-menu #flyout-header-links li a {
  color: #6d6d6d;
  font-size: 11px;
  height: 13px;
  font-weight: normal;
}

#flyout-menu #flyout-socialmedia li {
  display: inline-block;
  font-size: 0px;
  width: 44px;
  height: 44px;
  padding: 0px;
  border-width: 0px;
}

#flyout-menu #flyout-socialmedia li a {
  width: 24px;
  height: 24px;
  margin: 10px;
  padding: 0px;
  font-size: 0px;
  border-bottom: 0px;
}

#flyout-menu li.current_page_item {
  background: none repeat scroll 0 0 #2A54A4;
  border-top: 1px solid #364c96;
}

#flyout-menu li.current_page_item a {
  color: #fff;
  text-shadow: none;
}

#flyout-menu li.current_page_item .flyout_toggle {
  border-left: 1px solid #364c96;
}

#flyout-socialmedia a {
  border-bottom-width: 0px;
}

#flyout-socialmedia a.facebook {
  background: url(images/flyout-socialmedia.png) 0px 0px scroll no-repeat transparent;
}

#flyout-socialmedia a.twitter {
  background: url(images/flyout-socialmedia.png) -25px 0px scroll no-repeat transparent;
}

#flyout-socialmedia a.youtube {
  background: url(images/flyout-socialmedia.png) -50px 0px scroll no-repeat transparent;
}

.flyout_toggle {
  font-size: 0px;
  padding: 0px;
  display: inline-block;
  margin-top: -10px;
  position: absolute;
  right: 0px;
  width: 40px;
  background-color: #002233;
  height: 37px;
  z-index: 10;
  background: url(images/side-nav-toggle-closed.png) center center no-repeat scroll transparent;
  background-size: 22px 14px;
  cursor: pointer;
  overflow: hidden;
  border-left: 1px solid #d4d4d4;
  vertical-align: middle;
}
.flyout_toggle_active {
  background: url(images/side-nav-toggle-open.png) center center no-repeat scroll transparent !important;
  background-size: 22px 14px !important;
}

#flyout-menu .children {
  display: none;
}

#flyout-menu .children .children {
  display: block;
}

#flyout-menu .children .children li a {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 10px 10px 40px;
}

#flyout-menu .parent .parent span {
  display: none;
}

#flyout-menu .children .flyout_toggle {
  display: none;
}

#whole_page {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 100;
}

#flyout-menu .flyout-title li {
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  padding: 15px 10px 10px;
  font-size: 14px;
  border-top-color: #b2b2b2;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background: rgb(229, 229, 229); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(229, 229, 229)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e5e5e5", endColorstr="#ffffff",GradientType=0 ); /* IE6-8 */
  box-shadow: -1px 2px 1px rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  font: bold 0.7em/1em Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  padding: 0.7em 1.4em;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}

#actionitem-responsive li {
  -moz-box-shadow: inset 0 1px 0 0 #D28321;
  -webkit-box-shadow: inset 0 1px 0 0 #D28321;
  color: white;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  text-shadow: 0 1px 1px #D28321;
  background: #f3924d;
  width: auto;
}

#flyout-menu ul#actionitem-responsive li a {
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  padding: 10px;
}

#header-actionitem {
  bottom: 0;
  float: left;
  position: relative;
  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: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 15px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px #D28321;
  background: #F3924D;
}
@media only screen and (min-width: 600px) {
  #header-actionitem {
    float: right;
    width: auto;
  }
}
.ie7 #header-actionitem, .ie8 #header-actionitem {
  float: right;
  width: auto;
}
@media only screen and (min-width: 900px) {
  #header-actionitem {
    position: absolute;
    bottom: 0px;
    padding: 7px 15px 5px;
    right: 25px;
    margin-right: 0px;
    background: transparent url(images/bg-custom-button.jpg) 0 0 repeat-x;
  }
}
.ie7 #header-actionitem, .ie8 #header-actionitem {
  position: absolute;
  bottom: 0px;
  padding: 7px 15px 5px;
  right: 25px;
  margin-right: 0px;
  background: transparent url(images/bg-custom-button.jpg) 0 0 repeat-x;
}

#responsive-top {
  position: relative;
}

#responsive-nav-toggle {
  left: 10px;
  top: 0;
  position: absolute;
  display: block;
}

#responsive-home {
  margin: 0px auto;
  width: 101px;
  display: block;
  z-index: 100;
  position: relative;
}

#responsive-home img {
  height: 100%;
  width: 100%;
}

#responsive-search-toggle {
  right: 10px;
  position: absolute;
  display: none;
}

#responsive-search-toggle, #responsive-nav-toggle {
  display: block;
  top: 0;
}

#responsive-nav-toggle img, #responsive-search-toggle img {
  padding: 2px 4px;
}

.hide-for-small, .hide-for-medium {
  display: none;
}

.hide-for-large {
  display: inherit;
}

.container {
  width: 100%;
}

#ribbon-primary-nav {
  display: none;
}

#primary-nav .container {
  height: 49px;
}

#ribbon-responsive-top {
  height: 40px;
  background: transparent url(images/bg-institutional-nav-responsive.jpg) 0 0 scroll repeat-x;
}

#ribbon-responsive-top .container {
  width: 100%;
}

header {
  font-size: 85%;
}

header #header-title {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  width: 100%;
}

header .container {
  min-height: auto;
}
@media only screen and (min-width: 900px) {
  header .container {
    min-height: 157px;
  }
}
.ie7 header .container, .ie8 header .container {
  min-height: 157px;
}

header #header-title #header-parent-organization-logo.uf {
  float: left;
  width: 67px;
  height: 40px;
  background: transparent url("images/bg-uf-retina-responsive.png") 0 0 no-repeat;
  background-size: 61px 40px;
}
@media only screen and (min-width: 900px) {
  header #header-title #header-parent-organization-logo.uf {
    width: 85px;
    height: 52px;
    background: transparent url("images/bg-sprite-transparent.png") -599px -21px no-repeat;
    background-size: auto auto;
  }
}
.ie7 header #header-title #header-parent-organization-logo.uf, .ie8 header #header-title #header-parent-organization-logo.uf {
  width: 85px;
  height: 52px;
  background: transparent url("images/bg-sprite-transparent.png") -599px -21px no-repeat;
  background-size: auto auto;
}

header .span-12 {
  width: 227px;
}

header {
  overflow: hidden;
}

#ribbon-responsive-search {
  height: 41px;
  background: #1A275B;
  overflow: hidden;
  position: relative;
}

#ribbon-responsive-search {
  display: none;
  z-index: 90;
  width: auto;
}
@media only screen and (min-width: 900px) {
  #ribbon-responsive-search {
    display: none !important;
  }
}
.ie7 #ribbon-responsive-search, .ie8 #ribbon-responsive-search {
  display: none !important;
}

#ribbon-responsive-search form {
  padding: 6px 10px;
}

body.home header #header-title h1, header #header-title h2.not-front {
  margin: -3px 0px 0px 0px;
  padding: 0px;
  font-size: 2.3em;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  body.home header #header-title h1, header #header-title h2.not-front {
    font-size: 2.5em;
  }
}
.ie7 body.home header #header-title h1, .ie8 body.home header #header-title h1, .ie7 header #header-title h2.not-front, .ie8 header #header-title h2.not-front {
  font-size: 2.5em;
}

#ribbon-responsive-search #header-search-field {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 2px #A5A5A5;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #BFBFBF; /* 75% Black */
  color: #7E7E7E; /* 50% Black */
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  font-size: 1em;
  font-style: italic;
  position: relative;
  width: 100%;
  left: auto;
  top: auto;
  display: block;
  padding: 6px 0;
  text-indent: 8px;
}
@media only screen and (min-width: 900px) {
  #ribbon-responsive-search #header-search-field {
    -webkit-box-shadow: 0px 0px 2px #A5A5A5;
    box-shadow: 0px 0px 2px #BFBFBF; /* 75% Black */
    padding: 6px 7px;
    text-indent: 0;
  }
}
.ie7 #ribbon-responsive-search #header-search-field, .ie8 #ribbon-responsive-search #header-search-field {
  -webkit-box-shadow: 0px 0px 2px #A5A5A5;
  box-shadow: 0px 0px 2px #BFBFBF; /* 75% Black */
  padding: 6px 7px;
  text-indent: 0;
}

#ribbon-responsive-search #header-search-btn {
  position: absolute;
  top: 7px;
  right: 10px;
}

.gsc-search-box input.gsc-input {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 17px;
  width: 232px;
}

#ribbon-responsive-search .gsc-search-box input.gsc-input {
  height: 16px;
}

table.gsc-search-box td.gsc-input {
  padding: 10px 13px;
}

#ribbon-responsive-search input.gsc-input {
  width: 100%;
}

#ribbon-responsive-search table.gsc-search-box td.gsc-input {
  padding: 0;
  padding-right: 0;
  width: 100%;
  display: block;
}

#ribbon-responsive-search table.gsc-search-box input.gsc-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: 5px;
}

#ribbon-responsive-search td.gsc-search-button {
  width: 0px;
}

td.gsc-search-button {
  padding: 0px;
}

#searchform-wrap input.gsc-search-button {
  top: 12px;
  right: 19px;
}

#ribbon-responsive-search input.gsc-search-button {
  right: 11px;
}

#ribbon-responsive-search td {
  padding: 0px;
}

#ribbon-responsive-search form.gsc-search-box {
  width: auto;
  margin: 0px;
  padding: 6px 10px;
}

#slideshow-wrap {
  width: 320px;
  background: none;
  margin: 0px auto;
  padding: 0px;
}
@media only screen and (min-width: 600px) {
  #slideshow-wrap {
    width: 600px;
    background: none;
    margin: 15px auto;
    padding: 15px auto;
  }
}
.ie7 #slideshow-wrap, .ie8 #slideshow-wrap {
  width: 600px;
  background: none;
  margin: 15px auto;
  padding: 15px auto;
}
@media only screen and (min-width: 900px) {
  #slideshow-wrap {
    width: 960px;
    padding-top: 15px;
    background: transparent url(images/bg-feature-slideshow.png) 0 0 no-repeat;
  }
}
.ie7 #slideshow-wrap, .ie8 #slideshow-wrap {
  width: 960px;
  padding-top: 15px;
  background: transparent url(images/bg-feature-slideshow.png) 0 0 no-repeat;
}

#slideshow {
  width: 320px;
  height: 305px;
  height: auto;
  -webkit-box-shadow: 0px 0px 4px 0px #777777;
  box-shadow: 0px 0px 4px 0px #777777;
}
@media only screen and (min-width: 600px) {
  #slideshow {
    width: 600px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.ie7 #slideshow, .ie8 #slideshow {
  width: 600px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 900px) {
  #slideshow {
    width: 930px;
  }
}
.ie7 #slideshow, .ie8 #slideshow {
  width: 930px;
}

@media only screen and (max-width: 600px) {
  #slideshow #slideshow-reel .excerpt {
    background-image: -webkit-gradient(linear, 75% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(75%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0);
    padding-top: 50px;
  }
}
#slideshow-reel {
  height: 305px;
}
@media only screen and (min-width: 600px) {
  #slideshow-reel {
    height: 325px;
  }
}
.ie7 #slideshow-reel, .ie8 #slideshow-reel {
  height: 325px;
}
#slideshow-reel .slide {
  width: 320px;
  overflow: none;
  height: 305px;
  background: none;
}
@media only screen and (min-width: 600px) {
  #slideshow-reel .slide {
    width: 600px;
    height: 325px;
  }
}
.ie7 #slideshow-reel .slide, .ie8 #slideshow-reel .slide {
  width: 600px;
  height: 325px;
}
@media only screen and (min-width: 900px) {
  #slideshow-reel .slide {
    width: 930px;
    background: transparent url(images/bg-half-image-feature.png) 2px 0 no-repeat !important;
  }
}
.ie7 #slideshow-reel .slide, .ie8 #slideshow-reel .slide {
  width: 930px;
  background: transparent url(images/bg-half-image-feature.png) 2px 0 no-repeat !important;
}

#slideshow .half-image-feature .excerpt, #slideshow .full-image-feature .excerpt {
  position: absolute;
  padding: 0px 15px 38px;
  width: 290px;
  bottom: 0px;
  margin: 0px;
  background: none;
  background-color: transparent;
  display: block;
}
@media only screen and (min-width: 600px) {
  #slideshow .half-image-feature .excerpt, #slideshow .full-image-feature .excerpt {
    min-height: 0px;
    height: auto;
    background: url(images/bg-transparent.png) 0 0 repeat transparent;
    width: 550px;
    padding: 25px;
  }
}
.ie7 #slideshow .half-image-feature .excerpt, .ie8 #slideshow .half-image-feature .excerpt, .ie7 #slideshow .full-image-feature .excerpt, .ie8 #slideshow .full-image-feature .excerpt {
  min-height: 0px;
  height: auto;
  background: url(images/bg-transparent.png) 0 0 repeat transparent;
  width: 550px;
  padding: 25px;
}
@media only screen and (min-width: 900px) {
  #slideshow .half-image-feature .excerpt {
    position: relative;
    width: auto;
    margin-left: 25px;
    background-image: none;
    padding-top: 35px;
    height: 280x;
    width: 370px;
    padding: 50px 0 0 40px;
    position: relative;
  }
}
.ie7 #slideshow .half-image-feature .excerpt, .ie8 #slideshow .half-image-feature .excerpt {
  position: relative;
  width: auto;
  margin-left: 25px;
  background-image: none;
  padding-top: 35px;
  height: 280x;
  width: 370px;
  padding: 50px 0 0 40px;
  position: relative;
}

@media only screen and (min-width: 900px) {
  #slideshow .full-image-feature .excerpt {
    background: url(images/bg-transparent.png) 0 0 repeat transparent;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 320px;
    padding: 20px 10px 20px 50px;
    display: none;
  }
}
.ie7 #slideshow .full-image-feature .excerpt, .ie8 #slideshow .full-image-feature .excerpt {
  background: url(images/bg-transparent.png) 0 0 repeat transparent;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 320px;
  padding: 20px 10px 20px 50px;
  display: none;
}

@media only screen and (min-width: 900px) {
  #slideshow .half-image-feature .excerpt {
    background: none;
    position: relative;
    width: auto;
    margin-left: 25px;
    background-image: none;
    padding-top: 35px;
    height: 280px;
    width: 370px;
    padding: 35px 0 0 30px;
    position: relative;
  }
}
.ie7 #slideshow .half-image-feature .excerpt, .ie8 #slideshow .half-image-feature .excerpt {
  background: none;
  position: relative;
  width: auto;
  margin-left: 25px;
  background-image: none;
  padding-top: 35px;
  height: 280px;
  width: 370px;
  padding: 35px 0 0 30px;
  position: relative;
}

@media only screen and (min-width: 900px) {
  #slideshow .full-image-feature .excerpt {
    background: url(images/bg-transparent.png) 0 0 repeat transparent;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 320px;
    padding: 20px 10px 20px 50px;
    display: none;
  }
}
.ie7 #slideshow .full-image-feature .excerpt, .ie8 #slideshow .full-image-feature .excerpt {
  background: url(images/bg-transparent.png) 0 0 repeat transparent;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 320px;
  padding: 20px 10px 20px 50px;
  display: none;
}

@media only screen and (min-width: 600px) {
  #slideshow .half-image-feature .excerpt, #slideshow .full-image-feature .excerpt {
    background-color: transparent;
  }
}
.ie7 #slideshow .half-image-feature .excerpt, .ie8 #slideshow .half-image-feature .excerpt, .ie7 #slideshow .full-image-feature .excerpt, .ie8 #slideshow .full-image-feature .excerpt {
  background-color: transparent;
}
@media only screen and (min-width: 900px) {
  #slideshow .half-image-feature .excerpt, #slideshow .full-image-feature .excerpt {
    background-color: transparent;
  }
}
.ie7 #slideshow .half-image-feature .excerpt, .ie8 #slideshow .half-image-feature .excerpt, .ie7 #slideshow .full-image-feature .excerpt, .ie8 #slideshow .full-image-feature .excerpt {
  background-color: transparent;
}

@media only screen and (min-width: 900px) {
  #slideshow .full-image-feature .excerpt {
    bottom: 15px;
    padding: 20px 10px 20px 50px;
  }
}
.ie7 #slideshow .full-image-feature .excerpt, .ie8 #slideshow .full-image-feature .excerpt {
  bottom: 15px;
  padding: 20px 10px 20px 50px;
}

#slideshow .slide img {
  display: none;
}
@media only screen and (min-width: 900px) {
  #slideshow .slide img {
    display: block;
  }
}
.ie7 #slideshow .slide img, .ie8 #slideshow .slide img {
  display: block;
}

#slideshow .half-image-feature img {
  margin-right: 0px;
  margin-left: 0px;
  box-shadow: none;
  border: none;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 900px) {
  #slideshow .half-image-feature img {
    width: auto;
    height: auto;
    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);
  }
}
.ie7 #slideshow .half-image-feature img, .ie8 #slideshow .half-image-feature img {
  width: auto;
  height: auto;
  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 h3, #slideshow .full-image-feature h3 {
  text-shadow: none;
  font-size: 1.8em;
}
#slideshow .half-image-feature h3 a {
  color: #fff;
}
@media only screen and (min-width: 900px) {
  #slideshow .half-image-feature h3 a {
    color: #20346D;
  }
}
.ie7 #slideshow .half-image-feature h3 a, .ie8 #slideshow .half-image-feature h3 a {
  color: #20346D;
}

@media only screen and (min-width: 900px) {
  #slideshow .half-image-feature h3 {
    font-size: 2.7em;
    color: #20346D;
    text-shadow: 0 1px 1px #FFF;
    margin-bottom: 0.5em;
  }
}
.ie7 #slideshow .half-image-feature h3, .ie8 #slideshow .half-image-feature h3 {
  font-size: 2.7em;
  color: #20346D;
  text-shadow: 0 1px 1px #FFF;
  margin-bottom: 0.5em;
}

#slideshow .half-image-feature p {
  color: #fff;
  border-left: 0px solid #D7DEF0;
  padding-left: 0px;
  font-size: 0.9em;
}
@media only screen and (min-width: 900px) {
  #slideshow .half-image-feature p {
    display: block;
    padding-left: 10px;
    border-left: 2px solid #D7DEF0;
    color: #243778;
    font-size: 1.1em;
  }
}
.ie7 #slideshow .half-image-feature p, .ie8 #slideshow .half-image-feature p {
  display: block;
  padding-left: 10px;
  border-left: 2px solid #D7DEF0;
  color: #243778;
  font-size: 1.1em;
}

#slideshow .half-image-feature .custom-button-wrap {
  padding: 0 0 10px 0;
  box-shadow: none;
  background: none;
  background-color: transparent;
  border-width: 0px;
  bottom: 0px;
  margin-top: 0px;
}
@media only screen and (min-width: 900px) {
  #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);
  }
}
.ie7 #slideshow .half-image-feature .custom-button-wrap, .ie8 #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 span {
  display: none;
}
@media only screen and (min-width: 900px) {
  #slideshow .half-image-feature span {
    display: block;
  }
}
.ie7 #slideshow .half-image-feature span, .ie8 #slideshow .half-image-feature span {
  display: block;
}

#slideshow .full-image-feature .excerpt .read-more, #slideshow .half-image-feature .custom-button {
  box-shadow: none;
  background-image: url(images/read-more.png);
  background-position: right 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  border-width: 0px 0px 0px 0px;
  border-color: #f37736;
  border-style: solid;
  text-shadow: none;
  color: #f37736;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  font-weight: bold;
  padding: 5px 20px 5px 0px;
  font-size: 12px;
}
@media only screen and (min-width: 900px) {
  #slideshow .full-image-feature .excerpt .read-more, #slideshow .half-image-feature .custom-button {
    display: block;
    float: left;
    font-size: 0.8em;
    background-color: #D7DEF0;
    color: #243778;
    width: auto;
    margin-bottom: 0;
    text-align: center;
    padding: 4px 6px;
    background: transparent url(images/bg-sprite-flat.jpg) -7px -9px no-repeat;
    font-size: 13px;
    line-height: 1.231;
  }
}
.ie7 #slideshow .full-image-feature .excerpt .read-more, .ie8 #slideshow .full-image-feature .excerpt .read-more, .ie7 #slideshow .half-image-feature .custom-button, .ie8 #slideshow .half-image-feature .custom-button {
  display: block;
  float: left;
  font-size: 0.8em;
  background-color: #D7DEF0;
  color: #243778;
  width: auto;
  margin-bottom: 0;
  text-align: center;
  padding: 4px 6px;
  background: transparent url(images/bg-sprite-flat.jpg) -7px -9px no-repeat;
  font-size: 13px;
  line-height: 1.231;
}

@media only screen and (min-width: 900px) {
  #slideshow .half-image-feature .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: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
    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, .ie8 #slideshow .half-image-feature .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: 'Roboto', sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */;
  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;
}

#slideshow .half-image-feature .custom-button-wrap a,
#slideshow .full-image-feature .excerpt .read-more {
  font-size: 12px;
}
@media only screen and (min-width: 600px) {
  #slideshow .half-image-feature .custom-button-wrap a,
  #slideshow .full-image-feature .excerpt .read-more {
    font-size: 0.8em;
  }
}
.ie7 #slideshow .half-image-feature .custom-button-wrap a, .ie8 #slideshow .half-image-feature .custom-button-wrap a,
.ie7 #slideshow .full-image-feature .excerpt .read-more,
.ie8 #slideshow .full-image-feature .excerpt .read-more {
  font-size: 0.8em;
}
@media only screen and (min-width: 900px) {
  #slideshow .half-image-feature .custom-button-wrap a,
  #slideshow .full-image-feature .excerpt .read-more {
    font-size: 14px;
    font-weight: bold;
  }
}
.ie7 #slideshow .half-image-feature .custom-button-wrap a, .ie8 #slideshow .half-image-feature .custom-button-wrap a,
.ie7 #slideshow .full-image-feature .excerpt .read-more,
.ie8 #slideshow .full-image-feature .excerpt .read-more {
  font-size: 14px;
  font-weight: bold;
}

#slideshow .full-image-feature .excerpt .read-more {
  padding-bottom: 10px;
}
@media only screen and (min-width: 900px) {
  #slideshow .full-image-feature .excerpt .read-more {
    padding-bottom: 4px;
    font-size: 0.8em;
  }
}
.ie7 #slideshow .full-image-feature .excerpt .read-more, .ie8 #slideshow .full-image-feature .excerpt .read-more {
  padding-bottom: 4px;
  font-size: 0.8em;
}

#slideshow-nav-wrap {
  display: none;
}
@media only screen and (min-width: 600px) {
  #slideshow-nav-wrap {
    display: none;
  }
}
.ie7 #slideshow-nav-wrap, .ie8 #slideshow-nav-wrap {
  display: none;
}
@media only screen and (min-width: 900px) {
  #slideshow-nav-wrap {
    display: block;
  }
}
.ie7 #slideshow-nav-wrap, .ie8 #slideshow-nav-wrap {
  display: block;
}

.slideshow-arrow {
  display: block;
  height: 38px;
  outline: medium none;
  position: absolute;
  top: 267px;
  width: 160px;
}
@media only screen and (min-width: 600px) {
  .slideshow-arrow {
    display: block;
    height: 38px;
    outline: medium none;
    position: absolute;
    top: 135px;
    width: 38px;
    z-index: 20;
  }
}
.ie7 .slideshow-arrow, .ie8 .slideshow-arrow {
  display: block;
  height: 38px;
  outline: medium none;
  position: absolute;
  top: 135px;
  width: 38px;
  z-index: 20;
}
.slideshow-arrow span {
  font-size: 18px;
  padding-top: 13px;
  line-height: 16px;
}

#slideshow-left span {
  float: left;
  padding-left: 28px;
}

#slideshow-right span {
  float: right;
  padding-right: 28px;
}

#slideshow-left, #slideshow-left:hover {
  left: 0px;
  background: url(images/responsive-slider-arrows.jpg) no-repeat top left #ffffff;
}
@media only screen and (min-width: 600px) {
  #slideshow-left, #slideshow-left:hover {
    left: -2px;
    background: transparent url(images/bg-sprite-transparent.png) no-repeat -10px -221px;
  }
}
.ie7 #slideshow-left, .ie8 #slideshow-left, .ie7 #slideshow-left:hover, .ie8 #slideshow-left:hover {
  left: -2px;
  background: transparent url(images/bg-sprite-transparent.png) no-repeat -10px -221px;
}

#slideshow-right, #slideshow-right:hover {
  right: 0px;
  background: url(images/responsive-slider-arrows.jpg) no-repeat top right #ffffff;
}
@media only screen and (min-width: 600px) {
  #slideshow-right, #slideshow-right:hover {
    right: -3px;
    background: transparent url(images/bg-sprite-transparent.png) no-repeat -57px -221px;
  }
}
.ie7 #slideshow-right, .ie8 #slideshow-right, .ie7 #slideshow-right:hover, .ie8 #slideshow-right:hover {
  right: -3px;
  background: transparent url(images/bg-sprite-transparent.png) no-repeat -57px -221px;
}

#featured-area div#stacker-control {
  display: none;
}

#secondary .span-12, #secondary .span-6, #secondary .span-16 {
  width: 100%;
  margin: 0;
}

#secondary .span-8 {
  width: 100%;
  margin: 0;
}

#secondary .span-24 {
  width: 100%;
  margin: 0;
}

#secondary .widget {
  padding: 10px 10px 500em;
}
#secondary .span-6 .news-announcements h4 {
  clear: none;
}
@media only screen and (min-width: 900px) {
  #secondary .span-6 .news-announcements h4 {
    clear: left;
  }
}
.ie7 #secondary .span-6 .news-announcements h4, .ie8 #secondary .span-6 .news-announcements h4 {
  clear: left;
}

@media only screen and (min-width: 0px) and (max-width: 599px) {
  #secondary .item img,
  #secondary .widget_home #recent-posts img,
  #secondary .widget_home #widget_embed_pages img,
  .search .entry img,
  .archive .entry img {
    width: 25% !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 600px) {
  #secondary .item img,
  #secondary .widget_home #recent-posts img,
  #secondary .widget_home #widget_embed_pages img,
  .search .entry img,
  .archive .entry img {
    width: auto;
  }
}
.ie7 #secondary .item img, .ie8 #secondary .item img,
.ie7 #secondary .widget_home #recent-posts img,
.ie8 #secondary .widget_home #recent-posts img,
.ie7 #secondary .widget_home #widget_embed_pages img,
.ie8 #secondary .widget_home #widget_embed_pages img,
.ie7 .search .entry img,
.ie8 .search .entry img,
.ie7 .archive .entry img,
.ie8 .archive .entry img {
  width: auto;
}

#secondary iframe {
  max-width: 100%;
}
article .widget_body img.rss-icon, #secondary.homepage_layout_white img.rss-icon {
  width: auto !important;
}

img.shadow {
  max-width: 100%;
  height: auto;
}

#content-wrap {
  background: #FFF;
  background-image: none;
}

#content-shadow {
  width: 100%;
  background: none;
}

#content-wrap #sidebar-nav {
  display: none;
}

#content {
  width: 100%;
  padding: 5px 0px;
}

#content-wrap .span-6 {
  width: 100%;
}
@media only screen and (min-width: 900px) {
  #content-wrap .span-6 {
    width: 220px;
  }
}
.ie7 #content-wrap .span-6, .ie8 #content-wrap .span-6 {
  width: 220px;
}

#content-wrap .span-7 {
  width: 100%;
  border-left-width: 0px;
  border-right-width: 0px;
}
@media only screen and (min-width: 900px) {
  #content-wrap .span-7 {
    width: 260px;
    border-left-width: 1px;
    border-right-width: 1px;
  }
}
.ie7 #content-wrap .span-7, .ie8 #content-wrap .span-7 {
  width: 260px;
  border-left-width: 1px;
  border-right-width: 1px;
}

#content-wrap .span-6 .span-6 {
  margin-left: 0px;
}
@media only screen and (min-width: 900px) {
  #content-wrap .span-6 .span-6 {
    margin-left: 0px;
  }
}
.ie7 #content-wrap .span-6 .span-6, .ie8 #content-wrap .span-6 .span-6 {
  margin-left: 0px;
}

#local-sidebar {
  padding-left: 0px;
}
@media only screen and (min-width: 900px) {
  #local-sidebar {
    padding-left: 1px;
  }
}
.ie7 #local-sidebar, .ie8 #local-sidebar {
  padding-left: 1px;
}

#content-wrap article.span-18, #content-wrap article.span-12 {
  width: 95%;
  padding: 2.5%;
}

#content-wrap aside .span-6, #sidebar-widget {
  width: 95%;
  padding: 2.5%;
  margin-left: 0px;
}

#content-wrap article.span-23 {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  #content-wrap article.span-23 {
    width: 580px;
  }
}
.ie7 #content-wrap article.span-23, .ie8 #content-wrap article.span-23 {
  width: 580px;
}
@media only screen and (min-width: 900px) {
  #content-wrap article.span-23 {
    width: 900px;
  }
}
.ie7 #content-wrap article.span-23, .ie8 #content-wrap article.span-23 {
  width: 900px;
}

#left-sidebar-widgets-responsive {
  margin-bottom: 15px;
}
div.wp-caption {
  max-width: 100%;
}

@media only screen and (max-width: 320px) {
  .wp-caption {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 320px) {
  .wp-caption img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 320px) {
  .wp-caption.alignleft {
    margin: 5px auto !important;
  }
}
@media only screen and (min-width: 600px) {
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
}
.ie7 .wp-caption.alignleft, .ie8 .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.pagination .page-of {
  float: none;
  display: block;
  padding-left: 0px;
}
@media only screen and (min-width: 600px) {
  .pagination .page-of {
    float: left;
    display: inline;
    padding-left: 9px;
  }
}
.ie7 .pagination .page-of, .ie8 .pagination .page-of {
  float: left;
  display: inline;
  padding-left: 9px;
}
.search h1 {
  font-size: 26px;
  padding-top: 15px;
}
@media only screen and (min-width: 900px) {
  .search h1 {
    font-size: 31px;
    padding-top: 0px;
  }
}
.ie7 .search h1, .ie8 .search h1 {
  font-size: 31px;
  padding-top: 0px;
}

.pagination a {
  padding: 16px 19px 15px 19px;
}
@media only screen and (min-width: 600px) {
  .pagination a {
    padding: 6px 9px 5px 9px;
  }
}
.ie7 .pagination a, .ie8 .pagination a {
  padding: 6px 9px 5px 9px;
}
.home #user-role .container-5, .page #user-role .container-5, .archive #user-role .container-5, .single #user-role .container-5, .search #user-role .container-5 {
  padding-top: 10px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 900px) {
  .home #user-role .container-5, .page #user-role .container-5, .archive #user-role .container-5, .single #user-role .container-5, .search #user-role .container-5 {
    padding-bottom: 25px;
  }
}
.ie7 .home #user-role .container-5, .ie8 .home #user-role .container-5, .ie7 .page #user-role .container-5, .ie8 .page #user-role .container-5, .ie7 .archive #user-role .container-5, .ie8 .archive #user-role .container-5, .ie7 .single #user-role .container-5, .ie8 .single #user-role .container-5, .ie7 .search #user-role .container-5, .ie8 .search #user-role .container-5 {
  padding-bottom: 25px;
}

#user-role .container-5 .span-1 {
  width: 100%;
  margin-left: 0px;
}
@media only screen and (min-width: 900px) {
  #user-role .container-5 .span-1 {
    width: 182px;
    margin-left: 10px;
  }
}
.ie7 #user-role .container-5 .span-1, .ie8 #user-role .container-5 .span-1 {
  width: 182px;
  margin-left: 10px;
}

.home #user-role h3, .page #user-role h3, .archive #user-role h3, .single #user-role h3, .search #user-role h3, .error404 #user-role h3 {
  background: #E4E4E4;
  display: block;
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 0px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 900px) {
  .home #user-role h3, .page #user-role h3, .archive #user-role h3, .single #user-role h3, .search #user-role h3, .error404 #user-role h3 {
    background: transparent;
    display: block;
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #c1c1c1;
    padding: 20px 0 0;
    margin-bottom: 0.5em;
    font-size: 1.5em;
  }
}
.ie7 .home #user-role h3, .ie8 .home #user-role h3, .ie7 .page #user-role h3, .ie8 .page #user-role h3, .ie7 .archive #user-role h3, .ie8 .archive #user-role h3, .ie7 .single #user-role h3, .ie8 .single #user-role h3, .ie7 .search #user-role h3, .ie8 .search #user-role h3, .ie7 .error404 #user-role h3, .ie8 .error404 #user-role h3 {
  background: transparent;
  display: block;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #c1c1c1;
  padding: 20px 0 0;
  margin-bottom: 0.5em;
  font-size: 1.5em;
}

@media only screen and (min-width: 900px) {
  .page #user-role h3, .single #user-role h3, .archive #user-role h3, .search #user-role h3, .error404 #user-role h3 {
    padding: 0px 0px 10px 0px;
  }
}
.ie7 .page #user-role h3, .ie8 .page #user-role h3, .ie7 .single #user-role h3, .ie8 .single #user-role h3, .ie7 .archive #user-role h3, .ie8 .archive #user-role h3, .ie7 .search #user-role h3, .ie8 .search #user-role h3, .ie7 .error404 #user-role h3, .ie8 .error404 #user-role h3 {
  padding: 0px 0px 10px 0px;
}

.home #user-role h3 a {
  padding: 0px 10px;
  color: #C47C0F;
}
@media only screen and (min-width: 900px) {
  .home #user-role h3 a {
    padding: 0px;
  }
}
.ie7 .home #user-role h3 a, .ie8 .home #user-role h3 a {
  padding: 0px;
}

.page #user-role h3 a, .single #user-role h3 a, .archive #user-role h3 a, .search #user-role h3 a, .error404 #user-role h3 a {
  padding: 0px 10px;
  color: #C47C0F;
}
@media only screen and (min-width: 900px) {
  .page #user-role h3 a, .single #user-role h3 a, .archive #user-role h3 a, .search #user-role h3 a, .error404 #user-role h3 a {
    padding: 0px;
    color: #243778;
  }
}
.ie7 .page #user-role h3 a, .ie8 .page #user-role h3 a, .ie7 .single #user-role h3 a, .ie8 .single #user-role h3 a, .ie7 .archive #user-role h3 a, .ie8 .archive #user-role h3 a, .ie7 .search #user-role h3 a, .ie8 .search #user-role h3 a, .ie7 .error404 #user-role h3 a, .ie8 .error404 #user-role h3 a {
  padding: 0px;
  color: #243778;
}

#user-role .user-role_toggle {
  font-size: 0px;
  padding: 0px;
  display: inline-block;
  margin-top: -10px;
  position: absolute;
  right: 0px;
  width: 40px;
  background-color: #002233;
  height: 37px;
  z-index: 10;
  background: url(images/side-nav-toggle-closed.png) center center no-repeat scroll transparent;
  background-size: 22px 14px;
  cursor: pointer;
  overflow: hidden;
  border-left: 1px solid #d4d4d4;
  vertical-align: middle;
}
@media only screen and (min-width: 600px) {
  #user-role .user-role_toggle {
    display: inline-block;
  }
}
.ie7 #user-role .user-role_toggle, .ie8 #user-role .user-role_toggle {
  display: inline-block;
}
@media only screen and (min-width: 900px) {
  #user-role .user-role_toggle {
    display: none;
  }
}
.ie7 #user-role .user-role_toggle, .ie8 #user-role .user-role_toggle {
  display: none;
}

#user-role ul.sub-menu {
  display: none;
}
@media only screen and (min-width: 900px) {
  #user-role ul.sub-menu {
    display: block;
  }
}
.ie7 #user-role ul.sub-menu, .ie8 #user-role ul.sub-menu {
  display: block;
}

#user-role li {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c1c1c1;
  padding: 0px 0px 0px 10px;
  font-size: 16px;
  overflow: none;
  background: none;
  border-top: 1px solid #616b81;
  border-bottom: 1px solid #4c5567;
  clear: both;
  padding-left: 0px;
  width: 100%;
  display: block;
  background-color: #576176;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0px;
}
@media only screen and (min-width: 900px) {
  #user-role li {
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #c1c1c1;
    padding: 0px 0px 3px 20px;
    background: transparent url(images/bg-sprite-transparent.png) -1332px -245px no-repeat;
    width: auto;
    font-size: 13px;
    line-height: 1.4em;
  }
}
.ie7 #user-role li, .ie8 #user-role li {
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #c1c1c1;
  padding: 0px 0px 3px 20px;
  background: transparent url(images/bg-sprite-transparent.png) -1332px -245px no-repeat;
  width: auto;
  font-size: 13px;
  line-height: 1.4em;
}

#user-role li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-shadow: 0px 1px 0px #FFFFFF;
  padding: 10px 0px;
  color: #143679;
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  text-shadow: none;
  border-right: 0px;
  padding: 12px 0px 12px 20px;
  min-height: 13px;
  height: auto;
}
@media only screen and (min-width: 900px) {
  #user-role li a {
    padding: 0px;
    color: #143679;
    width: auto;
  }
}
.ie7 #user-role li a, .ie8 #user-role li a {
  padding: 0px;
  color: #143679;
  width: auto;
}

#ribbon-responisve-role-menu .children li a {
  padding: 12px 0px 12px 20px;
}

#ribbon-user-role-menu #user-role .container-5 {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  #ribbon-user-role-menu #user-role .container-5 {
    width: 600px;
  }
}
.ie7 #ribbon-user-role-menu #user-role .container-5, .ie8 #ribbon-user-role-menu #user-role .container-5 {
  width: 600px;
}
@media only screen and (min-width: 900px) {
  #ribbon-user-role-menu #user-role .container-5 {
    width: 960px;
  }
}
.ie7 #ribbon-user-role-menu #user-role .container-5, .ie8 #ribbon-user-role-menu #user-role .container-5 {
  width: 960px;
}

#ribbon-user-role-menu {
  background-color: #ffffff;
}

.home #ribbon-user-role-menu #user-role section {
  height: auto;
  background: none;
}
@media only screen and (min-width: 900px) {
  .home #ribbon-user-role-menu #user-role section {
    background: url(images/bg-home-role-nav-divider.jpg) 178px top no-repeat;
  }
}
.ie7 .home #ribbon-user-role-menu #user-role section, .ie8 .home #ribbon-user-role-menu #user-role section {
  background: url(images/bg-home-role-nav-divider.jpg) 178px top no-repeat;
}

@media only screen and (min-width: 900px) {
  .page #ribbon-user-role-menu section {
    background: none;
  }
}
.ie7 .page #ribbon-user-role-menu section, .ie8 .page #ribbon-user-role-menu section {
  background: none;
}

.append-bottom #footer_top .footer_widget {
  float: left;
  background: none;
  margin-bottom: 0;
}

.append-bottom #footer_top .footer_widget:nth-child(odd) {
  clear: left;
}

.append-bottom #footer_top.footer_count_1 .footer_widget {
  width: 100%;
}

.append-bottom #footer_top.footer_count_2 .footer_widget {
  width: 100%;
}

.append-bottom #footer_top.footer_count_3 .footer_widget {
  width: 100%;
}

.append-bottom #footer_top.footer_count_4 .footer_widget {
  width: 100%;
}

.append-bottom #footer_top.footer_count_5 .footer_widget {
  width: 100%;
}

.append-bottom #footer_top.footer_count_6 .footer_widget {
  width: 100%;
}

.append-bottom #footer_top.footer_count_7 .footer_widget {
  width: 100%;
}

.append-bottom #footer_top.footer_count_8 .footer_widget {
  width: 100%;
}

#gift-wrap {
  padding-top: 0px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#gift-wrap img {
  padding-top: 0px;
  margin: 0 auto;
  display: block;
  float: none;
}

#branding {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

#branding div {
  margin-left: 10px;
}
@media only screen and (min-width: 900px) {
  #branding div {
    margin-left: 0px;
  }
}
.ie7 #branding div, .ie8 #branding div {
  margin-left: 0px;
}

#branding img {
  margin: 0 auto;
  display: block;
  float: none;
  padding-bottom: 10px;
}

#footer-links {
  width: 100%;
  padding: 0px 0px;
}

#footer-links ul {
  padding: 0px 10px;
}

footer .span-24 {
  margin-left: 0;
}

#branding p {
  display: none;
}
@media only screen and (min-width: 900px) {
  #branding p {
    display: block;
  }
}
.ie7 #branding p, .ie8 #branding p {
  display: block;
}

.append-bottom .box {
  padding: 0 10px 10px;
}
@media only screen and (min-width: 900px) {
  .append-bottom .box {
    padding: 0 20px 10px;
  }
}
.ie7 .append-bottom .box, .ie8 .append-bottom .box {
  padding: 0 20px 10px;
}

@media only screen and (min-width: 600px) {
  body {
    /*  #content-wrap article {width: 580px; padding:10px;}*/
  }
  body .hide-for-small {
    display: inherit;
  }
  body .hide-for-medium {
    display: none;
  }
  body .container, body .container-24 .span-12, body #secondary .span-12 {
    width: 600px;
  }
  body .container-24 .span-6, body #secondary .span-6 {
    width: 300px;
  }
  body header {
    font-size: 100%;
  }
  body header .span-12 {
    width: 497px;
  }
  body #content-shadow {
    width: 600px;
    background: none;
  }
  body #content {
    width: 600px;
  }
  body #secondary .span-16, body #secondary .span-8 {
    margin-left: 0px;
    width: 100%;
  }
  body #secondary .span-6 {
    width: 290px;
  }
  body #secondary .omega {
    margin-right: 10px;
  }
  body .append-bottom #footer_top.footer_count_1 .footer_widget {
    width: 50%;
  }
  body .append-bottom #footer_top.footer_count_2 .footer_widget {
    width: 50%;
  }
  body .append-bottom #footer_top.footer_count_3 .footer_widget {
    width: 50%;
  }
  body .append-bottom #footer_top.footer_count_4 .footer_widget {
    width: 50%;
  }
  body .append-bottom #footer_top.footer_count_5 .footer_widget {
    width: 50%;
  }
  body .append-bottom #footer_top.footer_count_6 .footer_widget {
    width: 50%;
  }
  body .append-bottom #footer_top.footer_count_7 .footer_widget {
    width: 50%;
  }
  body .append-bottom #footer_top.footer_count_8 .footer_widget {
    width: 50%;
  }
  body #branding {
    width: 300px;
  }
  body #branding p {
    padding-top: 0px;
  }
  body #gift-wrap a {
    float: right;
  }
  body #gift-wrap {
    width: 203px;
    padding-top: 30px;
  }
  body #branding img {
    float: left;
  }
  body #footer-links {
    width: 600px;
  }
}
.ie7 body, .ie8 body {
  /*  #content-wrap article {width: 580px; padding:10px;}*/
}
.ie7 body .hide-for-small, .ie8 body .hide-for-small {
  display: inherit;
}
.ie7 body .hide-for-medium, .ie8 body .hide-for-medium {
  display: none;
}
.ie7 body .container, .ie7 body .container-24 .span-12, .ie7 body #secondary .span-12, .ie8 body .container, .ie8 body .container-24 .span-12, .ie8 body #secondary .span-12 {
  width: 600px;
}
.ie7 body .container-24 .span-6, .ie7 body #secondary .span-6, .ie8 body .container-24 .span-6, .ie8 body #secondary .span-6 {
  width: 300px;
}
.ie7 body header, .ie8 body header {
  font-size: 100%;
}
.ie7 body header .span-12, .ie8 body header .span-12 {
  width: 497px;
}
.ie7 body #content-shadow, .ie8 body #content-shadow {
  width: 600px;
  background: none;
}
.ie7 body #content, .ie8 body #content {
  width: 600px;
}
.ie7 body #secondary .span-16, .ie7 body #secondary .span-8, .ie8 body #secondary .span-16, .ie8 body #secondary .span-8 {
  margin-left: 0px;
  width: 100%;
}
.ie7 body #secondary .span-6, .ie8 body #secondary .span-6 {
  width: 290px;
}
.ie7 body #secondary .omega, .ie8 body #secondary .omega {
  margin-right: 10px;
}
.ie7 body .append-bottom #footer_top.footer_count_1 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_1 .footer_widget {
  width: 50%;
}
.ie7 body .append-bottom #footer_top.footer_count_2 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_2 .footer_widget {
  width: 50%;
}
.ie7 body .append-bottom #footer_top.footer_count_3 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_3 .footer_widget {
  width: 50%;
}
.ie7 body .append-bottom #footer_top.footer_count_4 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_4 .footer_widget {
  width: 50%;
}
.ie7 body .append-bottom #footer_top.footer_count_5 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_5 .footer_widget {
  width: 50%;
}
.ie7 body .append-bottom #footer_top.footer_count_6 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_6 .footer_widget {
  width: 50%;
}
.ie7 body .append-bottom #footer_top.footer_count_7 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_7 .footer_widget {
  width: 50%;
}
.ie7 body .append-bottom #footer_top.footer_count_8 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_8 .footer_widget {
  width: 50%;
}
.ie7 body #branding, .ie8 body #branding {
  width: 300px;
}
.ie7 body #branding p, .ie8 body #branding p {
  padding-top: 0px;
}
.ie7 body #gift-wrap a, .ie8 body #gift-wrap a {
  float: right;
}
.ie7 body #gift-wrap, .ie8 body #gift-wrap {
  width: 203px;
  padding-top: 30px;
}
.ie7 body #branding img, .ie8 body #branding img {
  float: left;
}
.ie7 body #footer-links, .ie8 body #footer-links {
  width: 600px;
}

@media (max-width: 600px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 900px) {
  body .hide-for-small {
    display: inherit;
  }
  body .hide-for-medium {
    display: block;
  }
  body .hide-for-large {
    display: none;
  }
  body .container {
    width: 960px;
  }
  body #ribbon-primary-nav {
    display: block;
  }
  body .container {
    width: 960px;
  }
  body .container-24 .span-12, body #secondary .span-12 {
    width: 465px;
    margin-left: 10px;
  }
  body .container-24 .span-6, body #secondary .span-6 {
    width: 227px;
    margin-left: 10px;
  }
  body #ribbon-responsive-top .container {
    width: 960px;
  }
  body #institutional-nav, body #ribbon-institutional-nav {
    height: 27px;
  }
  body header {
    min-height: 157px;
  }
  body header #header-title {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 0px;
    width: 580px;
  }
  body header .span-12 {
    width: 460px;
  }
  body #header-search-field {
    width: 237px;
    height: 17px;
  }
  body #featured-area div#stacker-control {
    display: block;
  }
  body #content-shadow {
    width: 980px;
    /*background: transparent url(images/bg-content-shadow.png) 0 0 no-repeat;*/
  }
  body #content-wrap {
    /*background-image: url(images/bg-content.jpg);
    background-position: top center;
    background-repeat:repeat-x; */
    background-color: #fff;
  }
  body #content-wrap #sidebar-nav {
    display: block;
  }
  body #content {
    width: 960px;
    padding: 35px 0px;
  }
  body #content-wrap article.span-18 {
    width: 690px;
    padding: 10px;
  }
  body #content-wrap article.span-12 {
    width: 460px;
    padding: 10px;
    margin-right: 0;
  }
  body #content-wrap aside {
    width: 220px;
    padding: 0;
  }
  body #secondary .span-8 {
    width: 306px;
    margin-left: 10px;
  }
  body #secondary .span-16 {
    width: 625px;
    margin-left: 10px;
  }
  body #secondary .span-6 {
    width: 227px;
    margin-left: 10px;
  }
  body #secondary .span-24 {
    width: 940px;
  }
  body #secondary .omega {
    margin-right: 0px;
  }
  body .append-bottom #footer_top .footer_widget:nth-child(odd) {
    clear: none;
  }
  body .append-bottom #footer_top.footer_count_1 .footer_widget {
    width: 100%;
  }
  body .append-bottom #footer_top.footer_count_2 .footer_widget {
    width: 50%;
  }
  body .append-bottom #footer_top.footer_count_3 .footer_widget {
    width: 33%;
  }
  body .append-bottom #footer_top.footer_count_4 .footer_widget {
    width: 25%;
  }
  body .append-bottom #footer_top.footer_count_5 .footer_widget {
    width: 25%;
  }
  body .append-bottom #footer_top.footer_count_6 .footer_widget {
    width: 25%;
  }
  body .append-bottom #footer_top.footer_count_7 .footer_widget {
    width: 25%;
  }
  body .append-bottom #footer_top.footer_count_8 .footer_widget {
    width: 25%;
  }
  body #gift-wrap {
    padding-top: 30px;
  }
  body #branding {
    width: 620px;
  }
  body #branding img {
    float: left;
    margin: 0 10px 10px 0;
  }
  body #footer-links {
    width: 940px;
    padding: 0px;
  }
}
.ie7 body .hide-for-small, .ie8 body .hide-for-small {
  display: inherit;
}
.ie7 body .hide-for-medium, .ie8 body .hide-for-medium {
  display: block;
}
.ie7 body .hide-for-large, .ie8 body .hide-for-large {
  display: none;
}
.ie7 body .container, .ie8 body .container {
  width: 960px;
}
.ie7 body #ribbon-primary-nav, .ie8 body #ribbon-primary-nav {
  display: block;
}
.ie7 body .container, .ie8 body .container {
  width: 960px;
}
.ie7 body .container-24 .span-12, .ie7 body #secondary .span-12, .ie8 body .container-24 .span-12, .ie8 body #secondary .span-12 {
  width: 465px;
  margin-left: 10px;
}
.ie7 body .container-24 .span-6, .ie7 body #secondary .span-6, .ie8 body .container-24 .span-6, .ie8 body #secondary .span-6 {
  width: 227px;
  margin-left: 10px;
}
.ie7 body #ribbon-responsive-top .container, .ie8 body #ribbon-responsive-top .container {
  width: 960px;
}
.ie7 body #institutional-nav, .ie7 body #ribbon-institutional-nav, .ie8 body #institutional-nav, .ie8 body #ribbon-institutional-nav {
  height: 27px;
}
.ie7 body header, .ie8 body header {
  min-height: 157px;
}
.ie7 body header #header-title, .ie8 body header #header-title {
  margin-top: 50px;
  margin-bottom: 20px;
  padding-left: 0px;
  width: 580px;
}
.ie7 body header .span-12, .ie8 body header .span-12 {
  width: 460px;
}
.ie7 body #header-search-field, .ie8 body #header-search-field {
  width: 237px;
  height: 17px;
}
.ie7 body #featured-area div#stacker-control, .ie8 body #featured-area div#stacker-control {
  display: block;
}
.ie7 body #content-shadow, .ie8 body #content-shadow {
  width: 980px;
  /*background: transparent url(images/bg-content-shadow.png) 0 0 no-repeat;*/
}
.ie7 body #content-wrap, .ie8 body #content-wrap {
  /*background-image: url(images/bg-content.jpg);
  background-position: top center;
  background-repeat:repeat-x; */
  background-color: #fff;
}
.ie7 body #content-wrap #sidebar-nav, .ie8 body #content-wrap #sidebar-nav {
  display: block;
}
.ie7 body #content, .ie8 body #content {
  width: 960px;
  padding: 35px 0px;
}
.ie7 body #content-wrap article.span-18, .ie8 body #content-wrap article.span-18 {
  width: 690px;
  padding: 10px;
}
.ie7 body #content-wrap article.span-12, .ie8 body #content-wrap article.span-12 {
  width: 460px;
  padding: 10px;
  margin-right: 0;
}
.ie7 body #content-wrap aside, .ie8 body #content-wrap aside {
  width: 220px;
  padding: 0;
}
.ie7 body #secondary .span-8, .ie8 body #secondary .span-8 {
  width: 306px;
  margin-left: 10px;
}
.ie7 body #secondary .span-16, .ie8 body #secondary .span-16 {
  width: 625px;
  margin-left: 10px;
}
.ie7 body #secondary .span-6, .ie8 body #secondary .span-6 {
  width: 227px;
  margin-left: 10px;
}
.ie7 body #secondary .span-24, .ie8 body #secondary .span-24 {
  width: 940px;
}
.ie7 body #secondary .omega, .ie8 body #secondary .omega {
  margin-right: 0px;
}
.ie7 body .append-bottom #footer_top .footer_widget:nth-child(odd), .ie8 body .append-bottom #footer_top .footer_widget:nth-child(odd) {
  clear: none;
}
.ie7 body .append-bottom #footer_top.footer_count_1 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_1 .footer_widget {
  width: 100%;
}
.ie7 body .append-bottom #footer_top.footer_count_2 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_2 .footer_widget {
  width: 50%;
}
.ie7 body .append-bottom #footer_top.footer_count_3 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_3 .footer_widget {
  width: 33%;
}
.ie7 body .append-bottom #footer_top.footer_count_4 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_4 .footer_widget {
  width: 25%;
}
.ie7 body .append-bottom #footer_top.footer_count_5 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_5 .footer_widget {
  width: 25%;
}
.ie7 body .append-bottom #footer_top.footer_count_6 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_6 .footer_widget {
  width: 25%;
}
.ie7 body .append-bottom #footer_top.footer_count_7 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_7 .footer_widget {
  width: 25%;
}
.ie7 body .append-bottom #footer_top.footer_count_8 .footer_widget, .ie8 body .append-bottom #footer_top.footer_count_8 .footer_widget {
  width: 25%;
}
.ie7 body #gift-wrap, .ie8 body #gift-wrap {
  padding-top: 30px;
}
.ie7 body #branding, .ie8 body #branding {
  width: 620px;
}
.ie7 body #branding img, .ie8 body #branding img {
  float: left;
  margin: 0 10px 10px 0;
}
.ie7 body #footer-links, .ie8 body #footer-links {
  width: 940px;
  padding: 0px;
}

/*-  COLOR PALETTE
----------------------------------------------------------------------*/
.light-blue {
  color: #D3DFF4;
}

.medium-blue {
  color: #5679BE;
}

.dark-blue {
  color: #163986;
}

.very-dark-blue {
  color: #143679;
}

.white {
  color: #FFFFFF;
}

.orange {
  color: #F69956;
}

.b-orange {
  color: #CD5A02;
}

.black-25 {
  color: #939598;
}

.black-50 {
  color: #7E7E7E;
}

.black-75 {
  color: #BFBFBF;
}

/* FONTS
----------------------------------------------------------------------*/
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/themes/uf-medpharm/UFandShands/library/fonts/roboto-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Anybody';
  src: url('/wp-content/themes/uf-medpharm/UFandShands/library/fonts/anybody-500.woff2') format('woff2');
}
/*-  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;
  overflow-x: auto;
}

body {
  background-color: #FFF !important;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.025rem; /* Hack for Roboto -> Gentona */
}

/* 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.span-18 {
  width: 690px;
}

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: inherit;
  letter-spacing: inherit;
  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;
}

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;
}

p.lead {
  font-family: inherit;
  letter-spacing: inherit;
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 1.3em;
}

div.alert-red {
  background: #FFD9C8 url(images/bg-sprite-transparent.png) no-repeat -125px -600px;
  border-top: 1px solid #e09e8d;
  border-bottom: 1px solid #e09e8d;
  padding: 10px 10px 10px 50px;
  margin-bottom: 20px;
}

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: inherit;
  letter-spacing: inherit;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 0 #BC6834;
}
button:not(.iti__selected-country, .submitButton) {
  box-shadow: 0 1px 0 0 #FACF98 inset;
  -moz-box-shadow: 0 1px 0 0 #FACF98 inset;
  -webkit-box-shadow: 0 1px 0 0 #FACF98 inset;
}

.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 */
}

.page-title a,
.page-title a:hover {
  border-bottom: none;
}

/*-  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 #header-title {
  *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;
}

header #header-title #header-title-text-right.ufandshands,
header #header-title #header-title-text-right.shands {
  border-left: 2px solid #acb6d7;
  padding-left: 6px;
}

header #header-title #header-parent-organization-logo.ufandshands,
header #header-title #header-parent-organization-logo.shands {
  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.none {
  display: none;
}

header #header-title #header-parent-organization-logo {
  margin-top: 0;
}

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: underline;
}

/* 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: left;
  margin: 0;
  padding: 0;
  font-size: 0.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 .emergency a {
  color: #9C0000;
}

#header-search-wrap {
  height: 80px;
  position: relative;
  top: 30px;
  float: right;
}

#searchform-wrap {
  height: 49px;
  width: 278px;
  background: transparent url(images/bg-sprite-transparent.png) -114px -20px no-repeat;
  position: relative;
  left: 0;
  margin-top: 27px;
}

#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: inherit;
  letter-spacing: inherit;
  font-size: 1em;
  font-style: italic;
  left: 13px;
  margin: 0;
  padding: 6px 7px;
  position: absolute;
  top: 10px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#header-search-btn {
  position: absolute;
  right: 14px;
  top: 12px;
}

#header-social {
  float: right;
  margin: 70px 5px 0 0;
  padding-left: 5px;
}

#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;
}

/*-  BREADCRUMB
----------------------------------------------------------------------*/
#breadcrumb {
  height: 21px;
  font-family: inherit;
  letter-spacing: inherit;
  font-size: 0.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 {
  margin-bottom: 1.3em;
  clear: both;
}

.single-meta p {
  font-size: 0.9em;
  margin-bottom: 0.5em;
  padding-left: 18px;
}

.single-meta .author,
.page .author {
  background: transparent url(images/bg-sprite-transparent.png) -1162px -619px no-repeat;
  font-family: inherit;
  letter-spacing: inherit;
  font-style: italic;
  padding-left: 18px;
}

.single-meta .published,
.published {
  background: transparent url(images/bg-sprite-transparent.png) -1331px -108px no-repeat;
  font-family: inherit;
  letter-spacing: inherit;
  font-style: italic;
}

.single-meta .category {
  background: transparent url(images/bg-sprite-transparent.png) -1330px -74px no-repeat;
  font-family: inherit;
  letter-spacing: inherit;
  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 {
  float: right;
}

.single-navigation .nav-previous {
  float: left;
}

#social-content {
  padding: 14px 0 7px;
  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: inherit;
  letter-spacing: inherit;
  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: 0.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: #143679; /* 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,
#sidebar-nav ul ul .active:hover {
  top: 3px;
}

#sidebar-nav h4 {
  color: #95A2CF;
  padding-left: 22px;
  margin-bottom: 0.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;
  padding-bottom: 15px;
}

.search .entry img,
.archive .entry img {
  padding: 4px;
  border: 1px solid #D7DEF0;
}

.search .entry img.alignleft,
.archive .entry img.alignleft {
  margin-bottom: 0;
}

.search h1 span,
.archive h1 span {
  font-family: inherit;
  letter-spacing: inherit;
}

.search h1,
.search h4,
.archive h1,
.archive h4 {
  margin-bottom: 0.2em;
}

.search .entry h2,
.archive .entry h2 {
  font-size: 1.5em;
  margin-bottom: 0.2em;
  padding-bottom: 4px;
}

.search .published,
.archive .published {
  font-size: 0.8em;
  line-height: 1.4em;
  margin-bottom: 0.6em;
  margin-top: 2.6em;
  padding: 1px 0 2px 18px;
  display: inline;
}

.search p,
.archive p {
  margin-top: 0.4em;
}

/*-  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;
  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;
  padding: 16px 19px 15px 19px;
}
@media only screen and (min-width: 600px) {
  .pagination span,
  .pagination a {
    padding: 6px 9px 5px 9px;
  }
}
.ie7 .pagination span, .ie8 .pagination span,
.ie7 .pagination a,
.ie8 .pagination a {
  padding: 6px 9px 5px 9px;
}
@media only screen and (min-width: 900px) {
  .pagination span,
  .pagination a {
    padding: 6px 9px 5px 9px;
  }
}
.ie7 .pagination span, .ie8 .pagination span,
.ie7 .pagination a,
.ie8 .pagination a {
  padding: 6px 9px 5px 9px;
}

.pagination a:hover {
  background: #EBEEF7;
}

.pagination .current {
  background: #243778;
  color: #fff;
  border: 1px solid #243778;
}

/*-  LOCAL(RELATED CONTENT) SIDEBAR NAVIGATION
----------------------------------------------------------------------*/
#local-sidebar {
  float: left;
  margin-bottom: 10px;
}

#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
----------------------------------------------------------------------*/
.ie7 article ul li {
  padding-bottom: 1px; /* Allows bottom-border to show in IE7 list links */
}

article ul li {
  background: transparent url(images/bg-orange-bullet.png) 0 4px no-repeat;
  padding-left: 12px;
  min-width: 0; /* peekaboo bug fix for IE7 */
}

article ol li {
  background-image: none;
  padding-left: 0;
}

article a {
  color: #163986; /*6377B2*/
  text-decoration: none;
  border-bottom: 1px dotted #163986;
}

article a:hover {
  color: #6377B2;
  text-decoration: none;
  border-bottom: 1px solid #6377B2;
}

article a[href$=".pdf"]:after {
  content: " (PDF)";
}

article a[href$=".pdf"] {
  background: transparent url(images/icon-pdf.png) center right no-repeat;
  padding-right: 20px;
}

article a[href$=".doc"]:after, article a[href$=".docx"]:after {
  content: " (DOC)";
}

article a[href$=".doc"], article a[href$=".docx"] {
  background: transparent url(images/icon-doc.gif) center right no-repeat;
  padding-right: 20px;
}

article a[href$=".xls"]:after, article a[href$=".xlsx"]:after {
  content: " (XLS)";
}

article a[href$=".xls"], article a[href$=".xlsx"] {
  background: transparent url(images/icon-xls.gif) center right no-repeat;
  padding-right: 20px;
}

article a.no-icon {
  padding-right: 0;
  background-image: none;
}

article a.no-icon:after {
  content: "";
}

article li {
  margin-bottom: 0.5em;
}

#main-content .tabs {
  font-size: 1.2em;
  margin: 0;
  position: relative;
  top: 5px;
  height: 32px;
}

#main-content .tabs li {
  font-family: inherit;
  letter-spacing: inherit;
  float: left;
  margin: 0 10px 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: inherit;
  letter-spacing: inherit;
  font-weight: 700;
  position: relative;
  z-index: 10000;
  height: 32px;
}

h1 img.rss-icon {
  position: relative;
  top: -8px;
}

/*-  ROLE-BASED NAVIGATION
----------------------------------------------------------------------*/
.home .home_widget {
  padding-top: 12px;
}

/*----- Internal Page - Light Blue Background -----*/
#user-role {
  background: transparent url("images/bg-home-role-nav-wrap.jpg") 0 -1px repeat-x;
}
@media only screen and (min-width: 900px) {
  #user-role {
    background: #E7EAF6 url("images/bg-role-nav-wrap.jpg") 0 0 repeat-x;
  }
}
.ie7 #user-role, .ie8 #user-role {
  background: #E7EAF6 url("images/bg-role-nav-wrap.jpg") 0 0 repeat-x;
}

/*----- Home Page - White Background -----*/
.home #user-role,
.home .home_widget {
  background: transparent url("images/bg-home-role-nav-wrap.jpg") 0 -1px repeat-x;
}

#user-role .container-5 {
  padding-bottom: 25px;
  padding-top: 10px;
}

#user-role .last,
.home #user-role .last {
  background-image: none;
}

#user-role ul {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

.ie7 nav li {
  min-height: 0; /* fix pesky disappearing list bullets */
  line-height: 1.4em;
}

/*-  Shortcode-specific CSS
----------------------------------------------------------------------*/
.shortcode_alignright {
  float: left;
  padding-left: 0%;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .shortcode_alignright {
    float: right;
    padding-left: 2%;
    width: 47%;
  }
}
.ie7 .shortcode_alignright, .ie8 .shortcode_alignright {
  float: right;
  padding-left: 2%;
  width: 47%;
}
.shortcode_alignleft {
  float: left;
  padding-right: 0%;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .shortcode_alignleft {
    float: left;
    padding-right: 2%;
    width: 47%;
  }
}
.ie7 .shortcode_alignleft, .ie8 .shortcode_alignleft {
  float: left;
  padding-right: 2%;
  width: 47%;
}
.shortcode_alignleft iframe,
.shortcode_alignright iframe {
  width: 100%;
}

/*-  NON-SEMANTIC HELPER CLASSES
----------------------------------------------------------------------*/
.ir { /* image replacement */
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.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: " ";
  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: 34%; /* fix */
}
@media only screen and (min-width: 600px) {
  .margin-160 {
    margin-left: 27%; /* fix */
  }
}
.ie7 .margin-160, .ie8 .margin-160 {
  margin-left: 27%; /* fix */
}
@media only screen and (min-width: 900px) {
  .margin-160 {
    margin-left: 153px; /* fix */
  }
}
.ie7 .margin-160, .ie8 .margin-160 {
  margin-left: 153px; /* fix */
}

/*----- FLOAT CLEARING W/0 EXTRA MARKUP -----*/
.clearfix:after,
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#institutional-nav > .container:after {
  content: none;
}

.clearfix, .container {
  display: block;
}

/*----- REGULAR CLEARING -----*/
.clear {
  clear: both;
}

/*-  WORDPRESS IMAGE ALIGNMENT
----------------------------------------------------------------------*/
.alignnone {
  margin: 0 0 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 0 auto 5px auto;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

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

img.size-full {
  max-width: 100%;
  height: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

a img.alignnone {
  margin: 0 0 20px 0;
}

a img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background-color: #FFF;
  border: 1px solid #CCC;
  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 auto;
  max-width: 98.5%;
  padding: 0;
  border: 1px solid #FFF;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 15px;
  margin: 0;
  padding: 5px;
}

/*-  FLEXIBLE OEMBED CONTENT
----------------------------------------------------------------------*/
.oembed-flex-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.oembed-flex-container iframe,
.oembed-flex-container object,
.oembed-flex-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-  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 !important;
  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;
}

.logged-in .commentform-textarea {
  position: relative;
  width: 100%;
}

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: inherit;
  letter-spacing: inherit;
  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: inherit;
  letter-spacing: inherit;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 -1px 0 #BC6834;
}

.logged-in #commentform textarea {
  width: 100%;
  height: 140px;
}

.logged-in h3 {
  margin-top: 0;
}

#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: inherit;
  letter-spacing: inherit;
  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;
  float: left;
  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: inherit;
  letter-spacing: inherit;
  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 {
  font-weight: bold;
  color: #6377B2;
}

.commentlist .bypostauthor {
  border-top: 2px solid #F6B056;
}

.comment-author cite {
  font-style: normal;
  font-family: inherit;
  letter-spacing: inherit;
}

.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: inherit;
  letter-spacing: inherit;
  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: inherit;
  letter-spacing: inherit;
  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;
  position: relative;
}

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 {
  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;
}

#footer_top {
  padding-top: 0;
}

#footer_top.footer_count_1 .footer_widget {
  width: 100%;
  background: none;
}

#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;
}

/*-  DUBROD ADDITIONS
----------------------------------------------------------------------*/
.main-banner {
  background: #1b114d; /* Old browsers */
  background: -moz-linear-gradient(left, #1b114d 0%, #100a2c 50%, #1b114d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1b114d), color-stop(50%, #100a2c), color-stop(100%, #1b114d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #1b114d 0%, #100a2c 50%, #1b114d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #1b114d 0%, #100a2c 50%, #1b114d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #1b114d 0%, #100a2c 50%, #1b114d 100%); /* IE10+ */
  background: linear-gradient(to right, #1b114d 0%, #100a2c 50%, #1b114d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1b114d", endColorstr="#1b114d",GradientType=1 ); /* IE6-9 */
  min-height: 340px;
  width: 100%;
  padding-top: 1px;
}
@media only screen and (min-width: 900px) {
  .main-banner {
    padding-top: 0;
  }
}
.ie7 .main-banner, .ie8 .main-banner {
  padding-top: 0;
}
.main-banner .main-banner-meta {
  float: none;
  width: auto;
  margin-left: 1em;
}
@media only screen and (min-width: 900px) {
  .main-banner .main-banner-meta {
    float: left;
    margin-left: 0;
  }
}
.ie7 .main-banner .main-banner-meta, .ie8 .main-banner .main-banner-meta {
  float: left;
  margin-left: 0;
}
.main-banner .main-banner-meta h1 {
  color: #FFF;
  font-size: 33px;
  font-family: Anybody, sans-serif;
  letter-spacing: normal;
  width: 630px;
}
.main-banner .main-banner-form {
  float: none;
  width: auto;
}
@media only screen and (min-width: 900px) {
  .main-banner .main-banner-form {
    float: right;
    background-color: #0e0929;
    min-height: 340px;
    width: 310px;
  }
}
.ie7 .main-banner .main-banner-form, .ie8 .main-banner .main-banner-form {
  float: right;
  background-color: #0e0929;
  min-height: 340px;
  width: 310px;
}
.main-banner .main-banner-form li {
  list-style: none;
}

.main-container {
  padding: 1rem 0;
}

.content-tabs {
  margin: 0 0 2em 0;
  padding: 0;
}
.content-tabs:after {
  clear: both;
  display: block;
  height: 0;
  content: " ";
}
.content-tabs ul.menu {
  margin: 0;
  padding-left: 0;
}
.content-tabs ul.menu li {
  display: block;
  float: none;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  background: none;
  background-color: #6377b2;
  border-top: 4px solid #d7def0;
  border-right: 1px solid #FFF;
}
@media only screen and (min-width: 900px) {
  .content-tabs ul.menu li {
    display: inline;
    float: left;
    width: 24.799%;
  }
}
.ie7 .content-tabs ul.menu li, .ie8 .content-tabs ul.menu li {
  display: inline;
  float: left;
  width: 24.799%;
}
.content-tabs ul.menu li:last-of-type {
  border-right: none;
}
.content-tabs ul.menu li:hover, .content-tabs ul.menu li.active {
  background-color: #243777;
  border-top: 4px solid #eea271;
}
.content-tabs ul.menu li a {
  display: block;
  color: #FFF;
  text-align: center;
  padding: 0.5em 0;
  font-size: 18px;
}
.content-tabs ul.menu li a:hover {
  text-decoration: none;
}

.apollo-tabs {
  display: none;
}

.main-content {
  float: none;
  width: auto;
  font-family: inherit;
  letter-spacing: inherit;
}
@media only screen and (min-width: 900px) {
  .main-content {
    width: 630px;
    float: left;
  }
}
.ie7 .main-content, .ie8 .main-content {
  width: 630px;
  float: left;
}
.main-content p {
  font-size: 14.5px;
}
.main-content h2 {
  font-size: 1.5em;
}
.main-content table.custom-main p {
  padding-top: 0.7em;
}
.main-content table.custom-main .custom-table-cta {
  display: inline-block;
  background-color: #e56a2c;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  padding: 0.25em 2em;
  border-top: 1px solid #e68149;
  cursor: pointer;
}
.main-content hr {
  height: 0;
  width: 95%;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 1.5em 0;
}
.main-content ul.arrows {
  list-style-image: url("images/sidebar-li-arrow.png");
  margin: 0 0 0 1.5em;
  font-size: 14.5px;
}
.main-content ul.arrows li {
  background: none;
  margin-bottom: 0;
}

.main-sidebar {
  float: none;
  width: auto;
  font-family: inherit;
  letter-spacing: inherit;
}
@media only screen and (min-width: 900px) {
  .main-sidebar {
    width: 310px;
    float: right;
  }
}
.ie7 .main-sidebar, .ie8 .main-sidebar {
  width: 310px;
  float: right;
}
.main-sidebar h2 {
  background-color: #243778;
  color: #FFF;
  font-size: 1.6em;
  text-align: center;
  padding: 0.5em 0;
  margin: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.main-sidebar .menu-default-glance-menu-container ul {
  padding-left: 1.5em !important;
}
.main-sidebar .sidebar-box {
  background-color: #ebeef7;
  padding: 1.5em;
  color: #333;
  font-size: 18px;
}
.main-sidebar .sidebar-box li {
  list-style: none;
}
.main-sidebar .sidebar-box .sidebar_widget, .main-sidebar .sidebar-box .widget_text {
  margin-top: 0;
  padding: 0;
  background-color: inherit;
  border-bottom: none;
  list-style: none;
}
.main-sidebar .sidebar-box .sidebar_widget h3, .main-sidebar .sidebar-box .widget_text h3 {
  margin: 1rem 0 0 0;
  padding: 0;
  background-color: inherit;
  border-bottom: none;
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.main-sidebar .sidebar-box .sidebar_widget h3.arrow, .main-sidebar .sidebar-box .widget_text h3.arrow {
  background: url("images/sidebar-li-arrow.png") center left no-repeat;
  padding: 0 0 0 20px;
  line-height: 1.5em;
}
.main-sidebar .sidebar-box .sidebar_widget .textwidget, .main-sidebar .sidebar-box .sidebar_widget p, .main-sidebar .sidebar-box .widget_text .textwidget, .main-sidebar .sidebar-box .widget_text p {
  font-size: 17px;
  line-height: 1.25em;
  color: inherit;
  padding-bottom: 1em;
  border-bottom: 1px solid #c2c3c8;
}
.main-sidebar .sidebar-box .app-procedure .textwidget, .main-sidebar .sidebar-box .app-procedure p {
  font-size: 16px;
  line-height: 1.5em;
  border-bottom: none;
  padding-bottom: 0;
}
.main-sidebar .sidebar-box .app-procedure small {
  font-size: 11px;
}
.main-sidebar .sidebar-box .app-procedure .blue-box-link {
  text-align: center;
  background-color: #333366;
  color: #FFF;
  font-size: 20px;
  padding: 5px 15px;
  width: 115px;
  margin-top: 1em;
  display: block;
}
.main-sidebar .sidebar-box ul {
  border-bottom: 1px solid #c2c3c8;
  margin: 0 0 1em 0;
  padding-left: 0;
}
.main-sidebar .sidebar-box ul li {
  padding-bottom: 1em;
  list-style-image: url("images/sidebar-li-arrow.png");
  color: #333;
}
.main-sidebar .sidebar-box ul li a {
  color: #333;
}
.main-sidebar .sidebar-box ul li a:after {
  content: "" attr(title) "";
  display: block;
  color: #555;
  font-size: 16px;
}
.main-sidebar .sidebar-box p {
  padding: 0;
  margin: 0;
}
.main-sidebar .sidebar-box hr {
  height: 0;
  border: none;
  margin: 0;
  border-bottom: 1px solid #c2c3c8;
}
.main-sidebar .event-list {
  background-color: #f2f4fa;
  padding: 0.5em;
}
.main-sidebar .event-list .event-list-view {
  border-bottom: none;
  margin: 0;
}
.main-sidebar .event-list .event {
  list-style: none;
  background: none;
  border-bottom: 2px solid #FFF;
  padding: 1em 0;
}
.main-sidebar .event-list .event:first-of-type {
  padding-top: 0;
}
.main-sidebar .event-list .event:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.main-sidebar .event-list .event:after {
  clear: both;
  display: block;
  height: 0;
  content: " ";
}
.main-sidebar .event-list .event-date {
  float: left;
  width: 40px;
  background-color: #FFF;
  color: #888;
  font-size: 14px;
  text-align: center;
  padding: 0.25em 0;
  margin-right: 0.5rem;
}
.main-sidebar .event-list .event-date .event-weekday {
  display: none;
}
.main-sidebar .event-list .event-date .event-day {
  font-size: 25px;
  display: block;
}
.main-sidebar .event-list .event-date .event-month {
  font-size: 15px;
}
.main-sidebar .event-list .event-date .event-year {
  display: none;
}
.main-sidebar .event-list .event-info {
  float: left;
  width: auto;
  font-size: 16px;
  color: #555;
  line-height: 1.5em;
}
@media only screen and (min-width: 900px) {
  .main-sidebar .event-list .event-info {
    float: right;
    width: 178px;
  }
}
.ie7 .main-sidebar .event-list .event-info, .ie8 .main-sidebar .event-list .event-info {
  float: right;
  width: 178px;
}
.main-sidebar .event-list .event-info h3 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.35em;
}
.main-sidebar .event-list .event-info p {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 15px;
}

.apollo-footer {
  width: 100%;
  background: #ecf0f8;
  padding-top: 5px;
}
.apollo-footer h2 {
  text-align: center;
  width: 100%;
  border-top: 2px solid #dadee6;
  padding-top: 2rem;
}
.apollo-footer .footer-cell {
  float: left;
  width: 33%;
  text-align: center;
  padding: 1rem 0;
}
.apollo-footer .footer-cell h3 {
  color: #555555;
  font-size: 1.6em;
  padding-top: 0.25em;
}

/*-  EOF DUBROD ADDITIONS
----------------------------------------------------------------------*/
/*-  PRINT STYLES
----------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  abbr:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
  #institutional-nav,
  #inst-home,
  #inst-healing,
  #inst-learning,
  #inst-discovery,
  #inst-community,
  #header-social,
  #header-search-wrap,
  #primary-nav,
  #breadcrumb,
  #sidebar-nav,
  #sidebar-left,
  #sidebar-right,
  #sidebar-post,
  #site-nav,
  #footer_top,
  #edit,
  #institutional-footer,
  #header-actionitem,
  #ribbon-responsive-top,
  #ribbon-user-role-menu,
  #social-content,
  #flyout-menu {
    display: none !important;
  }
  .single-meta,
  .single-navigation {
    display: none !important;
  }
  #whole_page {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  #content #main-content {
    width: 95% !important;
  }
  #content iframe {
    display: block;
    width: 100% !important;
  }
  #content-shadow,
  #content-wrap {
    background: transparent !important;
  }
  #header-parent-organization-logo {
    width: 0 !important;
  }
  #header-title-text-right {
    width: 100% !important;
    border-left: 0px solid #fff !important;
    padding-left: 0 !important;
    margin-bottom: 5px;
  }
  body h1 {
    font-size: 28px;
  }
  body h3 {
    font-size: 21px;
  }
  body h2 {
    font-size: 26px;
  }
  body p {
    font-size: 16px;
  }
}

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