/**
 * Media Query
 * Create a media query, defaults to major breakpoints (xs, sm, md, lg) but can be overwritten for specific content areas
 * @param break-point :  px, 'xs, sm, md, lg'
 * @param rules       :  {color: red; width: 100%;}
 * @param property    :  min-width !default, max-width
 */
.font-regular {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.font-semi-bold {
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
}
/* Z-INDEX */
.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
}
.ui-dialog .formError {
  z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.field .formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
}
.field .formError .formErrorContent {
  width: 100%;
  background: #faeeee;
  position: relative;
  color: #000;
  width: 150px;
  font-size: 11px;
  border: 2px solid #f4b6b6;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.field .formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}
.field .formError .formErrorArrow div {
  border-left: 2px solid #f4b6b6;
  border-right: 2px solid #f4b6b6;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #faeeee;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.field .formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.field .formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
.field .formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}
.field .formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}
.field .formError .formErrorArrow .line8 {
  width: 11px;
}
.field .formError .formErrorArrow .line7 {
  width: 9px;
}
.field .formError .formErrorArrow .line6 {
  width: 7px;
}
.field .formError .formErrorArrow .line5 {
  width: 5px;
}
.field .formError .formErrorArrow .line4 {
  width: 3px;
}
.field .formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #f4b6b6;
  border-right: 2px solid #f4b6b6;
  border-bottom: 0 solid #f4b6b6;
}
.field .formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #f4b6b6;
}
.field .formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #f4b6b6;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
.greenPopup .formErrorContent {
  background: #33be40;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.greenPopup .formErrorArrow div {
  background: #33be40;
}
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}
@font-face {
  font-family: "NimbusSanNov-Regular";
  src: url('/fonts/245556_1_0.eot');
  src: url('/fonts/245556_1_0.eot?#iefix') format('embedded-opentype'), url('/fonts/245556_1_0.woff') format('woff'), url('/fonts/245556_1_0.ttf') format('truetype'), url('/fonts/245556_1_0.svg#NimbusSanNov-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NimbusSanNov-Semibold";
  src: url('/fonts/245556_0_0.eot');
  src: url('/fonts/245556_0_0.eot?#iefix') format('embedded-opentype'), url('/fonts/245556_0_0.woff') format('woff'), url('/fonts/245556_0_0.ttf') format('truetype'), url('/fonts/245556_0_0.svg#NimbusSanNov-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16;
  line-height: 21;
}
body {
  background-color: #fff;
  color: #000;
}
body a {
  color: #002120;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body a:active {
  color: #002120;
}
body a:visited {
  color: #4e2582;
}
#wrapper {
  height: 100%;
}
/* =Banner
--------------------------------------------------------- */
#banner {
  background: #F2F4F7;
  height: 113px;
  position: relative;
  z-index: 200;
  /* Request an appointment link */
}
@media (max-width: 1007px) {
  #banner {
    padding: 0 15px;
  }
}
#banner > .centered {
  overflow: hidden;
  background: url('/img/backgrounds/watermark.png') no-repeat right center;
  height: 100%;
  position: relative;
}
#banner .brand {
  float: left;
  width: 100%;
  max-width: 313px;
  position: absolute;
}
@media (max-width: 1007px) {
  #banner .brand {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
}
@media (max-width: 459px) {
  #banner .brand {
    width: 70%;
  }
}
#banner .brand a {
  display: block;
}
#banner .brand img {
  width: auto;
  height: 113px;
}
#banner #switch-mobile {
  color: white !important;
  font-size: 12px;
  left: 323px;
  position: relative;
  top: 47px;
}
#banner #switch-mobile:visited {
  color: white;
}
#banner form {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -340px;
  height: 32px;
  float: right;
  margin-top: 40px;
  width: 197px;
}
@media (max-width: 767px) {
  #banner form {
    display: none;
  }
}
#banner form input[type=text],
#banner form .search-query {
  background: none;
  border: 0;
  color: #5f6a72;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 4px 12px;
  width: 138px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #banner form input[type=text] {
    line-height: 1.2;
  }
}
#banner form label {
  border: 0;
  cursor: pointer;
  display: block;
  float: left;
  padding: 0;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background: #007CC2;
  height: 32px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  /*
			&:hover { .sprite(22, 34); }
			&:focus, &:active { .sprite-pos(27, 34); }
			.lt-ie8 & input {
				position: relative;
				left: -9999px;
			}
			*/
}
#banner form label:before {
  content: 'GO';
  color: #ffffff;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 32px;
  z-index: 10;
  text-indent: 0;
  font-size: 12px;
  padding: 10px 7px;
}
#banner .btn-mobile-menu {
  display: none;
  width: 35px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  border-top: 4px solid #007CC2;
  border-bottom: 4px solid #007CC2;
}
#banner .btn-mobile-menu:before {
  display: block;
  height: 4px;
  background: #007CC2;
  width: 100%;
  content: '';
  margin: 6px 0;
}
@media (max-width: 767px) {
  #banner .btn-mobile-menu {
    display: inline-block;
  }
}
#banner .request-appointment-link,
#banner .upload-referral {
  background: #4e2582;
  border: 1px solid #4e2582;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  color: #fff;
  height: 33px;
  position: absolute;
  padding: 0px 13px;
  right: 205px;
  top: 40px;
  outline: 0;
  text-align: center;
}
#banner .request-appointment-link:visited,
#banner .upload-referral:visited {
  color: #fff;
}
#banner .request-appointment-link:hover,
#banner .upload-referral:hover {
  color: #fff;
  border-color: #4e2582;
  border-top-color: #4e2582;
  background-position: 0px -270px;
  text-decoration: none;
}
#banner .request-appointment-link:active,
#banner .upload-referral:active {
  color: #fff;
  border-color: #4e2582;
  background-position: 0px -340px;
  outline: 0;
  text-decoration: none;
}
#banner .request-appointment-link:focus,
#banner .upload-referral:focus {
  outline: 0;
}
@media (max-width: 767px) {
  #banner .request-appointment-link,
  #banner .upload-referral {
    display: none;
  }
}
#banner .upload-referral {
  top: 40px;
  right: 343px;
}
/* =Mobile Menu
--------------------------------------------------------- */
.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}
.mm-btn,
.mm-menu {
  box-sizing: border-box;
}
.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
  color: #ffffff;
}
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  display: block;
  padding: 0;
  position: absolute;
}
.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
}
.mm-btn,
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-listview .mm-divider,
.mm-listview > li > a,
.mm-listview > li > span,
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #ffffff;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none!important;
  transform: none !important;
}
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-listview > li.mm-vertical > .mm-next:after,
.mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px;
}
.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}
.mm-arrow:after,
.mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px;
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit;
}
.mm-listview > li > a,
.mm-listview > li > span {
  color: #ffffff;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-menu {
  background: #007CC2;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #ffffff;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #ffffff;
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #ffffff;
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-divider,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-blocking,
html.mm-blocking body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}
.mm-menu.mm-offcanvas.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-menu.mm-bottom,
.mm-menu.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none!important;
  transform: none!important;
  z-index: 0;
}
html.mm-front #mm-blocker {
  z-index: 1;
}
html.mm-front .mm-menu {
  z-index: 2;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* =Navigation
--------------------------------------------------------- */
nav#primary-navigation {
  background: url('/img/backgrounds/nav-bg.jpg') repeat-x;
  border-bottom: 1px solid #c9d0d8;
  -webkit-box-shadow: 0px 0px 7px #c9d0d8;
  -moz-box-shadow: 0px 0px 7px #c9d0d8;
  box-shadow: 0px 0px 7px #c9d0d8;
  padding: 7px 0 5px;
  position: relative;
  z-index: 150;
}
@media (max-width: 767px) {
  nav#primary-navigation {
    display: none;
  }
}
nav#primary-navigation #suckerfish2 {
  font-size: 14px;
  height: 42px;
  margin: 0 auto;
  width: 100%;
  max-width: 978px;
  /* Drop down hover */
}
nav#primary-navigation #suckerfish2 > li {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  float: left;
  text-align: center;
  margin: 0 25px;
  padding: 8px 0;
  height: 26px;
  /* Drop down */
}
@media (max-width: 1007px) {
  nav#primary-navigation #suckerfish2 > li {
    margin: 0 4px;
  }
}
nav#primary-navigation #suckerfish2 > li > a {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  color: #002e60;
  display: block;
  font-style: bold;
  font-weight: 400;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  padding: 0 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
nav#primary-navigation #suckerfish2 > li.suckerfish_current > a,
nav#primary-navigation #suckerfish2 > li.suckerfish_current > a:hover {
  background-color: #335880;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(#194270), to(#335880));
  /* Konqueror */
  background-image: -moz-linear-gradient(left, #194270, #335880);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(left, #194270, #335880);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #194270), color-stop(100%, #335880));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(left, #194270, #335880);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(left, #194270, #335880);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(left, #194270 0%, #335880 100%);
  /* IE10+ */
  background-image: linear-gradient(left, #194270, #335880);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#194270', endColorstr='#335880', GradientType=1);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#194270', endColorstr='#335880', GradientType=1)";
  /* IE8+ */
  color: #fff;
}
nav#primary-navigation #suckerfish2 > li:hover > a {
  color: #fff;
  background-color: #335880;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(#194270), to(#335880));
  /* Konqueror */
  background-image: -moz-linear-gradient(left, #194270, #335880);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(left, #194270, #335880);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #194270), color-stop(100%, #335880));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(left, #194270, #335880);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(left, #194270, #335880);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(left, #194270 0%, #335880 100%);
  /* IE10+ */
  background-image: linear-gradient(left, #194270, #335880);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#194270', endColorstr='#335880', GradientType=1);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#194270', endColorstr='#335880', GradientType=1)";
  /* IE8+ */
}
nav#primary-navigation #suckerfish2 > li > ul {
  border-top: 4px solid #007CC2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 21px;
  background: #f3f3f4;
  left: -9999px;
  padding-left: 0;
  position: absolute;
  width: 214px;
  z-index: 5000;
  margin-top: 8px;
}
nav#primary-navigation #suckerfish2 > li > ul > li {
  background-color: #e2e7ee;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f7f9fa), to(#e2e7ee));
  /* Konqueror */
  background-image: -moz-linear-gradient(#f7f9fa, #e2e7ee);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#f7f9fa, #e2e7ee);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f9fa), color-stop(100%, #e2e7ee));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#f7f9fa, #e2e7ee);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#f7f9fa, #e2e7ee);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #f7f9fa 0%, #e2e7ee 100%);
  /* IE10+ */
  background-image: linear-gradient(#f7f9fa, #e2e7ee);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f9fa', endColorstr='#e2e7ee', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f9fa', endColorstr='#e2e7ee', GradientType=0)";
  /* IE8+ */
}
nav#primary-navigation #suckerfish2 > li > ul > li > a {
  color: #002e60;
  display: block;
  padding: 8px 35px 9px 11px;
  text-align: left;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  width: 168px;
}
nav#primary-navigation #suckerfish2 > li > ul > li > a:hover {
  background: url('/img/icons/arrow-white-green.png') 186px 50% no-repeat;
}
nav#primary-navigation #suckerfish2 > li > ul > li:hover {
  background: #f7f9fa;
}
nav#primary-navigation #suckerfish2 > li > ul > li:active {
  -webkit-box-shadow: inset 0px 0px 10px #a3b2c5;
  -moz-box-shadow: inset 0px 0px 10px #a3b2c5;
  box-shadow: inset 0px 0px 10px #a3b2c5;
}
nav#primary-navigation #suckerfish2 > li > ul > li + li a {
  border-top: 1px solid #bccad9;
}
nav#primary-navigation #suckerfish2 > li:hover > ul {
  left: auto;
}
nav#primary-navigation #suckerfish2 > li.suckerfish_final:hover {
  position: relative;
}
nav#primary-navigation #suckerfish2 > li.suckerfish_final:hover > ul {
  left: auto;
  right: 0;
}
.ie7 nav#primary-navigation #suckerfish2 li > ul {
  position: relative;
}
.ie7 nav#primary-navigation #suckerfish2 li {
  border-left: 1px solid #fff;
}
.section-141693 .suckerfish_level1.suckerfish_active > a,
.section-141694 .suckerfish_level1.suckerfish_active > a,
.section-141695 .suckerfish_level1.suckerfish_active > a,
.section-141696 .suckerfish_level1.suckerfish_active > a,
.section-141697 .suckerfish_level1.suckerfish_active > a,
.section-141698 .suckerfish_level1.suckerfish_active > a {
  background: #194270;
  border: 0 solid transparent;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  background-color: #335880;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(#194270), to(#335880));
  /* Konqueror */
  background-image: -moz-linear-gradient(left, #194270, #335880);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(left, #194270, #335880);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #194270), color-stop(100%, #335880));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(left, #194270, #335880);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(left, #194270, #335880);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(left, #194270 0%, #335880 100%);
  /* IE10+ */
  background-image: linear-gradient(left, #194270, #335880);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#194270', endColorstr='#335880', GradientType=1);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#194270', endColorstr='#335880', GradientType=1)";
  /* IE8+ */
  color: #ffffff !important;
}
/*
 * Removing suckerfish menu items in primary (homepage)
 * but want them to appear in the mobile menu which is sharing
 * the suckerfish div#primary
 */
.suckerfish_level1.node_236679,
.suckerfish_level1.node_247712 {
  display: none;
}
/* =Hero
--------------------------------------------------------- */
.hero {
  background: url('/img/hero/mosaic.jpg') 50% 0 repeat-x;
  height: 236px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hero img {
  border: 1px solid #ffffff;
  border-width: 0 1px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
/* =Breadcrumb
--------------------------------------------------------- */
#breadcrumb {
  background: #ffffff;
  border: 1px solid #CCD5DF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px rgba(225, 230, 236, 0.8);
  -moz-box-shadow: 1px 1px 2px rgba(225, 230, 236, 0.8);
  box-shadow: 1px 1px 2px rgba(225, 230, 236, 0.8);
  margin: 21px auto 29px;
  overflow: hidden;
  width: 100%;
  max-width: 977px;
  box-sizing: border-box;
}
@media (max-width: 1007px) {
  #breadcrumb {
    visibility: hidden;
    height: 0;
  }
}
#breadcrumb li {
  color: #444444;
  float: left;
  font-size: 12px;
  height: 41px;
  line-height: 41px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#breadcrumb li a {
  color: #002e60;
  line-height: 41px;
}
#breadcrumb li + li {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: 100% 0;
  margin-left: 23px;
  padding-right: 33px;
}
#breadcrumb li.home a {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -60px;
  display: block;
  height: 41px;
  text-indent: -9999px;
  width: 50px;
}
#breadcrumb li.home a:hover {
  background-position: -60px -60px;
}
/* =Content
--------------------------------------------------------- */
#content-wrap-outter {
  background: url('/img/backgrounds/content-top.jpg') repeat-x;
  border: 1px solid #ffffff;
  border-width: 1px 0;
}
#content-wrap {
  background: url('/img/backgrounds/content-bottom.png') 0 100% repeat-x;
  min-height: 400px;
}
#content {
  padding: 0 0 42px;
  clear: both;
  margin: 0 auto;
  width: 1008px;
}
@media (max-width: 1007px) {
  #content {
    width: 100%;
    max-width: 1008px;
  }
}
@media (max-width: 1007px) {
  #content {
    width: 100%;
    max-width: 1008px;
  }
}
/* =Primary
	----------------------------------------------------- */
#primary {
  font-size: 12px;
  line-height: 24px;
  float: left;
  width: 726px;
  position: relative;
  left: 252px;
  margin: 0 15px;
}
@media (max-width: 1007px) {
  #primary {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66666667%;
    max-width: 1008px;
    box-sizing: border-box;
    position: relative;
    left: 33.33333333%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #primary {
    width: 100%;
    position: relative;
    left: 0%;
  }
}
#primary.full {
  float: left;
  width: 978px;
  position: relative;
  left: 0px;
  margin: 0 15px;
}
@media (max-width: 1007px) {
  #primary.full {
    width: 100%;
    margin: 0;
  }
}
/* =Style Guide
        ------------------------------------------------- */
.guide img {
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .guide {
    /* Zebra striping */
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .guide table {
    width: 100% !important;
    height: auto;
  }
  .guide tr:nth-of-type(odd) {
    background: #eee;
  }
  .guide tr:nth-of-type(odd) td {
    border-bottom: 1px solid #fff;
  }
  .guide table,
  .guide thead,
  .guide tbody,
  .guide th,
  .guide td,
  .guide tr {
    display: block;
  }
  .guide thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .guide tr {
    border: 1px solid #ccc;
  }
  .guide td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
}
.formatted {
  /* .formatted a[href^="/page/"] {} /* internal */
  /* .formatted a[href^="http://"] {} /* external */
  /* .formatted a[href^="#"] {} /* anchor */
  /*
	.formatted blockquote p:before { content: open-quote; }
	.formatted blockquote p:after { content: close-quote; }
	*/
  /* ICMS FORMS BASE STYLE */
  /* captureForm_v0.1.0.css */
  /* ICMS FORMS OVERRIDE */
  /* Custom forms */
}
.formatted img {
  max-width: 100%;
  height: auto;
}
.formatted a {
  color: #002120;
  text-decoration: underline;
}
.formatted a:visited {
  color: #4e2582;
}
.formatted a:hover {
  text-decoration: underline;
}
.formatted a:active {
  color: #002120;
}
.formatted a.link-button {
  color: white;
}
.formatted a.link-button:hover {
  text-decoration: none;
}
.formatted abbr,
.formatted acronym {
  letter-spacing: 1px;
}
.formatted blockquote {
  font-style: italic;
  margin: 20px;
}
.formatted code,
.formatted p code {
  font-family: "Lucida Console", Monaco, monospace;
  white-space: pre;
}
.formatted em {
  font-style: italic;
}
.formatted hr {
  background-color: #b2c0cf;
  border: 0;
  color: #b2c0cf;
  height: 1px;
  margin-bottom: 19px;
}
.formatted small {
  font-size: 10px;
}
.formatted .strike {
  text-decoration: line-through;
}
.formatted strong {
  font-weight: bold;
}
.formatted em strong {
  font-style: italic;
}
.formatted sup,
.formatted sub {
  font-size: 85%;
  vertical-align: top;
  position: relative;
  top: -0.4em;
}
.formatted sub {
  top: 0.4em;
}
.formatted h1,
.formatted h2,
.formatted h3,
.formatted h4,
.formatted h5,
.formatted h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
}
.formatted h1 {
  font-size: 24px;
  line-height: 33px;
  color: #002e60;
  margin-bottom: 15px;
}
.formatted h2 {
  font-size: 20px;
  line-height: 24px;
  color: #002e60;
  margin-bottom: 6px;
}
.formatted h3 {
  font-size: 18px;
  line-height: 24px;
  color: #002e60;
  margin-bottom: 6px;
}
.formatted h4 {
  font-size: 16px;
  line-height: 21px;
  color: #002e60;
  margin-bottom: 6px;
}
.formatted h5 {
  font-size: 14px;
  line-height: 18px;
  color: #002e60;
  margin-bottom: 6px;
}
.formatted h6 {
  font-size: 14px;
  line-height: 18px;
  color: #002e60;
  margin-bottom: 6px;
}
.formatted p {
  font-size: 12px;
  line-height: 24px;
  color: #002e60;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 21px;
}
.formatted ul {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 21px 30px;
}
.formatted ul li {
  list-style: none;
  padding: 0 0 0 20px;
  font-size: 12px;
  line-height: 18px;
  color: #002e60;
  margin-top: 10px;
  background-image: url('/img/icons/ul-list-style.png');
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.formatted ul ul {
  margin: 0 0 20px 10px;
}
.formatted ol {
  margin: 0 0 20px 47px;
}
.formatted ol li {
  background: none;
  padding: 0 0 0 20px;
  font-size: 12px;
  line-height: 18px;
  color: #002e60;
  margin-top: 10px;
  list-style: decimal;
  padding: 0 0 0 10px;
}
.formatted ol ol {
  margin: 0 0 20px 17px;
}
.formatted ol ol > li {
  list-style: lower-alpha;
}
.formatted ol ol ol > li {
  list-style: lower-roman;
}
.formatted ul ul,
.formatted ul ol,
.formatted ol ol,
.formatted ol ul {
  margin-bottom: 0;
}
.formatted .form-header {
  border-bottom: 3px solid #B2C0CF;
  border-left: 5px solid #fff;
  margin: 20px 0;
  padding-bottom: 5px;
}
.formatted .field_name {
  width: 150px;
  text-align: right;
  font-size: 12px;
  padding: 0px 10px 0px 0px;
  float: left;
  clear: left;
}
@media (max-width: 459px) {
  .formatted .field_name {
    float: none;
    width: auto;
    overflow: hidden;
  }
}
.formatted .field_input {
  margin-left: 160px;
  margin-bottom: 2px;
  padding: 2px 0px 0px 0px;
}
@media (max-width: 459px) {
  .formatted .field_input {
    margin-left: 0;
  }
}
.formatted .field_contain {
  width: 100%;
  overflow: hidden;
}
.formatted .has_radio .supporting,
.formatted .has_checkbox .supporting {
  margin-top: 0px;
}
.formatted .supporting {
  clear: right;
  margin-bottom: 12px;
  padding: 2px 0px 0px 160px;
  margin-top: 35px;
  font-size: 11px;
  color: #666666;
  font-style: italic;
}
@media (max-width: 459px) {
  .formatted .supporting {
    padding-left: 0;
    margin-top: 0px;
  }
}
.formatted .form_submit {
  padding-top: 20px;
  padding-left: 160px;
  clear: both;
}
@media (max-width: 459px) {
  .formatted .form_submit {
    padding-left: 0;
    text-align: center;
  }
}
.formatted .option_contain {
  clear: right;
  width: 100%;
  max-width: 390px;
  overflow: hidden;
}
.formatted .checkbox_item,
.formatted .radio_item {
  float: left;
  box-sizing: border-box;
  width: 50%;
}
@media (max-width: 550px) {
  .formatted .checkbox_item,
  .formatted .radio_item {
    width: 100%;
  }
}
.formatted .clear {
  clear: both;
}
.formatted form {
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
}
.formatted form > p {
  color: #1d3642;
  margin-top: 15px;
}
.formatted form > ol {
  margin: 0 0 20px 0;
}
.formatted form > ol li {
  list-style: none;
  *zoom: 1;
  padding-left: 0;
}
.formatted form > ol li:before,
.formatted form > ol li:after {
  content: "";
  display: table;
}
.formatted form > ol li:after {
  clear: both;
}
.ie6 .formatted form > ol li,
.ie7 .formatted form > ol li {
  zoom: 1;
}
.formatted form > ol li + li {
  margin-top: 24px;
}
.formatted form label {
  display: block;
  text-align: left;
}
@media (max-width: 459px) {
  .formatted form label {
    display: inline-block;
  }
}
.formatted form label.text-area-label {
  float: none;
  margin-bottom: 15px;
  width: 100%;
}
.formatted form input[type="text"],
.formatted form input[type="password"],
.formatted form textarea,
.formatted form select {
  background: #f2f4f7;
  border: 1px solid #b2c0cf;
  color: #1d3642;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-left: 10px;
  width: 100%;
}
.formatted form input[type="text"]:focus,
.formatted form input[type="password"]:focus,
.formatted form textarea:focus,
.formatted form select:focus {
  outline: none;
}
.formatted form input[type="text"].error,
.formatted form input[type="password"].error,
.formatted form textarea.error,
.formatted form select.error {
  background: #faeeee;
  border: 1px solid #f4b6b6;
}
@media (max-width: 459px) {
  .formatted form input[type="text"],
  .formatted form input[type="password"],
  .formatted form textarea,
  .formatted form select {
    float: none;
    box-sizing: border-box;
  }
}
.formatted form input[type="text"],
.formatted form input[type="password"],
.formatted form select {
  padding: 8px;
  max-width: 230px;
}
@media (max-width: 459px) {
  .formatted form input[type="text"],
  .formatted form input[type="password"],
  .formatted form select {
    max-width: none;
  }
}
.formatted form textarea {
  max-width: 400px;
  min-height: 100px;
}
@media (max-width: 459px) {
  .formatted form textarea {
    max-width: none;
  }
}
.formatted form select {
  max-width: 248px;
  line-height: 36px;
  -webkit-appearance: menulist-button;
}
@media (max-width: 459px) {
  .formatted form select {
    max-width: none;
  }
}
.formatted form select:focus {
  outline: none;
}
.formatted form span.required {
  float: right;
}
@media (max-width: 459px) {
  .formatted form span.required {
    float: none;
    margin-left: 5px;
  }
}
.formatted form abbr {
  font-size: 12px;
  line-height: 24px;
  margin-left: 10px;
}
.formatted form .captcha {
  overflow: hidden;
  width: 300px;
}
.formatted form .captcha img {
  margin-bottom: 5px;
}
.formatted form .field_name {
  font-size: 14px;
  line-height: 21px;
  color: #002e60;
  float: left;
  margin-top: 4px;
  text-align: left !important;
  padding: 8px 0;
}
@media (max-width: 459px) {
  .formatted form .field_name {
    float: none;
  }
}
.formatted form .field_contain {
  padding: 5px 0;
}
.formatted form .field_contain.has_radio,
.formatted form .field_contain.has_checkbox {
  padding: 5px 0 15px 0;
}
.formatted form input[name=security_code] {
  margin-top: 5px;
  margin-right: 300px;
}
@media (max-width: 459px) {
  .formatted form input[name=security_code] {
    margin-right: 0;
  }
}
.formatted form input[name=cms_form_submit] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  height: 33px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  outline: 0;
  width: auto;
  background: #007CC2;
  border: 1px solid #007CC2;
  color: #fff;
}
.ie7 .formatted form input[name=cms_form_submit] {
  display: inline;
  zoom: 1;
}
.formatted form input[name=cms_form_submit] input {
  position: absolute;
  left: -9999px;
}
.formatted form input[name=cms_form_submit] button {
  position: absolute;
  left: -9999px;
}
.lt-ie8 .formatted form input[name=cms_form_submit] input {
  position: fixed;
  left: -9999px;
}
.lt-ie8 .formatted form input[name=cms_form_submit] button {
  position: fixed;
  left: -9999px;
}
.formatted form input[name=cms_form_submit]:hover {
  text-decoration: none;
}
.formatted form input[name=cms_form_submit]:hover {
  border-color: #0e3a69;
  border-top-color: #627f9e;
  color: #fff;
  text-decoration: none;
}
.formatted form input[name=cms_form_submit]:active {
  border-color: #002043;
}
.formatted form input[type=checkbox],
.formatted form input[type=radio] {
  float: left;
}
.formatted form input[type=text]:focus,
.formatted form textarea:focus,
.formatted form select:focus {
  border: 1px solid orange;
  background: #FCF8D6;
}
.formatted form input.formError,
.formatted form select.formError,
.formatted form textarea.formError {
  background: #faeeee !important;
  border: 1px solid #eb8c8c !important;
}
.formatted form .radio_item,
.formatted form .checkbox_item {
  padding: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #002e60;
  padding-right: 40px;
}
.formatted form .radio_item > span,
.formatted form .checkbox_item > span {
  display: block;
  margin-left: 33px;
}
.formatted form select[id$=_d],
.formatted form select[id$=_m],
.formatted form select[id$=_y],
.formatted form #cc_exp_month,
.formatted form #cc_exp_year {
  width: 32%;
  max-width: 80px;
  margin-right: 1%;
  float: left;
}
@media (max-width: 459px) {
  .formatted form select[id$=_d],
  .formatted form select[id$=_m],
  .formatted form select[id$=_y],
  .formatted form #cc_exp_month,
  .formatted form #cc_exp_year {
    max-width: none;
  }
}
.formatted form .supporting {
  margin-bottom: 0px;
}
.formatted .form-row {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 14px 0;
  width: 100%;
  *zoom: 1;
}
.formatted .form-row:before,
.formatted .form-row:after {
  content: "";
  display: table;
}
.formatted .form-row:after {
  clear: both;
}
.ie6 .formatted .form-row,
.ie7 .formatted .form-row {
  zoom: 1;
}
.formatted .form-row .label {
  color: #002e60;
  float: left;
  line-height: 15px;
  overflow: hidden;
  padding: 8px 8px 8px 0;
  position: relative;
  text-align: right;
  width: 160px;
}
@media (max-width: 459px) {
  .formatted .form-row .label {
    float: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
}
.formatted .form-row .label label {
  display: inline-block;
}
.formatted .form-row .label .required-hint {
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 459px) {
  .formatted .form-row .label .required-hint {
    position: static;
    margin-left: 7px;
    display: inline-block;
  }
}
.formatted .form-row .field {
  margin-left: 170px;
  position: relative;
}
@media (max-width: 459px) {
  .formatted .form-row .field {
    margin-left: 0;
  }
}
.formatted .form-row .field textarea {
  line-height: 18px;
  padding: 5px 6px;
  min-height: 54px;
}
.formatted .form-row .field .input-password.validation-failed,
.formatted .form-row .field .input-text.validation-failed,
.formatted .form-row .field .input-ajaxsearch.validation-failed,
.formatted .form-row .field textarea.validation-failed,
.formatted .form-row .field select.validation-failed {
  background: #fbeded;
  border: 1px solid #dc8181;
}
.formatted .form-row .field .textonly-std {
  color: #002e60;
  display: block;
  padding-top: 8px;
}
.formatted .form-row .field .formError {
  background: none !important;
  border: 0 !important;
  margin-right: -30px;
}
.formatted .input-text.date-input {
  background: url('/img/icons/calendar.png') 6px 3px no-repeat !important;
  padding-left: 38px;
  width: 170px;
}
.formatted .input-text.date-input.validation-failed {
  background-color: #fbeded !important;
}
.formatted .form-row ol,
.formatted .form-row ul {
  margin: 0;
}
.formatted .form-row ol li,
.formatted .form-row ul li {
  background: none;
  padding: 0;
}
.formatted .required-desc {
  font-size: 10px;
}
.formatted .required-hint {
  color: #d45b5b;
  margin: 0px 5px;
}
.formatted .form-row .field {
  margin-left: 170px;
  position: relative;
}
@media (max-width: 459px) {
  .formatted .form-row .field {
    margin-left: 0;
  }
}
.formatted #required-note-row .field {
  margin-left: 0;
  font-size: 10px;
}
.formatted #required-note-row .field .required-hint {
  margin-left: 0;
}
.formatted .form-row .description {
  margin: 0px 0px 9px 160px;
  padding-top: 5px;
}
.formatted .form-row .help-text {
  color: #999;
  font-size: 11px;
  margin: 0 0 4px 170px;
}
.formatted .form-row .help-text p {
  margin: 0;
}
.formatted .kicker-text {
  font-size: 18px;
  line-height: 24px;
  color: #6682a0;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 15px 0 21px 0;
}
.formatted .primary-button,
.formatted .secondary-button,
.formatted .secondary-w-icon {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  height: 33px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  outline: 0;
  width: auto;
}
.ie7 .formatted .primary-button,
.ie7 .formatted .secondary-button,
.ie7 .formatted .secondary-w-icon {
  display: inline;
  zoom: 1;
}
.formatted .primary-button input,
.formatted .secondary-button input,
.formatted .secondary-w-icon input {
  position: absolute;
  left: -9999px;
}
.formatted .primary-button button,
.formatted .secondary-button button,
.formatted .secondary-w-icon button {
  position: absolute;
  left: -9999px;
}
.lt-ie8 .formatted .primary-button input,
.lt-ie8 .formatted .secondary-button input,
.lt-ie8 .formatted .secondary-w-icon input {
  position: fixed;
  left: -9999px;
}
.lt-ie8 .formatted .primary-button button,
.lt-ie8 .formatted .secondary-button button,
.lt-ie8 .formatted .secondary-w-icon button {
  position: fixed;
  left: -9999px;
}
.formatted .primary-button:hover,
.formatted .secondary-button:hover,
.formatted .secondary-w-icon:hover {
  text-decoration: none;
}
.formatted .primary-button {
  background: #007CC2;
  border: 1px solid #007CC2;
  color: #fff;
}
.formatted .primary-button:hover {
  border-color: #0e3a69;
  border-top-color: #627f9e;
  color: #fff;
  text-decoration: none;
}
.formatted .primary-button:active {
  border-color: #002043;
}
.formatted .secondary-button,
.formatted .secondary-w-icon {
  background-image: url('/img/backgrounds/button-bg.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-repeat: repeat-x;
  border: 1px solid #b2c0cf;
  color: #335880 !important;
}
.formatted .secondary-button:hover,
.formatted .secondary-w-icon:hover {
  background-position: 0px -60px;
}
.formatted .secondary-button:active,
.formatted .secondary-w-icon:active {
  background-position: 0px -130px;
  background: #E2E7EE;
  -webkit-box-shadow: inset 0px 0px 8px #a3b2c5;
  -moz-box-shadow: inset 0px 0px 8px #a3b2c5;
  box-shadow: inset 0px 0px 8px #a3b2c5;
}
.formatted .secondary-w-icon {
  text-align: left;
  padding-right: 40px;
  position: relative;
}
.formatted .secondary-w-icon span {
  position: absolute;
  top: 4px;
  right: 7px;
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1050px;
  display: block;
  height: 25px;
  width: 25px;
}
.formatted .secondary-w-icon:hover span {
  background-position: -40px -1050px;
}
.formatted .secondary-w-icon:active span {
  background-position: -80px -1050px;
}
.link-button {
  background: #007CC2;
  border: 1px solid #007CC2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  color: #fff;
  height: 33px;
  padding: 7px 13px;
  outline: 0;
  text-align: center;
}
.link-button:visited {
  color: #fff;
}
.link-button:hover {
  color: #fff;
  border-color: #0e3a69;
  border-top-color: #627f9e;
  background-position: 0px -270px;
  text-decoration: none;
}
.link-button:active {
  color: #fff;
  border-color: #002043;
  background-position: 0px -340px;
  outline: 0;
  text-decoration: none;
}
.link-button:focus {
  outline: 0;
}
.lt-ie8 select {
  position: relative;
  top: 10px;
}
/* ================================================================================
	Form validation style guide 
	=============================================================================== */
.validation-msg {
  display: none;
  margin-bottom: 20px;
  padding: 13px 30px 13px 47px;
}
.validation-msg p {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
.validation-msg ul {
  margin: 0 0 0 25px !important;
  padding: 0px;
}
.validation-msg ul li {
  background: none;
  list-style: disc;
  padding: 0px;
}
.validation-msg.success {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #83d10c;
  background: #f1faee;
  display: block;
  background-image: url('/img/validation-sprite.png');
  background-repeat: no-repeat;
  background-position: 10px -730px;
}
.validation-msg.error {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f4b6b6;
  background: #faeeee;
  display: block;
  background-image: url('/img/validation-sprite.png');
  background-repeat: no-repeat;
  background-position: 10px 13px;
}
.validation-msg.error p {
  color: #333;
}
.login {
  margin: 0 auto;
  width: 522px;
}
/* =Listings
        ------------------------------------------------- */
/* @group Default Listing
<ul class="listing">
	<li class="item">
		<a class="figure"><img /></a>
		<h3 class="title"></h3>
		<p class="summary"></p>
	</li>
</ul> */
.formatted .listing {
  margin: 15px 0 20px 0;
}
.formatted .listing > .item {
  background: none;
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0px 0  23px 0;
}
.formatted .listing > .item:before,
.formatted .listing > .item:after {
  content: "";
  display: table;
}
.formatted .listing > .item:after {
  clear: both;
}
.ie6 .formatted .listing > .item,
.ie7 .formatted .listing > .item {
  zoom: 1;
}
.formatted .listing > .item .title {
  font-size: 18px;
  line-height: 21px;
  color: #0063be;
  margin-bottom: 10px;
}
.formatted .listing > .item .summary {
  font-size: 12px;
  line-height: 24px;
  color: #1d3642;
  margin-bottom: 0;
}
.formatted .listing > .item .location {
  font-size: 12px;
  line-height: 24px;
  color: #1d3642;
  font-weight: bold;
  margin-bottom: 5px;
}
.formatted .listing > .item + .item {
  border-top: 1px solid #b2c0cf;
  padding: 24px 0  23px 0;
}
.formatted .listing > .item .figure {
  float: left;
  height: 102px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  width: 153px;
}
.formatted .listing > .item .figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: inherit;
  left: inherit;
  z-index: 100;
}
.formatted .listing > .item .figure span {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 900;
}
.formatted .listing > .item .figure span:hover {
  cursor: hand;
}
.formatted .listing > .item .figure span.video {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: 45px -910px;
}
.formatted .listing > .item .figure span.video:hover {
  background-position: -75px -910px;
}
.formatted .listing > .item .figure span.video:active {
  background-position: -195px -910px;
}
.ie7 .listing > .item {
  display: inline-block;
}
/* @end */
/* @group Documents Listing 
<ul class="listing id="documents-listing">
	<li class="item">
		<h3 class="title"></h3>
		<dl class="metadata">
			<dt></dt>
			<dd></dd>
		</dl>
		<p class="summary"></p>
	</li>
</ul>
*/
.listing-header {
  border-bottom: 3px solid #cdd2d5;
  border-left: 5px solid  #fff;
  font-size: 18px;
  line-height: 21px;
  color: #4f626c;
  margin-bottom: 0 !important;
  padding-bottom: 10px;
}
#document-listing {
  *zoom: 1;
}
#document-listing:before,
#document-listing:after {
  content: "";
  display: table;
}
#document-listing:after {
  clear: both;
}
.ie6 #document-listing,
.ie7 #document-listing {
  zoom: 1;
}
#document-listing > .item {
  list-style: none;
  padding: 0 7px 0 5px;
  margin: 0;
  float: left;
  width: 714px;
}
#document-listing > .item + .item {
  border-top: 1px solid #e5e8ea;
}
#document-listing > .item > .title {
  color: #0063be;
  float: left;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  padding: 12px 0 12px 0;
  margin: 0 15px 0 0;
  width: 540px;
}
#document-listing > .item > time {
  width: 70px;
}
#document-listing > .item > time,
#document-listing > .item > span {
  float: left;
  font-size: 12px;
  line-height: 42px;
  color: #002e60;
  height: 42px;
}
#document-listing > .item > .doctype {
  display: block;
  height: 18px;
  margin: 13px 12px 0;
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -120px -440px;
  text-indent: -9999px;
  width: 18px;
}
#document-listing .alt-1 {
  background: #f2f4f7;
}
#document-listing > .doc > .doctype,
#document-listing > .docx > .doctype {
  background-position: -60px -480px;
}
#document-listing > .pdf > .doctype {
  background-position: -60px -440px;
}
#document-listing > .xls > .doctype,
#document-listing > .xlsx > .doctype {
  background-position: 0px -480px;
}
#document-listing > .ppt > .doctype {
  background-position: 0px -440px;
}
#document-listing > .zip > .doctype {
  background-position: -60px -520px;
}
#document-listing > .img > .doctype {
  background-position: 0px -520px;
}
/* @group Events Listing
<ol class="listing" id="events-listing">
	<li class="item">
		<abbr class="datestamp" title="<DATE FORMAT="c">">
			<span class="month">Sep</span> 
			<span class="day">30</span>
		</abbr>
		<h3 class="title"></h3>
		<p class="summary"></p>
	</li>
</ol> */
#datestamp-listing > .item > .datestamp {
  background-color: #cdd5df;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#cdd5df));
  /* Konqueror */
  background-image: -moz-linear-gradient(#ffffff, #cdd5df);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#ffffff, #cdd5df);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cdd5df));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#ffffff, #cdd5df);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#ffffff, #cdd5df);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #ffffff 0%, #cdd5df 100%);
  /* IE10+ */
  background-image: linear-gradient(#ffffff, #cdd5df);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cdd5df', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cdd5df', GradientType=0)";
  /* IE8+ */
  border: 1px solid #b2c0cf;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-right: 20px;
  overflow: hidden;
  width: 79px;
}
@media (max-width: 459px) {
  #datestamp-listing > .item > .datestamp {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
#datestamp-listing > .item > .datestamp span {
  display: block;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
@media (max-width: 459px) {
  #datestamp-listing > .item > .datestamp span {
    display: inline-block;
    width: 32%;
    vertical-align: middle;
    box-sizing: border-box;
  }
}
#datestamp-listing > .item > .datestamp > .day {
  color: #002e60;
  font-size: 40px;
  line-height: 41px;
}
#datestamp-listing > .item > .datestamp > .month {
  background-color: #349694;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#66afae), to(#349694));
  /* Konqueror */
  background-image: -moz-linear-gradient(#66afae, #349694);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#66afae, #349694);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66afae), color-stop(100%, #349694));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#66afae, #349694);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#66afae, #349694);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #66afae 0%, #349694 100%);
  /* IE10+ */
  background-image: linear-gradient(#66afae, #349694);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66afae', endColorstr='#349694', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66afae', endColorstr='#349694', GradientType=0)";
  /* IE8+ */
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 459px) {
  #datestamp-listing > .item > .datestamp > .month {
    line-height: 41px;
  }
}
#datestamp-listing > .item > .datestamp > .year {
  color: #4c6c8f;
  font-size: 20px;
  line-height: 27px;
}
#datestamp-listing > .item > .title {
  line-height: 20px;
}
/* @group Grid Listing */
#grid-listing,
#wide-grid-listing {
  overflow: hidden;
  width: 100%;
}
#grid-listing > .item,
#wide-grid-listing > .item {
  border: 1px solid #b2c0cf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  clear: none;
  display: block;
  float: left;
  margin: 1%;
  padding: 14px 14px 18px;
  width: 48%;
  box-sizing: border-box;
  background-color: #f2f4f7;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f4f7));
  /* Konqueror */
  background-image: -moz-linear-gradient(#ffffff, #f2f4f7);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#ffffff, #f2f4f7);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f4f7));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#ffffff, #f2f4f7);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#ffffff, #f2f4f7);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f2f4f7 100%);
  /* IE10+ */
  background-image: linear-gradient(#ffffff, #f2f4f7);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f4f7', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f4f7', GradientType=0)";
  /* IE8+ */
}
@media (max-width: 1007px) {
  #grid-listing > .item,
  #wide-grid-listing > .item {
    width: 98%;
  }
}
@media (max-width: 767px) {
  #grid-listing > .item,
  #wide-grid-listing > .item {
    width: 48%;
  }
}
@media (max-width: 660px) {
  #grid-listing > .item,
  #wide-grid-listing > .item {
    width: 98%;
  }
}
#primary.full #grid-listing > .item,
#primary.full #wide-grid-listing > .item {
  width: 31%;
}
@media (max-width: 1007px) {
  #primary.full #grid-listing > .item,
  #primary.full #wide-grid-listing > .item {
    width: 48%;
  }
}
@media (max-width: 660px) {
  #primary.full #grid-listing > .item,
  #primary.full #wide-grid-listing > .item {
    width: 98%;
  }
}
#grid-listing > .item > h3.title,
#wide-grid-listing > .item > h3.title {
  height: 21px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#grid-listing > .item > .figure,
#wide-grid-listing > .item > .figure {
  border: 1px solid #b2c0cf;
  display: block;
  float: none;
  height: 123px;
  margin: 0;
  width: 274px;
}
#grid-listing > .item > .figure:hover,
#wide-grid-listing > .item > .figure:hover {
  border: 1px solid #007A78;
}
#grid-listing > .item > .summary,
#wide-grid-listing > .item > .summary {
  margin: 15px 0;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#grid-listing > .item > h3.title + .summary,
#wide-grid-listing > .item > h3.title + .summary {
  height: 190px;
}
@media (max-width: 660px) {
  #grid-listing > .item > h3.title + .summary,
  #wide-grid-listing > .item > h3.title + .summary {
    height: auto;
  }
}
#grid-listing > .item > .cta,
#wide-grid-listing > .item > .cta {
  width: 100%;
  box-sizing: border-box;
  color: #007CC2 !important;
}
#wide-grid-listing > .item {
  margin-left: 0;
  margin-right: 29px;
  width: 100%;
}
#primary.full #wide-grid-listing > .item.column-1 {
  margin-right: 0;
}
#wide-grid-listing > .item > h3.title + .summary {
  height: 75px;
}
#wide-grid-listing > .item > .cta {
  float: right;
  width: 145px;
}
/* @end */
/* @group News Listing
<ol class="listing">
	<li class="item">
		<a class="figure"><img /></a>
		<h3 class="title"></h3>
		<abbr class="meta"></abbr>
		<p class="summary"></p>
	</li>
</ol> */
#news-listing > .item > .title {
  line-height: 21px;
  margin-bottom: 0;
}
#news-listing > .item > .meta {
  display: block;
  font-size: 12px;
  line-height: 21px;
  color: #4f626c;
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
}
/* @end */
/* @group Video Listing
<ul class="listing" id="video-listing">
	<li class="item">
		<a class="figure">
			<img />
			<span class="icon"></span>
		</a>
		<h3 class="title"></h3>
		<p class="summary"></p>
	</li>
</ul> */
#video-listing > .item > .figure {
  position: relative;
}
#video-listing > .item > .figure img {
  display: block;
}
#video-listing > .item > .figure .icon {
  background: url('/img/icons/icon-video-60x60.png');
  cursor: pointer;
  display: block;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  position: absolute;
  top: 50%;
  width: 60px;
}
#video-listing > .item .title {
  line-height: 20px;
}
/* =Accordion Listing 
------------------------------------------------------------------------ */
.accordion-listing article {
  border: 1px solid #d7d7d7;
  border-bottom: 0;
  overflow: hidden;
}
.accordion-listing article:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.accordion-listing article:first-child span {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.accordion-listing article:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.accordion-listing article:last-child span {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
  border-bottom: 1px solid #036974;
}
.accordion-listing article + article {
  border-top: 0;
}
.accordion-listing article > div {
  padding: 15px 15px 0 15px;
  position: relative !important;
  border-bottom: 1px solid #d7d7d7;
}
.accordion-listing header {
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
  padding-left: 10px;
  background-color: #f2f2f2;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  /* Konqueror */
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#ffffff, #f2f2f2);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#ffffff, #f2f2f2);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* IE10+ */
  background-image: linear-gradient(#ffffff, #f2f2f2);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0)";
  /* IE8+ */
  overflow: hidden;
  outline: none;
  position: relative;
}
.accordion-listing header > h3 {
  color: #002e60;
  margin-bottom: 0;
  line-height: 29px;
  position: relative;
  padding: 6px 50px 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.accordion-listing header span {
  border-bottom: 1px solid #04535c;
  cursor: pointer;
  display: block;
  height: 41px;
  float: right;
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1150px;
  position: absolute;
  right: 0;
  width: 42px;
}
.accordion-listing header .expand {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1150px;
}
.accordion-listing header .collapse {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1090px;
}
.accordion-listing header:hover span.expand {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -70px -1150px;
}
.accordion-listing header:hover span.collapse {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -70px -1090px;
}
.accordion-listing header:active span.expand {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -70px -1150px;
}
.accordion-listing header:active span.collapse {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -70px -1090px;
}
.accordion-listing div {
  *zoom: 1;
}
.accordion-listing div:before,
.accordion-listing div:after {
  content: "";
  display: table;
}
.accordion-listing div:after {
  clear: both;
}
.ie6 .accordion-listing div,
.ie7 .accordion-listing div {
  zoom: 1;
}
.accordion-listing div .accordion-inner-content {
  float: left;
  width: 100%;
}
/* =Secondary
	----------------------------------------------------- */
#secondary {
  font-size: 12px;
  float: left;
  width: 222px;
  position: relative;
  left: -756px;
  margin: 0 15px;
}
@media (max-width: 1007px) {
  #secondary {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
    max-width: 1008px;
    box-sizing: border-box;
    position: relative;
    left: -66.66666667%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #secondary {
    width: 100%;
    position: relative;
    left: 0%;
  }
}
#secondary h2 {
  border-bottom: 3px solid #cdd2d5;
  color: #04202e;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 39px;
}
.btn-ctoc {
  display: none;
  background: #efefef;
  border: 1px solid #b2c0cf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 3px;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  color: #002e60;
  padding: 6px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .btn-ctoc {
    display: block;
  }
}
.btn-ctoc:before {
  content: 'In this section...';
}
.btn-ctoc:after {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid #002e60;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -60%) rotate(135deg);
  -moz-transform: translate(0, -60%) rotate(135deg);
  -ms-transform: translate(0, -60%) rotate(135deg);
  -o-transform: translate(0, -60%) rotate(135deg);
  -webkit-transition: transform 250ms ease-in;
  -moz-transition: transform 250ms ease-in;
  transition: transform 250ms ease-in;
}
.btn-ctoc.closed:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
}
#ctoc2 {
  overflow: hidden;
}
@media (min-width: 762px) {
  #ctoc2 {
    display: block !important;
  }
}
#ctoc2 li {
  background: #efefef;
  border: 1px solid #b2c0cf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 21px;
  margin-bottom: 3px;
  padding: 3px 0 2px 7px;
}
#ctoc2 li a {
  background: url('/img/icons/arrow-99abbf.png') 7px 7px no-repeat;
  color: #4c6c8f;
  display: block;
  font-size: 12px;
  padding: 3px 7px 2px 29px;
}
#ctoc2 li.ctoc_current > a,
#ctoc2 li.ctoc_active > a {
  background: url('/img/icons/arrow-white-blue.png') 0 3px no-repeat;
  color: #002e60;
}
#ctoc2 li ul {
  padding-top: 7px;
}
#ctoc2 li ul li {
  border: 0;
  padding: 0;
}
#ctoc2 li ul li a {
  background: url('/img/icons/arrow-99abbf-small.png') 7px 6px no-repeat;
  font-size: 11px;
  padding: 0 7px 0 24px;
}
#ctoc2 li ul li.ctoc_current > a,
#ctoc2 li ul li.ctoc_active > a {
  background: url('/img/icons/arrow-002e60-small.png') 7px 6px no-repeat;
}
#ctoc2 li ul li li {
  padding-left: 17px;
}
/* =Footer
	--------------------------------------------------------- */
footer[role=contentinfo] {
  background: #fff url('/img/footer/mosaic.jpg') 50% 0 repeat-x;
  font-size: 12px;
  line-height: 24px;
  padding: 35px 0 0;
}
@media (max-width: 1007px) {
  footer[role=contentinfo] .inner {
    width: 100%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
footer[role=contentinfo] h3 {
  color: #002e60;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 18px;
}
footer[role=contentinfo] #directory > .inner {
  padding-bottom: 38px;
}
@media (max-width: 1007px) {
  footer[role=contentinfo] .follow-us {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  footer[role=contentinfo] .follow-us {
    width: 100%;
  }
}
footer[role=contentinfo] .follow-us blockquote {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -20px -120px;
  color: #335880;
  font-size: 12px;
  height: 100px;
  margin-bottom: 5px;
  padding: 15px 15px 30px 15px;
  width: 193px;
  overflow: hidden;
}
footer[role=contentinfo] .follow-us blockquote p {
  display: block;
  height: 100px;
  overflow: hidden;
  width: 193px;
}
footer[role=contentinfo] .follow-us #follow-twitter {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -280px;
  color: #002e60;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 42px 0 11px;
  width: 169px;
}
footer[role=contentinfo] .follow-us #follow-twitter:hover {
  background-position: -240px -280px;
  text-decoration: none;
}
footer[role=contentinfo] .follow-us #follow-twitter:active {
  background-position: -490px -280px;
  text-decoration: none;
}
footer[role=contentinfo] .follow-us .social {
  width: 28px;
  height: 28px;
  display: inline-block;
  padding-right: 5px;
}
footer[role=contentinfo] .follow-us .social img {
  width: 100%;
  height: 100%;
}
footer[role=contentinfo] .follow-us ul {
  margin-top: 16px;
  overflow: hidden;
}
footer[role=contentinfo] .follow-us ul li {
  background: url('/img/icons/arrow-99abbf.png') 0 6px no-repeat;
  float: left;
  padding-left: 18px;
  width: 100%;
  margin-bottom: 5px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  footer[role=contentinfo] .follow-us ul li {
    max-width: none;
  }
}
@media (max-width: 459px) {
  footer[role=contentinfo] .follow-us ul li {
    width: 100%;
  }
}
footer[role=contentinfo] .follow-us ul li a {
  color: #4c6c8f;
  text-decoration: none;
  outline: none;
}
footer[role=contentinfo] .follow-us ul li a:hover {
  text-decoration: underline;
}
footer[role=contentinfo] .follow-us ul li a:focus {
  outline: none;
}
footer[role=contentinfo] .quick-links {
  float: left;
  margin: 0 15px;
  width: 390px;
}
@media (max-width: 1007px) {
  footer[role=contentinfo] .quick-links {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  footer[role=contentinfo] .quick-links {
    width: 100%;
    margin-top: 40px;
  }
}
footer[role=contentinfo] .quick-links h3 {
  margin-bottom: 13px;
}
footer[role=contentinfo] .quick-links ul {
  margin-top: 16px;
  overflow: hidden;
}
footer[role=contentinfo] .quick-links ul li {
  background: url('/img/icons/arrow-99abbf.png') 0 6px no-repeat;
  float: left;
  padding-left: 18px;
  width: 50%;
  max-width: 200px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  footer[role=contentinfo] .quick-links ul li {
    max-width: none;
  }
}
@media (max-width: 459px) {
  footer[role=contentinfo] .quick-links ul li {
    width: 100%;
  }
}
footer[role=contentinfo] .quick-links ul li a {
  color: #4c6c8f;
  text-decoration: none;
  outline: none;
}
footer[role=contentinfo] .quick-links ul li a:hover {
  text-decoration: underline;
}
footer[role=contentinfo] .quick-links ul li a:focus {
  outline: none;
}
footer[role=contentinfo] .contact {
  float: left;
  margin: 0 15px;
  width: 306px;
  margin-right: 0;
}
@media (max-width: 1007px) {
  footer[role=contentinfo] .contact {
    width: 100%;
    margin: 0;
    margin-top: 40px;
  }
}
footer[role=contentinfo] .contact p {
  color: #002e60;
  font-weight: bold;
  margin-top: 9px;
}
footer[role=contentinfo] .contact dl {
  color: #002e60;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}
footer[role=contentinfo] .contact dl + dl {
  display: none;
}
footer[role=contentinfo] .contact dl dt {
  clear: left;
  float: left;
  font-weight: bold;
  margin: 0 15px 9px 0;
  width: 55px;
}
footer[role=contentinfo] .contact dl dd {
  *zoom: 1;
}
footer[role=contentinfo] .contact dl dd:before,
footer[role=contentinfo] .contact dl dd:after {
  content: "";
  display: table;
}
footer[role=contentinfo] .contact dl dd:after {
  clear: both;
}
.ie6 footer[role=contentinfo] .contact dl dd,
.ie7 footer[role=contentinfo] .contact dl dd {
  zoom: 1;
}
footer[role=contentinfo] .contact dl a {
  color: #002e60;
  text-decoration: underline;
}
footer[role=contentinfo] .contact dl a:hover {
  text-decoration: none;
}
footer[role=contentinfo] .contact .link-button {
  background: #4e2582;
  border-color: #4e2582;
}
footer[role=contentinfo] #credits {
  background: #007CC2;
  font-family: Arial, Helvetica, sans-serif;
}
footer[role=contentinfo] #credits > .container {
  color: #ffffff;
  overflow: hidden;
  padding: 19px 0;
}
footer[role=contentinfo] #credits > .container #copyright {
  float: left;
  line-height: 18px;
  margin-top: 5px;
  margin-left: 15px;
  width: 252px;
}
footer[role=contentinfo] #credits > .container #group {
  float: left;
  margin-right: 71px;
  text-align: center;
  width: 100%;
  max-width: 508px;
}
@media (max-width: 1007px) {
  footer[role=contentinfo] #credits > .container #group {
    margin: 0;
    text-align: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
footer[role=contentinfo] #credits > .container #group img {
  margin-top: 10px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1007px) {
  footer[role=contentinfo] #credits > .container ul {
    clear: both;
    width: 100%;
    padding: 0 15px;
  }
}
footer[role=contentinfo] #credits > .container ul li {
  line-height: 48px;
  background: url(/img/footer/seperator.gif) right center no-repeat;
  float: left;
  padding-right: 20px;
  text-align: right;
}
footer[role=contentinfo] #credits > .container ul li + li {
  background: none;
  padding-left: 20px;
  border-right: 0;
}
footer[role=contentinfo] #credits > .container a {
  color: #ffffff;
  text-decoration: underline;
}
footer[role=contentinfo] #credits > .container a:hover {
  text-decoration: none;
}
/* ==========================================================================
    Location
   ========================================================================== */
.location #primary {
  position: relative;
}
.location #legend {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .location #legend {
    position: static;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-left: 0;
  }
}
.location #legend li {
  background: none;
  float: left;
  margin-left: 17px;
  padding-left: 30px;
  line-height: 19px;
}
.location #legend li.bulk {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -780px -690px;
}
.location #legend li.private {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -780px -650px;
}
.location #legend li.women {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -780px -730px;
}
.location #map-wrapper {
  border: 15px solid #ccd5df;
  height: 528px;
  margin-bottom: 28px;
  position: relative;
}
@media (max-width: 767px) {
  .location #map-wrapper {
    height: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.location #map-wrapper #map-canvas {
  height: 528px;
  float: left;
  width: 627px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .location #map-wrapper #map-canvas {
    width: 100%;
    min-height: 300px;
    height: auto;
    max-height: 400px;
  }
  .location #map-wrapper #map-canvas:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
}
.location #map-wrapper #locations {
  overflow-y: scroll;
  overflow-x: visible;
  padding-left: 0;
  position: absolute;
  right: 0;
  height: 528px;
  margin: 0;
  width: 321px;
  z-index: 10000;
}
@media (max-width: 767px) {
  .location #map-wrapper #locations {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
  }
}
.location #map-wrapper #locations li {
  background: url('/img/backgrounds/location.png');
  border-bottom: 1px solid #b2c0cf;
  -webkit-box-shadow: -18px 0px 10px -28px #113c6a;
  -moz-box-shadow: -18px 0px 10px -28px #113c6a;
  box-shadow: -18px 0px 10px -28px #113c6a;
  cursor: pointer;
  display: block;
  float: left;
  height: 65px;
  margin-top: 0;
  padding: 0 8px 0 0;
  position: relative;
  overflow: visible;
  width: 296px;
}
@media (max-width: 767px) {
  .location #map-wrapper #locations li {
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #b2c0cf;
  }
}
@media (max-width: 650px) {
  .location #map-wrapper #locations li {
    width: 100%;
  }
}
.location #map-wrapper #locations li .number {
  background: #ffffff;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  border: 4px solid #7f96af;
  color: #4c6c8f;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  float: left;
  margin: 12px 0 0 10px;
  width: 32px;
  height: 32px;
  text-align: center;
}
.location #map-wrapper #locations li h5 {
  margin: 0;
  height: 18px;
  margin-top: 16px;
  margin-left: 60px;
  overflow: hidden;
  min-width: 100px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lt-ie8 .location #map-wrapper #locations li h5 {
  margin-top: 16px;
}
.location #map-wrapper #locations li p {
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  margin: 0;
  margin-left: 60px;
  min-width: 100px;
  top: 16px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.location #map-wrapper #locations li .icons {
  height: 19px;
  text-align: center;
  min-width: 63px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media (max-width: 370px) {
  .location #map-wrapper #locations li .icons {
    display: none;
  }
}
.location #map-wrapper #locations li i {
  display: inline-block;
  width: 19px;
  height: 19px;
}
.location #map-wrapper #locations li i + i {
  margin-left: 0px;
}
.lt-ie8 .location #map-wrapper #locations li i + i {
  margin-left: 3px;
}
.location #map-wrapper #locations li i.bulk {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -780px -690px;
}
.location #map-wrapper #locations li i.private {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -780px -650px;
}
.location #map-wrapper #locations li i.women {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -780px -730px;
}
.location #map-wrapper #locations li.selected {
  background: url('/img/backgrounds/selected-location.png');
}
.location #map-wrapper #locations li.selected h5,
.location #map-wrapper #locations li.selected p {
  color: white;
}
.location #map-wrapper #locations li.selected .arrow {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -770px -760px;
  position: absolute;
  float: left;
  display: block;
  top: 0;
  left: -28px;
  width: 28px;
  height: 65px;
}
@media (max-width: 767px) {
  .location #map-wrapper #locations li.selected .arrow {
    display: none;
  }
}
.location .location-info {
  display: none;
}
.location .location-info .subject {
  color: #002e60;
  font-weight: bold;
  width: 115px;
}
.location .location-info .data {
  width: 863px;
}
.location .location-info .fax,
.location .location-info .email,
.location .location-info .phone,
.location .location-info .address {
  padding-left: 30px;
  width: 85px;
}
.location .location-info .fax {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -780px -957px;
}
.location .location-info .email {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -780px -914px;
}
.location .location-info .phone {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -780px -877px;
}
.location .location-info .phone-data {
  width: 450px;
}
.location .location-info .address {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -780px -838px;
}
.location .location-info table {
  border-collapse: collapse;
  width: 978px;
}
.location .location-info table tr {
  border-bottom: 1px solid #b2c0cf;
}
.location .location-info table tr:last-child {
  border-bottom: 2px solid #b2c0cf;
}
.location .location-info table tr td {
  color: #002e60;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  display: block;
  line-height: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.location .location-info table tr td p {
  line-height: 18px;
  margin-bottom: 0px;
}
.lt-ie8 .location .location-info table tr td {
  border-bottom: 1px solid #b2c0cf;
}
.location .location-info h2 {
  margin-bottom: 12px;
}
.location .location-info ul {
  overflow: hidden;
  width: 836px;
}
.location .location-info ul li {
  color: #002e60;
  background-image: url('/img/icons/ul-list-style.png');
  background-repeat: no-repeat;
  background-position: 0px 8px;
  float: left;
  line-height: 30px;
  padding-left: 30px;
  width: 255px;
}
/* ==========================================================================
    Home.
   ========================================================================== */
#home {
  background: #f2f4f7;
  /* =Header
	--------------------------------------------------------- */
  /* =Hero
	--------------------------------------------------------- */
  /* =Content
	----------------------------------------------------- */
  /* =Primary
	----------------------------------------------------- */
}
#home .hero {
  background: url('/img/hero/home-hero-mosaic.jpg');
  border-bottom: 1px solid #fff;
  height: auto;
  position: relative;
  overflow: hidden;
}
#home .hero .pos-rel {
  position: relative;
}
#home .hero img {
  border-width: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  height: 100%;
}
@media (max-width: 767px) {
  #home .hero img {
    min-height: 200px;
    height: auto;
    min-width: 600px;
    max-width: 100%;
  }
}
#home .hero .caroufredsel_wrapper article figure + figure {
  display: block;
}
#home .hero article figure {
  float: left;
  position: relative;
  width: 100%;
  max-width: 1008px;
  height: 336px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #home .hero article figure {
    height: auto;
    background: url('/img/backgrounds/hero-caption.png') 0 0 repeat;
  }
}
#home .hero article figure:before {
  content: '';
  display: none;
  padding-top: 33.33%;
  box-sizing: border-box;
  min-height: 200px;
}
@media (max-width: 767px) {
  #home .hero article figure:before {
    display: block;
  }
}
#home .hero article figure + figure {
  display: none;
}
#home .hero article figure figcaption {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -620px;
  height: 250px;
  position: absolute;
  right: 30px;
  overflow: hidden;
  text-align: center;
  top: 22px;
  width: 250px;
  z-index: 100;
}
@media (max-width: 767px) {
  #home .hero article figure figcaption {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    background: none;
    padding: 15px;
    box-sizing: border-box;
  }
}
#home .hero article figure figcaption h2,
#home .hero article figure figcaption p {
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
  font-weight: normal;
  position: relative;
  width: 240px;
}
#home .hero article figure figcaption h2 {
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  height: 60px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  top: 48px;
  width: 220px;
}
@media (max-width: 767px) {
  #home .hero article figure figcaption h2 {
    width: auto;
    height: auto;
    position: static;
  }
}
#home .hero article figure figcaption p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  height: 48px;
  overflow: hidden;
  top: 56px;
}
@media (max-width: 767px) {
  #home .hero article figure figcaption p {
    width: auto;
    height: auto;
    position: static;
    margin-bottom: 10px;
  }
}
#home .hero article figure figcaption a {
  position: relative;
  top: 73px;
}
@media (max-width: 767px) {
  #home .hero article figure figcaption a {
    position: static;
  }
}
#home .hero #hero-pagination {
  bottom: 20px;
  cursor: pointer;
  left: 20px;
  position: absolute;
  z-index: 100;
}
@media (max-width: 767px) {
  #home .hero #hero-pagination {
    display: none !important;
  }
}
#home .hero #hero-pagination span {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -280px -640px;
  display: block;
  float: left;
  height: 19px;
  margin-right: 12px;
  width: 19px;
}
#home .hero #hero-pagination span.selected,
#home .hero #hero-pagination span:hover {
  background-position: -280px -680px;
}
#home #content {
  padding-top: 40px;
}
@media (max-width: 1007px) {
  #home .tiles {
    width: 32%;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #home .tiles + .tiles {
    margin-left: 2%;
  }
}
@media (max-width: 767px) {
  #home .tiles {
    width: 49%;
  }
}
@media (max-width: 550px) {
  #home .tiles {
    width: 100%;
    float: none;
    padding-top: 1px;
  }
  #home .tiles + .tiles {
    margin: 15px 0;
  }
}
#home .tiles h3 {
  color: white;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
  margin-top: 21px;
  margin-left: 15px;
  margin-bottom: 15px;
}
#home .tiles ul > li {
  background-image: url('/img/backgrounds/button-bg.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-repeat: repeat-x;
  border: 1px solid #244b76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
  height: 33px;
  line-height: 33px;
  width: 260px;
  margin: 0 auto;
  margin-bottom: 7px;
  padding-left: 15px;
  outline: none;
  overflow: hidden;
}
@media (max-width: 1007px) {
  #home .tiles ul > li {
    width: 100%;
    box-sizing: border-box;
  }
}
#home .tiles ul > li:hover {
  background-position: 0px -60px;
}
#home .tiles ul > li:active {
  background: #E2E7EE;
  -webkit-box-shadow: inset 0px 0px 8px #a3b2c5;
  -moz-box-shadow: inset 0px 0px 8px #a3b2c5;
  box-shadow: inset 0px 0px 8px #a3b2c5;
}
#home .tiles ul > li a {
  font-size: 14px;
  line-height: 33px;
  color: #335880;
  height: 33px;
  text-decoration: none;
  width: 260px;
  display: block;
}
#home .tiles ul > li a:hover {
  color: #335880;
  outline: none;
  text-decoration: none;
}
#home .tiles ul > li a:active {
  color: #335880;
  outline: none;
  text-decoration: none;
}
#home .tiles ul > li a:visited {
  color: #335880;
  outline: none;
  text-decoration: none;
}
#home #feature {
  background-color: #fff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e5eaef), to(#fff));
  /* Konqueror */
  background-image: -moz-linear-gradient(#e5eaef, #fff);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#e5eaef, #fff);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5eaef), color-stop(100%, #fff));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#e5eaef, #fff);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#e5eaef, #fff);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #e5eaef 0%, #fff 100%);
  /* IE10+ */
  background-image: linear-gradient(#e5eaef, #fff);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5eaef', endColorstr='#fff', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5eaef', endColorstr='#fff', GradientType=0)";
  /* IE8+ */
  padding-top: 40px;
}
#home #feature > div {
  position: relative;
}
.lt-ie8 #home #feature {
  background: #fff url('/img/backgrounds/home-feature-bg.jpg') repeat-x;
  -ms-filter: none;
  filter: none;
}
#home #feature #home-about {
  background: url('/img/woman-updated.png') no-repeat right bottom;
  min-height: 260px;
  width: 510px;
  padding-right: 150px;
  padding-bottom: 15px;
}
@media (max-width: 1007px) {
  #home #feature #home-about {
    box-sizing: border-box;
    width: 68%;
    margin: 0;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  #home #feature #home-about {
    width: 100%;
  }
}
@media (max-width: 459px) {
  #home #feature #home-about {
    background-image: none;
    padding-right: 15px;
  }
}
#home #feature #home-about h2 {
  font-size: 24px;
  line-height: 28px;
  color: #002e60;
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
}
#home #feature #home-about > p {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #002e60;
  margin-bottom: 20px;
  width: 100%;
}
#home #feature #home-about > p.summary {
  font-size: 18px;
  line-height: 24px;
  color: #6682a0;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 15px 0;
}
#home #feature #more-info {
  background: #335880;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-height: 317px;
  position: absolute;
  top: -84px;
  right: 0;
  z-index: 1000;
}
@media (max-width: 1007px) {
  #home #feature #more-info {
    width: 31%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 15px;
  }
  #home #feature #more-info li {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  #home #feature #more-info {
    clear: both;
    float: none;
    display: block;
    position: static;
    width: 95%;
    margin: 0 auto;
    padding-top: 1px;
  }
}
#home #primary {
  width: 100%;
  max-width: 978px;
  left: 0;
}
@media (max-width: 1007px) {
  #home #primary {
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#home #primary > .third {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 234px;
}
#home #primary #patients {
  background: #A6D49E;
}
#home #primary #patients li {
  border-color: #428a98;
}
#home #primary #referrers {
  background: #007CC2;
}
#home #primary #referrers li {
  border-color: #597797;
}
#home #primary #careers {
  background: #4E2582;
}
#home #primary #careers figure {
  position: relative;
  padding: 0 15px;
  height: 161px;
}
@media (max-width: 1007px) {
  #home #primary #careers figure {
    padding: 0;
    position: relative;
    overflow: hidden;
  }
}
#home #primary #careers figure img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  width: 276px;
  height: 161px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#home #primary #careers figure #translucent {
  bottom: 0;
  background: url('/img/backgrounds/career-footer-bg.png') 0 0 repeat-x;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  height: 48px;
  padding-top: 6px;
  margin: 0 auto;
  position: absolute;
  padding-left: 10px;
  right: 15px;
  width: 266px;
  z-index: 1;
}
@media (max-width: 1007px) {
  #home #primary #careers figure #translucent {
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 10px;
  }
}
#home #primary #careers figure #translucent > a {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -342px -498px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #002e60;
  padding-right: 60px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 1007px) {
  #home #primary #careers figure #translucent > a {
    padding: 0;
    background-image: none;
  }
}
#home #primary #careers figure #translucent > a:hover {
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -342px -558px;
  text-decoration: none;
}
@media (max-width: 1007px) {
  #home #primary #careers figure #translucent > a:hover {
    background-image: none;
  }
}
@media (max-width: 767px) {
  #home #primary #careers {
    display: none;
  }
}
#home #primary #centres {
  margin-top: 30px;
  clear: both;
  float: left;
}
#home #primary #centres .see-all-links {
  float: right;
  color: #002e60;
  font-size: 16px;
  text-decoration: underline;
}
@media (max-width: 1007px) {
  #home #primary #centres {
    box-sizing: border-box;
  }
}
#home #primary #centres h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #002e60;
  margin-bottom: 30px;
}
#home #primary #centres ul li {
  background-color: #f2f4f7;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fff), to(#f2f4f7));
  /* Konqueror */
  background-image: -moz-linear-gradient(#fff, #f2f4f7);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#fff, #f2f4f7);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f2f4f7));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#fff, #f2f4f7);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#fff, #f2f4f7);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #fff 0%, #f2f4f7 100%);
  /* IE10+ */
  background-image: linear-gradient(#fff, #f2f4f7);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f2f4f7', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f2f4f7', GradientType=0)";
  /* IE8+ */
  min-height: 120px;
  padding-right: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #a9b8c9;
  margin-bottom: 23px;
}
@media (max-width: 1007px) {
  #home #primary #centres ul li {
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 1007px) {
  #home #primary #centres ul li > a {
    display: none;
  }
}
#home #primary #centres ul li img {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  height: 122px;
  width: 222px;
  float: left;
}
#home #primary #centres ul li h3 {
  margin-top: 23px;
  margin-left: 250px;
}
@media (max-width: 1007px) {
  #home #primary #centres ul li h3 {
    margin-left: 0;
  }
}
#home #primary #centres ul li h3 a {
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #002e60;
}
#home #primary #centres ul li p {
  font-family: 'Tahoma', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #002e60;
  margin-left: 250px;
  min-height: 48px;
  overflow: hidden;
}
@media (max-width: 1007px) {
  #home #primary #centres ul li p {
    margin-left: 0;
  }
}
#home #primary #centres ul li .no-logo {
  margin-left: 25px !important;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.centered {
  margin: 0 auto;
  width: 100%;
  max-width: 978px;
}
.container {
  clear: both;
  margin: 0 auto;
  width: 1008px;
}
@media (max-width: 1007px) {
  .container {
    width: 100%;
    max-width: 1008px;
  }
}
.full {
  float: left;
  margin: 0 15px;
  width: 978px;
}
.half {
  float: left;
  margin: 0 15px;
  width: 474px;
}
.quarter {
  float: left;
  margin: 0 15px;
  width: 222px;
}
.third {
  float: left;
  margin: 0 15px;
  width: 306px;
}
.sixth {
  float: left;
  margin: 0 15px;
  width: 138px;
}
.two-thirds {
  float: left;
  margin: 0 15px;
  width: 642px;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
}
/*
 * 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;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  body {
    margin: 0 !important;
    background: #929292;
    padding: 0 !important;
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Garamond, "Times New Roman", serif !important;
    color: #000;
    font-size: 12pt;
    width: 100% !important;
  }
  #wrapper {
    width: 190mm;
    background: white url(screen/page-shadow.png) right repeat-y;
    padding: 10mm;
    border-right: 4px solid #606060;
  }
  /*Headings */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Helvetica, Arial, sans-serif !important;
    word-wrap: break-word;
    margin-bottom: 20px;
    font-weight: bold;
  }
  h1 {
    font-size: 19pt;
    border-bottom: 3px solid #cccccc;
    padding-bottom: 10px;
    color: #000;
  }
  h2 {
    font-size: 17pt;
    border-bottom: 3px solid #cccccc;
    padding-bottom: 10px;
    color: #000;
  }
  h3 {
    font-size: 15pt;
  }
  h4,
  h5,
  h6 {
    font-size: 12pt;
  }
  ul,
  ol,
  p {
    font-size: 12px !important;
    font-family: Garamond, "Times New Roman", serif !important;
    margin-bottom: 20px;
  }
  .kicker-text {
    font-size: 18px !important;
    line-height: 24px;
    font-family: Helvetica, Arial, sans-serif !important;
  }
  ul li {
    font-size: 12px !important;
    list-style-type: disc !important;
    margin-left: 20px;
  }
  ol li {
    font-size: 12px !important;
    list-style-type: decimal !important;
    margin-left: 20px;
  }
  ol li ol > li {
    list-style: lower-alpha !important;
  }
  ol li ol ol > li {
    list-style: lower-roman !important;
  }
  .formatted ul ul,
  .formatted ul ol,
  .formatted ol ol,
  .formatted ol ul {
    margin-bottom: 0;
  }
  code {
    font: 10pt Courier, monospace;
  }
  blockquote {
    margin: 1.3em;
    padding: 1em;
    font-size: 10pt;
  }
  hr {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #cccccc;
  }
  strong {
    font-weight: bold;
  }
  em {
    font-style: italic;
  }
  /* Images */
  img {
    float: left;
    margin: 1em 1.5em 1.5em 0;
  }
  a img {
    border: none;
  }
  /* Links */
  a:link,
  a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    color: #333;
    word-wrap: break-word;
  }
  a:link[href^="http://"]:after,
  a[href^="http://"]:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
  }
  a[href^="http://"] {
    color: #000;
  }
  /* Table */
  table {
    margin: 1px;
    text-align: left;
  }
  th {
    border-bottom: 1px solid #333;
    font-weight: bold;
  }
  td {
    border-bottom: 1px solid #333;
  }
  th,
  td {
    padding: 4px 10px 4px 0;
  }
  tfoot {
    font-style: italic;
  }
  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  /*hide various parts from the site */
  #content {
    width: auto;
  }
  #header,
  #menu,
  .hero,
  #primary-navigation,
  #breadcrumb,
  #secondary,
  form,
  #banner,
  #feature-icon,
  .primary-button,
  .secondary-button,
  .secondary-w-icon,
  .tiles,
  .link-button,
  #home #primary img,
  footer {
    display: none !important;
  }
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /*
 * Don't show links for images, or javascript/internal links
 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "" !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  #primary {
    left: 0;
    margin: 0;
    width: 100% !important;
    overflow: wrap;
  }
  .feature {
    background: none;
    filter: none;
    height: auto;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .feature #feature-container {
    width: 100% !important;
  }
  .feature #feature-container #feature-icon {
    visibility: hidden;
  }
  .feature #feature-container > h1 {
    margin-left: 0 !important;
  }
  .feature #feature-container > p {
    margin-left: 0 !important;
    width: auto !important;
    display: block;
    overflow: visible;
  }
}
/* ==========================================================================
   Partials.
   ========================================================================== */
#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #fff;
}
#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}
#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}
#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}
#sb-wrapper-inner {
  position: relative;
  border: 1px solid #303030;
  overflow: hidden;
  height: 100px;
}
#sb-body {
  position: relative;
  height: 100%;
}
#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}
#sb-player.html {
  height: 100%;
  overflow: auto;
}
#sb-body img {
  border: none;
}
#sb-loading {
  position: relative;
  height: 100%;
}
#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}
#sb-loading-inner span {
  background: url('/js/shadowbox/loading.gif') no-repeat;
  padding-left: 34px;
  display: inline-block;
}
#sb-body,
#sb-loading {
  background-color: #060606;
}
#sb-title,
#sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#sb-title,
#sb-title-inner {
  height: 26px;
  line-height: 26px;
}
#sb-title-inner {
  font-size: 16px;
}
#sb-info,
#sb-info-inner {
  height: 20px;
  line-height: 20px;
}
#sb-info-inner {
  font-size: 12px;
}
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}
#sb-nav-close {
  background-image: url('/js/shadowbox/close.png');
}
#sb-nav-next {
  background-image: url('/js/shadowbox/next.png');
}
#sb-nav-previous {
  background-image: url('/js/shadowbox/previous.png');
}
#sb-nav-play {
  background-image: url('/js/shadowbox/play.png');
}
#sb-nav-pause {
  background-image: url('/js/shadowbox/pause.png');
}
#sb-counter {
  float: left;
  width: 45%;
}
#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#sb-counter a.sb-counter-current {
  text-decoration: underline;
}
div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.sb-message a:link,
div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}
