@import "http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700";

@import url(http://fonts.googleapis.com/css?family=Rosarivo:400italic);
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #1db0e6;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #1db0e6;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/*! jQuery UI - v1.9.1 - 2012-10-31
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  zoom: 1;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  zoom: 1;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  /* #8656 */

  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/

  z-index: -1;
  /*must have*/

  filter: mask();
  /*must have*/

  top: -4px;
  /*must have*/

  left: -4px;
  /*must have*/

  width: 200px;
  /*must have*/

  height: 200px;
  /*must have*/

}
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
/* vertical centre icon */
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */

  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
  background-image: none;
}
body .ui-tooltip {
  border-width: 2px;
}
/* path to images for dev */
/* colors */
/* Mixins */
.atd-slideshow {
  width: 980px;
  height: 390px;
  position: relative;
  overflow: hidden;
}
.atd-slideshow .atd-slideshow-slides {
  width: 1960px;
  height: 390px;
  margin: 0;
  padding: 0;
}
.atd-slideshow .atd-slideshow-slides-wrapper,
.atd-slideshow .atd-slideshow-slides-wrapper li {
  width: 980px;
  height: 390px;
  float: left;
  list-style: none;
  text-align: center;
  background: #333;
}
.atd-slideshow .atd-slideshow-slides-wrapper li {
  width: 980px;
  height: 390px;
}
.atd-slideshow .atd-slideshow-description {
  width: 355px;
  padding: 20px 20px 10px;
  position: absolute;
  bottom: 13px;
  left: 8px;
  font-size: 13px;
  background: #f2f2f2;
  background: rgba(240, 240, 240, 0.9);
  color: #494949;
}
.atd-slideshow .atd-slideshow-description h5,
.atd-slideshow .atd-slideshow-description p {
  margin: 0;
  padding: 0;
}
.atd-slideshow .atd-slideshow-description h5 {
  font-size: 23px;
  font-weight: bold;
  color: #224e73;
  padding-bottom: 5px;
  line-height: 1.1;
  margin-bottom: 5px;
  border-bottom: 1px solid #bebebf;
}
.atd-slideshow-thumbnails {
  margin: 18px 0;
  padding: 0;
}
.atd-slideshow-thumbnails:before,
.atd-slideshow-thumbnails:after {
  content: "";
  display: table;
}
.atd-slideshow-thumbnails:after {
  clear: both;
}
.atd-slideshow-thumbnails {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
.atd-slideshow-thumbnails li {
  width: 160px;
  height: 84px;
  margin: 0 3px 0 0;
  padding: 0 0 14px;
  float: left;
  list-style: none;
}
.atd-slideshow-thumbnails li.active {
  background: url("../img/nav-active.png") left bottom repeat-x;
}
.atd-slideshow-thumbnails li.inactive {
  display: none;
}
.atd-slideshow-thumbnails li img {
  width: 160px;
  height: 84px;
}
body {
  font-size: 100%;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  background: url("../img/page-back.jpg") -5px -3px repeat;
}
a,
a:visited {
  text-decoration: underline;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  color: #224e73;
}
a:hover,
a:visited:hover {
  color: #326b9a;
}
#page {
  width: 990px;
  margin: 0 auto;
}
#pageHeader {
  background: #f2f2f2;
  padding: 0 10px;
  height: 194px;
}
#pageHeader .pageLogo {
  float: left;
  margin-top: 15px;
  display: block;
  height: 118px;
}
#pageHeader .textLogo {
  margin: 40px 0 0;
  font-size: 24px;
  float: left;
  line-height: 1.1;
  display: block;
  width: 600px;
  height: 78px;
}
#pageHeader .infoBlock {
  float: right;
}
#pageHeader .infoBlock #topNav {
  margin-top: 15px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
#pageHeader .infoBlock #topNav a {
  color: #646d75;
  padding-left: 12px;
  float: right;
  font-weight: 700;
}
#pageHeader .infoBlock #topNav a.home {
  width: 29px;
  height: 0px;
  padding-top: 13px;
  overflow: hidden;
  display: block;
  background: url("../img/sprites.png") 0 -62px no-repeat;
  padding-left: 0;
}
#pageHeader .infoBlock #topNav a.home:hover {
  background-position: 0 -75px;
}
#pageHeader .infoBlock #topNav a:hover {
  color: #868c91;
}
#pageHeader .infoBlock .socialButtons {
  clear: right;
  height: 23px;
  margin: 0 0 12px;
}
#pageHeader .infoBlock .socialButtons a {
  width: 23px;
  height: 0px;
  padding-top: 23px;
  overflow: hidden;
  display: block;
  background: url("../img/sprites.png") -10px -105px no-repeat;
  float: right;
  margin: 0 0 0 5px;
}
#pageHeader .infoBlock .socialButtons a:hover {
  background-position: -10px -158px;
}
#pageHeader .infoBlock .socialButtons a.twitter {
  background-position: -10px -211px;
}
#pageHeader .infoBlock .socialButtons a.twitter:hover {
  background-position: -10px -264px;
}
#pageHeader .tagline {
  clear: right;
  font-family: 'Rosarivo', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  height: 15px;
  color: #224e73;
  margin: 0 0 16px;
  float: right;
  width: 500px;
  text-align: right;
}
#pageHeader #searchform {
  margin-top: 8px;
  margin-bottom: 10px;
  background: #cccccc;
  border-top: 1px solid #b4b3b3;
  float: right;
  -webkit-box-shadow: inset 0px 3px 5px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 3px 5px 1px rgba(0, 0, 0, 0.08);
  height: 26px;
  display: block;
  clear: right;
}
#pageHeader #searchform #s {
  background: none;
  width: 155px;
  border: none;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 12px 5px;
  outline: none;
}
#pageHeader #searchform #searchsubmit {
  width: 26px;
  height: 26px;
  vertical-align: top;
  border: none;
  outline: none;
}
#pageHeader #headerNav {
  clear: both;
  border-top: 1px solid #bebebf;
}
#pageHeader #headerNav a {
  text-decoration: none;
}
#pageHeader #headerNav .menu {
  float: left;
  height: 44px;
}
#pageHeader #headerNav .menu > .menu-item {
  display: block;
  float: left;
  position: relative;
}
#pageHeader #headerNav .menu > .menu-item:hover > a {
  border-top: solid 3px #55748E;
  padding-top: 11px;
}
#pageHeader #headerNav .menu > .menu-item:hover > .sub-menu {
  height: auto;
  border: solid 1px #BEBEBF;
  border-top: solid 3px #55748E;
  opacity: 1;
  overflow: visible;
}
#pageHeader #headerNav .menu > .menu-item > a {
  display: block;
  margin: 0 11px 0 12px;
  padding: 14px 10px 12px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #224e73;
}
#pageHeader #headerNav .menu > .menu-item > a:hover {
  padding-top: 11px;
  border-top: solid 3px #55748E;
  color: #326b9a;
}
#pageHeader #headerNav .menu > .menu-item .sub-menu {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 150px;
  height: 0;
  overflow: hidden;
  margin-top: -1px;
  position: absolute;
  z-index: 10;
  background: #FFF;
  font-size: 11px;
  font-weight: bold;
  opacity: 0;
}
#pageHeader #headerNav .menu > .menu-item .sub-menu .has-children {
  float: right;
  margin-right: 8px;
}
#pageHeader #headerNav .menu > .menu-item .sub-menu > .menu-item {
  position: relative;
}
#pageHeader #headerNav .menu > .menu-item .sub-menu > .menu-item:hover > .sub-menu {
  height: auto;
  border: solid 1px #BEBEBF;
  border-top: solid 3px #55748E;
  opacity: 1;
}
#pageHeader #headerNav .menu > .menu-item .sub-menu .sub-menu {
  top: 0;
  left: 150px;
}
#pageHeader #headerNav .menu > .menu-item .sub-menu a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  padding: 5px 10px;
  display: block;
  color: #333;
}
#pageHeader #headerNav .menu > .menu-item .sub-menu a:hover {
  background: #7992AC;
  color: #F2F2F2;
}
#pageHeader #headerNav .menu > .menu-item.current-menu-item > a,
#pageHeader #headerNav .menu > .menu-item.current-menu-item > a:hover {
  padding-top: 11px;
  border-top: solid 3px #55748E;
  color: #224e73;
}
#pageHeader #headerNav .donateButton {
  float: right;
  margin-top: 7px;
  text-transform: uppercase;
  color: #dcdcdc;
  background: #003366;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #c2ccd6;
  padding: 8px 25px 6px;
  text-decoration: none;
}
#pageHeader #headerNav .donateButton:hover,
#pageHeader #headerNav .donateButton:active {
  color: #fff;
}
#content #main {
  width: 650px;
  float: left;
  margin-right: 6px;
}
#content #main.full-width {
  width: 100%;
}
#content #pageSidebar {
  width: 334px;
  float: right;
  margin-top: 4px;
}
#content #pageSidebar .widget {
  background: #ffffff;
  margin-bottom: 5px;
  padding-bottom: 10px;
  margin-left: 0;
  list-style: none;
  font-size: 12px;
}
#content #pageSidebar .widget a {
  color: #7ca5a5;
}
#content #pageSidebar .widget a:hover {
  color: #6d8a8a;
}
#content #pageSidebar .widget li {
  margin: 14px 0 30px;
}
#content #pageSidebar .widget .tweets {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content #pageSidebar .widget .tweets .tweet {
  display: block;
  background: url("../img/sprites.png") 8px -317px no-repeat;
  padding: 0 44px;
  margin-top: 18px;
  font-size: 12px;
  color: #666666;
}
#content #pageSidebar .widget .tweets .tweet time {
  display: block;
  color: #6d8a8a;
}
#content #pageSidebar .widget .fbOuter {
  width: 300px;
  height: 304px;
  margin: 0 auto;
  padding: 10px 0;
}
#content #pageSidebar .widget .widgetLink {
  color: #dcdcdc;
  background: #003366;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #c2ccd6;
  padding: 8px 25px 6px;
  text-decoration: none;
  float: right;
  margin-top: 18px;
}
#content #pageSidebar .widget .widgetLink:hover,
#content #pageSidebar .widget .widgetLink:active {
  color: #fff;
}
#content #pageSidebar .widget.nationalNews ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content #pageSidebar .widget.nationalNews li {
  display: block;
  padding: 0 32px;
  margin: 14px 0 30px;
}
#content #pageSidebar .widget.nationalNews li time {
  float: right;
  color: #710c0c;
  font-size: 12px;
  font-weight: 700;
  width: 46px;
  text-align: right;
}
#content #pageSidebar .widget.nationalNews li h4 {
  float: left;
  width: 208px;
  margin: 0;
  font-size: 14px;
  line-height: 1.1;
}
#content #pageSidebar .widget.nationalNews li h4 a {
  color: #666666;
}
#content #pageSidebar .widget.nationalNews li h4 a:hover {
  color: #888888;
}
#content #pageSidebar .widget.nationalNews li .excerpt {
  clear: both;
  font-size: 12px;
  font-weight: 700;
  color: #898e8f;
  margin: 0;
}
#content #pageSidebar .widget.nationalNews li .excerpt a {
  text-transform: lowercase;
}
#content #pageSidebar .widget.nationalNews .widgetLink {
  margin-top: 0;
}
#content #pageSidebar li.widget {
  padding: 20px;
}
#content #pageSidebar li.widget .widgettitle {
  width: 266px;
  position: relative;
  top: -20px;
  left: -20px;
}
#content #pageSidebar li.widget ul {
  padding: 0 20px;
}
#content #pageSidebar h3,
#content #pageSidebar .widgettitle {
  background: #c2ccd6;
  color: #224e73;
  margin: 0;
  padding: 18px 34px;
  font-size: 18px;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  border-top: 1px solid #e5eaef;
}
#content #pageSidebar h3 a,
#content #pageSidebar .widgettitle a {
  color: #224e73;
}
#content #pageSidebar .facebook h3 {
  background: url("../img/sprites.png") 0 -90px #c2ccd6 no-repeat;
  padding-left: 44px;
}
#content #pageSidebar .twitter h3 {
  background: url("../img/sprites.png") 0px -194px #c2ccd6 no-repeat;
  padding-left: 44px;
}
#pageFooter {
  text-align: center;
  padding: 38px 0 72px;
}
#pageFooter #footerNav .sub-menu {
  display: none;
}
#pageFooter #footerNav ul {
  margin: 0;
  padding: 0;
}
#pageFooter #footerNav ul li {
  display: inline;
}
#pageFooter #footerNav a {
  color: #bec4cc;
  padding: 0 17px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
#pageFooter #footerNav a:hover {
  color: #e7e7e7;
}
#pageFooter .contactDetails {
  margin-top: 22px;
}
#pageFooter .contactDetails .contact {
  color: #aeb5bf;
  padding: 0 11px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
#pageFooter .contactDetails .contact a {
  color: #aeb5bf;
}
#pageFooter .contactDetails .contact a:hover {
  color: #e7e7e7;
}
#pageFooter .nfoicLogo {
  display: block;
  width: 90px;
  height: 88px;
  margin: 18px auto 12px;
}
#pageFooter .copyright,
#pageFooter .siteCredit {
  color: #494949;
  font-size: 11px;
}
#pageFooter .copyright a,
#pageFooter .siteCredit a {
  color: #494949;
}
.lt-ie8 #page .infoBlock {
  width: 400px
		height: 111px;
}
.lt-ie8 #page .infoBlock #topNav,
.lt-ie8 #page .infoBlock #searchForm,
.lt-ie8 #page .infoBlock .socialButtons {
  margin: 0;
}
.lt-ie8 #page .infoBlock #topNav {
  padding-top: 14px;
}
.lt-ie8 #page #pageHeader #headerNav li a {
  padding: 14px 21px 12px 22px;
}
.alignright {
  float: right;
  margin: 4px 0 8px 12px;
}
.alignleft {
  float: left;
  margin: 4px 12px 8px 0;
}
.wp-caption-text {
  margin: .25em 0;
  font-size: 12px;
  color: #999;
}
.homeHero {
  background: #f2f2f2;
  clear: both;
}
.homeHero #homeSlider {
  margin: 0 auto;
  border-bottom: 3px solid #003366;
  position: relative;
}
.homeHero #homeSlider .moreLink {
  color: #dcdcdc;
  background: #003366;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #c2ccd6;
  padding: 8px 25px 6px;
  text-decoration: none;
  float: right;
  margin-top: 10px;
}
.homeHero #homeSlider .moreLink:hover,
.homeHero #homeSlider .moreLink:active {
  color: #fff;
}
.homeHero #homeSlider .atd-slideshow-prev,
.homeHero #homeSlider .atd-slideshow-next {
  display: none;
}
.homeHero .slideControls {
  height: 20px;
  padding: 10px 0;
  background: #f2f2f2;
  text-align: center;
}
.homeHero .slideControls .prev {
  width: 14px;
  height: 0px;
  padding-top: 14px;
  overflow: hidden;
  display: block;
  background: url("../img/sprites.png") -132px -14px no-repeat;
  display: inline-block;
}
.homeHero .slideControls .prev:hover {
  background-position: -146px -14px;
}
.homeHero .slideControls .next {
  width: 14px;
  height: 0px;
  padding-top: 14px;
  overflow: hidden;
  display: block;
  background: url("../img/sprites.png") -132px -28px no-repeat;
  display: inline-block;
}
.homeHero .slideControls .next:hover {
  background-position: -146px -28px;
}
.homeHero .slideControls #homePagination a {
  width: 14px;
  height: 0px;
  padding-top: 14px;
  overflow: hidden;
  display: block;
  background: url("../img/sprites.png") -146px 0 no-repeat;
  display: inline-block;
  margin: 0 2px;
}
.homeHero .slideControls #homePagination a:hover {
  background-position: -160px 0;
}
.homeHero .slideControls #homePagination a.active {
  background-position: -132px 0;
}
.homeContent {
  margin-top: 4px;
  padding: 20px 32px 10px;
  background: #f2f2f2;
  color: #4d5254;
  font-size: 13px;
}
.homeContent h1 {
  font-size: 29px;
  color: #224e73;
  line-height: 1.1;
  margin: 0 0 6px;
}
.homeContent h2 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.1;
  margin: 0;
}
.homeContent .moreLink {
  float: right;
  color: #dcdcdc;
  background: #003366;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #c2ccd6;
  padding: 8px 25px 6px;
  text-decoration: none;
  position: relative;
  right: -32px;
  border: none;
}
.homeContent .moreLink:hover,
.homeContent .moreLink:active {
  color: #fff;
}
.latestNews h2,
.whatWeDo h2 {
  color: #224e73;
  font-weight: 700;
  font-size: 24px;
}
.whatWeDo {
  padding-bottom: 20px;
}
.whatWeDo li {
  font-weight: 700;
  float: left;
  margin: 0 60px 4px 0;
  width: 208px;
}
.latestNews ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.latestNews li {
  float: left;
  width: 284px;
  height: 90px;
  padding-right: 6px;
  display: block;
  margin-top: 22px;
}
.latestNews time {
  background: #c2ccd6;
  display: block;
  float: left;
  width: 48px;
  height: 40px;
  padding: 5px 0;
  margin-right: 8px;
  text-align: center;
  color: #859297;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.latestNews time .month {
  display: block;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: .9;
}
.latestNews time .day {
  font-size: 28px;
  line-height: .8;
  letter-spacing: -1px;
}
.latestNews .postDetails {
  float: left;
  width: 228px;
}
.latestNews h4 {
  margin: 0;
  line-height: 1.1;
  font-size: 15px;
}
.latestNews h4 a {
  color: #3d464d;
}
.latestNews p {
  margin: 4px 0;
}
.latestNews .readMore {
  color: #710c0c;
  font-weight: 700;
}
.latestNews .moreLink {
  text-decoration: none;
  margin-top: 20px;
  clear: left;
}
#content.interior {
  position: relative;
}
#content.interior .alignright {
  float: right;
  margin: 20px 0 0 12px;
}
#content.interior .alignleft {
  float: left;
  margin: 20px 12px 0 0;
}
#content.interior img.alignleft,
#content.interior img.alignright {
  margin-top: 8px;
}
#content.interior h1 {
  color: #224e73;
  font-size: 24px;
  line-height: 1;
  margin: 1em 0;
}
#content.interior h2,
#content.interior .section-1 h1 {
  color: #224e73;
  font-size: 22px;
  line-height: 1;
  margin: 20px 0 12px;
  font-weight: 400;
}
#content.interior p,
#content.interior .columns {
  font-size: 13px;
  line-height: 1.5;
}
#content.interior .image-heading {
  background: #F2F2F2;
  padding-bottom: 6px;
}
#content.interior .image-heading h1 {
  width: 946px;
  height: 54px;
  margin: 0 auto;
  border: 1px solid #99a9b9;
  padding: 93px 0 2px 24px;
  vertical-align: top;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: -5px;
  color: #f3f3f3;
  text-shadow: 0px -2px 2px rgba(0, 0, 0, 0.3);
}
#content.interior #main.tabs {
  margin-top: 2px;
  position: relative;
  width: 640px;
  z-index: 2;
}
#content.interior #main.tabs .shadow-tabs {
  width: 640px;
  position: relative;
  border: 1px solid #57738b;
  background: url("../img/sprites") right -592px no-repeat #d4d6da;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  margin-top: 48px;
}
#content.interior #main.tabs.ui-tabs {
  padding: 0;
}
#content.interior #main.tabs .ui-tabs-nav {
  padding-left: 12px;
  z-index: 10;
  position: relative;
  top: -50px;
  left: -5px;
}
#content.interior #main.tabs .ui-tabs-nav li {
  border-top: 1px solid #5e778d;
  margin: 5px -3px 0;
  z-index: 2;
  position: relative;
  box-shadow: 1px -1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #6b86a1;
}
#content.interior #main.tabs .ui-tabs-nav li .ui-tabs-anchor {
  border: 1px solid #d7dade;
  border-bottom: none;
  margin: 0px;
  padding: 10px 32px 9px 41px;
  color: #325675;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  background: url("../img/sprites.png") 10px -427px no-repeat;
}
#content.interior #main.tabs .ui-tabs-nav li .ui-tabs-anchor.history {
  background-position: 10px -487px;
}
#content.interior #main.tabs .ui-tabs-nav li .ui-tabs-anchor:hover {
  color: #13212e;
}
#content.interior #main.tabs .ui-tabs-nav .ui-tabs-active {
  border: 1px solid #5e778d;
  border-bottom: none;
  z-index: 3;
  margin: 0 -3px -2px;
  background: url("../img/tab-back-active.png") repeat;
}
#content.interior #main.tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
  border: 1px solid #fff;
  border-bottom: 1px solid #b3bfcc;
  padding: 15px 31px 10px 40px;
  color: #224e73;
  margin-bottom: 0px;
  background-position: 9px -422px;
}
#content.interior #main.tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor.history {
  background-position: 9px -482px;
}
#content.interior #main.tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor:hover,
#content.interior #main.tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor:active,
#content.interior #main.tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor:focus {
  color: #0b1924;
  outline: 0;
}
#content.interior #main.tabs .tab {
  background: url("../img/sprites-2.png") 1px -72px repeat-x #f3f3f3;
  z-index: 1;
  border: 1px solid #5e778d;
  padding-left: 20px;
  padding-right: 0;
  position: relative;
  top: -50px;
  left: -5px;
  margin-bottom: -45px;
}
#content.interior #main.tabs .tab p {
  padding-right: 26px;
}
#content.interior #main.tabs.about .section-1 {
  float: right;
  width: 297px;
  background: #f2f4f6;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
  margin: 0 20px 20px 20px;
  padding-bottom: 10px;
}
#content.interior #main.tabs.about .section-1 h1 {
  border: 1px solid #f2f4f6;
  border-bottom: none;
  background: url("../img/sprites-2.png") no-repeat;
  padding: 18px 20px 16px;
  margin: 0;
}
#content.interior #main.tabs.about .section-1 p {
  padding: 0 22px;
  font-size: 12px;
}
#content.interior #staff-members ul,
#content.interior .resources-list ul {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
#content.interior #staff-members li,
#content.interior .resources-list li {
  display: block;
}
#content.interior #staff-members .listing,
#content.interior .resources-list .listing {
  margin-bottom: 3px;
}
#content.interior #staff-members .listing header,
#content.interior .resources-list .listing header {
  background: url("../img/tab-back-active.png") repeat;
  cursor: pointer;
  padding: 6px 25px 4px;
}
#content.interior #staff-members .listing header .indic,
#content.interior .resources-list .listing header .indic {
  float: right;
  margin-top: 2px;
  width: 20px;
  height: 0px;
  padding-top: 20px;
  overflow: hidden;
  display: block;
  background: url("../img/sprites.png") right top no-repeat;
}
#content.interior #staff-members .listing.even header,
#content.interior .resources-list .listing.even header {
  background: #d7dce1;
}
#content.interior #staff-members .listing h1,
#content.interior .resources-list .listing h1,
#content.interior #staff-members .listing h2,
#content.interior .resources-list .listing h2 {
  color: #333;
  font-size: 14px;
  display: inline;
  font-weight: 400;
  margin: 0;
}
#content.interior #staff-members .listing .thumb,
#content.interior .resources-list .listing .thumb {
  width: 119px;
  height: 0;
  padding-top: 119px;
  border: 2px solid #003366;
  -webkit-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  float: left;
  margin: 0 14px 0 22px;
}
#content.interior #staff-members .listing .listing-content,
#content.interior .resources-list .listing .listing-content {
  display: none;
  margin: 18px 0;
}
#content.interior #staff-members .listing .listing-content .listing-desc,
#content.interior .resources-list .listing .listing-content .listing-desc {
  float: left;
  width: 443px;
}
#content.interior #staff-members .listing .listing-content .listing-desc p,
#content.interior .resources-list .listing .listing-content .listing-desc p {
  margin-top: 0;
}
#content.interior #staff-members .listing.open .indic,
#content.interior .resources-list .listing.open .indic {
  background-position: right -20px;
}
#content.interior #staff-members .listing.open .listing-content,
#content.interior .resources-list .listing.open .listing-content {
  display: block;
}
#content.interior .resources-list .listing header {
  font-size: 12px;
  padding: 8px 0 6px;
}
#content.interior .resources-list .listing header h1 {
  margin-left: 10px;
}
#content.interior .resources-list .listing header .indic {
  float: left;
  margin: -2px 0 0 6px;
}
#content.interior .resources-list .listing header .resource-link,
#content.interior .resources-list .listing header .resource-download {
  color: #ebeff2;
  display: block;
  float: right;
  padding: 8px 24px 6px 54px;
  margin-top: -8px;
  background: url("../img/sprites.png") -168px -77px no-repeat #6b86a1;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
#content.interior .resources-list .listing header .resource-link:hover,
#content.interior .resources-list .listing header .resource-download:hover {
  color: #fff;
  background-color: #c9d6e3;
  background-color: rgba(0, 0, 0, 0.15);
}
#content.interior .resources-list .listing header .resource-link {
  background-position: -168px -49px;
}
#content.interior .resources-list .listing .listing-content {
  padding: 16px;
  margin: 0;
  font-size: .875em;
  background: #E3E3E3;
}
#content.interior.contact #main {
  margin-top: 4px;
  border: 1px solid #4a6885;
  width: 648px;
  background: url("../img/tab-back-active.png") repeat;
}
#content.interior.contact h2 {
  background: url("../img/tab-back-active.png") repeat;
  padding: 16px 32px 12px;
  border: 1px solid #f2f2f2;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
#content.interior.contact .contact-details {
  padding: 16px 32px 12px;
  background: #f2f2f2;
}
#content.interior.contact .contact-details p {
  margin-top: 0;
}
#content.interior.contact .contact-details strong {
  color: #224e73;
}
#content.interior.contact .contact-details strong.address {
  display: block;
  font-size: 18px;
}
#content.interior.contact #contact-form {
  margin-top: 14px;
  padding: 36px 32px 12px;
  background: #f2f2f2;
}
#content.interior.contact #contact-form header h3 {
  margin: 0 20px 0 0;
  line-height: 1;
  font-size: 24px;
  color: #224e73;
  margin: 0;
}
#content.interior.contact #contact-form header small {
  font-size: 13px;
}
#content.interior.contact #contact-form .input,
#content.interior.contact #contact-form .textarea {
  width: 282px;
  float: left;
  padding-top: 20px;
  margin-right: 20px;
}
#content.interior.contact #contact-form .input label,
#content.interior.contact #contact-form .textarea label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #224e73;
  margin-bottom: 2px;
  text-shadow: 0 1px 1px #fff;
}
#content.interior.contact #contact-form .input label.error,
#content.interior.contact #contact-form .textarea label.error {
  float: right;
  font-weight: 400;
  color: #ee0000;
}
#content.interior.contact #contact-form .input label small,
#content.interior.contact #contact-form .textarea label small {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -1px;
  text-shadow: none;
}
#content.interior.contact #contact-form .input input,
#content.interior.contact #contact-form .textarea input,
#content.interior.contact #contact-form .input textarea,
#content.interior.contact #contact-form .textarea textarea {
  font-size: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px 3px;
  border: 1px solid #7992ac;
  box-shadow: inset 0 4px 8px 3px rgba(0, 0, 0, 0.05);
  background: #ccc;
}
#content.interior.contact #contact-form .input.address label,
#content.interior.contact #contact-form .textarea.address label {
  float: left;
  width: 179px;
}
#content.interior.contact #contact-form .input.address label.state,
#content.interior.contact #contact-form .textarea.address label.state {
  width: 96px;
}
#content.interior.contact #contact-form .input.address input,
#content.interior.contact #contact-form .textarea.address input {
  width: 165px;
  margin-right: 10px;
}
#content.interior.contact #contact-form .input.address input.state,
#content.interior.contact #contact-form .textarea.address input.state {
  width: 101px;
  margin: 0;
}
#content.interior.contact #contact-form .input.last-name,
#content.interior.contact #contact-form .textarea.last-name,
#content.interior.contact #contact-form .input.phone,
#content.interior.contact #contact-form .textarea.phone,
#content.interior.contact #contact-form .input.email,
#content.interior.contact #contact-form .textarea.email {
  margin: 0;
}
#content.interior.contact #contact-form .textarea {
  clear: left;
  width: 582px;
  float: none;
  padding-top: 20px;
}
#content.interior.contact #contact-form .textarea textarea {
  height: 142px;
  line-height: 1.4;
}
#content.interior.contact #contact-form .submit {
  padding-top: 20px;
  text-align: right;
}
#content.interior.contact #contact-form .submit input {
  color: #bfccd9;
  border: 1px solid #474b4e;
  font-size: 12px;
  padding: 5px 26px 4px;
  background: #003366;
  /* Old browsers */

  border: none;
  margin-right: -32px;
}
#content.interior.contact #contact-form .submit input:hover,
#content.interior.contact #contact-form .submit input:active {
  color: #fff;
}
#content.interior.standard-page .page-container {
  background: url("../img/sprites-2.png") 1px -72px repeat-x #f3f3f3;
  border: 1px solid #5e778d;
  margin-top: 4px;
  padding: 10px 26px 40px;
}
#content.interior .postList {
  background: url("../img/sprites-2.png") 1px -72px repeat-x #f3f3f3;
  border: 1px solid #5e778d;
  margin-top: 4px;
  padding: 10px 26px 40px;
}
#content.interior .postList article {
  margin: 20px 0 30px;
}
#content.interior .postList article > time {
  background: #c2ccd6;
  display: block;
  float: left;
  width: 48px;
  height: 40px;
  padding: 5px 0;
  margin-right: 8px;
  text-align: center;
  color: #859297;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  height: 53px;
  padding: 6px;
  margin-right: 12px;
}
#content.interior .postList article > time .month {
  display: block;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: .9;
}
#content.interior .postList article > time .day {
  font-size: 28px;
  line-height: .8;
  letter-spacing: -1px;
}
#content.interior .postList article > time .year {
  margin-top: -8px;
  display: block;
}
#content.interior .postList article h1 {
  margin: 0;
  font-size: 24px;
}
#content.interior .postList article h1 a {
  color: #224E73;
}
#content.interior .postList article h1 a:hover {
  color: #3983c2;
}
#content.interior .postList article .listingContent {
  width: 524px;
  float: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  min-height: 65px;
}
#content.interior .postList article .listingContent a {
  color: #224E73;
}
#content.interior .postList article .listingContent a.read-more {
  font-size: 13px;
}
#content.interior .postList article .listingContent a:hover {
  color: #3983c2;
}
#content.interior .postList article .comments-area {
  padding: 10px;
  margin-top: 20px;
  border-top: 1px solid #BEBEBF;
}
#content.interior .postList article .comments-area .commentlist {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
#content.interior .postList article .comments-area .commentlist .comment {
  padding: 10px;
}
#content.interior .postList article .comments-area .commentlist .comment .avatar {
  float: left;
  margin-right: 8px;
}
#content.interior .postList article .comments-area .commentlist .comment .comment-awaiting-moderation {
  clear: both;
}
#content.interior .postList article .comments-area .commentlist .comment article {
  margin: 0;
}
#content.interior .postList article .comments-area .commentlist .comment article .fn {
  float: left;
}
#content.interior .postList article .comments-area .commentlist .comment time {
  float: right;
  font-size: 11px;
  line-height: 1.8;
}
#content.interior .postList article .comments-area .commentlist .comment .comment-content {
  margin: 0;
  padding: 10px 0 0 0;
  clear: both;
}
#content.interior .postList article .comments-area .commentlist .comment p {
  margin-top: 0;
}
#content.interior .postList article .comments-area .commentlist .comment .edit-link {
  float: right;
}
#content.interior .postList article .comments-area .commentlist .comment .reply {
  font-size: 14px;
}
#content.interior .postList article .comments-area .commentlist .thread-even {
  background: #e7e7e7;
}
#content.interior .postList article .comments-area .commentlist .children {
  list-style: none;
}
#content.interior .postList article .comments-area .commentlist .children > .comment {
  border-top: 1px solid #BEBEBF;
}
#content.interior .postList article .comments-area #commentform textarea {
  margin-left: 12px;
  width: 422px;
}
#content.interior .postList article .comments-area #commentform input[type="text"] {
  margin-left: 12px;
}
#content.interior .postList article .comments-area #commentform label {
  width: 59px;
  display: inline-block;
}
#content.interior .postList article .comments-area #commentform .form-allowed-tags {
  padding: 10px 20px;
  margin: 10px 0px;
  font-size: 11px;
  background: #fafafa;
  border: 1px solid #dfdfdf;
}
#content.interior .postList article .comments-area #commentform #comment-submit {
  color: #dcdcdc;
  background: #003366;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #c2ccd6;
  padding: 8px 25px 6px;
  text-decoration: none;
}
#content.interior .postList article .comments-area #commentform #comment-submit:hover,
#content.interior .postList article .comments-area #commentform #comment-submit:active {
  color: #fff;
}
#content.interior .navPrevious a {
  color: #dcdcdc;
  background: #003366;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #c2ccd6;
  padding: 8px 25px 6px;
  text-decoration: none;
  float: left;
  margin: 18px 0 18px -26px;
}
#content.interior .navPrevious a:hover,
#content.interior .navPrevious a:active {
  color: #fff;
}
#content.interior .navPrevious a:hover {
  color: #fff;
}
#content.interior .navNext a {
  color: #dcdcdc;
  background: #003366;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #c2ccd6;
  padding: 8px 25px 6px;
  text-decoration: none;
  float: right;
  margin: 18px -26px 18px 0;
}
#content.interior .navNext a:hover,
#content.interior .navNext a:active {
  color: #fff;
}
#content.interior .navNext a:hover {
  color: #fff;
}
#content.interior #event-listing {
  width: 100%;
  font-size: 13px;
  line-height: 1.4;
}
#content.interior #event-listing thead {
  background: url("../img/tab-back-active.png") repeat;
}
#content.interior #event-listing thead .event {
  width: 200px;
}
#content.interior #event-listing thead .location {
  width: 140px;
}
#content.interior #event-listing thead .toggle {
  width: 18px;
  padding: 0;
}
#content.interior #event-listing .section-title {
  border: none;
  font-size: 14px;
  text-align: left;
  color: #224E73;
  padding: 12px 26px 8px;
  border-bottom: #f3f3f3 3px solid;
}
#content.interior #event-listing .header {
  background: #D7DCE1;
  cursor: pointer;
  clear: left;
  color: #333333;
  line-height: 1.2;
}
#content.interior #event-listing .header.even {
  background: url("../img/tab-back-active.png") repeat;
}
#content.interior #event-listing .header td {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
}
#content.interior #event-listing .header .indic {
  float: right;
  margin-right: 6px;
  width: 20px;
  height: 0px;
  padding-top: 20px;
  overflow: hidden;
  display: block;
  background: url("../img/sprites.png") right top no-repeat;
}
#content.interior #event-listing td {
  padding: 12px 0 9px 26px;
  border-bottom: #f3f3f3 2px solid;
}
#content.interior #event-listing td.toggle {
  padding-left: 0;
}
#content.interior #event-listing .listing-content {
  border-top: 1px solid #e3e3e3;
  padding: 1px;
}
#content.interior #event-listing .listing-content td {
  padding: 0;
  width: auto;
}
#content.interior #event-listing .listing-content .description {
  display: none;
  padding: 11px 26px;
  font-size: 14px;
}
#content.interior #event-listing .listing-content p {
  margin-top: 0;
}
#content.interior #event-listing .event-link {
  display: block;
  text-align: right;
  font-weight: 600;
  font-size: 13px;
  margin-top: 12px;
}
#content.interior #event-listing .open .description {
  display: block;
}
#content.interior #event-listing .open .indic {
  background-position: right -20px;
}
.lt-ie8 #content.interior .image-heading h1 {
  padding: 93px 0 2px 24px;
  background: url("../img/ie-back.png") repeat;
  letter-spacing: -3px;
}
.lt-ie8 #content.interior .postList {
  padding-top: 30px;
}
.lt-ie8 #content.interior .postList article time .year {
  line-height: 1.6;
}
.lt-ie8 #content.interior .staffListing header,
.lt-ie8 #content.interior .resourceListing header,
.lt-ie8 #content.interior .eventListing header {
  position: relative;
}
.lt-ie8 #content.interior .staffListing header .indic,
.lt-ie8 #content.interior .resourceListing header .indic,
.lt-ie8 #content.interior .eventListing header .indic {
  position: absolute;
  top: 6px;
  right: 12px;
}
.lt-ie8 #content.interior .staffListing header .resource-download,
.lt-ie8 #content.interior .resourceListing header .resource-download,
.lt-ie8 #content.interior .eventListing header .resource-download,
.lt-ie8 #content.interior .staffListing header .resource-link,
.lt-ie8 #content.interior .resourceListing header .resource-link,
.lt-ie8 #content.interior .eventListing header .resource-link {
  margin-top: -24px;
}
.lt-ie8 #content.interior #contact-form .input input {
  width: 260px;
}
.lt-ie8 #content.interior #contact-form .input.address label {
  float: left;
  width: 172px;
}
.lt-ie8 #content.interior #contact-form .input.address label.state {
  width: 102px;
}
.lt-ie8 #content.interior #contact-form .input.address input {
  width: 140px;
  margin-right: 10px;
}
.lt-ie8 #content.interior #contact-form .input.address input.state {
  width: 84px;
  margin: 0;
}
.lt-ie8 #content.interior #contact-form .textarea {
  width: 620px;
  padding-top: 20px;
}
.lt-ie8 #content.interior #contact-form .textarea textarea {
  width: 580px;
}
.lt-ie8 #content.interior #contact-form .submit {
  width: 580px;
}
.lt-ie9 #content.interior #main.tabs.about .section-1 {
  border: 1px solid #999;
}
.lt-ie9 #content.interior #event-listing th.event {
  width: 25%;
}
.lt-ie9 #content.interior #event-listing th.date,
.lt-ie9 #content.interior #event-listing th.time {
  width: 20%;
}
.lt-ie9 #content.interior #event-listing th.location {
  width: 25%;
}
.lt-ie9 #content.interior #event-listing th.toggle {
  width: 10%;
}
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
