@charset "UTF-8";
/*------------------------------------*    #STYLE SHEET WRAPPER
\*------------------------------------*/
/*------------------------------------*        # DEFAULT VA-MD VET MED THEME SETTINGS
\*------------------------------------*/
/*------------------------------------*        #INTRODUCTION
\*------------------------------------*/
/**
 * This stylesheet is generated using SASS, a CSS pre-processor. If possible,
 * avoid making changes directly to this CSS file. Instead, edit the original
 * SCSS files and recompile them using a SASS compiler.
 *
 * In addition to the styles created specifically for this site, the following
 * third-party stylesheets are also being imported:
 *
 *** normalize.css (https://necolas.github.io/normalize.css/)
 ***    Resets all browsers to the same default styles
 *** Susy grids (http://susy.oddbird.net/)
 ***    Sophisticated math mixins for building responsive grid layouts
 *** Various tools from ZURB's Foundation framework (http://foundation.zurb.com/)
 ***    All Foundation SCSS files are available for import, but they are
 ***    commented out by default. Necessary stylesheets are uncommented.
 */
/*------------------------------------*    #TABLE OF CONTENTS 
    based generally on Harry Roberts excellent CSS Guidelines https://github.com/csswizardry/CSS-Guidelines
\*------------------------------------*/
/**
 * THIRD-PARTY TOOLS......................These libraries could accidentally
 *                                         overwrite our styles and variables,
 *                                         so we put them first.
 * VARIABLES..............................Declarations of Sass variables 
 * .....Colors
 * .....Typography
 * .....Layout
 * .....Defaults
 * .....Breakpoints
 * MIXINS.................................Sass mixins 
 * NORMALIZE..............................Set reset defaults
 * GLOBAL UTILITY CLASSES.................Establish global classes for functions
 *                                        like clearfix, hiding, and floating
 * GLOBAL ELEMENTS........................Establish global styles
 * .....Main
 * .....Headings
 * .....Text-related elements (p, blockquote, lists)
 * .....Defaults
 * .....Breakpoints
 * TYPOGRAPHY------------------------------
 * MEDIA------------------------------
 * LAYOUT------------------------------
 * NAVIGATION------------------------------
 * SANDBOX (dev only)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

* {
  margin-top: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
.news-legacy .img-captioned,
.news-legacy .news-caption,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure, .news-legacy .img-captioned, .news-legacy .news-caption {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*------------------------------------*        #THIRD-PARTY TOOLS
        These come before all of the
        site-specific styles in case
        they need to be overridden.
\*------------------------------------*/
/*------------------------------------*    #VARIABLES
\*------------------------------------*/
/* Overrides to Foundation's list styles */
/* Preload images */
body:after {
  content: url(/images/shared/lightbox/close.png) url(/images/shared/lightbox/loading.gif) url(/images/shared/lightbox/prev.png) url(/images/shared/lightbox/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/shared/lightbox/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/shared/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/shared/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/shared/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left, .image-alternating > div:nth-of-type(even) figure, .image-alternating > div:nth-of-type(even) .news-legacy .img-captioned, .news-legacy .image-alternating > div:nth-of-type(even) .img-captioned, .image-alternating > div:nth-of-type(even) .news-legacy .news-caption, .news-legacy .image-alternating > div:nth-of-type(even) .news-caption, .image-alternating > figure:nth-of-type(even), .news-legacy .image-alternating > .img-captioned:nth-of-type(even), .news-legacy .image-alternating > .news-caption:nth-of-type(even) {
  float: left !important; }

.right, .image-alternating > div:nth-of-type(odd) figure, .image-alternating > div:nth-of-type(odd) .news-legacy .img-captioned, .news-legacy .image-alternating > div:nth-of-type(odd) .img-captioned, .image-alternating > div:nth-of-type(odd) .news-legacy .news-caption, .news-legacy .image-alternating > div:nth-of-type(odd) .news-caption, .image-alternating > figure:nth-of-type(odd), .news-legacy .image-alternating > .img-captioned:nth-of-type(odd), .news-legacy .image-alternating > .news-caption:nth-of-type(odd) {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #f7f7f7; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #fff;
      color: #7a232e;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #f2f2f2; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion .accordion-navigation.active-always > .content, .accordion dd > .content.active, .accordion dd.accordion-navigation.active-always > .content, .accordion dd.active-always > .content {
        background: #fff;
        display: block; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    color: #008CBA;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #008CBA; }
    .breadcrumbs > *.current {
      color: #333333;
      cursor: default; }
      .breadcrumbs > *.current a {
        color: #333333;
        cursor: default; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a,
      .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a,
      .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        color: #999999;
        cursor: not-allowed;
        text-decoration: none; }
    .breadcrumbs > *:before {
      color: #AAAAAA;
      content: "»";
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out; }
  button:hover,
  button:focus, .button:hover,
  .button:focus {
    background-color: #007095; }
  button:hover,
  button:focus, .button:hover,
  .button:focus {
    color: #fff; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover,
    button.secondary:focus, .button.secondary:hover,
    .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover,
    button.secondary:focus, .button.secondary:hover,
    .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff; }
    button.success:hover,
    button.success:focus, .button.success:hover,
    .button.success:focus {
      background-color: #368a55; }
    button.success:hover,
    button.success:focus, .button.success:hover,
    .button.success:focus {
      color: #fff; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff; }
    button.alert:hover,
    button.alert:focus, .button.alert:hover,
    .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover,
    button.alert:focus, .button.alert:hover,
    .button.alert:focus {
      color: #fff; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff; }
    button.warning:hover,
    button.warning:focus, .button.warning:hover,
    .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover,
    button.warning:focus, .button.warning:hover,
    .button.warning:focus {
      color: #fff; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover,
    button.info:focus, .button.info:hover,
    .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover,
    button.info:focus, .button.info:hover,
    .button.info:focus {
      color: #fff; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover,
    button.disabled:focus, button[disabled]:hover,
    button[disabled]:focus, .button.disabled:hover,
    .button.disabled:focus, .button[disabled]:hover,
    .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover,
    button.disabled:focus, button[disabled]:hover,
    button[disabled]:focus, .button.disabled:hover,
    .button.disabled:focus, .button[disabled]:hover,
    .button[disabled]:focus {
      color: #fff; }
    button.disabled:hover,
    button.disabled:focus, button[disabled]:hover,
    button[disabled]:focus, .button.disabled:hover,
    .button.disabled:focus, .button[disabled]:hover,
    .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover,
      button.disabled.secondary:focus, button[disabled].secondary:hover,
      button[disabled].secondary:focus, .button.disabled.secondary:hover,
      .button.disabled.secondary:focus, .button[disabled].secondary:hover,
      .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover,
      button.disabled.secondary:focus, button[disabled].secondary:hover,
      button[disabled].secondary:focus, .button.disabled.secondary:hover,
      .button.disabled.secondary:focus, .button[disabled].secondary:hover,
      .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover,
      button.disabled.secondary:focus, button[disabled].secondary:hover,
      button[disabled].secondary:focus, .button.disabled.secondary:hover,
      .button.disabled.secondary:focus, .button[disabled].secondary:hover,
      .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #fff;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover,
      button.disabled.success:focus, button[disabled].success:hover,
      button[disabled].success:focus, .button.disabled.success:hover,
      .button.disabled.success:focus, .button[disabled].success:hover,
      .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover,
      button.disabled.success:focus, button[disabled].success:hover,
      button[disabled].success:focus, .button.disabled.success:hover,
      .button.disabled.success:focus, .button[disabled].success:hover,
      .button[disabled].success:focus {
        color: #fff; }
      button.disabled.success:hover,
      button.disabled.success:focus, button[disabled].success:hover,
      button[disabled].success:focus, .button.disabled.success:hover,
      .button.disabled.success:focus, .button[disabled].success:hover,
      .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover,
      button.disabled.alert:focus, button[disabled].alert:hover,
      button[disabled].alert:focus, .button.disabled.alert:hover,
      .button.disabled.alert:focus, .button[disabled].alert:hover,
      .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover,
      button.disabled.alert:focus, button[disabled].alert:hover,
      button[disabled].alert:focus, .button.disabled.alert:hover,
      .button.disabled.alert:focus, .button[disabled].alert:hover,
      .button[disabled].alert:focus {
        color: #fff; }
      button.disabled.alert:hover,
      button.disabled.alert:focus, button[disabled].alert:hover,
      button[disabled].alert:focus, .button.disabled.alert:hover,
      .button.disabled.alert:focus, .button[disabled].alert:hover,
      .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #fff;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover,
      button.disabled.warning:focus, button[disabled].warning:hover,
      button[disabled].warning:focus, .button.disabled.warning:hover,
      .button.disabled.warning:focus, .button[disabled].warning:hover,
      .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover,
      button.disabled.warning:focus, button[disabled].warning:hover,
      button[disabled].warning:focus, .button.disabled.warning:hover,
      .button.disabled.warning:focus, .button[disabled].warning:hover,
      .button[disabled].warning:focus {
        color: #fff; }
      button.disabled.warning:hover,
      button.disabled.warning:focus, button[disabled].warning:hover,
      button[disabled].warning:focus, .button.disabled.warning:hover,
      .button.disabled.warning:focus, .button[disabled].warning:hover,
      .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover,
      button.disabled.info:focus, button[disabled].info:hover,
      button[disabled].info:focus, .button.disabled.info:hover,
      .button.disabled.info:focus, .button[disabled].info:hover,
      .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover,
      button.disabled.info:focus, button[disabled].info:hover,
      button[disabled].info:focus, .button.disabled.info:hover,
      .button.disabled.info:focus, .button[disabled].info:hover,
      .button[disabled].info:focus {
        color: #fff; }
      button.disabled.info:hover,
      button.disabled.info:focus, button[disabled].info:hover,
      button[disabled].info:focus, .button.disabled.info:hover,
      .button.disabled.info:focus, .button[disabled].info:hover,
      .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.3333333333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.6666666667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.2857142857%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  .button-group > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          border-top: 1px solid;
          display: block;
          margin: 0; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child,
    .button-group.radius > *:first-child > a,
    .button-group.radius > *:first-child > button,
    .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child,
    .button-group.radius > *:last-child > a,
    .button-group.radius > *:last-child > button,
    .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child,
    .button-group.radius.stack > *:first-child > a,
    .button-group.radius.stack > *:first-child > button,
    .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child,
    .button-group.radius.stack > *:last-child > a,
    .button-group.radius.stack > *:last-child > button,
    .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 40.0625em) {
    .button-group.radius.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child,
    .button-group.round > *:first-child > a,
    .button-group.round > *:first-child > button,
    .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child,
    .button-group.round > *:last-child > a,
    .button-group.round > *:last-child > button,
    .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child,
    .button-group.round.stack > *:first-child > a,
    .button-group.round.stack > *:first-child > button,
    .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child,
    .button-group.round.stack > *:last-child > a,
    .button-group.round.stack > *:last-child > button,
    .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 40.0625em) {
    .button-group.round.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  .clearing-close:hover,
  .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before, .image-alternating > div:nth-of-type(odd) figure.f-dropdown:before, .image-alternating > div:nth-of-type(odd) .news-legacy .f-dropdown.img-captioned:before, .news-legacy .image-alternating > div:nth-of-type(odd) .f-dropdown.img-captioned:before, .image-alternating > div:nth-of-type(odd) .news-legacy .f-dropdown.news-caption:before, .news-legacy .image-alternating > div:nth-of-type(odd) .f-dropdown.news-caption:before, .image-alternating > figure.f-dropdown:nth-of-type(odd):before, .news-legacy .image-alternating > .f-dropdown.img-captioned:nth-of-type(odd):before, .news-legacy .image-alternating > .f-dropdown.news-caption:nth-of-type(odd):before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after, .image-alternating > div:nth-of-type(odd) figure.f-dropdown:after, .image-alternating > div:nth-of-type(odd) .news-legacy .f-dropdown.img-captioned:after, .news-legacy .image-alternating > div:nth-of-type(odd) .f-dropdown.img-captioned:after, .image-alternating > div:nth-of-type(odd) .news-legacy .f-dropdown.news-caption:after, .news-legacy .image-alternating > div:nth-of-type(odd) .f-dropdown.news-caption:after, .image-alternating > figure.f-dropdown:nth-of-type(odd):after, .news-legacy .image-alternating > .f-dropdown.img-captioned:nth-of-type(odd):after, .news-legacy .image-alternating > .f-dropdown.news-caption:nth-of-type(odd):after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #fff transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #fff;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #fff transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover,
    .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li.radius {
      border-radius: 3px; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .columns:last-child {
  float: right; }

.column + .column.end,
.columns + .columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active a,
    .tabs .tab-title.active a {
      background-color: #fff;
      color: #222222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active, .accordion .accordion-navigation.active-always.tabs-content > .content, .accordion dd.active-always.tabs-content > .content {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff") format("woff"), url("/fonts/fontawesome-webfont.ttf") format("truetype"), url("/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url("./../images/shared/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  border: solid 1px #DDD;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before,
.slick-prev::after,
.slick-next:before,
.slick-next::after {
  font-family: FontAwesome;
  font-size: 60px;
  line-height: 1;
  color: #7a232e;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }
    [dir="rtl"] .slick-prev::before {
      content: ""; }
  .slick-prev::after {
    color: #fff;
    content: '\f111';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }
    [dir="rtl"] .slick-next:before {
      content: ""; }
  .slick-next::after {
    color: #fff;
    content: '\f111';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 60px;
      width: 60px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 60px;
        height: 60px;
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 60px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*------------------------------------*        #MIXINS
\*------------------------------------*/
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

/*------------------------------------*    #THEME STYLES
\*------------------------------------*/
/*------------------------------------*        # DEFAULT VA-MD VET MED THEME SETTINGS
\*------------------------------------*/
/*------------------------------------*    #GLOBAL ELEMENTS
\*------------------------------------*/
/*------------------------------------*    $GLOBAL CLASSES
\*------------------------------------*/
/* Clearfix */
.cf, .link-list li:not(.list-subheader), .footer-upper, .footer-lower {
  *zoom: 1; }

.cf:before, .link-list li:not(.list-subheader):before, .footer-upper:before, .footer-lower:before, .cf:after, .link-list li:not(.list-subheader):after, .footer-upper:after, .footer-lower:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after, .link-list li:not(.list-subheader):after, .footer-upper:after, .footer-lower:after {
  clear: both; }

.is-cleared {
  clear: both; }

/* Completely remove from the flow and screen readers. */
.is-hidden {
  display: none !important;
  visibility: hidden !important; }

/* Completely remove from the flow but leave available to screen readers. */
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); }

/* Text Flow */
.nobreak, .no-break {
  white-space: nowrap; }

/* Spacing */
.margin-bottom-none, h2, h4, h5 {
  margin-bottom: 0; }

/* Floats */
.right, .image-alternating > div:nth-of-type(odd) figure, .image-alternating > div:nth-of-type(odd) .news-legacy .img-captioned, .news-legacy .image-alternating > div:nth-of-type(odd) .img-captioned, .image-alternating > div:nth-of-type(odd) .news-legacy .news-caption, .news-legacy .image-alternating > div:nth-of-type(odd) .news-caption, .image-alternating > figure:nth-of-type(odd), .news-legacy .image-alternating > .img-captioned:nth-of-type(odd), .news-legacy .image-alternating > .news-caption:nth-of-type(odd) {
  float: right;
  padding: 0 0 1rem 3.4482758621%; }

.right-search {
  float: right;
  padding: 0 0 1rem 0; }

.left, .image-alternating > div:nth-of-type(even) figure, .image-alternating > div:nth-of-type(even) .news-legacy .img-captioned, .news-legacy .image-alternating > div:nth-of-type(even) .img-captioned, .image-alternating > div:nth-of-type(even) .news-legacy .news-caption, .news-legacy .image-alternating > div:nth-of-type(even) .news-caption, .image-alternating > figure:nth-of-type(even), .news-legacy .image-alternating > .img-captioned:nth-of-type(even), .news-legacy .image-alternating > .news-caption:nth-of-type(even) {
  float: left;
  padding: 0 1rem 1rem 0; }

/*  Vertical Centering 
    Use ".vertical-parent" on the object in which you want to center something.
    Wrap the actual content you want to center in a div with the class 
    ".is-vertically-centered"
    The aligned object itself does not need a special class.
*/
.vertical-parent {
  display: table; }

.is-vertically-centered {
  display: table-cell;
  vertical-align: middle; }

/* Text-Align */
.text-align-right {
  text-align: right; }

.text-align-center {
  text-align: center; }

.text-align-left {
  text-align: left; }

/* Standard card border, as seen in layout cards */
.alert, .article-list article, .box-image-header, .layout-card, .nav-secondary > div, section.articles, section.table-of-contents, .vs-subscribe .content, .bio .vital-info, .bio .vital-info ~ div, .job-listing, .accordion .accordion-navigation, .fake-accordion, .blog-entry {
  padding: 1rem;
  margin-bottom: 1rem;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: white;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25); }

.layout-card-comm {
  padding: 1rem; }  

.callout {
  background-color: #fff !important; }

.valid {
  color: #089e00;
  border-color: #089e00, 25%; }

.valid-bg {
  color: inherit;
  background-color: #79f872 !important; }

.error {
  color: #ff0000;
  border-color: #ff0000; }

.error-bg {
  color: inherit;
  background-color: #ff8080 !important; }

.warning {
  color: #fff664;
  border-color: #e4d600; }

.warning-bg {
  color: inherit;
  background-color: #fffab1 !important; }

.information {
  color: #3B5094;
  border-color: #3B5094; }

.information-bg {
  color: inherit;
  background-color: #8293cd !important; }

.temp, .story-block a[href='#'] {
  background-color: rgba(255, 255, 0, 0.25);
  color: darkgreen; }

/*------------------------------------*        #GLOBAL PAGE STYLES
\*------------------------------------*/
body {
  font-family: Lato, "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  background-color: #222;
  color: #222;
  -webkit-font-smoothing: antialiased; }

.page {
  background-color: #fbfbfa; }

/*------------------------------------*    #LINK ELEMENTS
\*------------------------------------*/
.link-no-style {
  color: inherit !important;
  text-decoration: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important; }

a:link, a:visited {
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: underline; }

a:link {
  color: #0A1A69;
  text-decoration-color: rgba(10, 26, 105, 0.5); }

a:visited {
  color: #0A1A69; }

a:hover, a:active, a:focus {
  color: #7a232e; }

.link-underline a:link, .page-content a:link, .link-underline a:visited, .page-content a:visited, .link-underline a:hover, .page-content a:hover, .link-underline a:active, .page-content a:active {
  text-decoration: underline; }

.link-no-underline a:link, .link-list a:link, .directory a:link, .roster a:link, .sort-interface a:link, .pagination a:link, .accordion .accordion-navigation > a:first-of-type a:link, .fake-accordion > a:first-of-type a:link, .link-no-underline a:visited, .link-list a:visited, .directory a:visited, .roster a:visited, .sort-interface a:visited, .pagination a:visited, .accordion .accordion-navigation > a:first-of-type a:visited, .fake-accordion > a:first-of-type a:visited, .link-no-underline a:active, .link-list a:active, .directory a:active, .roster a:active, .sort-interface a:active, .pagination a:active, .accordion .accordion-navigation > a:first-of-type a:active, .fake-accordion > a:first-of-type a:active {
  text-decoration: none; }

.link-no-underline a:hover, .link-list a:hover, .directory a:hover, .roster a:hover, .sort-interface a:hover, .pagination a:hover, .accordion .accordion-navigation > a:first-of-type a:hover, .fake-accordion > a:first-of-type a:hover {
  text-decoration: underline !important; }

a:link.link-no-underline, a.link-list:link, a.directory:link, a.roster:link, a.sort-interface:link, a.pagination:link, .accordion .accordion-navigation > a:link:first-of-type, .fake-accordion > a:link:first-of-type, a:visited.link-no-underline, a.link-list:visited, a.directory:visited, a.roster:visited, a.sort-interface:visited, a.pagination:visited, .accordion .accordion-navigation > a:visited:first-of-type, .fake-accordion > a:visited:first-of-type, a:active.link-no-underline, a.link-list:active, a.directory:active, a.roster:active, a.sort-interface:active, a.pagination:active, .accordion .accordion-navigation > a:active:first-of-type, .fake-accordion > a:active:first-of-type {
  text-decoration: none !important; }

a:link.link-underline, a.page-content:link, a:visited.link-underline, a.page-content:visited, a:active.link-underline, a.page-content:active {
  text-decoration: underline !important; }

a:hover.link-no-underline, a.link-list:hover, a.directory:hover, a.roster:hover, a.sort-interface:hover, a.pagination:hover, .accordion .accordion-navigation > a:hover:first-of-type, .fake-accordion > a:hover:first-of-type, a:hover.link-underline, a.page-content:hover {
  text-decoration: underline !important; }

.page-content a:link, .page-content a:visited, .page-content a:hover, .page-content a:active {
  color: #7a232e; }

.link-dark a:link, .link-list a:link, .directory a:link, .roster a:link, .sort-interface a:link, .link-dark a:visited, .link-list a:visited, .directory a:visited, .roster a:visited, .sort-interface a:visited {
  color: #0A1A69; }

.link-dark a:hover, .link-list a:hover, .directory a:hover, .roster a:hover, .sort-interface a:hover, .link-dark a:active, .link-list a:active, .directory a:active, .roster a:active, .sort-interface a:active {
  color: #7a232e; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
  text-decoration: none !important; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline !important; }

a.button:link, a.button:hover, a.button:focus, a.button:active {
  text-decoration: none; }

a.location-current {
  opacity: 0.5; }
  a.location-current:link, a.location-current:visited, a.location-current:active, a.location-current:focus, a.location-current:hover {
    color: inherit;
    text-decoration: none !important;
    cursor: default !important; }

.link-file:before, .link-file:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-file:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-file.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-file.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-pdf:before, .link-pdf:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-pdf:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-pdf.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-pdf.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-doc:before, .link-doc:after, .link-word:before, .link-word:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-doc:after, .link-word:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-doc.link-icon-before:before, .link-word.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-doc.link-icon-before:after, .link-word.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-zip:before, .link-zip:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-zip:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-zip.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-zip.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-image:before, .link-image:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-image:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-image.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-image.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-video:before, .link-video:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-video:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-video.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-video.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-external:before, .link-external:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-external:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-external.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-external.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-excel:before, .link-excel:after, .link-spreadsheet:before, .link-spreadsheet:after, .link-xls:before, .link-xls:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-excel:after, .link-spreadsheet:after, .link-xls:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-excel.link-icon-before:before, .link-spreadsheet.link-icon-before:before, .link-xls.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-excel.link-icon-before:after, .link-spreadsheet.link-icon-before:after, .link-xls.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-secure:before, .link-secure:after, .link-login:before, .link-login:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-secure:after, .link-login:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-secure.link-icon-before:before, .link-login.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-secure.link-icon-before:after, .link-login.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-mail:before, .link-mail:after, .link-email:before, .link-email:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-mail:after, .link-email:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-mail.link-icon-before:before, .link-email.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-mail.link-icon-before:after, .link-email.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-arrow:before, .link-arrow:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-arrow:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-arrow.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-arrow.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-up:before, .link-up:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-up:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-up.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-up.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-calendar:before, .link-calendar:after, .link-archive:before, .link-archive:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-calendar:after, .link-archive:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-calendar.link-icon-before:before, .link-archive.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-calendar.link-icon-before:after, .link-archive.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-rss:before, .link-rss:after, .link-feed:before, .link-feed:after {
  font-family: FontAwesome;
  font-style: normal;
  color: #fe7f02;
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-rss:after, .link-feed:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-rss.link-icon-before:before, .link-feed.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-rss.link-icon-before:after, .link-feed.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-facebook:before, .link-facebook:after {
  font-family: FontAwesome;
  font-style: normal;
  color: #3b5998;
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-facebook:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-facebook.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-facebook.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-twitter:before, .link-twitter:after {
  font-family: FontAwesome;
  font-style: normal;
  color: #4099ff;
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-twitter:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-twitter.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-twitter.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-instagram:before, .link-instagram:after {
  font-family: FontAwesome;
  font-style: normal;
  color: #9c6e4e;
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-instagram:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-instagram.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-instagram.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-audio:before, .link-audio:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-audio:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: ""; }

.link-audio.link-icon-before:before {
  margin-right: 0.5em;
  content: ""; }

.link-audio.link-icon-before:after {
  margin: 0;
  content: ""; }

.link-issuu:before, .link-issuu:after {
  font-family: FontAwesome;
  font-style: normal;
  color: "inherit";
  text-decoration: underline;
  display: inline-block;
  text-decoration: none !important; }

.link-issuu:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  content: url("/news/tracks/images/issuu-logo-16.png"); }

.link-issuu.link-icon-before:before {
  margin-right: 0.5em;
  content: url("/news/tracks/images/issuu-logo-16.png"); }

.link-issuu.link-icon-before:after {
  margin: 0;
  content: ""; }

/*------------------------------------*    #LIST ELEMENTS
\*------------------------------------*/
.cellpadding-std, .directory .directory-header, .directory .directory-details > div {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  padding-left: 1rem;
  padding-right: 1rem; }

.table-list, .roster, ul.list-schedule {
  padding-left: 0;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.125); }

.table-list-row, .roster-item, ul.list-schedule > li {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.125); }
  .table-list-row:last-of-type, .roster-item:last-of-type, ul.list-schedule > li:last-of-type {
    border-bottom: none; }
  .table-list-row:nth-child(odd), .roster-item:nth-child(odd), ul.list-schedule > li:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.8); }
  .table-list-row:nth-child(even), .roster-item:nth-child(even), ul.list-schedule > li:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.01); }

@media (min-width: 57.5rem) {
  .table-list, .roster, ul.list-schedule {
    display: table; }
  .table-list-row, .roster-item, ul.list-schedule > li {
    display: table-row;
    padding: 0; }
    .table-list-row > div, .roster-item > div, ul.list-schedule > li > div {
      display: table-cell;
      border-top: solid 1px rgba(255, 255, 255, 0.8);
      border-bottom: solid 1px rgba(0, 0, 0, 0.125);
      padding-top: 0.6875rem;
      padding-bottom: 0.6875rem;
      padding-left: 1rem;
      padding-right: 1rem; }
    .table-list-row:nth-child(odd), .roster-item:nth-child(odd), ul.list-schedule > li:nth-child(odd) {
      border-top: white; }
    .table-list-row:nth-child(even), .roster-item:nth-child(even), ul.list-schedule > li:nth-child(even) {
      border-bottom: rgba(0, 0, 0, 0.125); } }

.list-row-emphasized {
  font-weight: bold;
  background-color: rgba(255, 255, 0, 0.25) !important; }

li {
  margin-bottom: 0.6875rem; }

ol.caps {
  list-style-type: upper-alpha; }

.no-bullet {
  list-style-type: none; }

.no-padding {
  padding-left: 0; }

li > ul, li > ol {
  margin-top: 0.6875rem; }

ol > li > ol > li {
  list-style-type: lower-alpha; }
  ol > li > ol > li > ol > li {
    list-style-type: lower-roman; }

.list-header {
  margin-bottom: 0.6875rem; }

.list-subheader {
  padding-left: 0 !important;
  margin-left: -1.25rem;
  list-style-type: none;
  margin-top: 1.125em;
  margin-bottom: 0; }
  .list-subheader::before {
    position: relative !important;
    content: '' !important; }
  .list-subheader:first-child {
    margin-top: 0; }
  .list-subheader h1, .list-subheader h2, .list-subheader h3, .list-subheader h4, .list-subheader h5, .list-subheader h6 {
    margin-bottom: 0.25rem; }

dt {
  margin-top: 0.6875rem; }
  dt:first-of-type, .divider + dt {
    margin-top: 0; }
  .bold-terms dt, dt .date {
    font-weight: bold; }
  dt.dt-header {
    font-size: 1.125em;
    font-weight: bold; }
  dt h1:last-child, dt h2:last-child, dt h3:last-child, dt h4 h5:last-child, dt h6:last-child {
    margin-bottom: 0; }

dd {
  margin: 0; }

dd *:last-child {
  margin-bottom: 0; }

dl.side-by-side .definition-set {
  margin-top: 1rem; }
  dl.side-by-side .definition-set dt, dl.side-by-side .definition-set:first-of-type {
    margin-top: 0; }

@media (min-width: 675px) {
  dl.side-by-side:before, dl.side-by-side:after {
    content: " ";
    display: table; }
  dl.side-by-side:after {
    clear: both; }
  dl.side-by-side dt {
    float: left;
    clear: left;
    width: 10rem;
    padding-right: 1rem;
    margin-top: 0;
    text-align: right; }
  dl.side-by-side dd {
    margin-left: 10em;
    padding-bottom: 1rem; }
  dl.side-by-side dt:last-of-type, dl.side-by-side dd:last-of-type {
    padding-bottom: 0; }
  dl.side-by-side.narrow-dt dt {
    width: 5rem; }
  dl.side-by-side.narrow-dt dd {
    margin-left: 5rem; } }

dl.tight-spacing dd, dl.tight-spacing dt {
  margin-top: 0;
  padding-bottom: 0; }

dl.loose-spacing dt {
  margin-top: 1rem; }
  dl.loose-spacing dt:first-of-type, .divider + dl.loose-spacing dt {
    margin-top: 0; }

dl.layout-separate dt, dl.clinical-trial dt, dl.layout-separate dd, dl.clinical-trial dd {
  padding-bottom: 0; }

.link-list li:not(.list-subheader) {
  position: relative !important;
  padding-left: 0.75em;
  list-style-type: none !important;
  padding-left: 1em;
  margin-bottom: 0.6875rem; }
  .link-list li:not(.list-subheader)::before {
    font-family: "FontAwesome";
    font-size: 0.5em !important;
    content: "";
    color: #7a232e;
    position: absolute !important;
    left: 0; }

.link-list .list-subheader {
  margin-left: 0; }

li.has-thumbnail {
  padding-left: 0 !important; }
  li.has-thumbnail::before {
    position: relative !important;
    content: '' !important; }

.has-thumbnail img {
  float: left;
  width: 4.125rem; }

.has-thumbnail p, .has-thumbnail div {
  margin-left: 4.8125rem; }

.headline-list h1, .headline-list h2, .headline-list h3, .headline-list h4, .headline-list h5, .headline-list h6 {
  font-weight: normal; }

.article-list {
  padding-left: 0; }
  .article-list li {
    list-style-type: none; }
  @media (min-width: 49rem) {
    .article-list h2 {
      font-size: 1.5em; } }
  .article-list h3 {
    font-size: 1.125em;
    margin-bottom: 0; }
  .article-list h4 {
    font-size: 1em;
    margin-bottom: 0;
    color: #808080; }
  .article-list article p:last-child {
    margin-bottom: 0; }
  .row-news .article-list article {
    border: none;
    padding: 0;
    box-shadow: none; }

.toc li {
  position: relative !important;
  padding-left: 0.75em;
  list-style-type: none !important;
  padding-left: 1em; }
  .toc li::before {
    font-family: "FontAwesome";
    font-size: 0.5em !important;
    content: "";
    color: #7a232e;
    position: absolute !important;
    left: 0; }

.list-grid {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.divider {
  list-style-type: none;
  line-height: 0; }
  .divider:before {
    content: "\0000a0" !important; }

.list-left-indent, ul, ol {
  padding-left: 2rem; }

.list-no-indent, .link-list {
  padding-left: 0; }

.history {
  display: table; }

.history-item {
  display: table-row; }

.history-date, .history-details {
  display: table-cell;
  padding-bottom: 0.6875rem; }
  .history-item:last-of-type > .history-date, .history-item:last-of-type > .history-details {
    padding-bottom: 0; }

.history-date {
  padding-right: 1rem; }

.history .sub-history {
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: solid 2px #7a232e; }
  .history .sub-history .history-date {
    white-space: nowrap; }

@media (min-width: 57.5rem) {
  .roster-details > div {
    margin-bottom: 0.5rem; }
    .roster-details > div:last-of-type {
      margin-bottom: 0; } }

.roster.roster-collapse {
  width: auto; }

.roster .roster-department {
  display: none; }

.roster .roster-item {
  list-style-type: none; }
  @media (min-width: 57.5rem) {
    .roster .roster-item {
      /* only one div inside roster-item */
      /* two divs */
      /* three divs */ }
      .roster .roster-item > div:nth-child(1):nth-last-child(1) {
        width: 100%; }
      .roster .roster-item > div:first-child:nth-last-child(2),
      .roster .roster-item > div:first-child:nth-last-child(2) ~ div {
        width: 50%; }
      .roster .roster-item > div:first-child:nth-last-child(3),
      .roster .roster-item > div:first-child:nth-last-child(3) ~ div {
        width: 33.3333%; } }
  .roster .roster-item > div {
    margin-bottom: 0.5rem; }
    .roster .roster-item > div:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 57.5rem) {
      .roster .roster-item > div {
        margin-bottom: 0; } }

.roster.roster-details-first .roster-details {
  font-weight: bold; }

.roster.roster-details-first.roster-thumbs .roster-thumbnail {
  width: 1px;
  padding-right: 1rem; }

.directory-body .roster {
  margin: 0;
  border: none; }

@media (max-width: 57.5rem) {
  .roster-credentials {
    display: inline; }
    .roster-credentials::before {
      content: ", "; }
    .roster-credentials br {
      content: ""; }
      .roster-credentials br::before {
        content: ", "; } }

.roster-show-departments .roster .roster-department {
  display: block; }

.roster.roster-thumbs .roster-thumbnail {
  width: 106px !important;
  float: left; }
  .roster.roster-thumbs .roster-thumbnail ~ div {
    margin-left: 106px; }

@media (min-width: 57.5rem) {
  .roster.roster-thumbs .roster-thumbnail {
    float: none;
    padding-right: 0; }
  .roster.roster-thumbs .roster-item {
    /* one div following thumbnail */
    /* two divs following thumbnail */
    /* three divs following thumbnail */ }
    .roster.roster-thumbs .roster-item > div:first-child:nth-last-child(2) ~ div {
      width: 100%; }
    .roster.roster-thumbs .roster-item > div:first-child:nth-last-child(3) ~ div {
      width: auto;
      width: 50%; }
    .roster.roster-thumbs .roster-item > div:first-child:nth-last-child(4) ~ div {
      width: auto; }
    .roster.roster-thumbs .roster-item > div:first-child:nth-last-child(4) ~ div.roster-name {
      min-width: 12em; }
  .roster.roster-thumbs .roster-name, .roster.roster-thumbs .roster-details, .roster.roster-thumbs .roster-contact {
    vertical-align: top; }
  .roster.roster-thumbs.roster-details-first .roster-item > div:first-child:nth-last-child(4) ~ div.roster-details {
    max-width: 12em; } }

.roster-item:before, .roster-item:after {
  content: " ";
  display: table; }

.roster-item:after {
  clear: both; }

.roster-thumbnail img {
  display: block;
  max-width: 90px; }

.list-column-container:before, .list-column-container:after {
  content: " ";
  display: table; }

.list-column-container:after {
  clear: both; }

.list-column {
  float: left;
  padding-left: 1rem;
  margin-right: 1rem; }
  .list-column:first-child {
    padding-left: 0; }

.directory .directory-category, .directory .directory-department {
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.125);
  margin-bottom: 0.5rem; }

.directory .directory-header, .directory .directory-details > div {
  width: 100%; }

.directory .directory-header {
  font-size: 1em;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.01);
  border-bottom: solid 1px rgba(0, 0, 0, 0.125); }
  @media (min-width: 49rem) {
    .directory .directory-header {
      font-size: 1.5em; } }

.directory .directory-details {
  background-color: rgba(255, 255, 255, 0.8); }
  .directory .directory-details > div {
    padding-top: 0;
    padding-bottom: 0; }
    .directory .directory-details > div:first-child {
      padding-top: 0.6875rem; }
    .directory .directory-details > div:last-child {
      padding-bottom: 0.6875rem; }

@media (min-width: 57.5rem) {
  .directory .directory-department, .directory .directory-category {
    display: table; }
  .directory .directory-header {
    display: table-caption;
    border-top: solid 1px rgba(0, 0, 0, 0.125);
    border-right: solid 1px rgba(0, 0, 0, 0.125);
    border-left: solid 1px rgba(0, 0, 0, 0.125);
    border-bottom: none; }
  .directory .directory-details {
    display: table-row;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem; }
    .directory .directory-details > div {
      display: table-cell; }
      .directory .directory-details > div:first-child {
        width: 50%; }
  .directory .directory-body {
    display: table-cell; } }

.sort-interface:before, .sort-interface:after {
  content: " ";
  display: table; }

.sort-interface:after {
  clear: both; }

.sort-interface ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  left: 0; }
  .sort-interface ul:before, .sort-interface ul:after {
    content: " ";
    display: table; }
  .sort-interface ul:after {
    clear: both; }
  .sort-interface ul a {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #eee;
    border-color: #bebebe;
    color: #333333;
    transition: background-color 300ms ease-out; }
    .sort-interface ul a:hover,
    .sort-interface ul a:focus {
      background-color: #bebebe; }
    .sort-interface ul a:hover,
    .sort-interface ul a:focus {
      color: #333333; }
  .sort-interface ul > li {
    display: inline-block;
    margin: 0 -2px; }
    .sort-interface ul > li > button, .sort-interface ul > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .sort-interface ul > li:first-child button, .sort-interface ul > li:first-child .button {
      border-left: 0; }
    .sort-interface ul > li,
    .sort-interface ul > li > a,
    .sort-interface ul > li > button,
    .sort-interface ul > li > .button {
      border-radius: 0; }
    .sort-interface ul > li:first-child,
    .sort-interface ul > li:first-child > a,
    .sort-interface ul > li:first-child > button,
    .sort-interface ul > li:first-child > .button {
      -webkit-border-bottom-left-radius: 1em;
      -webkit-border-top-left-radius: 1em;
      border-bottom-left-radius: 1em;
      border-top-left-radius: 1em; }
    .sort-interface ul > li:last-child,
    .sort-interface ul > li:last-child > a,
    .sort-interface ul > li:last-child > button,
    .sort-interface ul > li:last-child > .button {
      -webkit-border-bottom-right-radius: 1em;
      -webkit-border-top-right-radius: 1em;
      border-bottom-right-radius: 1em;
      border-top-right-radius: 1em; }
    .sort-interface ul > li:not(:first-of-type) a {
      border-left: solid 1px #fbfbfa; }
  .sort-interface ul > li.sort-current {
    display: inline-block;
    margin: 0 -2px; }
    .sort-interface ul > li.sort-current > button, .sort-interface ul > li.sort-current .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .sort-interface ul > li.sort-current:first-child button, .sort-interface ul > li.sort-current:first-child .button {
      border-left: 0; }
    .sort-interface ul > li.sort-current,
    .sort-interface ul > li.sort-current > a,
    .sort-interface ul > li.sort-current > button,
    .sort-interface ul > li.sort-current > .button {
      border-radius: 0; }
    .sort-interface ul > li.sort-current:first-child,
    .sort-interface ul > li.sort-current:first-child > a,
    .sort-interface ul > li.sort-current:first-child > button,
    .sort-interface ul > li.sort-current:first-child > .button {
      -webkit-border-bottom-left-radius: 1em;
      -webkit-border-top-left-radius: 1em;
      border-bottom-left-radius: 1em;
      border-top-left-radius: 1em; }
    .sort-interface ul > li.sort-current:last-child,
    .sort-interface ul > li.sort-current:last-child > a,
    .sort-interface ul > li.sort-current:last-child > button,
    .sort-interface ul > li.sort-current:last-child > .button {
      -webkit-border-bottom-right-radius: 1em;
      -webkit-border-top-right-radius: 1em;
      border-bottom-right-radius: 1em;
      border-top-right-radius: 1em; }
    .sort-interface ul > li.sort-current:not(:first-of-type) a {
      border-left: solid 1px #fbfbfa; }
    .sort-interface ul > li.sort-current a {
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
      border-style: solid;
      border-width: 0;
      cursor: pointer;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: normal;
      line-height: normal;
      margin: 0 0 1.25rem;
      position: relative;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      padding: 1rem 2rem 1.0625rem 2rem;
      font-size: 1rem;
      background-color: #eee;
      border-color: #bebebe;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7;
      transition: background-color 300ms ease-out; }
      .sort-interface ul > li.sort-current a:hover,
      .sort-interface ul > li.sort-current a:focus {
        background-color: #bebebe; }
      .sort-interface ul > li.sort-current a:hover,
      .sort-interface ul > li.sort-current a:focus {
        color: #333333; }
      .sort-interface ul > li.sort-current a:hover,
      .sort-interface ul > li.sort-current a:focus {
        background-color: #eee; }

dl.events-list dd {
  margin-left: 1rem; }

dl.events-list dd.location {
  font-style: italic; }

.list-outline ol {
  padding-left: 1.25rem; }

ul.checklist {
  padding-left: 0; }
  ul.checklist li {
    list-style-type: none;
    position: relative !important;
    padding-left: 2.25em;
    padding-left: 2.75em;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0; }
    ul.checklist li::before {
      font-family: "FontAwesome";
      font-size: 1.5em !important;
      content: "";
      color: #7a232e;
      position: absolute !important;
      left: 0; }
    ul.checklist li:nth-child(odd) {
      background-color: rgba(255, 255, 255, 0.8);
      border-top: white; }
    ul.checklist li:nth-child(even) {
      background-color: rgba(0, 0, 0, 0.02);
      border-bottom: rgba(0, 0, 0, 0.1); }
    ul.checklist li:before {
      top: 0.1em;
      padding-top: 1rem;
      padding-left: 1rem; }
    ul.checklist li p:last-of-type {
      margin-bottom: 0; }
  ul.checklist .checked {
    position: relative !important;
    padding-left: 2.25em;
    padding-left: 2.75em; }
    ul.checklist .checked:nth-child(odd) {
      background-color: rgba(0, 0, 0, 0.03);
      border-top: white; }
    ul.checklist .checked:nth-child(even) {
      background-color: rgba(0, 0, 0, 0.05);
      border-bottom: rgba(0, 0, 0, 0.1); }
    ul.checklist .checked + li:not(.checked) {
      border-top: solid 2px rgba(2, 0, 0, 0.2); }
    ul.checklist .checked * {
      color: #aaa; }
    ul.checklist .checked::before {
      font-family: "FontAwesome";
      font-size: 1.5em !important;
      content: "";
      color: #7a232e;
      position: absolute !important;
      left: 0; }

ul.list-schedule {
  padding: 0; }
  ul.list-schedule > li > div {
    width: auto; }
  ul.list-schedule .schedule-time {
    text-align: right;
    white-space: nowrap;
    width: 1px; }

ul.list-cards {
  padding-left: 0; }

ul.list-cards li {
  list-style-type: none; }

/*------------------------------------*    #MEDIA ELEMENTS
\*------------------------------------*/
/* Flexible Media */
img, video, object {
  max-width: 100%;
  height: auto; }

iframe {
  margin-bottom: 1rem; }

figure, .news-legacy .img-captioned, .news-legacy .news-caption {
  margin-bottom: 1rem;
  position: relative; }
  .vital-info figure, .vital-info .news-legacy .img-captioned, .news-legacy .vital-info .img-captioned, .vital-info .news-legacy .news-caption, .news-legacy .vital-info .news-caption {
    margin-bottom: 0; }
  figure figcaption, .news-legacy .img-captioned figcaption, .news-legacy .news-caption figcaption {
    margin-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    figure figcaption:not(:last-of-type), .news-legacy .img-captioned figcaption:not(:last-of-type), .news-legacy .news-caption figcaption:not(:last-of-type) {
      margin-bottom: 1rem; }
  figure img, .news-legacy .img-captioned img, .news-legacy .news-caption img, figure object, .news-legacy .img-captioned object, .news-legacy .news-caption object {
    width: 100%;
    display: block; }
  figure:first-child, .news-legacy .img-captioned:first-child, .news-legacy .news-caption:first-child {
    margin-top: 0.25rem; }

.image-credit, figure[class^="image-"], .news-legacy [class^="image-"].img-captioned, .news-legacy [class^="image-"].news-caption, figure[class*=" image-"], .news-legacy [class*=" image-"].img-captioned, .news-legacy [class*=" image-"].news-caption {
  font-size: 0.75em;
  line-height: 1.25em;
  font-style: italic;
  color: #aaa; }
  @media (min-width: 675px) {
    .image-credit, figure[class^="image-"], .news-legacy [class^="image-"].img-captioned, .news-legacy [class^="image-"].news-caption, figure[class*=" image-"], .news-legacy [class*=" image-"].img-captioned, .news-legacy [class*=" image-"].news-caption {
      font-size: 0.875em;
      line-height: 1.25em; } }

.image-credit {
  text-align: right; }

img + .image-credit-overlay {
  position: absolute;
  display: inline-block;
  height: 2em;
  margin-top: -2em;
  right: 1rem;
  padding-top: 0.25em;
  padding-bottom: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #000;
  background-color: rgba(255, 255, 255, 0.75); }

.image-decorative, .decorative, .article-list figure, .article-list .news-legacy .img-captioned, .news-legacy .article-list .img-captioned, .article-list .news-legacy .news-caption, .news-legacy .article-list .news-caption, .image-thumb-feed {
  display: none; }

figure.right, .image-alternating > div:nth-of-type(odd) figure, .image-alternating > div:nth-of-type(odd) .news-legacy .img-captioned, .news-legacy .image-alternating > div:nth-of-type(odd) .img-captioned, .image-alternating > div:nth-of-type(odd) .news-legacy .news-caption, .news-legacy .image-alternating > div:nth-of-type(odd) .news-caption, .image-alternating > figure:nth-of-type(odd), .news-legacy .image-alternating > .img-captioned:nth-of-type(odd), .news-legacy .image-alternating > .news-caption:nth-of-type(odd), .news-legacy .right.img-captioned, .news-legacy .right.news-caption, figure.left, .image-alternating > div:nth-of-type(even) figure, .image-alternating > div:nth-of-type(even) .news-legacy .img-captioned, .news-legacy .image-alternating > div:nth-of-type(even) .img-captioned, .image-alternating > div:nth-of-type(even) .news-legacy .news-caption, .news-legacy .image-alternating > div:nth-of-type(even) .news-caption, .image-alternating > figure:nth-of-type(even), .news-legacy .image-alternating > .img-captioned:nth-of-type(even), .news-legacy .image-alternating > .news-caption:nth-of-type(even), .news-legacy .left.img-captioned, .news-legacy .left.news-caption, figure.center, .news-legacy .center.img-captioned, .news-legacy .center.news-caption {
  padding-bottom: 0; }

figure img, .news-legacy .img-captioned img, .news-legacy .news-caption img {
  margin-bottom: 0.5rem; }
  figure img:last-of-type, .news-legacy .img-captioned img:last-of-type, .news-legacy .news-caption img:last-of-type {
    margin-bottom: 0; }

figure.center, .news-legacy .center.img-captioned, .news-legacy .center.news-caption {
  margin-left: auto;
  margin-right: auto; }

figure[class^="image-"].bio, .news-legacy [class^="image-"].bio.img-captioned, .news-legacy [class^="image-"].bio.news-caption, figure[class*=" image-"].bio, .news-legacy [class*=" image-"].bio.img-captioned, .news-legacy [class*=" image-"].bio.news-caption {
  font-size: 0.875em; }

.image-full.is-article {
  font-size: 1em;
  font-style: normal; }

[class^="image-portrait"], [class*=" image-portrait"] {
  max-width: 50%; }

@media (max-width: 675px) {
  [class^="image-landscape"], [class*=" image-landscape"] {
    width: 100%;
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 675px) {
  .image-decorative, .decorative, .article-list figure, .article-list .news-legacy .img-captioned, .news-legacy .article-list .img-captioned, .article-list .news-legacy .news-caption, .news-legacy .article-list .news-caption, .image-thumb-feed {
    display: block; }
  .image-portrait {
    width: 34.7826086957%; }
  .image-portrait-large {
    width: 49.2753623188%; }
  .image-landscape-large {
    width: 56.5217391304%; }
  .image-landscape, .news-legacy figure:not(.image-full), .news-legacy .img-captioned:not(.image-full), .news-legacy .news-caption:not(.image-full) {
    width: 42.0289855072%; }
  .image-portrait-small {
    width: 20.2898550725%; }
  .image-portrait-xsmall {
    width: 13.0434782609%; }
  .image-landscape-small {
    width: 27.5362318841%; }
  .image-thumb {
    max-width: 90px; }
    .image-thumb.right, .image-alternating > div:nth-of-type(odd) figure.image-thumb, .image-alternating > div:nth-of-type(odd) .news-legacy .image-thumb.img-captioned, .news-legacy .image-alternating > div:nth-of-type(odd) .image-thumb.img-captioned, .image-alternating > div:nth-of-type(odd) .news-legacy .image-thumb.news-caption, .news-legacy .image-alternating > div:nth-of-type(odd) .image-thumb.news-caption, .image-alternating > figure.image-thumb:nth-of-type(odd), .news-legacy .image-alternating > .image-thumb.img-captioned:nth-of-type(odd), .news-legacy .image-alternating > .image-thumb.news-caption:nth-of-type(odd), .image-thumb.left, .image-alternating > div:nth-of-type(even) figure.image-thumb, .image-alternating > div:nth-of-type(even) .news-legacy .image-thumb.img-captioned, .news-legacy .image-alternating > div:nth-of-type(even) .image-thumb.img-captioned, .image-alternating > div:nth-of-type(even) .news-legacy .image-thumb.news-caption, .news-legacy .image-alternating > div:nth-of-type(even) .image-thumb.news-caption, .image-alternating > figure.image-thumb:nth-of-type(even), .news-legacy .image-alternating > .image-thumb.img-captioned:nth-of-type(even), .news-legacy .image-alternating > .image-thumb.news-caption:nth-of-type(even) {
      box-sizing: content-box; }
  .image-thumb-feed {
    max-width: 200px;
    height: 120px; }
    .image-thumb-feed img {
      width: auto;
      height: 100%;
      display: inline-block; }
    .image-thumb-feed.right img, .image-alternating > div:nth-of-type(odd) figure.image-thumb-feed img, .image-alternating > div:nth-of-type(odd) .news-legacy .image-thumb-feed.img-captioned img, .news-legacy .image-alternating > div:nth-of-type(odd) .image-thumb-feed.img-captioned img, .image-alternating > div:nth-of-type(odd) .news-legacy .image-thumb-feed.news-caption img, .news-legacy .image-alternating > div:nth-of-type(odd) .image-thumb-feed.news-caption img, .image-alternating > figure.image-thumb-feed:nth-of-type(odd) img, .news-legacy .image-alternating > .image-thumb-feed.img-captioned:nth-of-type(odd) img, .news-legacy .image-alternating > .image-thumb-feed.news-caption:nth-of-type(odd) img {
      float: right; }
  .image-portrait-legacy {
    max-width: 175px; }
  .image-2-up > img, .image-2-up .image-child {
    width: 48% !important;
    float: left;
    margin-right: 2.08%; }
    .image-2-up > img:last-of-type, .image-2-up .image-child:last-of-type {
      margin-right: 0; }
  .image-2-up .image-child img {
    width: 100% !important; }
  .image-full {
    width: 100%; }
  .image-full-height {
    margin-bottom: 0; }
  .image-full.is-article {
    line-height: 1.375rem;
    color: #222; } }

/*------------------------------------*#NAVIGATION ELEMENTS
\*------------------------------------*/
.banner-site-header .nav-primary > li > div {
  display: none;
  /*
    visibility: hidden;
    opacity: 0;
    */ }

.menu {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .menu > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .menu > li > * {
      display: block; }

.banner-site-header .logo-bar-menu {
  display: none; }
  @media (min-width: 41.438rem) {
    .banner-site-header .logo-bar-menu {
      display: block; } }

.banner-site-header .logo-page, .banner-site-header .logo-bar-menu li {
  position: relative;
  z-index: 99; }

.nav-primary-bar {
  border-bottom: solid 1px #eee;
  margin-bottom: 0.5rem; }

#nav {
  display: none; }
  @media (min-width: 41.438rem) {
    #nav {
      display: block; } }

@media (min-width: 41.438rem) {
  .nav-dropdown {
    display: none; } }

.nav-primary {
  margin-bottom: 0; }

.nav-primary a {
  color: #666; }

.nav-primary li {
  margin-bottom: 0.25rem; }

.nav-primary > li {
  margin: 0;
  z-index: 100;
  padding-top: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem; }
  .nav-primary > li:first-child {
    margin-left: 1rem; }
  .nav-primary > li:last-child {
    padding-right: 0; }
  @media (min-width: 49rem) {
    .nav-primary > li {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
      .nav-primary > li:last-child {
        padding-right: 0.5rem; } }

.nav-primary-dropdown {
  position: absolute;
  width: 96%;
  z-index: 110;
  padding: 0 1rem;
  margin-left: 0;
  margin-bottom: 0;
  background: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.25);
  display: none; }
  .nav-primary-dropdown ul {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .nav-primary-dropdown li {
    float: none;
    margin: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .nav-primary-dropdown li ul li {
    list-style-type: none; }
    .nav-primary-dropdown li ul li:last-of-type {
      padding-bottom: 0; }
  .nav-primary-dropdown > li {
    margin-left: 0;
    color: #7a232e; }
  .nav-primary-dropdown .submenu-header {
    padding-bottom: 0;
    color: #666; }
    @media (min-width: 49rem) {
      .nav-primary-dropdown .submenu-header {
        border-bottom: solid 1px #7a232e;
        color: #7a232e; } }
    .nav-primary-dropdown .submenu-header + li {
      padding-top: 0; }
  .nav-primary-dropdown > li, .nav-primary-dropdown .submenu-header {
    font-weight: bold; }
    .nav-primary-dropdown > li > a, .nav-primary-dropdown .submenu-header > a {
      color: inherit; }
    .nav-primary-dropdown > li ul, .nav-primary-dropdown .submenu-header ul {
      font-weight: normal; }
  .nav-primary-dropdown .megamenu {
    display: none; }

.nav-primary-dropdown li.spacer {
  display: none; }
  @media (min-width: 49rem) {
    .nav-primary-dropdown li.spacer {
      display: block; } }

.banner-site-header .nav-primary {
  position: relative;
  overflow: visible;
  z-index: 100; }

.banner-site-header .nav-primary .has-submenu {
  /* DIFFERENT MENU LINK DISPLAY WHEN JAVASCRIPT IS DISABLED */
  /* The down arrow indicates a dropdown. Without javascript, the links
    go to sub-nav pages instead */ }
  @media (min-width: 49rem) {
    .banner-site-header .nav-primary .has-submenu {
      position: relative !important;
      padding-right: 1.5em; }
      .banner-site-header .nav-primary .has-submenu::after {
        font-family: "FontAwesome";
        font-size: 1em !important;
        content: "";
        color: #7a232e;
        position: absolute !important;
        right: 0; } }
  @media (min-width: 49rem) {
    .no-js .banner-site-header .nav-primary .has-submenu {
      position: relative !important;
      padding-right: 1.5em;
      padding-right: 1em; }
      .no-js .banner-site-header .nav-primary .has-submenu::after {
        font-family: "FontAwesome";
        font-size: 1em !important;
        content: "";
        color: #7a232e;
        position: absolute !important;
        right: 0; } }

.banner-site-header .nav-primary a {
  color: inherit; }
  .banner-site-header .nav-primary a.location-current {
    opacity: 1.0;
    cursor: pointer !important; }
    .banner-site-header .nav-primary a.location-current:hover, .banner-site-header .nav-primary a.location-current:active {
      text-decoration: underline !important; }

.banner-site-header .nav-primary > li {
  border-top: solid 1px #fbfbfa;
  border-right: solid 1px #fbfbfa;
  border-left: solid 1px #fbfbfa; }

.banner-site-header .nav-primary li.active {
  background-color: #fff;
  border-top: solid 1px #caa7ab;
  border-right: solid 1px #caa7ab;
  border-left: solid 1px #caa7ab; }
  .banner-site-header .nav-primary li.active > a {
    color: #7a232e; }

.banner-site-header .nav-primary li {
  list-style: none;
  padding-bottom: 0.625em; }
  .banner-site-header .nav-primary li.submenu-header {
    padding-bottom: 0.3125em; }
    .banner-site-header .nav-primary li.submenu-header a {
      opacity: 1.0; }

.banner-site-header .nav-primary .submenu, .banner-site-header .nav-primary .submenu-group {
  line-height: 1.25em;
  padding: 0; }

.banner-site-header .nav-primary .submenu-header {
  padding: 0;
  font-weight: bold;
  color: #7a232e;
  border-bottom: solid 1px #88353f; }
  .banner-site-header .nav-primary .submenu-header.no-hr {
    border-bottom: none; }
  .banner-site-header .nav-primary .submenu-header a {
    text-decoration: none; }
  .banner-site-header .nav-primary .submenu-header a:hover {
    text-decoration: underline; }
  .banner-site-header .nav-primary .submenu-header small {
    font-weight: normal;
    color: #222; }

.banner-site-header .nav-primary .submenu .color {
  color: #7a232e; }

.banner-site-header .nav-primary .submenu-hospital .submenu-header, .banner-site-header .nav-primary .submenu-hospital .color {
  color: #E36714; }

.banner-site-header .nav-primary .submenu-hospital .submenu-header {
  border-bottom-color: #E36714; }

.banner-site-header .nav-primary .submenu-emc .submenu-header, .banner-site-header .nav-primary .submenu-emc .color {
  color: #003b70; }

.banner-site-header .nav-primary .submenu-emc .submenu-header {
  border-bottom-color: #003b70; }

.banner-site-header .nav-primary .megamenu {
  position: absolute;
  z-index: 200;
  top: 2.4375rem;
  left: 0;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  margin-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
  border: solid 1px #7a232e; }
  .banner-site-header .nav-primary .megamenu:before, .banner-site-header .nav-primary .megamenu:after {
    content: " ";
    display: table; }
  .banner-site-header .nav-primary .megamenu:after {
    clear: both; }
  .banner-site-header .nav-primary .megamenu:after {
    content: " ";
    display: block;
    clear: both; }
  .banner-site-header .nav-primary .megamenu.narrow {
    width: 50%; }
  .banner-site-header .nav-primary .megamenu.medium {
    width: 75%; }
  .banner-site-header .nav-primary .megamenu.menu-right {
    left: auto;
    right: 0; }
  .banner-site-header .nav-primary .megamenu.columns-4 .submenu {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%; }
    .banner-site-header .nav-primary .megamenu.columns-4 .submenu:last-child {
      width: 23.7288135593%;
      float: right;
      margin-right: 0; }
  .banner-site-header .nav-primary .megamenu.columns-3 .submenu {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }
    .banner-site-header .nav-primary .megamenu.columns-3 .submenu:last-child {
      width: 32.2033898305%;
      float: right;
      margin-right: 0; }
  .banner-site-header .nav-primary .megamenu.columns-2 .submenu {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    .banner-site-header .nav-primary .megamenu.columns-2 .submenu:last-child {
      width: 49.1525423729%;
      float: right;
      margin-right: 0; }
  .banner-site-header .nav-primary .megamenu.columns-1 {
    width: auto;
    left: auto;
    margin-left: -0.5625rem; }

.banner-site-header .nav-primary .submenu-group ul, .banner-site-header .nav-primary .submenu-group ol {
  margin-top: 0; }

.banner-site-header .nav-primary .submenu-group ul li {
  padding-left: 1rem; }
  .banner-site-header .nav-primary .submenu-group ul li.submenu-header {
    padding-left: 0; }

.banner-site-header .nav-primary .submenu-group.columns-2-of-4 {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%; }

.banner-site-header .nav-primary .submenu-group.columns-2-last {
  width: 66.1016949153%;
  float: right;
  margin-right: 0; }

.banner-site-header .nav-primary .submenu-group.columns-2-of-4 .submenu, .banner-site-header .nav-primary .submenu-group.columns-2-last .submenu {
  width: 48.7179487179%;
  float: left;
  margin-right: 2.5641025641%; }
  .banner-site-header .nav-primary .submenu-group.columns-2-of-4 .submenu:last-child, .banner-site-header .nav-primary .submenu-group.columns-2-last .submenu:last-child {
    width: 48.7179487179%;
    float: right;
    margin-right: 0; }

.banner-site-header .nav-primary .submenu-group.columns-3-of-4 {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%; }

.banner-site-header .nav-primary .submenu-group.columns-3-last {
  width: 74.5762711864%;
  float: right;
  margin-right: 0; }

.banner-site-header .nav-primary .submenu-group.columns-3-of-4 .submenu, .banner-site-header .nav-primary .submenu-group.columns-3-last .submenu {
  width: 31.8181818182%;
  float: left;
  margin-right: 2.2727272727%; }
  .banner-site-header .nav-primary .submenu-group.columns-3-of-4 .submenu:last-child, .banner-site-header .nav-primary .submenu-group.columns-3-last .submenu:last-child {
    width: 31.8181818182%;
    float: right;
    margin-right: 0; }

.nav-primary-dropdown .submenu {
  padding-bottom: 1rem; }

#menu-off-zone {
  z-index: 98;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.pagination {
  position: relative;
  font-size: 0.875em; }
  .pagination:before, .pagination:after {
    content: " ";
    display: table; }
  .pagination:after {
    clear: both; }
  @media (min-width: 55.75rem) {
    .pagination {
      font-size: 1.125em; } }
  .pagination > a {
    /* only one link inside roster-item */
    /* two links */ }
    .pagination > a:nth-child(1):nth-last-child(1) {
      display: block;
      width: 100%;
      text-align: right; }
      .pagination > a:nth-child(1):nth-last-child(1).force-across {
        text-align: left; }
    .pagination > a:first-child:nth-last-child(2),
    .pagination > a:first-child:nth-last-child(2) ~ a {
      width: 49.4382022472%;
      float: left;
      margin-right: 1.1235955056%; }
      .pagination > a:first-child:nth-last-child(2):last-of-type,
      .pagination > a:first-child:nth-last-child(2) ~ a:last-of-type {
        width: 49.4382022472%;
        float: right;
        margin-right: 0;
        text-align: right; }
  .pagination > div {
    /* three divs */ }
    .pagination > div:first-child:nth-last-child(3),
    .pagination > div:first-child:nth-last-child(3) ~ div {
      width: 32.5842696629%;
      float: left;
      margin-right: 1.1235955056%; }
      .pagination > div:first-child:nth-last-child(3):nth-of-type(2),
      .pagination > div:first-child:nth-last-child(3) ~ div:nth-of-type(2) {
        text-align: center; }
      .pagination > div:first-child:nth-last-child(3):last-of-type,
      .pagination > div:first-child:nth-last-child(3) ~ div:last-of-type {
        width: 32.5842696629%;
        float: right;
        margin-right: 0;
        text-align: right; }

/*------------------------------------*    #FORMS ELEMENTS
\*------------------------------------*/
::-webkit-input-placeholder {
  color: #aaa; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa; }

:-ms-input-placeholder {
  color: #aaa; }

input[type="text"], input[type="search"], textarea {
  color: #222; }

.search-field {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 0.5rem 0;
  background-color: #fff;
  border: solid 1px #808080; }

.search-input-container {
  float: left;
  width: 100%; }

.search-input {
  width: 100%; }

.has-inset-button input[type="text"], .has-inset-button input[type="search"] {
  border: none;
  margin-bottom: 0 !important; }

.has-inset-button .button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 0.25rem 0.25rem 0;
  margin: 0;
  overflow: hidden;
  color: #808080;
  background-color: #fff;
  border: none; }

.button-icon {
  width: 1.5em; }

.button-icon::before, .button-icon::after {
  font-family: FontAwesome;
  color: #808080;
  position: relative; }

input.button-search {
  font-family: FontAwesome !important; }

.button-search::before {
  content: "\f002\0000a0\0000a0";
  left: 2px;
  padding-right: 1px; }

/*------------------------------------*    #LAYOUT
\*------------------------------------*/
/*------------------------------------*    #LAYOUT ELEMENTS
\*------------------------------------*/
#page {
  min-width: 0; }

#page .microsite {
  min-width: 65.5em; }

.carousel {
  margin-bottom: 0; }
  @media (min-width: 42.125rem) {
    .carousel {
      margin-bottom: 1rem; } }
  @media (min-width: 49rem) {
    .carousel {
      margin-bottom: 3rem; } }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
.page {
    
    height: 100vh;
}
*/
.container, .pagination {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .container:after, .pagination:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 41.438rem) {
    .container, .pagination {
      padding-left: 1rem;
      padding-right: 1rem; } }

@media (min-width: 55.75rem) {
  .flow-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .flow-container:after {
      content: " ";
      display: block;
      clear: both; }
  .flow-item {
    width: 48.7804878049%;
    float: left;
    margin-bottom: 1rem; }
    .flow-item:nth-child(2n+1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .flow-item:nth-child(2n+2) {
      margin-left: 51.2195121951%;
      margin-right: -100%;
      clear: none; } }

.audience-bar {
  width: 100%; }
  @media (min-width: 49rem) {
    .audience-bar {
      width: 65.8536585366%;
      float: left;
      margin-right: 2.4390243902%;
      width: auto; } }
  .audience-bar .nav-audience-wide ul {
    width: 100%; }
    @media (min-width: 49rem) {
      .audience-bar .nav-audience-wide ul {
        width: auto; } }

@media (min-width: 49rem) {
  .search-bar {
    width: 31.7073170732%;
    float: right;
    margin-right: 0; } }

.logo-bar .logo-page {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 41.438rem) {
    .logo-bar .logo-page {
      width: 60.162601626%;
      float: left;
      margin-right: 2.4390243902%;
      max-width: 472px; } }

.logo-bar .logo-bar-menu {
  width: 37.3983739837%;
  float: right;
  margin-right: 0; }

.logo-bar .nav-dropdown {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 41.438rem) {
    .logo-bar .nav-dropdown {
      width: 22.2222222222%;
      float: right;
      margin-right: 0; } }

.grid-test {
  width: 3.2520325203%;
  float: left;
  margin-right: 2.4390243902%;
  background-color: red; }

.last {
  width: 3.2520325203%;
  float: right;
  margin-right: 0;
  background-color: red; }

.logo-bar-menu {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: right; }
  .logo-bar-menu > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .logo-bar-menu > li > * {
      display: block; }
  .logo-bar-menu > li {
    float: right; }

.breadcrumbs {
  max-width: 1150px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem; }
  @media (min-width: 41.438rem) {
    .breadcrumbs {
      padding-left: 1rem;
      padding-right: 1rem; } }

.footer-content {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center; }
  .footer-content:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 41.438rem) {
    .footer-content {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (min-width: 35em) {
    .footer-content {
      text-align: left; }
      .footer-lower .footer-content {
        text-align: center; } }

.footer-contact {
  margin-bottom: 1rem; }
  @media (min-width: 35em) {
    .footer-contact {
      width: 54.4715447154%;
      float: left;
      margin-right: 2.4390243902%;
      margin-bottom: 0; } }
  @media (min-width: 49rem) {
    .footer-contact {
      width: 37.3983739837%;
      float: left;
      margin-right: 2.4390243902%; } }
  .footer-contact .vcard {
    margin-bottom: 1rem; }

.footer-nav-menu {
  display: none; }
  @media (min-width: 49rem) {
    .footer-nav-menu {
      display: block;
      width: 26.0162601626%;
      float: left;
      margin-right: 2.4390243902%; } }

.footer-content .social-link-block {
  margin-left: auto;
  margin-right: auto;
  width: 15.438rem; }
  @media (min-width: 35em) {
    .footer-content .social-link-block {
      margin: 0;
      position: relative;
      left: -0.5rem; } }

.footer-content .logos-universities {
  width: 75%;
  margin-left: auto;
  margin-right: auto; }
  .footer-content .logos-universities a {
    display: block;
    margin-bottom: 1.5rem; }
  @media (min-width: 429px) {
    .footer-content .logos-universities {
      width: 90%; }
      .footer-content .logos-universities a {
        width: 45%;
        float: left;
        position: relative;
        left: 10%; }
        .footer-content .logos-universities a:first-of-type {
          left: 0; } }
  @media (min-width: 35em) {
    .footer-content .logos-universities {
      text-align: right;
      width: auto;
      width: 43.0894308943%;
      float: right;
      margin-right: 0; }
      .footer-content .logos-universities a {
        width: 100%;
        float: none;
        margin-bottom: 2rem;
        left: 0 !important; }
      .footer-content .logos-universities img {
        max-width: 250px; } }
  @media (min-width: 49rem) {
    .footer-content .logos-universities {
      width: 26.0162601626%;
      float: right;
      margin-right: 0; }
      .footer-content .logos-universities a {
        margin-bottom: 4rem; }
        .footer-content .logos-universities a:last-of-type {
          margin-bottom: 0; }
      .footer-content .logos-universities img {
        max-width: 100%; } }

.footer-lower .footer-content {
  margin-top: 1rem; }

.page-banner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  @media (min-width: 41.438rem) {
    .page-banner {
      padding-left: 1rem;
      padding-right: 1rem; } }

.page-title, .parent-title {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0; }

.page-title {
  margin-bottom: 1rem; }

.page-title-expanded {
  /* Turns off background image for expanded page title when screen width is
    small enough */ }
  @media (max-width: 675px) {
    .page-title-expanded[style] {
      background-image: none !important; } }
  @media (min-width: 675px) {
    .page-title-expanded {
      box-sizing: content-box;
      margin-left: auto !important;
      margin-right: auto !important;
      position: relative;
      padding: 20% 0 0 0;
      height: 0;
      background-size: cover;
      background-repeat: repeat-x;
      background-position: left top; }
      .page-title-expanded > div {
        position: absolute;
        width: 100%;
        padding: 1rem 2.4390243902% 1rem 2.4390243902%;
        bottom: 0;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
        color: #fff;
        text-shadow: 0 0 8px #000, 0 0 4px #000, 0 0 2px #000;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55000000', endColorstr='#AA000000',GradientType=0 ); } }

.layout-wrapper {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1.5rem; }
  .layout-wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 41.438rem) {
    .layout-wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .flexbox .layout-wrapper, .flexboxlegacy .layout-wrapper {
    display: flex;
    flex-direction: column; }
    @media (min-width: 42.125rem) {
      .flexbox .layout-wrapper, .flexboxlegacy .layout-wrapper {
        display: block; } }

.page-content:before, .page-content:after, .articles:before, .articles:after, article:before, article:after {
  content: " ";
  display: table; }

.page-content:after, .articles:after, article:after {
  clear: both; }

@media (min-width: 675px) {
  .has-sidebar .page-content {
    width: 71.5447154472%;
    float: right;
    margin-right: 0; } }

@media (min-width: 55.75rem) {
  .has-sidebar .page-content {
    width: 77.2357723577%;
    float: right;
    margin-right: 0; } }

.nav-secondary {
  width: 100%; }
  @media (min-width: 675px) {
    .nav-secondary {
      width: 26.0162601626%;
      float: left;
      margin-right: 2.4390243902%; } }
  @media (min-width: 55.75rem) {
    .nav-secondary {
      width: 20.325203252%;
      float: left;
      margin-right: 2.4390243902%; } }
  @media (min-width: 675px) {
    .nav-secondary .nav-siblings {
      display: block; } }

.column-wrapper:before, .column-wrapper:after {
  content: " ";
  display: table; }

.column-wrapper:after {
  clear: both; }

@media (min-width: 55.75rem) {
  .column-content {
    width: 48.7804878049%;
    float: left;
    margin-right: 2.4390243902%; }
  .column-content:not(:first-of-type) > li {
    margin-left: 1.5rem; }
  .column-last {
    float: right;
    margin-right: 0; }
  .column-span-full {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .columns-thirds .column-content {
    width: 31.7073170732%;
    float: left;
    margin-right: 2.4390243902%; }
  .columns-thirds .column-wide {
    width: 65.8536585366%;
    float: left;
    margin-right: 2.4390243902%; }
  .columns-thirds .column-last {
    float: right;
    margin-right: 0; } }

#news-slideshow {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  #news-slideshow:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 41.438rem) {
    #news-slideshow {
      padding-left: 1rem;
      padding-right: 1rem; } }

.carousel {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto; }

.block-around {
  width: 100%; }
  @media (min-width: 42.125rem) {
    .block-around {
      width: 48.7804878049%;
      float: left;
      margin-right: 2.4390243902%; } }
  @media (min-width: 50rem) {
    .block-around {
      width: 65.8536585366%;
      float: left;
      margin-right: 2.4390243902%; } }

.grid-news {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .grid-news:after {
    content: " ";
    display: block;
    clear: both; }

.grid-news li {
  width: 30.8641975309%;
  float: left;
  margin-right: 3.7037037037%; }

.grid-news li:last-of-type {
  width: 30.8641975309%;
  float: right;
  margin-right: 0; }

.block-around .grid-news li {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.block-around .grid-news li:last-of-type {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.block-around .article-thumb {
  width: 30.8641975309%;
  float: left;
  margin-right: 3.7037037037%; }

.block-around .article-text {
  width: 65.4320987654%;
  float: right;
  margin-right: 0; }

@media (min-width: 30rem) {
  .block-around .grid-news li {
    width: 30.8641975309%;
    float: left;
    margin-right: 3.7037037037%; }
  .block-around .grid-news li:last-of-type {
    width: 30.8641975309%;
    float: right;
    margin-right: 0; }
  .block-around .article-thumb {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .block-around .article-text {
    width: 100%;
    float: right;
    margin-right: 0; } }

@media (min-width: 42.125rem) {
  .block-around .grid-news li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .block-around .grid-news li:last-of-type {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .block-around .article-thumb {
    width: 22.2222222222%;
    float: left;
    margin-right: 3.7037037037%; }
  .block-around .article-text {
    width: 74.0740740741%;
    float: right;
    margin-right: 0; } }

@media (min-width: 50rem) {
  .block-around .grid-news li {
    width: 30.8641975309%;
    float: left;
    margin-right: 3.7037037037%; }
  .block-around .grid-news li:last-of-type {
    width: 30.8641975309%;
    float: right;
    margin-right: 0; }
  .block-around .article-thumb {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .block-around .article-text {
    width: 100%;
    float: right;
    margin-right: 0; } }

.latest-news {
  width: 100%; }
  @media (min-width: 42.125rem) {
    .latest-news {
      width: 48.7804878049%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 50rem) {
    .latest-news {
      width: 31.7073170732%;
      float: right;
      margin-right: 0;
      width: 31.7073170732%;
      float: right;
      margin-right: 0; } }

@media (min-width: 50rem) {
  .becomeavet {
    width: 31.7073170732%;
    float: left;
    margin-left: 34.1463414634%;
    margin-right: -100%; } }

.locations img {
  max-width: 90%;
  margin: auto; }

@media (min-width: 560px) {
  .locations {
    width: 48.7804878049%;
    float: left;
    margin-right: 2.4390243902%; }
    .locations img {
      max-width: 100%; } }

@media (min-width: 50rem) {
  .locations {
    width: 31.7073170732%;
    float: left;
    margin-right: 2.4390243902%; } }

@media (min-width: 560px) {
  .infographic {
    width: 48.7804878049%;
    float: right;
    margin-right: 0; } }

@media (min-width: 50rem) {
  .infographic {
    width: 31.7073170732%;
    float: right;
    margin-right: 0; } }

.hospital-columns, .box-row {
  clear: both; }

.box-row {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.box-row > a .box, .box-row > .box {
  width: 48.623853211%;
  float: left;
  margin-right: 2.752293578%; }

.box-row > a:nth-of-type(even) .box, .box-row > .box:nth-of-type(even) {
  margin-right: 0; }

.box-row > a:last-of-type .box, .box-row > .box:last-of-type {
  float: right;
  margin-right: 0; }

@media (min-width: 30rem) {
  .hospital-links {
    width: 48.7804878049%;
    float: left;
    margin-right: 2.4390243902%; }
    .hospital-links:nth-of-type(2) {
      margin-right: 0; }
    .hospital-links:last-of-type {
      width: 100%;
      float: right;
      margin-right: 0; } }

@media (min-width: 49rem) {
  .box-row > a .box, .box-row > .box {
    width: 22.9357798165%;
    float: left;
    margin-right: 2.752293578%; }
  .box-row > a:nth-of-type(even) .box, .box-row > .box:nth-of-type(even) {
    width: 22.9357798165%;
    float: left;
    margin-right: 2.752293578%; }
  .box-row > a:last-of-type .box, .box-row > .box:last-of-type {
    width: 22.9357798165%;
    float: right;
    margin-right: 0; }
  .hospital-links {
    width: 31.7073170732%;
    float: left;
    margin-right: 2.4390243902%; }
    .hospital-links:nth-of-type(2) {
      width: 31.7073170732%;
      float: left;
      margin-right: 2.4390243902%; }
    .hospital-links:last-of-type {
      width: 31.7073170732%;
      float: right;
      margin-right: 0; }
    .hospital-links.hospital-links-wide {
      width: 100%;
      float: right;
      margin-right: 0; } }

/*------------------------------------*    #PAGE STRUCTURE
\*------------------------------------*/
/*------------------------------------*    #HEADERS
\*------------------------------------*/
.parent-title {
  /*
    font-family: $font-secondary;
    font-size: $font-size-med-2;
    color: $blue-dark;
    
    a { color: inherit; }
    */
  display: none;
  visibility: hidden; }

/*------------------------------------*    #TYPOGRAPHY Styles
\*------------------------------------*/
/*------------------------------------*    #TYPOGRAPHY ELEMENTS
\*------------------------------------*/
.box-dark h1, .text-reverse h1, .box-dark h2, .text-reverse h2, .box-dark h3, .text-reverse h3, .box-dark h4, .text-reverse h4, .box-dark h5, .text-reverse h5, .box-dark h6, .text-reverse h6 {
  color: #fbfbfa; }

h1, h2 {
  color: #7a232e;
  margin-bottom: 0.6875rem; }

h3, h4, h5, h6 {
  color: #666; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

body {
  font-size: 1em;
  line-height: 1.375rem; }
  @media (min-width: 49rem) {
    body {
      font-size: 1em; } }

p {
  margin-bottom: 0.6875rem; }

h1 {
  font-size: 1.75em;
  line-height: 1.05em; }
  @media (min-width: 49rem) {
    h1 {
      font-size: 2.375em; } }

h2 {
  font-size: 1.25em;
  line-height: 1.25em; }
  @media (min-width: 49rem) {
    h2 {
      font-size: 1.75em; } }
  article h2 {
    margin-bottom: 0.5rem; }

h3 {
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 0.5rem; }
  @media (min-width: 49rem) {
    h3 {
      font-size: 1.125em; } }

h4 {
  font-size: 1em;
  line-height: 1.22222222em; }
  @media (min-width: 49rem) {
    h4 {
      font-size: 1.125em; } }
  article h4 {
    margin-bottom: 0.5rem; }

h5 {
  font-size: 1em;
  line-height: 1.375rem; }
  @media (min-width: 49rem) {
    h5 {
      font-size: 1em; } }

blockquote, .quote-source {
  margin: 0 4rem 1rem 1rem;
  line-height: 1.45833333em;
  font-family: Arvo, Georgia, Times, "Times New Roman", serif;
  color: #666; }

blockquote {
  font-size: 1em;
  text-align: justify; }
  @media (min-width: 49rem) {
    blockquote {
      font-size: 1em; } }
  blockquote.quote-marks {
    text-indent: -0.6em; }
    blockquote.quote-marks::before, blockquote.quote-marks::after {
      font-size: 1.125em; }
    blockquote.quote-marks::before {
      content: "“"; }
    blockquote.quote-marks::after {
      content: "”"; }

.quote-source {
  font-style: italic;
  text-align: right;
  font-size: 0.875em;
  margin-top: -0.5rem; }
  .quote-source em {
    font-style: normal; }

h1 small, h2 small, h3 small, h4 small, h5 small {
  font-family: Arvo, Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  display: block;
  color: #808080; }
  h1 small.subhead-inline, h2 small.subhead-inline, h3 small.subhead-inline, h4 small.subhead-inline, h5 small.subhead-inline {
    display: inline; }
    h1 small.subhead-inline:before, h2 small.subhead-inline:before, h3 small.subhead-inline:before, h4 small.subhead-inline:before, h5 small.subhead-inline:before {
      content: ' • '; }

h3 {
  font-weight: bold; }

h1 small, .h1small {
  font-size: .75em; }

h2 small, .h2small, .nav-secondary h2 small {
  font-size: .77777778em; }

h3 small, .h3small {
  font-size: .9em;
  font-weight: normal; }

h4 small, .h4small {
  font-size: 1em; }

h5 small, .h5small {
  font-size: 1em; }

.byline, figcaption, .intro, .caption {
  font-style: italic; }
  .byline em, figcaption em, .intro em, .caption em {
    font-style: normal; }

figcaption {
  color: #808080; }

.byline {
  color: #666; }

h2.byline {
  font-size: 1.125em; }

h3.byline {
  font-size: 1em;
  font-weight: normal; }

.text-small {
  font-size: 0.75em; }
  @media (min-width: 49rem) {
    .text-small {
      font-size: 0.75em; } }

code {
  background-color: #eee;
  padding: 0 0.5ex; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.spacer-1-line {
  height: 1.375em; }
  .submenu .spacer-1-line, .submenu-group .spacer-1-line {
    height: 1.25em; }
  .nav-dropdown .spacer-1-line {
    display: none; }

.phone, .phone-number {
  white-space: nowrap; }

@media (max-width: 57.5rem) {
  .directory .phone, .roster .phone {
    white-space: normal; } }

/*------------------------------------*    #COMPONENTS
\*------------------------------------*/
/*------------------------------------*    #ICON OBJECTS
\*------------------------------------*/
.icon-expand {
  font-size: 1.15em; }

.social-link-block {
  color: #808080; }
  .social-link-block:before, .social-link-block:after {
    content: " ";
    display: table; }
  .social-link-block:after {
    clear: both; }
  .social-link-block ul {
    margin: 0;
    padding: 0; }

.social-flickr-dot-left, .social-flickr-dot-right {
  color: #fff; }

.social-color .social-facebook {
  color: #3b5998; }

.social-color .social-twitter {
  color: #4099ff; }

.social-color .social-linkedin {
  color: #007bb6; }

.social-color .social-pinterest {
  color: #cb2027; }

.social-color .social-flickr {
  color: #fff; }

.social-color .social-flickr-dot-left {
  color: #0062dd; }

.social-color .social-flickr-dot-right {
  color: #ff0084; }

.social-color .social-instagram {
  color: #9c6e4e; }

.social-link-block li {
  display: block;
  float: left;
  margin-right: 0.5rem;
  list-style: none; }
  .social-link-block li:last-of-type {
    margin-right: 0; }

.social-link-block a {
  color: inherit; }

.social-flickr-dot-left, .social-flickr-dot-right {
  color: #fff; }

.social-flickr-dots {
  font-size: 1.3em; }

.social-flickr-dot-left {
  line-height: 1.45; }

.social-flickr-dot-right {
  font-size: .5em;
  line-height: inherit;
  margin-left: .5em; }

.status-loading {
  position: relative;
  left: 40%;
  top: 4em;
  width: 45px;
  height: 45px; }
  .no-js .status-loading {
    display: none; }

/*------------------------------------*    #CONTACT INFORMATION OBJECTS
\*------------------------------------*/
.fn {
  font-weight: bold; }

.fn .credentials {
  font-weight: normal; }

.vcard .job-title, .vcard .org-name {
  font-style: italic;
  font-size: 0.875em; }

.zip-code {
  margin-left: 0.5em; }

.email-type, .phone-type, .contact-label {
  font-weight: bold; }
  @media (min-width: 57.5rem) {
    .email-type, .phone-type, .contact-label {
      margin-right: 0.5em; } }

.vcard abbr {
  border-bottom: none; }

/*------------------------------------*    #BIO AND ROSTER OBJECTS
\*------------------------------------*/
.history {
  padding-left: 0; }

.history-item {
  list-style: none; }

.history-item .job-title {
  font-weight: bold; }

.history-date {
  font-style: italic;
  white-space: nowrap; }

/*------------------------------------*    #CONTENT BLOCKS
\*------------------------------------*/
.box {
  background-color: #fff;
  border-color: #7a232e;
  border-style: solid;
  border-width: 1px 1px 3px 1px;
  margin-bottom: 1rem;
  position: relative; }

.box-content {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem; }

.box-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 2em; }

.box img {
  display: block; }

.box-image-header {
  background-size: cover;
  padding-left: 0;
  padding-right: 0; }
  .box-image-header > * {
    margin-left: 1rem;
    margin-right: 1rem; }
  .box-image-header .fixed-height-header {
    display: table; }
  .box-image-header h3 {
    display: table-row;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 0px 0px 3px black; }
    .box-image-header h3 div {
      display: table-cell;
      vertical-align: bottom;
      height: 5em;
      padding-bottom: 0.5rem; }
  .box-image-header p {
    background-color: #fbfbfa;
    padding: 0.5rem; }

.block-hero-header {
  display: block; }

.link-block .link-block-clear {
  display: block; }
  .link-block .link-block-clear:before, .link-block .link-block-clear:after {
    content: " ";
    display: table; }
  .link-block .link-block-clear:after {
    clear: both; }

.link-block .box-content {
  color: #222; }
  .link-block .box-content strong {
    color: #666; }

.link-block h3 {
  color: #0A1A69; }

.link-block:link, .link-block:hover, .link-block:visited {
  color: #222;
  text-decoration: none !important; }

.link-block:active {
  background-color: #fff; }

.layout-card:before, .layout-card:after {
  content: " ";
  display: table; }

.layout-card:after {
  clear: both; }

.layout-separate, .clinical-trial {
  margin: 1rem 0; }
  .layout-separate:before, .clinical-trial:before, .layout-separate:after, .clinical-trial:after {
    content: " ";
    display: table; }
  .layout-separate:after, .clinical-trial:after {
    clear: both; }
  .layout-separate:last-child, .clinical-trial:last-child {
    margin-bottom: 0; }
  .layout-separate.cf-remove, .cf-remove.clinical-trial {
    margin-bottom: 2rem; }
    .layout-separate.cf-remove:before, .cf-remove.clinical-trial:before, .layout-separate.cf-remove:after, .cf-remove.clinical-trial:after {
      content: none;
      display: block; }
    .layout-separate.cf-remove:after, .cf-remove.clinical-trial:after {
      clear: none; }

.flexible-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 1rem;
  height: 0;
  overflow: hidden; }
  .flexible-embed iframe, .flexible-embed object, .flexible-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.scroll-disabled {
  pointer-events: none; }

.no-js .panel-map {
  /* When javascript is disabled, this hides iframes that only load a map using javascript when an accordion
    panel is opened */ }
  .no-js .panel-map .flexible-embed {
    display: none; }

/*------------------------------------*    #BREADCRUMBS
    // supplements and additions to the
    // default Foundation breadcrumbs
\*------------------------------------*/
.breadcrumbs {
  display: none;
  background: none;
  border: none;
  margin-left: auto;
  margin-right: auto; }
  .breadcrumbs *:before {
    top: 0;
    font-size: 1.5em; }
  .breadcrumbs > * {
    color: #222; }
  @media (min-width: 41.438rem) {
    .breadcrumbs {
      display: block; } }

/*------------------------------------*    #FOOTNOTES
\*------------------------------------*/
.footnote-block {
  display: table; }

.footnote {
  display: table-row; }

.footnote-marker, .footnote-content {
  display: table-cell;
  padding-bottom: 0.6875rem; }

.footnote-marker {
  padding-right: 0.5em; }

/*------------------------------------*    #IMAGE GALLERY
    // Custom display of image galleries
    // using "lightbox 2" script
\*------------------------------------*/
.Collage {
  padding: 10px; }
  .Collage .Image_Wrapper {
    opacity: 0; }
    .no-js .Collage .Image_Wrapper {
      opacity: inherit; }
    .Collage .Image_Wrapper a {
      display: block;
      cursor: pointer; }
  .Collage .Caption_Content {
    color: #f9f9f9;
    padding: 0.25rem 0.5rem; }

.block-grid-100 {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  .block-grid-100:before, .block-grid-100:after {
    content: " ";
    display: table; }
  .block-grid-100:after {
    clear: both; }
  .block-grid-100 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }
  .block-grid-100 > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 33.3333333333%; }
    .block-grid-100 > li:nth-of-type(1n) {
      clear: none; }
    .block-grid-100 > li:nth-of-type(3n+1) {
      clear: both; }
  @media (min-width: 41.438rem) {
    .block-grid-100 {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .block-grid-100:before, .block-grid-100:after {
        content: " ";
        display: table; }
      .block-grid-100:after {
        clear: both; }
      .block-grid-100 > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem; }
      .block-grid-100 > li {
        list-style: none;
        padding: 0 0.625rem 1.25rem;
        width: 25%; }
        .block-grid-100 > li:nth-of-type(1n) {
          clear: none; }
        .block-grid-100 > li:nth-of-type(4n+1) {
          clear: both; } }
  @media (min-width: 55.75rem) {
    .block-grid-100 {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .block-grid-100:before, .block-grid-100:after {
        content: " ";
        display: table; }
      .block-grid-100:after {
        clear: both; }
      .block-grid-100 > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem; }
      .block-grid-100 > li {
        list-style: none;
        padding: 0 0.625rem 1.25rem;
        width: 16.6666666667%; }
        .block-grid-100 > li:nth-of-type(1n) {
          clear: none; }
        .block-grid-100 > li:nth-of-type(6n+1) {
          clear: both; } }

@media (min-width: 375px) {
  .block-grid-catalog {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .block-grid-catalog:before, .block-grid-catalog:after {
      content: " ";
      display: table; }
    .block-grid-catalog:after {
      clear: both; }
    .block-grid-catalog > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.625rem 1.25rem; }
    .block-grid-catalog > li {
      list-style: none;
      padding: 0 0.625rem 1.25rem;
      width: 50%; }
      .block-grid-catalog > li:nth-of-type(1n) {
        clear: none; }
      .block-grid-catalog > li:nth-of-type(2n+1) {
        clear: both; } }

/*------------------------------------*    #INTERFACE OBJECTS (Butttons, etc.)
\*------------------------------------*/
.temp-button {
  float: right; }

.button-theme-color {
  background-color: #7a232e;
  border-color: #333;
  color: #fff;
  color: #fff !important; }
  .button-theme-color:hover,
  .button-theme-color:focus {
    background-color: #88353f; }
  .button-theme-color:hover,
  .button-theme-color:focus {
    color: #fff; }

.button-darken-color {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: #333;
  color: #fff;
  color: #fff !important; }
  .button-darken-color:hover,
  .button-darken-color:focus {
    background-color: rgba(0, 0, 0, 0.75); }
  .button-darken-color:hover,
  .button-darken-color:focus {
    color: #fff; }

.button-theme-inverse {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  background-color: #008CBA;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out;
  background-color: #fbfbfa;
  border-color: #7a232e;
  color: #333333;
  border-radius: 4px;
  color: #7a232e;
  border-width: 2px; }
  .button-theme-inverse:hover,
  .button-theme-inverse:focus {
    background-color: #007095; }
  .button-theme-inverse:hover,
  .button-theme-inverse:focus {
    color: #fff; }
  .button-theme-inverse:hover,
  .button-theme-inverse:focus {
    background-color: #fff; }
  .button-theme-inverse:hover,
  .button-theme-inverse:focus {
    color: #333333; }

.button-intro {
  font-weight: bold;
  padding-left: 2rem; }
  .button-intro > a:hover {
    text-decoration: none; }

div.button-intro, p.button-intro {
  margin-bottom: 0.5rem; }

.bars-menu-button::before {
  font-family: FontAwesome;
  font-size: 2em;
  content: "\f0c9"; }

.dropdown-menu-button {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0.25rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(0, 0, 0, 0.9);
  border-radius: 0.25rem; }
  .dropdown-menu-button:hover, .dropdown-menu-button:active, .dropdown-menu-button:focus {
    text-decoration: none !important; }
  .dropdown-menu-button:hover, .dropdown-menu-button:active, .dropdown-menu-button.active {
    background-color: rgba(255, 255, 255, 0.25); }

#main-menu-button:hover, #main-menu-button:focus {
  background-color: #7a232e; }

ul.tabs {
  overflow: auto;
  margin-top: 1rem;
  padding-left: 0; }

/*------------------------------------*        #SLIDESHOWS
\*------------------------------------*/
.news-slideshow {
  /* NO JAVASCRIPT VERSION */ }
  .news-slideshow .carousel {
    padding: 0; }
    @media (min-width: 49rem) {
      .news-slideshow .carousel {
        padding-bottom: 1rem; } }
  .news-slideshow .carousel .item:not(.first) {
    display: none; }
  .news-slideshow .carousel .item a {
    display: block;
    position: relative;
    height: 0;
    padding-top: 30.8%; }
  .news-slideshow .carousel .item .slide-text a {
    display: inline;
    color: inherit; }
    .news-slideshow .carousel .item .slide-text a:hover {
      text-decoration: none; }
  .news-slideshow .carousel img {
    width: 100%;
    top: 0; }
  .news-slideshow .carousel img {
    position: absolute; }
  .news-slideshow .slick-prev, .news-slideshow .slick-next {
    display: none !important; }
    @media (min-width: 30rem) {
      .news-slideshow .slick-prev, .news-slideshow .slick-next {
        display: inline-block !important; } }
  .news-slideshow .slick-prev {
    left: 2.4390243902%; }
  .news-slideshow .slick-next {
    right: 2.4390243902%; }
  .news-slideshow .slick-dots {
    display: none !important;
    position: absolute;
    bottom: -3.5rem;
    z-index: 50; }
    @media (min-width: 49rem) {
      .news-slideshow .slick-dots {
        display: block !important; } }
  .news-slideshow .slick-dots li button {
    color: #fff;
    font-size: 1em;
    line-height: inherit; }
    .news-slideshow .slick-dots li button::before {
      font-size: 1.75em;
      position: absolute;
      top: .06em;
      left: 0;
      z-index: -1; }
  .news-slideshow .slide-text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #666;
    color: #fbfbfa !important;
    padding: 2.4390243902%; }
    @media (min-width: 42.125rem) {
      .news-slideshow .slide-text {
        position: absolute;
        top: auto;
        left: 2rem;
        bottom: 2rem;
        width: 40%;
        background-color: rgba(255, 255, 255, 0.8);
        margin: auto 60px;
        padding: 1rem;
        font-family: Arvo, Georgia, Times, "Times New Roman", serif;
        color: #333 !important;
        text-shadow: 0px 1px 0px white; } }
    .news-slideshow .slide-text h1:last-child, .news-slideshow .slide-text h2:last-child {
      margin-bottom: 0; }
  .no-js .news-slideshow .carousel {
    padding-bottom: 0;
    margin-bottom: 1rem; }
  .no-js .news-slideshow .item:nth-child(2)::before {
    content: "More top stories…";
    font-size: 1.125em;
    color: #7a232e;
    margin-bottom: 0.5rem; }
  .no-js .news-slideshow .item:not(:first-child) .slide-text {
    background-color: transparent;
    padding: 0; }
    .no-js .news-slideshow .item:not(:first-child) .slide-text h1, .no-js .news-slideshow .item:not(:first-child) .slide-text h2 {
      font-size: 1em;
      font-weight: normal; }
    .no-js .news-slideshow .item:not(:first-child) .slide-text a {
      display: inline-block;
      width: 100%;
      padding: 0;
      color: #0A1A69;
      position: relative !important;
      padding-left: 1.5em;
      list-style-type: none !important;
      padding-left: 2em;
      margin-left: 0.5rem; }
      .no-js .news-slideshow .item:not(:first-child) .slide-text a::before {
        font-family: "FontAwesome";
        font-size: 1em !important;
        content: "";
        color: #7a232e;
        position: absolute !important;
        left: 0; }
      .no-js .news-slideshow .item:not(:first-child) .slide-text a:hover {
        text-decoration: underline; }
  .no-js .news-slideshow .item > a {
    display: none; }
  .no-js .news-slideshow .item:first-of-type > a {
    display: block; }
  .no-js .news-slideshow .item .slide-text {
    position: static;
    margin-left: 0;
    margin-right: 0;
    width: auto; }

.microsite-carousel img {
  width: 100%;
  top: 0; }

.microsite-carousel .slide-text {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  width: 40%;
  background-color: rgba(255, 255, 255, 0.8);
  margin: auto 60px;
  padding: 1rem;
  font-family: Arvo, Georgia, Times, "Times New Roman", serif;
  color: #333 !important;
  text-shadow: 0px 1px 0px white; }

@media (min-width: 42.125rem) {
  .carousel .slide-text-wide, .microsite-carousel .slide-text-wide {
    width: 75%; } }

@media (min-width: 42.125rem) {
  .carousel .slide-text-narrow, .microsite-carousel .slide-text-narrow {
    width: 35%; } }

.carousel .slide-text-right, .microsite-carousel .slide-text-right {
  left: auto !important; }
  @media (min-width: 42.125rem) {
    .carousel .slide-text-right, .microsite-carousel .slide-text-right {
      right: 2.5rem; } }

@media (min-width: 42.125rem) {
  .carousel .slide-text-top, .microsite-carousel .slide-text-top {
    bottom: auto;
    top: 2rem; } }

@media (min-width: 42.125rem) {
  .carousel .slide-text-nudge-top, .microsite-carousel .slide-text-nudge-top {
    top: 3.5rem; } }

.carousel .slide-text h1, .carousel .slide-text h2, .microsite-carousel .slide-text h1, .microsite-carousel .slide-text h2 {
  font-size: 1em;
  font-weight: bold;
  color: inherit !important;
  line-height: 1.25em; }
  @media (min-width: 42.125rem) {
    .carousel .slide-text h1, .carousel .slide-text h2, .microsite-carousel .slide-text h1, .microsite-carousel .slide-text h2 {
      font-weight: normal;
      font-size: 1.125em; } }
  @media (min-width: 49rem) {
    .carousel .slide-text h1, .carousel .slide-text h2, .microsite-carousel .slide-text h1, .microsite-carousel .slide-text h2 {
      font-size: 1.5em; } }

@media (min-width: 42.125rem) {
  .carousel .slide-text-inverted, .microsite-carousel .slide-text-inverted {
    background: none;
    padding-left: 0;
    padding-right: 0;
    color: white !important;
    text-shadow: 0px 1px 0px #000; }
    .carousel .slide-text-inverted *, .microsite-carousel .slide-text-inverted * {
      font-weight: bold; } }

.microsite-carousel .slide-text-right {
  left: auto;
  right: 0; }

.slick-slide {
  position: relative; }

.carousel .slick-next::before, .carousel .slick-prev::before {
  z-index: 90; }

.carousel .slick-next::after, .carousel .slick-prev::after {
  z-index: 89; }

/*------------------------------------*    #TABLES
\*------------------------------------*/
table {
  table-layout: fixed;
  margin-bottom: 1rem;
  text-align: left;
  vertical-align: top;
  width: 100%; }
  table tbody {
    vertical-align: top; }
  table tr, table td {
    border-color: #aaa;
    border-style: none; }
  table.no-break {
    white-space: normal; }
    @media (min-width: 675px) {
      table.no-break {
        white-space: nowrap; } }

table tr {
  border-style: solid;
  border-width: 1px; }
  table tr:nth-child(odd) {
    background-color: white; }
  table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.9); }

thead tr {
  background-color: transparent !important;
  border: none !important;
  vertical-align: bottom; }

thead.bold {
  font-weight: bold; }

thead tr:first-child td, thead tr:first-child th {
  padding-top: 0; }

td, th {
  padding: 0.5rem 2.4390243902%; }

table.inner-border td, table.inner-border .inner-border {
  border-right-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px; }

table.inner-border thead td, table.inner-border thead th {
  border-style: none; }

.table-title {
  text-align: center;
  font-size: 1.5em; }

.table-schedule th {
  width: 100%; }
  @media (min-width: 675px) {
    .table-schedule th {
      width: 30%; } }

table.table-responsive {
  display: block;
  border: solid 1px #aaa; }
  table.table-responsive tr, table.table-responsive td, table.table-responsive th, table.table-responsive thead, table.table-responsive caption, table.table-responsive tbody {
    display: block; }
  table.table-responsive td, table.table-responsive tr {
    border: none; }
  table.table-responsive td, table.table-responsive th {
    padding-top: 0;
    padding-bottom: 0; }
    table.table-responsive td:first-child, table.table-responsive th:first-child {
      padding-top: 0.5rem; }
    table.table-responsive td:last-child, table.table-responsive th:last-child {
      padding-bottom: 0.5rem; }
  @media (max-width: 675px) {
    table.table-responsive tbody, table.table-responsive tr, table.table-responsive td {
      width: 100%; } }
  @media (min-width: 675px) {
    table.table-responsive {
      display: table;
      width: 100%;
      border: none; }
      table.table-responsive tbody {
        display: table-row-group; }
      table.table-responsive thead {
        display: table-header-group; }
      table.table-responsive caption {
        display: table-caption; }
      table.table-responsive tr {
        display: table-row;
        border: solid 1px #aaa;
        width: 100%; }
      table.table-responsive td, table.table-responsive th {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        display: table-cell; } }

/*------------------------------------*    #SPECIALIZED SECTIONS
\*------------------------------------*/
.section-title, .box h2 {
  margin-bottom: 0.6875rem;
  padding: 0.6875rem 1rem; }
  .section-title:not(:first-of-type), .box h2:not(:first-of-type) {
    margin-top: 2rem; }

.section-title {
  color: #f9f9f9;
  background-color: #7a232e; }
  .section-title small, .section-title a {
    color: inherit !important; }

.row-news {
  margin-bottom: 2rem; }

.latest-news .article-list article {
  background-color: transparent; }

.latest-news h3 {
  font-size: 1em;
  font-weight: normal; }

.latest-news h4 {
  font-size: 0.75em;
  margin-bottom: 0; }

.grid-news .article-thumb {
  margin-bottom: 0.5rem; }

.grid-news h3 {
  font-size: 1.125em;
  margin-bottom: 0; }

.grid-news a:hover h3 {
  text-decoration: underline; }

.grid-news a:hover h3, .grid-news a:active h3 {
  color: #7a232e; }

.grid-news h4 {
  color: #222;
  font-size: 0.875em; }

.becomeavet {
  position: relative;
  z-index: 1; }

.becomeavet .block-hero-header {
  display: none; }
  @media (min-width: 42.125rem) {
    .becomeavet .block-hero-header {
      display: block;
      position: absolute;
      z-index: 10;
      bottom: 3px;
      max-width: 48.7804878049%; } }
  @media (min-width: 50rem) {
    .becomeavet .block-hero-header {
      max-width: 100%;
      position: relative;
      bottom: 0; } }

@media (min-width: 42.125rem) {
  .becomeavet h2 {
    padding-left: 51.2195121951%; }
  .becomeavet .box-content {
    padding-left: 48.7804878049%; } }

@media (min-width: 50rem) {
  .becomeavet h2 {
    padding-left: 1rem; }
  .becomeavet .box-content {
    padding-left: 0; } }

.banner-site-header .logo {
  margin-bottom: 1rem; }

.page-header-topbar {
  margin-bottom: 1rem; }
  .page-header-topbar:before, .page-header-topbar:after {
    content: " ";
    display: table; }
  .page-header-topbar:after {
    clear: both; }

.nav-bar {
  background-color: #333;
  color: #f9f9f9;
  background-color: #222;
  width: 100%; }
  .nav-bar a {
    color: #e5dbb3; }

.nav-audience-collapsed {
  width: 41.6666666667%;
  float: left;
  margin-right: 5%;
  display: block;
  position: relative;
  z-index: 1000; }
  @media (min-width: 429px) {
    .nav-audience-collapsed {
      width: 30%;
      float: left;
      margin-right: 5%; } }
  @media (min-width: 41.438rem) {
    .nav-audience-collapsed {
      display: none; } }

#audience-dropdown {
  position: relative;
  margin-left: 0;
  left: 0;
  top: 0.5rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  border-top: solid 1px rgba(0, 0, 0, 0.9);
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  display: none; }
  @media (min-width: 41.438rem) {
    #audience-dropdown.show-menu {
      display: none !important; } }
  #audience-dropdown li {
    display: block;
    float: none;
    margin: 0;
    padding: 0.5rem 1rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.25); }
    #audience-dropdown li:last-of-type {
      border-bottom: none; }

.nav-audience-wide {
  display: none;
  font-size: 0.875em; }
  @media (min-width: 41.438rem) {
    .nav-audience-wide {
      display: block; } }

.nav-audience-wide ul {
  width: 100%;
  margin: 0;
  padding-top: 0.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .nav-audience-wide ul:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 49rem) {
    .nav-audience-wide ul {
      display: table;
      table-layout: fixed;
      padding-top: 0; } }

.nav-audience-wide li {
  text-align: center;
  margin: 0;
  border-right: solid 1px rgba(255, 255, 255, 0.25);
  width: 11.7647058824%;
  float: left;
  padding-left: 1.2605042017%;
  padding-right: 1.2605042017%; }
  .nav-audience-wide li:first-of-type {
    width: 29.4117647059%;
    float: left;
    padding-left: 1.2605042017%;
    padding-right: 1.2605042017%;
    border-left: solid 1px rgba(255, 255, 255, 0.25); }
  .nav-audience-wide li:nth-of-type(3), .nav-audience-wide li:nth-of-type(4) {
    width: 23.5294117647%;
    float: left;
    padding-left: 1.2605042017%;
    padding-right: 1.2605042017%; }
  .nav-audience-wide li:last-of-type {
    width: 11.7647058824%;
    float: right;
    padding-left: 1.2605042017%;
    padding-right: 1.2605042017%; }
  @media (min-width: 49rem) {
    .nav-audience-wide li {
      display: table-cell;
      vertical-align: middle;
      float: none !important;
      margin: 0 !important;
      text-align: left;
      height: 3rem;
      white-space: nowrap;
      width: auto !important;
      padding: 0.25rem 0.5em !important;
      border-left: solid 1px rgba(255, 255, 255, 0.25);
      border-right: solid 1px #000; }
      .nav-audience-wide li:last-of-type {
        border-right-color: rgba(255, 255, 255, 0.25); } }
  @media (min-width: 55.75rem) {
    .nav-audience-wide li {
      padding-left: 1em !important;
      padding-right: 1em !important; } }

.nav-audience-wide a {
  color: #fff; }

.search-bar .search-field {
  margin-top: 0.5rem;
  margin-bottom: 0;
  box-sizing: content-box; }
  .search-bar .search-field input[type="search"] {
    box-sizing: border-box; }

.search-bar {
  margin-bottom: 0.5rem; }
  @media (min-width: 49rem) {
    .search-bar {
      margin-bottom: 0; } }

.search-field.has-inset-button {
  height: 1.85rem; }
  .search-field.has-inset-button:before, .search-field.has-inset-button:after {
    content: " ";
    display: table; }
  .search-field.has-inset-button:after {
    clear: both; }

.search-input-container {
  height: 1.25rem; }

.search-input {
  line-height: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  color: #808080; }

.logo-bar {
  margin-bottom: 0.5rem; }

.logo-page {
  margin-bottom: 0.5rem; }
  @media (min-width: 41.438rem) {
    .logo-page {
      margin-bottom: 0; } }
  .logo-page a {
    display: block;
    width: 100%;
    padding-bottom: 9.135%;
    background-image: url("/images/logos/va-md-logo-short.png");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1.0; }
    @media (min-width: 41.438rem) {
      .banner-home .logo-page a {
        padding-bottom: 19.492%;
        background-image: url("/images/logos/va-md-logo-tall.png"); } }

.nav-dropdown .button {
  width: 100%;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  text-align: left; }
  @media (min-width: 41.438rem) {
    .nav-dropdown .button {
      text-align: center;
      padding: 1rem 0.5rem; } }
  .nav-dropdown .button .text-optional {
    margin-left: 0.5rem; }
    @media (min-width: 41.438rem) {
      .nav-dropdown .button .text-optional {
        margin-left: 0; } }

.logo-bar-menu .fa {
  margin-right: 0.5em; }

.nav-secondary .nav-siblings, .nav-secondary .nav-hide-small {
  display: none; }
  @media (min-width: 675px) {
    .nav-secondary .nav-siblings, .nav-secondary .nav-hide-small {
      display: block; } }

@media (max-width: 675px) {
  .nav-secondary h2 {
    color: #fff;
    font-family: Arvo, Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    background-color: #666;
    font-size: 0.75em !important;
    font-weight: bold; }
    .nav-secondary h2 small {
      font-size: 1em;
      font-weight: inherit;
      display: inline;
      color: inherit; } }

@media (min-width: 675px) {
  .nav-secondary h2 {
    color: #7a232e;
    font-family: Lato, "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    font-size: 1.125em; } }

.nav-secondary .additional-menu {
  margin-top: 1rem; }
  .nav-secondary .additional-menu h2 {
    font-size: 1em; }

.nav-secondary > div {
  padding: 0;
  background-color: #eee; }
  @media (min-width: 675px) {
    .nav-secondary > div {
      padding: 1rem;
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.25); } }

.nav-secondary div:first-child h2 {
  margin-top: 0; }

.nav-secondary ul, .nav-secondary li {
  padding-left: 0; }

.nav-secondary ul {
  margin-bottom: 0;
  font-size: 0.875em; }

@media (max-width: 675px) {
  .nav-secondary .link-list li {
    padding-left: 0; }
    .nav-secondary .link-list li::before {
      content: ''; } }

.nav-secondary .link-list li {
  list-style-type: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
  border-top: solid 1px #f9f9f9;
  border-bottom: solid 1px #aaa; }
  .nav-secondary .link-list li::before {
    content: ''; }
  .nav-secondary .link-list li:last-of-type {
    border-bottom: none; }
  @media (min-width: 675px) {
    .nav-secondary .link-list li {
      position: relative !important;
      padding-left: 0.75em;
      list-style-type: none !important;
      padding-left: 1em;
      padding-left: 1em !important;
      padding-bottom: 0.5rem;
      margin-top: 0;
      margin-bottom: 0.5rem;
      border-top: none;
      border-bottom: solid 1px #eee; }
      .nav-secondary .link-list li::before {
        font-family: "FontAwesome";
        font-size: 0.5em !important;
        content: "";
        color: #7a232e;
        position: absolute !important;
        left: 0; }
      .nav-secondary .link-list li:last-of-type {
        margin-bottom: 0; } }

@media (max-width: 675px) {
  .nav-secondary .link-list li, .nav-secondary > div h2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media (min-width: 350px) {
  .sidebar-graphic + .nav-children {
    float: right;
    width: 61%; }
    .sidebar-graphic + .nav-children .link-list li:before, .sidebar-graphic + .nav-children .link-list li:after {
      content: none;
      display: block; }
    .sidebar-graphic + .nav-children .link-list li:after {
      clear: none; } }

@media (min-width: 675px) {
  .sidebar-graphic + .nav-children {
    float: none;
    width: 100%; } }

.sidebar-graphic.sidebar-graphic-primary img {
  width: auto;
  max-height: 260px;
  margin: auto; }
  @media (min-width: 350px) {
    .sidebar-graphic.sidebar-graphic-primary img {
      max-height: 150px; } }
  @media (min-width: 675px) {
    .sidebar-graphic.sidebar-graphic-primary img {
      max-height: 100%; } }

@media (min-width: 350px) {
  .sidebar-graphic.sidebar-graphic-primary {
    float: left;
    width: 38%; } }

@media (min-width: 675px) {
  .sidebar-graphic.sidebar-graphic-primary {
    float: none;
    width: 100%;
    max-height: auto; } }

.page-content h2 {
  margin-top: 1.375rem;
  margin-bottom: 0.6875rem; }

.page-content h2:first-of-type {
  margin-top: 0; }

.page-content .page-title {
  padding: 0; }

.footer-upper {
  background-color: #333;
  color: #f9f9f9; }
  .footer-upper a {
    color: #e5dbb3; }

.footer-lower {
  background-color: #333;
  color: #f9f9f9;
  background-color: #222;
  text-align: center; }
  .footer-lower a {
    color: #e5dbb3; }

.footer-nav-menu {
  text-align: right; }
  .footer-nav-menu ul {
    padding-right: 1rem;
    border-right: solid 2px #e5dbb3;
    margin: 0; }

.footer-nav-menu .menu li {
  float: none; }

.footer-links {
  padding: 0;
  margin-left: 0;
  margin-left: auto;
  margin-right: auto; }
  .footer-links > li {
    display: inline;
    position: relative;
    margin-left: 0;
    padding: 0 0.6666666667rem; }
    .footer-links > li:first-child {
      padding-left: 0; }
    .footer-links > li:last-child {
      padding-right: 0; }
      .footer-links > li:last-child::after {
        content: ''; }
    .footer-links > li > * {
      display: inline; }
  .footer-links li::after {
    position: absolute;
    top: 0;
    right: -1px;
    content: "|"; }

.vs-subtitle {
  font-size: 0.5em; }

.articles article {
  margin-bottom: 1rem; }

.has-illustration:before, .has-illustration:after {
  content: " ";
  display: table; }

.has-illustration:after {
  clear: both; }

.has-illustration img {
  float: left;
  margin-right: 2.4390243902%; }

.story-category h3, .story-block h3 {
  font-size: 1.5em; }

.articles .story-block {
  margin-bottom: 2rem; }
  .articles .story-block:last-of-type {
    margin-bottom: 0; }

figure.is-article figcaption, .news-legacy .is-article.img-captioned figcaption, .news-legacy .is-article.news-caption figcaption {
  color: #222;
  font-size: 1em;
  font-style: normal;
  padding: 0; }
  @media (min-width: 675px) {
    figure.is-article figcaption, .news-legacy .is-article.img-captioned figcaption, .news-legacy .is-article.news-caption figcaption {
      padding-left: 1rem;
      padding-right: 1rem; } }
  figure.is-article figcaption em, .news-legacy .is-article.img-captioned figcaption em, .news-legacy .is-article.news-caption figcaption em, figure.is-article figcaption i, .news-legacy .is-article.img-captioned figcaption i, .news-legacy .is-article.news-caption figcaption i {
    font-style: italic; }

.toc-link {
  margin-top: 2rem; }

/*
.accordion.vs-subscribe .accordion-navigation > a {
    background-color: transparent;
}
*/
.vs-subscribe .content {
  margin-left: 0;
  background-color: #fff;
  display: none; }

.news-legacy .page-content {
  max-width: 640px;
  float: left; }

.news-legacy .image-full {
  max-width: 640px; }

.archive-flow ul {
  padding-left: 0; }

.bio > div {
  margin-bottom: 2rem;
  /*
    & > *:last-child {
        margin-bottom: $space;
    }
    */ }

.bio-title {
  margin-bottom: 1rem; }

.bio .vital-info .position, .bio .vital-info .address {
  margin-bottom: 0.6875rem; }

.bio-title .credentials {
  font-size: 0.75em;
  color: #808080; }

.bio .vital-info:before, .bio .vital-info:after {
  content: " ";
  display: table; }

.bio .vital-info:after {
  clear: both; }

.bio .vital-info > * {
  overflow: hidden; }

.bio .vital-info > p {
  overflow: visible; }

.bio .vital-info .image-portrait:not(.image-portrait-legacy) {
  max-width: 250px; }

.event-title, .event-activity-title {
  font-weight: bold; }

.event-date {
  font-weight: bold; }

.event figure, .event .news-legacy .img-captioned, .news-legacy .event .img-captioned, .event .news-legacy .news-caption, .news-legacy .event .news-caption {
  position: relative; }

.event figure.right img, .event .image-alternating > div:nth-of-type(odd) figure img, .image-alternating > div:nth-of-type(odd) .event figure img, .event .image-alternating > div:nth-of-type(odd) .news-legacy .img-captioned img, .image-alternating > div:nth-of-type(odd) .news-legacy .event .img-captioned img, .event .news-legacy .image-alternating > div:nth-of-type(odd) .img-captioned img, .news-legacy .image-alternating > div:nth-of-type(odd) .event .img-captioned img, .event .image-alternating > div:nth-of-type(odd) .news-legacy .news-caption img, .image-alternating > div:nth-of-type(odd) .news-legacy .event .news-caption img, .event .news-legacy .image-alternating > div:nth-of-type(odd) .news-caption img, .news-legacy .image-alternating > div:nth-of-type(odd) .event .news-caption img, .event .image-alternating > figure:nth-of-type(odd) img, .event .news-legacy .image-alternating > .img-captioned:nth-of-type(odd) img, .news-legacy .event .image-alternating > .img-captioned:nth-of-type(odd) img, .event .news-legacy .image-alternating > .news-caption:nth-of-type(odd) img, .news-legacy .event .image-alternating > .news-caption:nth-of-type(odd) img, .event .news-legacy .right.img-captioned img, .news-legacy .event .right.img-captioned img, .event .news-legacy .right.news-caption img, .news-legacy .event .right.news-caption img {
  float: right; }

.event .image-portrait {
  width: 35%; }

.event .image-portrait img {
  max-width: 300px; }

.event .image-portrait-small {
  width: 21.6%;
  padding: 0;
  margin-left: 1rem; }

.event .image-portrait.image-2-up {
  width: 45%; }

.event .image-portrait.image-2-up img {
  width: 48%; }

.event .image-portrait.image-2-up.right img, .event .image-alternating > div:nth-of-type(odd) figure.image-portrait.image-2-up img, .image-alternating > div:nth-of-type(odd) .event figure.image-portrait.image-2-up img, .event .image-alternating > div:nth-of-type(odd) .news-legacy .image-portrait.image-2-up.img-captioned img, .image-alternating > div:nth-of-type(odd) .news-legacy .event .image-portrait.image-2-up.img-captioned img, .event .news-legacy .image-alternating > div:nth-of-type(odd) .image-portrait.image-2-up.img-captioned img, .news-legacy .image-alternating > div:nth-of-type(odd) .event .image-portrait.image-2-up.img-captioned img, .event .image-alternating > div:nth-of-type(odd) .news-legacy .image-portrait.image-2-up.news-caption img, .image-alternating > div:nth-of-type(odd) .news-legacy .event .image-portrait.image-2-up.news-caption img, .event .news-legacy .image-alternating > div:nth-of-type(odd) .image-portrait.image-2-up.news-caption img, .news-legacy .image-alternating > div:nth-of-type(odd) .event .image-portrait.image-2-up.news-caption img, .event .image-alternating > figure.image-portrait.image-2-up:nth-of-type(odd) img, .event .news-legacy .image-alternating > .image-portrait.image-2-up.img-captioned:nth-of-type(odd) img, .news-legacy .event .image-alternating > .image-portrait.image-2-up.img-captioned:nth-of-type(odd) img, .event .news-legacy .image-alternating > .image-portrait.image-2-up.news-caption:nth-of-type(odd) img, .news-legacy .event .image-alternating > .image-portrait.image-2-up.news-caption:nth-of-type(odd) img {
  float: left;
  margin-right: 2.08%; }
  .event .image-portrait.image-2-up.right img:last-of-type, .event .image-alternating > div:nth-of-type(odd) figure.image-portrait.image-2-up img:last-of-type, .image-alternating > div:nth-of-type(odd) .event figure.image-portrait.image-2-up img:last-of-type, .event .image-alternating > div:nth-of-type(odd) .news-legacy .image-portrait.image-2-up.img-captioned img:last-of-type, .image-alternating > div:nth-of-type(odd) .news-legacy .event .image-portrait.image-2-up.img-captioned img:last-of-type, .event .news-legacy .image-alternating > div:nth-of-type(odd) .image-portrait.image-2-up.img-captioned img:last-of-type, .news-legacy .image-alternating > div:nth-of-type(odd) .event .image-portrait.image-2-up.img-captioned img:last-of-type, .event .image-alternating > div:nth-of-type(odd) .news-legacy .image-portrait.image-2-up.news-caption img:last-of-type, .image-alternating > div:nth-of-type(odd) .news-legacy .event .image-portrait.image-2-up.news-caption img:last-of-type, .event .news-legacy .image-alternating > div:nth-of-type(odd) .image-portrait.image-2-up.news-caption img:last-of-type, .news-legacy .image-alternating > div:nth-of-type(odd) .event .image-portrait.image-2-up.news-caption img:last-of-type, .event .image-alternating > figure.image-portrait.image-2-up:nth-of-type(odd) img:last-of-type, .event .news-legacy .image-alternating > .image-portrait.image-2-up.img-captioned:nth-of-type(odd) img:last-of-type, .news-legacy .event .image-alternating > .image-portrait.image-2-up.img-captioned:nth-of-type(odd) img:last-of-type, .event .news-legacy .image-alternating > .image-portrait.image-2-up.news-caption:nth-of-type(odd) img:last-of-type, .news-legacy .event .image-alternating > .image-portrait.image-2-up.news-caption:nth-of-type(odd) img:last-of-type {
    margin-right: 0; }

.event .image-tn-square {
  display: none; }
  @media (min-width: 675px) {
    .event .image-tn-square {
      display: block; } }

.event .vital-info, .event-details > div {
  margin-bottom: 1rem; }

.event h3 {
  color: #7a232e;
  font-size: 1.25em; }

.event h4 {
  font-weight: bold;
  margin-bottom: 0.5rem; }

.event-medium h3, .event-small h3 {
  font-size: 1.125em; }

.event-medium .event-date, .event-medium .event-time, .event-medium .event-activity-title, .event-small .event-date, .event-small .event-time, .event-small .event-activity-title {
  font-size: 1em; }

.event-medium .image-portrait {
  width: 24%; }

.event-small .image-portrait {
  width: 15%; }

.event-small .image-portrait.image-2-up {
  width: 30%; }

.event-small figure.left ~ *, .event-small .image-alternating > div:nth-of-type(even) figure ~ *, .image-alternating > div:nth-of-type(even) .event-small figure ~ *, .event-small .image-alternating > div:nth-of-type(even) .news-legacy .img-captioned ~ *, .image-alternating > div:nth-of-type(even) .news-legacy .event-small .img-captioned ~ *, .event-small .news-legacy .image-alternating > div:nth-of-type(even) .img-captioned ~ *, .news-legacy .image-alternating > div:nth-of-type(even) .event-small .img-captioned ~ *, .event-small .image-alternating > div:nth-of-type(even) .news-legacy .news-caption ~ *, .image-alternating > div:nth-of-type(even) .news-legacy .event-small .news-caption ~ *, .event-small .news-legacy .image-alternating > div:nth-of-type(even) .news-caption ~ *, .news-legacy .image-alternating > div:nth-of-type(even) .event-small .news-caption ~ *, .event-small .image-alternating > figure:nth-of-type(even) ~ *, .event-small .news-legacy .image-alternating > .img-captioned:nth-of-type(even) ~ *, .news-legacy .event-small .image-alternating > .img-captioned:nth-of-type(even) ~ *, .event-small .news-legacy .image-alternating > .news-caption:nth-of-type(even) ~ *, .news-legacy .event-small .image-alternating > .news-caption:nth-of-type(even) ~ *, .event-small .news-legacy .left.img-captioned ~ *, .news-legacy .event-small .left.img-captioned ~ *, .event-small .news-legacy .left.news-caption ~ *, .news-legacy .event-small .left.news-caption ~ * {
  overflow: hidden; }

.events-list .event-date, .events-list .event-time, .events-list .event-activity-title {
  font-size: 1em; }

.events-list .event-date {
  font-weight: bold; }

.events-list .event-title {
  font-weight: normal; }

.events-list .event-location {
  font-style: italic; }

/*
.roster-details .roster-department {
    font-weight: bold;
}
*/
.job-listing .date {
  color: #808080;
  margin-bottom: 1.375rem; }

.gsc-control-cse, .gsc-above-wrapper-area, .gsc-above-wrapper-area table, .gsc-above-wrapper-area tr, .gsc-above-wrapper-area td, .gsc-result-info-container, .gsc-webResult, .gcsc-branding, .gcsc-branding * {
  border-color: transparent !important;
  border-width: 0 !important;
  border-style: none !important; }

.gsc-control-cse, *[class*='gsc'] tr, .gsc-webResult {
  background-color: transparent !important; }

.gsc-control-cse, .gsc-above-wrapper-area table, .gsc-above-wrapper-area tr, .gsc-above-wrapper-area td, .gsc-result-info-container {
  margin: 0 !important;
  padding: 0 !important; }

.gsc-resultsHeader {
  display: none !important; }

.gsc-result-info-container div {
  margin: 0 !important;
  padding: 0 1rem !important; }

.gsc-webResult {
  padding: 0 !important; }

.gsc-table-result {
  margin: 0 !important; }
  .gsc-table-result .gsc-table-cell-snippet-close {
    padding: 1rem; }

.gsc-cursor-box {
  text-align: center !important;
  font-size: 1rem !important; }

table.gsc-branding, table.gcsc-branding {
  width: auto !important;
  float: right; }
  table.gsc-branding:before, table.gsc-branding:after, table.gcsc-branding:before, table.gcsc-branding:after {
    content: " ";
    display: table; }
  table.gsc-branding:after, table.gcsc-branding:after {
    clear: both; }

td.gcsc-branding-text {
  width: auto !important; }

.magazine-archive {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  .magazine-archive:before, .magazine-archive:after {
    content: " ";
    display: table; }
  .magazine-archive:after {
    clear: both; }
  .magazine-archive > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }
  .magazine-archive > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 50%; }
    .magazine-archive > li:nth-of-type(1n) {
      clear: none; }
    .magazine-archive > li:nth-of-type(2n+1) {
      clear: both; }
  @media (min-width: 34.25rem) {
    .magazine-archive {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .magazine-archive:before, .magazine-archive:after {
        content: " ";
        display: table; }
      .magazine-archive:after {
        clear: both; }
      .magazine-archive > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem; }
      .magazine-archive > li {
        list-style: none;
        padding: 0 0.625rem 1.25rem;
        width: 33.3333333333%; }
        .magazine-archive > li:nth-of-type(1n) {
          clear: none; }
        .magazine-archive > li:nth-of-type(3n+1) {
          clear: both; } }
  @media (min-width: 675px) {
    .magazine-archive {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .magazine-archive:before, .magazine-archive:after {
        content: " ";
        display: table; }
      .magazine-archive:after {
        clear: both; }
      .magazine-archive > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem; }
      .magazine-archive > li {
        list-style: none;
        padding: 0 0.625rem 1.25rem;
        width: 50%; }
        .magazine-archive > li:nth-of-type(1n) {
          clear: none; }
        .magazine-archive > li:nth-of-type(2n+1) {
          clear: both; } }
  @media (min-width: 48.3rem) {
    .magazine-archive {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .magazine-archive:before, .magazine-archive:after {
        content: " ";
        display: table; }
      .magazine-archive:after {
        clear: both; }
      .magazine-archive > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem; }
      .magazine-archive > li {
        list-style: none;
        padding: 0 0.625rem 1.25rem;
        width: 33.3333333333%; }
        .magazine-archive > li:nth-of-type(1n) {
          clear: none; }
        .magazine-archive > li:nth-of-type(3n+1) {
          clear: both; } }
  @media (min-width: 940px) {
    .magazine-archive {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .magazine-archive:before, .magazine-archive:after {
        content: " ";
        display: table; }
      .magazine-archive:after {
        clear: both; }
      .magazine-archive > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem; }
      .magazine-archive > li {
        list-style: none;
        padding: 0 0.625rem 1.25rem;
        width: 25%; }
        .magazine-archive > li:nth-of-type(1n) {
          clear: none; }
        .magazine-archive > li:nth-of-type(4n+1) {
          clear: both; } }
  .magazine-archive li {
    margin-bottom: 0; }
  .magazine-archive figure, .magazine-archive .news-legacy .img-captioned, .news-legacy .magazine-archive .img-captioned, .magazine-archive .news-legacy .news-caption, .news-legacy .magazine-archive .news-caption {
    position: relative;
    margin-bottom: 0; }
  .magazine-archive figcaption {
    width: 95%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin: 0.25rem auto;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875em;
    background-color: rgba(255, 255, 255, 0.9);
    color: #7a232e; }
    @media (min-width: 22.5rem) {
      .magazine-archive figcaption {
        font-size: 1em; } }
  .magazine-archive .click-zone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .magazine-archive .click-zone:hover {
      background-color: rgba(255, 255, 255, 0.25); }
    .magazine-archive .click-zone a {
      display: block;
      width: 100%;
      height: 100%; }

#magazine-embed {
  display: none; }

#infographic-inline {
  display: block; }
  @media (min-width: 750px) {
    #infographic-inline {
      display: none; } }

#infographic-column {
  display: none; }
  @media (min-width: 750px) {
    #infographic-column {
      display: block; } }

@media (min-width: 750px) {
  .college-at-a-glance .column-content {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.1904761905%;
    padding-right: 1.1904761905%; }
  .college-at-a-glance .column-wide {
    width: 66.6666666667%;
    float: left;
    padding-left: 1.1904761905%;
    padding-right: 1.1904761905%;
    margin-right: 0 !important; }
  .college-at-a-glance .column-last, .college-at-a-glance #infographic-column {
    float: right;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

/*------------------------------------*    #ACCORDION
    // Custom settings for accordions.
    // Supplements / overrides the Foundation defaults
\*------------------------------------*/
.accordion .accordion-navigation, .fake-accordion {
  margin-bottom: 1rem !important;
  background-color: #fff;
  padding: 0; }
  .accordion .accordion-navigation > *, .fake-accordion > * {
    margin: 0;
    padding-left: 1rem !important;
    padding-right: 1rem !important; }

.accordion-navigation .content {
  margin-bottom: 0;
  margin-left: 1.5rem; }
  .accordion-navigation .content:before, .accordion-navigation .content:after {
    content: " ";
    display: table; }
  .accordion-navigation .content:after {
    clear: both; }
  .no-js .accordion-navigation .content {
    display: block !important; }

.accordion-navigation a {
  text-decoration: none; }
  .accordion-navigation a > * {
    padding: 0;
    margin: 0; }

.accordion-navigation > a:first-of-type h1, .accordion-navigation > a:first-of-type h2, .accordion-navigation > a:first-of-type h3, .accordion-navigation > a:first-of-type h4, .accordion-navigation > a:first-of-type h5, .accordion-navigation > a:first-of-type h6 {
  color: inherit;
  font-size: 1.125em;
  position: relative !important;
  padding-left: 1.5rem; }
  .accordion-navigation > a:first-of-type h1::before, .accordion-navigation > a:first-of-type h2::before, .accordion-navigation > a:first-of-type h3::before, .accordion-navigation > a:first-of-type h4::before, .accordion-navigation > a:first-of-type h5::before, .accordion-navigation > a:first-of-type h6::before {
    font-family: "FontAwesome";
    font-size: 1rem !important;
    content: "";
    color: #7a232e;
    position: absolute !important;
    left: 0; }

.accordion-navigation.active > a h1::before, .accordion-navigation.active > a h2::before, .accordion-navigation.active > a h3::before, .accordion-navigation.active > a h4::before, .accordion-navigation.active > a h5::before, .accordion-navigation.active > a h6::before {
  transform: rotate(90deg); }

.accordion .accordion-navigation.active-always > a, .accordion dd.active-always > a {
  background-color: #f7f7f7; }

.accordion .accordion-navigation > a, .accordion dd > a, .fake-accordion h2, .fake-accordion h3, .fake-accordion h4 {
  padding: 0.5rem; }

.fake-accordion > *:first-child {
  margin-top: 0.5rem; }

.fake-accordion h-5:first-child, .fake-accordion h-4:first-child, .fake-accordion h-3:first-child, .fake-accordion h-2:first-child, .fake-accordion h-1:first-child, .fake-accordion h0:first-child, .fake-accordion h1:first-child, .fake-accordion h2:first-child, .fake-accordion h3:first-child, .fake-accordion h4:first-child, .fake-accordion h5:first-child, .fake-accordion h6:first-child {
  color: #7a232e;
  background-color: #f7f7f7;
  margin-top: 0; }

/*------------------------------------*    #DECORATIVE ELEMENTS
    // Used to make an existing element
    // fancier, often by applying a specialized
    // border or background.
\*------------------------------------*/
/*.speech-balloon {
    
    position: relative;
    width: $balloon-width;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    line-height: 0;
    padding-bottom: (.55676 * $balloon-width);
    background-image: url(../images/shared/speech-balloon.svg);
    background-size: cover;
    
    > * {
        font-family: $font-secondary;
        font-weight: bold;
        font-size: $font-size-med-2 !important;
        text-align: center;
        
        background: none !important;
        color: $theme-color !important;
    }
}*/
.speech-balloon {
  position: relative;
  width: 100%;
  margin-top: 1rem !important;
  margin-right: auto;
  margin-bottom: 1rem !important;
  margin-left: auto;
  padding: 1rem;
  border: solid 2px rgba(0, 0, 0, 0.15);
  border-radius: 0.5em;
  background-color: #fff !important;
  background-clip: padding-box;
  color: #7a232e !important;
  font-family: Arvo, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  font-size: 1.125em !important;
  text-align: center; }
  .speech-balloon::after {
    content: "";
    background-image: url(../images/shared/balloon-tail.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 32px;
    position: absolute;
    z-index: 10;
    bottom: -32px;
    right: 1em;
    display: block; }

/*------------------------------------*    #FORM COMPONENTS
\*------------------------------------*/
input[type='radio'] + label, input[type='checkbox'] + label {
  margin-left: 1em; }

.blog-entry .blog-entry-footer {
  padding: 1rem;
  background-color: #eee;
  color: #666;
  font-size: 0.875em;
  text-align: right; }
  .blog-entry .blog-entry-footer .date, .blog-entry .blog-entry-footer .blog-tag {
    color: #222; }

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #333;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDD;
    color: #7A232E;
}



/*------------------------------------*    #COMMENCEMENT
\*------------------------------------*/






/*------------------------------------*        #SANDBOX (for development only)
\*------------------------------------*/
/*------------------------------------*    #CSS SANDBOX
    Use this file to try out CSS styles during development.
    Do not leave any styles here permanently - always move them to their appropriate
    SCSS files.
\*------------------------------------*/

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