


@charset "UTF-8";
.testme { background: #000; }

/* off canvas color     */
/* captions & support text  */
/* lines, rules, & borders  */
/* panels, bleeds, callouts */
/* scary angry form errors, etc */
/* for background on ctrc wellness support */
/* for icon on shp academics */
/* New background color by Sue */
/* default body text color  */
/* lighter text color option  */
/* ut brand orange    */
/* white      */
/* custom var       */
/* default was em(30px) */
/* for link hover transitions   */
/* photos bleeding > $row_width */
/* largest      */
/* larger       */
/* large        */
/* medium, stackpoint   */
/* small      */
/* smaller      */
/* smallest       */
meta.foundation-version { font-family: "/{{VERSION}}/"; }

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

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

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

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

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

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

html, body { height: 100%; }

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

html, body { font-size: 16px; }

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

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 { max-width: none !important; }

.left { float: left !important; }

.right { float: right !important; }

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

.hide { display: none; }

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

[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; height: auto; float: left; padding: 0 0.625rem 1.25rem; }

@media only screen { .small-block-grid-1 > li { width: 100%; list-style: none; }
  .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 { width: 50%; list-style: none; }
  .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 { width: 33.33333%; list-style: none; }
  .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 { width: 25%; list-style: none; }
  .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 { width: 20%; list-style: none; }
  .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 { width: 16.66667%; list-style: none; }
  .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 { width: 14.28571%; list-style: none; }
  .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 { width: 12.5%; list-style: none; }
  .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 { width: 11.11111%; list-style: none; }
  .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 { width: 10%; list-style: none; }
  .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 { width: 9.09091%; list-style: none; }
  .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 { width: 8.33333%; list-style: none; }
  .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: 48em) { .medium-block-grid-1 > li { width: 100%; list-style: none; }
  .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 { width: 50%; list-style: none; }
  .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 { width: 33.33333%; list-style: none; }
  .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 { width: 25%; list-style: none; }
  .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 { width: 20%; list-style: none; }
  .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 { width: 16.66667%; list-style: none; }
  .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 { width: 14.28571%; list-style: none; }
  .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 { width: 12.5%; list-style: none; }
  .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 { width: 11.11111%; list-style: none; }
  .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 { width: 10%; list-style: none; }
  .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 { width: 9.09091%; list-style: none; }
  .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 { width: 8.33333%; list-style: none; }
  .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.063em) { .large-block-grid-1 > li { width: 100%; list-style: none; }
  .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 { width: 50%; list-style: none; }
  .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 { width: 33.33333%; list-style: none; }
  .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 { width: 25%; list-style: none; }
  .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 { width: 20%; list-style: none; }
  .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 { width: 16.66667%; list-style: none; }
  .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 { width: 14.28571%; list-style: none; }
  .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 { width: 12.5%; list-style: none; }
  .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 { width: 11.11111%; list-style: none; }
  .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 { width: 10%; list-style: none; }
  .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 { width: 9.09091%; list-style: none; }
  .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 { width: 8.33333%; list-style: none; }
  .large-block-grid-12 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }
.flex-video { position: relative; padding-top: 1.5625rem; padding-bottom: 67.5%; height: 0; margin-bottom: 1rem; overflow: hidden; }
.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 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.row, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 80.5em; }
.row:before, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper:before, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper:before, .row:after, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper:after { content: " "; display: table; }
.row:after, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper:after { clear: both; }
.row.collapse > .column, .bleed .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper > .column, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper > .column, .row.collapse > .columns, .bleed .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper > .columns, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper > .columns { padding-left: 0; padding-right: 0; }
.row.collapse .row, .bleed .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper .row, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper .row, .row.collapse .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav .row.collapse .crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper .crsl-nav-helper, .row.collapse .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .row.collapse .crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper .crsl-nav-helper { margin-left: 0; margin-right: 0; }
.row .row, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .row, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .row, .row .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav .row .crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .crsl-nav-helper, .row .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .row .crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .crsl-nav-helper { width: auto; margin-left: -0.625em; margin-right: -0.625em; margin-top: 0; margin-bottom: 0; max-width: none; }
.row .row:before, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .row:before, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .row:before, .row .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper:before, .bleed .carousel.massive-nav .crsl-nav .row .crsl-nav-helper:before, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .crsl-nav-helper:before, .row .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper:before, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .row .crsl-nav-helper:before, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .crsl-nav-helper:before, .row .row:after, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .row:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .row:after, .row .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper:after, .bleed .carousel.massive-nav .crsl-nav .row .crsl-nav-helper:after, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .crsl-nav-helper:after, .row .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .row .crsl-nav-helper:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .crsl-nav-helper:after { content: " "; display: table; }
.row .row:after, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .row:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .row:after, .row .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper:after, .bleed .carousel.massive-nav .crsl-nav .row .crsl-nav-helper:after, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .crsl-nav-helper:after, .row .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .row .crsl-nav-helper:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .crsl-nav-helper:after { clear: both; }
.row .row.collapse, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .row.collapse, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .row.collapse, .row .bleed .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav .row .collapse.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .collapse.crsl-nav-helper, .row .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .row .collapse.crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .collapse.crsl-nav-helper { width: auto; margin: 0; max-width: none; }
.row .row.collapse:before, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .row.collapse:before, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .row.collapse:before, .row .bleed .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper:before, .bleed .carousel.massive-nav .crsl-nav .row .collapse.crsl-nav-helper:before, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .collapse.crsl-nav-helper:before, .row .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper:before, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .row .collapse.crsl-nav-helper:before, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .collapse.crsl-nav-helper:before, .row .row.collapse:after, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .row.collapse:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .row.collapse:after, .row .bleed .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper:after, .bleed .carousel.massive-nav .crsl-nav .row .collapse.crsl-nav-helper:after, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .collapse.crsl-nav-helper:after, .row .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .row .collapse.crsl-nav-helper:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .collapse.crsl-nav-helper:after { content: " "; display: table; }
.row .row.collapse:after, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .row.collapse:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .row.collapse:after, .row .bleed .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper:after, .bleed .carousel.massive-nav .crsl-nav .row .collapse.crsl-nav-helper:after, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .collapse.crsl-nav-helper:after, .row .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .row .collapse.crsl-nav-helper:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .collapse.crsl-nav-helper:after { clear: both; }

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

[class*="column"] + [class*="column"]:last-child { float: right; }

[class*="column"] + [class*="column"].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.33333%; right: auto; }
  .small-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .small-push-2 { position: relative; left: 16.66667%; right: auto; }
  .small-pull-2 { position: relative; right: 16.66667%; 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.33333%; right: auto; }
  .small-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .small-push-5 { position: relative; left: 41.66667%; right: auto; }
  .small-pull-5 { position: relative; right: 41.66667%; 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.33333%; right: auto; }
  .small-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .small-push-8 { position: relative; left: 66.66667%; right: auto; }
  .small-pull-8 { position: relative; right: 66.66667%; 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.33333%; right: auto; }
  .small-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .small-push-11 { position: relative; left: 91.66667%; right: auto; }
  .small-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.625em; padding-right: 0.625em; float: left; }
  .small-1 { width: 8.33333%; }
  .small-2 { width: 16.66667%; }
  .small-3 { width: 25%; }
  .small-4 { width: 33.33333%; }
  .small-5 { width: 41.66667%; }
  .small-6 { width: 50%; }
  .small-7 { width: 58.33333%; }
  .small-8 { width: 66.66667%; }
  .small-9 { width: 75%; }
  .small-10 { width: 83.33333%; }
  .small-11 { width: 91.66667%; }
  .small-12 { width: 100%; }
  .small-offset-0 { margin-left: 0% !important; }
  .small-offset-1 { margin-left: 8.33333% !important; }
  .small-offset-2 { margin-left: 16.66667% !important; }
  .small-offset-3 { margin-left: 25% !important; }
  .small-offset-4 { margin-left: 33.33333% !important; }
  .small-offset-5 { margin-left: 41.66667% !important; }
  .small-offset-6 { margin-left: 50% !important; }
  .small-offset-7 { margin-left: 58.33333% !important; }
  .small-offset-8 { margin-left: 66.66667% !important; }
  .small-offset-9 { margin-left: 75% !important; }
  .small-offset-10 { margin-left: 83.33333% !important; }
  .small-offset-11 { margin-left: 91.66667% !important; }
  .small-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; }
  .column.small-centered, .columns.small-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.small-uncentered, .columns.small-uncentered { margin-left: 0; margin-right: 0; float: left; }
  .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; } }
@media only screen and (min-width: 48em) { .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.33333%; right: auto; }
  .medium-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .medium-push-2 { position: relative; left: 16.66667%; right: auto; }
  .medium-pull-2 { position: relative; right: 16.66667%; 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.33333%; right: auto; }
  .medium-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .medium-push-5 { position: relative; left: 41.66667%; right: auto; }
  .medium-pull-5 { position: relative; right: 41.66667%; 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.33333%; right: auto; }
  .medium-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .medium-push-8 { position: relative; left: 66.66667%; right: auto; }
  .medium-pull-8 { position: relative; right: 66.66667%; 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.33333%; right: auto; }
  .medium-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .medium-push-11 { position: relative; left: 91.66667%; right: auto; }
  .medium-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.625em; padding-right: 0.625em; float: left; }
  .medium-1 { width: 8.33333%; }
  .medium-2 { width: 16.66667%; }
  .medium-3 { width: 25%; }
  .medium-4 { width: 33.33333%; }
  .medium-5 { width: 41.66667%; }
  .medium-6 { width: 50%; }
  .medium-7 { width: 58.33333%; }
  .medium-8 { width: 66.66667%; }
  .medium-9 { width: 75%; }
  .medium-10 { width: 83.33333%; }
  .medium-11 { width: 91.66667%; }
  .medium-12 { width: 100%; }
  .medium-offset-0 { margin-left: 0% !important; }
  .medium-offset-1 { margin-left: 8.33333% !important; }
  .medium-offset-2 { margin-left: 16.66667% !important; }
  .medium-offset-3 { margin-left: 25% !important; }
  .medium-offset-4 { margin-left: 33.33333% !important; }
  .medium-offset-5 { margin-left: 41.66667% !important; }
  .medium-offset-6 { margin-left: 50% !important; }
  .medium-offset-7 { margin-left: 58.33333% !important; }
  .medium-offset-8 { margin-left: 66.66667% !important; }
  .medium-offset-9 { margin-left: 75% !important; }
  .medium-offset-10 { margin-left: 83.33333% !important; }
  .medium-offset-11 { margin-left: 91.66667% !important; }
  .medium-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; }
  .column.medium-centered, .columns.medium-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.medium-uncentered, .columns.medium-uncentered { margin-left: 0; margin-right: 0; float: left; }
  .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; }
  .push-0 { position: relative; left: 0%; right: auto; }
  .pull-0 { position: relative; right: 0%; left: auto; }
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  .push-3 { position: relative; left: 25%; right: auto; }
  .pull-3 { position: relative; right: 25%; left: auto; }
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  .push-6 { position: relative; left: 50%; right: auto; }
  .pull-6 { position: relative; right: 50%; left: auto; }
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  .push-9 { position: relative; left: 75%; right: auto; }
  .pull-9 { position: relative; right: 75%; left: auto; }
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }
@media only screen and (min-width: 64.063em) { .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.33333%; right: auto; }
  .large-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .large-push-2 { position: relative; left: 16.66667%; right: auto; }
  .large-pull-2 { position: relative; right: 16.66667%; 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.33333%; right: auto; }
  .large-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .large-push-5 { position: relative; left: 41.66667%; right: auto; }
  .large-pull-5 { position: relative; right: 41.66667%; 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.33333%; right: auto; }
  .large-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .large-push-8 { position: relative; left: 66.66667%; right: auto; }
  .large-pull-8 { position: relative; right: 66.66667%; 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.33333%; right: auto; }
  .large-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .large-push-11 { position: relative; left: 91.66667%; right: auto; }
  .large-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.625em; padding-right: 0.625em; float: left; }
  .large-1 { width: 8.33333%; }
  .large-2 { width: 16.66667%; }
  .large-3 { width: 25%; }
  .large-4 { width: 33.33333%; }
  .large-5 { width: 41.66667%; }
  .large-6 { width: 50%; }
  .large-7 { width: 58.33333%; }
  .large-8 { width: 66.66667%; }
  .large-9 { width: 75%; }
  .large-10 { width: 83.33333%; }
  .large-11 { width: 91.66667%; }
  .large-12 { width: 100%; }
  .large-offset-0 { margin-left: 0% !important; }
  .large-offset-1 { margin-left: 8.33333% !important; }
  .large-offset-2 { margin-left: 16.66667% !important; }
  .large-offset-3 { margin-left: 25% !important; }
  .large-offset-4 { margin-left: 33.33333% !important; }
  .large-offset-5 { margin-left: 41.66667% !important; }
  .large-offset-6 { margin-left: 50% !important; }
  .large-offset-7 { margin-left: 58.33333% !important; }
  .large-offset-8 { margin-left: 66.66667% !important; }
  .large-offset-9 { margin-left: 75% !important; }
  .large-offset-10 { margin-left: 83.33333% !important; }
  .large-offset-11 { margin-left: 91.66667% !important; }
  .large-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; }
  .column.large-centered, .columns.large-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.large-uncentered, .columns.large-uncentered { margin-left: 0; margin-right: 0; float: left; }
  .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; }
  .push-0 { position: relative; left: 0%; right: auto; }
  .pull-0 { position: relative; right: 0%; left: auto; }
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  .push-3 { position: relative; left: 25%; right: auto; }
  .pull-3 { position: relative; right: 25%; left: auto; }
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  .push-6 { position: relative; left: 50%; right: auto; }
  .pull-6 { position: relative; right: 50%; left: auto; }
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  .push-9 { position: relative; left: 75%; right: auto; }
  .pull-9 { position: relative; right: 75%; left: auto; }
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }
/* Panels */
.panel, .filters { border-style: solid; border-width: 1px; border-color: #d8d8d8; margin-bottom: 1.25rem; padding: 1.25rem; background: #f2f2f2; color: #333333; }
.panel > :first-child, .filters > :first-child { margin-top: 0; }
.panel > :last-child, .filters > :last-child { margin-bottom: 0; }
.panel h1, .filters h1, .panel h2, .filters h2, .panel h3, .filters h3, .panel h4, .filters h4, .panel h5, .filters h5, .panel h6, .filters h6, .panel p, .filters p, .panel li, .filters li, .panel dl, .filters dl { color: #333333; }
.panel h1, .filters h1, .panel h2, .filters h2, .panel h3, .filters h3, .panel h4, .filters h4, .panel h5, .filters h5, .panel h6, .filters h6 { line-height: 1; margin-bottom: 0.625rem; }
.panel h1.subheader, .filters h1.subheader, .panel h2.subheader, .filters h2.subheader, .panel h3.subheader, .filters h3.subheader, .panel h4.subheader, .filters h4.subheader, .panel h5.subheader, .filters h5.subheader, .panel h6.subheader, .filters h6.subheader { line-height: 1.4; }
.panel.callout, .callout.filters { border-style: solid; border-width: 1px; border-color: #b6edff; margin-bottom: 1.25rem; padding: 1.25rem; background: #ecfaff; color: #333333; }
.panel.callout > :first-child, .callout.filters > :first-child { margin-top: 0; }
.panel.callout > :last-child, .callout.filters > :last-child { margin-bottom: 0; }
.panel.callout h1, .callout.filters h1, .panel.callout h2, .callout.filters h2, .panel.callout h3, .callout.filters h3, .panel.callout h4, .callout.filters h4, .panel.callout h5, .callout.filters h5, .panel.callout h6, .callout.filters h6, .panel.callout p, .callout.filters p, .panel.callout li, .callout.filters li, .panel.callout dl, .callout.filters dl { color: #333333; }
.panel.callout h1, .callout.filters h1, .panel.callout h2, .callout.filters h2, .panel.callout h3, .callout.filters h3, .panel.callout h4, .callout.filters h4, .panel.callout h5, .callout.filters h5, .panel.callout h6, .callout.filters h6 { line-height: 1; margin-bottom: 0.625rem; }
.panel.callout h1.subheader, .callout.filters h1.subheader, .panel.callout h2.subheader, .callout.filters h2.subheader, .panel.callout h3.subheader, .callout.filters h3.subheader, .panel.callout h4.subheader, .callout.filters h4.subheader, .panel.callout h5.subheader, .callout.filters h5.subheader, .panel.callout h6.subheader, .callout.filters h6.subheader { line-height: 1.4; }
.panel.callout a:not(.button), .callout.filters a:not(.button) { color: #008CBA; }
.panel.radius, input.panel[type="text"], input[type="text"].filters, .radius.filters { border-radius: 3px; }

/* small displays */
@media only screen { .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down { display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 48em) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down { display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down { display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down { display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down { display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait { display: inherit !important; }

.hide-for-landscape, .show-for-portrait { display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait { display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait { display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait { display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait { display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait { display: table-cell !important; }

@media only screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: inherit !important; }
  .hide-for-landscape, .show-for-portrait { display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait { display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait { display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait { display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait { display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait { display: table-cell !important; } }
@media only screen and (orientation: portrait) { .show-for-portrait, .hide-for-landscape { display: inherit !important; }
  .hide-for-portrait, .show-for-landscape { display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape { display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape { display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape { display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape { display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape { display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch { display: none !important; }

.hide-for-touch { display: inherit !important; }

.touch .show-for-touch { display: inherit !important; }

.touch .hide-for-touch { display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch { display: table !important; }

.touch table.show-for-touch { display: table !important; }

thead.hide-for-touch { display: table-header-group !important; }

.touch thead.show-for-touch { display: table-header-group !important; }

tbody.hide-for-touch { display: table-row-group !important; }

.touch tbody.show-for-touch { display: table-row-group !important; }

tr.hide-for-touch { display: table-row !important; }

.touch tr.show-for-touch { display: table-row !important; }

td.hide-for-touch { display: table-cell !important; }

.touch td.show-for-touch { display: table-cell !important; }

th.hide-for-touch { display: table-cell !important; }

.touch th.show-for-touch { display: table-cell !important; }

/* Print visibility */
@media print { .show-for-print { display: block; }
  .hide-for-print { display: none; }
  table.show-for-print { display: table !important; }
  thead.show-for-print { display: table-header-group !important; }
  tbody.show-for-print { display: table-row-group !important; }
  tr.show-for-print { display: table-row !important; }
  td.show-for-print { display: table-cell !important; }
  th.show-for-print { display: table-cell !important; } }
/* ========================================================================== Normalize.scss settings ========================================================================== */
/** Includes legacy browser support IE6/7  Set to false if you want to drop support for IE6 and IE7 */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/* Corrects `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; }

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

/** Address styling not present in IE 8/9. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling 3.Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

/* ========================================================================== Links ========================================================================== */
/** Address `outline` inconsistency between Chrome and other browsers. */
/** Improves readability when focused and also mouse hovered in all browsers. */
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/** Addresses font sizes and margins set differently in IE 6/7. Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

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

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

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

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

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

/** Addresses margins set differently in IE 6/7. */
/** Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }

/** Improve readability of pre-formatted text in all browsers. */
pre { white-space: pre-wrap; }

/** Set consistent quote types. */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

/** 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 ========================================================================== */
/** 1. Remove border when inside `a` element in IE 8/9. 2. Improves image quality when scaled in IE 7. */
img { border: 0; }

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

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
figure { margin: 0; }

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

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. 3. Corrects text not wrapping in Firefox 3. 4. Corrects alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. 4. Improves appearance and consistency in all browsers. */
button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }

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

/** 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 Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */
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. 4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
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; }

/** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. 3. Removes excess padding in IE 7. Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

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

/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

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

/* _______________________________________________________________ */
/*  Base
/*  Default settings for unstyled/classless elements
/*  These will override any foundation defaults
/* _______________________________________________________________ */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { line-height: 1.5; color: #171717 !important; font-family: "Open Sans", Trebuchet, sans-serif; font-weight: 400; }

/* Links */
a { text-decoration: none; color: #C0511B; outline: 0; }
a:hover { text-decoration: underline; }

/* Headers */
h1, h2, h3, h4, h5, h6 { line-height: 1.4; margin: 0; font-weight: 400; font-family: "Cardo", "Times New Roman", serif; }
h1.loose-header, h2.loose-header, h3.loose-header, h4.loose-header, h5.loose-header, h6.loose-header { line-height: 1.8em; }
h1.patientcare, h2.patientcare, h3.patientcare, h4.patientcare, h5.patientcare, h6.patientcare { color: #15748C; }
h1.not-so-loose-header, h2.not-so-loose-header, h3.not-so-loose-header, h4.not-so-loose-header, h5.not-so-loose-header, h6.not-so-loose-header { line-height: 1.2em; }

h1 { font-size: 2em; margin-bottom: 18px; }

h2 { font-size: 1.5625em; margin: 0 0 20px; }

h3 { font-size: 1.375em; margin-bottom: 15px; }

h4 { font-size: 1.25em; margin-bottom: 15px; }

h5 { font-size: 1.125em; margin-bottom: 15px; }

h6 { font-size: 1em; margin-bottom: 15px; }

@media only screen and (min-width: 48em) { h1 { font-size: 2.5em; } }
/* Text elements, lists ,etc */
hr { color: #171717; border: 0; border-top: #999999 1px solid; margin: 0 0 20px; }

hr.dotted { border-top: #999999 1px dotted; }

p { margin: 0 0 20px; }

ul, ol { margin: 0 0 20px; padding: 0; }

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

ol { list-style-position: inside; }

ol.normal, ul.normal { list-style-position: normal; }

ol.outside, ul.outside { list-style-position: outside; }

blockquote { font-style: normal; font-weight: 300; line-height: 1.51; margin: 20px 0; color: #8A6829; font-size: 1.875em; border-left: #999999 2px solid; padding-left: 20px; }
@media (max-width: 767px) { blockquote { border-left: 0; padding-left: 0; } }
@media (max-width: 360px) { blockquote { font-size: 1.25em; } }
blockquote cite { display: block; font-style: normal; font-size: 1em; font-weight: bold; }
blockquote cite:before { content: "- "; }

/* Images */
img { display: block; max-width: 100%; }

figure { margin-bottom: 20px; }

figcaption { color: #8A6829; }

/* forms */
fieldset { border: 0; margin-bottom: 1.25em; }

input[type="text"] { background: #f8f8f8; color: #171717; border: #999999 1px solid; padding: 5px 10px; }

label { cursor: pointer; }

::-webkit-input-placeholder { /* WebKit browsers */ color: #171717; }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #171717; }

::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #171717; }

:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #171717; }

textarea { width: 100%; height: 100px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: #999999 1px solid; }

/* tables */
table { width: 100%; margin-bottom: 1.25em; }
table thead tr td, table thead tr th { background-color: #C0511B; color: #fff; font-size: 1.25em; padding: 0.3125em 1.25em; }
table tr th { text-align: left; font-weight: normal; }
table tr td, table tr th { padding: 0.625em 1.25em; }

/* ---------------------- */
/* header parts     */
/* ---------------------- */
.system-mobile { display: none; background: #C0511B; text-align: center; margin-bottom: 0; }
@media (max-width: 900px) { .system-mobile { display: block; } }

p.search-mobile { display: none; }
@media (max-width: 900px) { p.search-mobile { display: block; } }

@media (max-width: 360px) { #search { display: none; } }

.logo a, .logo a.horiz { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-uthealthsa.png?1494508789'); background-repeat: no-repeat; background-position: 50% 50%; height: 90px; width: 261px; display: inline-block; }
.logo a.vert { display: none; text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-uthealthsa-vertical.png?1494508789'); background-repeat: no-repeat; background-position: 50% 50%; height: 60px; width: 175px; }
.logo.svg a.horiz, .logo.svg a.vert { background: none; }
.logo.svg.logo-uthealthsa a.vert img { width: 155px; }

.logo.logo-uthealthsa a, .logo.logo-uthealthsa a.horiz { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-uthealthsa.png?1494508789'); background-repeat: no-repeat; background-position: 50% 50%; height: 90px; width: 261px; }
.logo.logo-uthealthsa a.vert { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-uthealthsa-vertical.png?1494508789'); background-repeat: no-repeat; background-position: 50% 50%; height: 60px; width: 175px; }
.logo.logo-uthealthsa.svg a.horiz, .logo.logo-uthealthsa.svg a.vert { background: none; }

.logo.logo-dental-patient-care a, .logo.logo-dental-patient-care a.horiz { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-dental-patient-care.png?1484082442'); background-repeat: no-repeat; background-position: 50% 50%; height: 133px; width: 261px; }
.logo.logo-dental-patient-care a.vert { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-dental-patient-care-vertical.png?1484084144'); background-repeat: no-repeat; background-position: 50% 50%; height: 89px; width: 175px; }
.logo.logo-dental-patient-care.svg a.horiz, .logo.logo-dental-patient-care.svg a.vert { background: none; }

.logo.logo-dental-academics a, .logo.logo-dental-academics a.horiz { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-dental-academics.png?1484145300'); background-repeat: no-repeat; background-position: 50% 50%; height: 125px; width: 261px; }
.logo.logo-dental-academics a.vert { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-dental-academics-vertical.png?1484145685'); background-repeat: no-repeat; background-position: 50% 50%; height: 84px; width: 175px; }
.logo.logo-dental-academics.svg a.horiz, .logo.logo-dental-academics.svg a.vert { background: none; }

.logo.logo-shp-academics a, .logo.logo-shp-academics a.horiz { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-shp-academics.png?1484145926'); background-repeat: no-repeat; background-position: 50% 50%; height: 144px; width: 261px; }
.logo.logo-shp-academics a.vert { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-shp-academics-vertical.png?1484145949'); background-repeat: no-repeat; background-position: 50% 50%; height: 97px; width: 175px; }
.logo.logo-shp-academics.svg a.horiz, .logo.logo-shp-academics.svg a.vert { background: none; }

.logo.logo-nursing-academics a, .logo.logo-nursing-academics a.horiz { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-nursing-academics.png?1484145926'); background-repeat: no-repeat; background-position: 50% 50%; height: 124px; width: 261px; }
.logo.logo-nursing-academics a.vert { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-nursing-academics-vertical.png?1484145949'); background-repeat: no-repeat; background-position: 50% 50%; height: 97px; width: 175px; }
.logo.logo-nursing-academics.svg a.horiz, .logo.logo-nursing-academics.svg a.vert { background: none; }

.logo.logo-ctrc-patient-care a, .logo.logo-ctrc-patient-care a.horiz { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-ctrc-patient-care.png?1491502128'); background-repeat: no-repeat; background-position: 50% 50%; height: 161px; width: 400px; }
.logo.logo-ctrc-patient-care a.vert { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-ctrc-patient-care-vertical.png?1491502128'); background-repeat: no-repeat; background-position: 50% 50%; height: 103px; width: 250px; }
.logo.logo-ctrc-patient-care.svg a.horiz, .logo.logo-ctrc-patient-care.svg a.vert { background: none; }

.logo.logo-utmedicine-patient-care a, .logo.logo-utmedicine-patient-care a.horiz { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-utmedicine-patient-care.png?1498832761'); background-repeat: no-repeat; background-position: 50% 50%; height: 132px; width: 261px; }
.logo.logo-utmedicine-patient-care a.vert { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-utmedicine-patient-care-vertical.png?1498832796'); background-repeat: no-repeat; background-position: 50% 50%; height: 89px; width: 175px; }
.logo.logo-utmedicine-patient-care.svg a.horiz, .logo.logo-utmedicine-patient-care.svg a.vert { background: none; }

.logo.logo-police a, .logo.logo-police a.horiz { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-police.png?1437409061'); background-repeat: no-repeat; background-position: 50% 50%; height: 119px; width: 261px; }
.logo.logo-police a.vert { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-police-vertical.png?1437409061'); background-repeat: no-repeat; background-position: 50% 50%; height: 80px; width: 175px; }
.logo.logo-police.svg a.horiz, .logo.logo-police.svg a.vert { background: none; }

.logo.logo-infosec a, .logo.logo-infosec a.horiz { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-infosec.png?1438959623'); background-repeat: no-repeat; background-position: 50% 50%; height: 67px; width: 384px; }
.logo.logo-infosec a.vert { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-infosec-vertical.png?1438959623'); background-repeat: no-repeat; background-position: 50% 50%; height: 70px; width: 150px; }
.logo.logo-infosec.svg a.horiz, .logo.logo-infosec.svg a.vert { background: none; }

.logo.logo-vpr a, .logo.logo-vpr a.horiz { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-vpr.png?1525968332'); background-repeat: no-repeat; background-position: 50% 50%; height: 141px; width: 261px; }
.logo.logo-vpr a.vert { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-vpr-vertical.png?1525968332'); background-repeat: no-repeat; background-position: 50% 50%; height: 95px; width: 175px; }
.logo.logo-vpr.svg a.horiz, .logo.logo-vpr.svg a.vert { background: none; }

.logo.logo-biggs a, .logo.logo-biggs a.horiz { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-biggs.png?1521736176'); background-repeat: no-repeat; background-position: 50% 50%; height: 137px; width: 261px; }
.logo.logo-biggs a.vert { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-biggs-vertical.png?1521736176'); background-repeat: no-repeat; background-position: 50% 50%; height: 137px; width: 261px; }
.logo.logo-biggs.svg a.horiz, .logo.logo-biggs.svg a.vert { background: none; }

.logo.logo-gsbs a, .logo.logo-gsbs a.horiz { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-gsbs.png?1521736176'); background-repeat: no-repeat; background-position: 50% 50%; height: 144px; width: 261px; }
.logo.logo-gsbs a.vert { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-gsbs-vertical.png?1521736176'); background-repeat: no-repeat; background-position: 50% 50%; height: 97px; width: 175px; }
.logo.logo-gsbs.svg a.horiz, .logo.logo-gsbs.svg a.vert { background: none; }

.logo.logo-medicine-academics a, .logo.logo-medicine-academics a.horiz { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-medicine-academics.png'); background-repeat: no-repeat; background-position: 50% 50%; height: 147px; width: 280px; }
.logo.logo-medicine-academics a.vert { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url('../images/logos/logo-medicine-academics-vertical.png'); background-repeat: no-repeat; background-position: 50% 50%; height: 161px; width: 175px; }
.logo.logo-medicine-academics.svg a.horiz, .logo.logo-medicine-academics.svg a.vert { background: none; }


.header-stripe, .header#main-header, .sticky-wrapper { border-top: #C0511B 5px solid; }

/* ---------------------- */
/* Default Header   */
/* ---------------------- */
.header#main-header { background: #fff; *zoom: 1; }
.header#main-header:after { content: ""; display: table; clear: both; }
.header#main-header .row, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper { padding: 0; position: relative; }
.header#main-header .row .logo, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo { float: left; }
.header#main-header .row .logo a, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a, .header#main-header .row .logo a.horiz, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.horiz, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a.horiz, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.horiz, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a.horiz { margin: 15px 25px; }
@media (max-width: 640px) { .header#main-header .row .logo a, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a, .header#main-header .row .logo a.horiz, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.horiz, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a.horiz, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.horiz, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a.horiz { display: none; } }
.header#main-header .row .logo a.vert, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.vert, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a.vert, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.vert, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a.vert { margin: 10px 10px 10px 25px; }
@media (max-width: 640px) { .header#main-header .row .logo a.vert, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.vert, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a.vert, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.vert, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a.vert { display: inline-block; } }
@media (max-width: 500px) { .header#main-header .row .logo a.vert, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.vert, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a.vert, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.vert, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a.vert { margin-left: 10px; } }
@media (max-width: 360px) { .header#main-header .row .logo a.vert, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.vert, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a.vert, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.vert, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo a.vert { margin-left: 5px; } }
.header#main-header .row .logo.svg a.horiz, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo.svg a.horiz, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo.svg a.horiz, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo.svg a.horiz, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo.svg a.horiz, .header#main-header .row .logo.svg a.vert, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo.svg a.vert, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo.svg a.vert, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo.svg a.vert, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo.svg a.vert { background: none; }
.header#main-header .row .logo.svg a.horiz img, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo.svg a.horiz img, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo.svg a.horiz img, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo.svg a.horiz img, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo.svg a.horiz img, .header#main-header .row .logo.svg a.vert img, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo.svg a.vert img, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo.svg a.vert img, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo.svg a.vert img, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .logo.svg a.vert img { max-width: none; max-height: 100%; }
.header#main-header .row .utility, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility { float: right; text-align: right; }
@media (max-width: 900px) { .header#main-header .row .utility, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility { padding: 1.25em 1.25em 0 0; } }
@media (max-width: 767px) { .header#main-header .row .utility, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility { position: absolute; top: 0; right: 0; } }
@media (max-width: 640px) { .header#main-header .row .utility, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility { padding-right: 15px; }
  .header#main-header .row .utility.active, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility.active, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility.active, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility.active, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility.active { display: block; } }
@media (max-width: 360px) { .header#main-header .row .utility, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility { padding-right: 5px; } }
.header#main-header .row .utility .system, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system { margin: 0; padding: 0; position: relative; background: #C0511B; color: #fff; font-size: 1.0625em; font-weight: 100; padding: 2px 10px; margin-bottom: 15px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 80.5em) { .header#main-header .row .utility .system, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; } }
.header#main-header .row .utility .system:before, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system:before, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system:before, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system:before, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system:before, .header#main-header .row .utility .system:after, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system:after, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system:after, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system:after { position: absolute; top: 0; content: ""; z-index: 1; width: 25px; height: 25px; background: #C0511B; }
.header#main-header .row .utility .system:before, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system:before, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system:before, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system:before, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system:before { left: -25px; }
.header#main-header .row .utility .system:after, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system:after, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system:after, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system:after { right: -25px; }
@media (max-width: 80.5em) { .header#main-header .row .utility .system:after, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system:after, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system:after, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system:after { display: none; } }
.header#main-header .row .utility .system span.wrapper, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper { margin: 0; padding: 0; }
.header#main-header .row .utility .system span.wrapper:before, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper:before, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper:before, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper:before, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper:before, .header#main-header .row .utility .system span.wrapper:after, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper:after, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper:after, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper:after { position: absolute; top: 0; content: ""; z-index: 2; width: 50px; height: 50px; -moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius: 25px; background: #fff; }
.header#main-header .row .utility .system span.wrapper:before, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper:before, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper:before, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper:before, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper:before { left: -50px; }
.header#main-header .row .utility .system span.wrapper:after, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper:after, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper:after, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper:after { right: -50px; }
@media (max-width: 80.5em) { .header#main-header .row .utility .system span.wrapper:after, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper:after, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper:after, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper:after { display: none; } }
.header#main-header .row .utility .system span.wrapper a, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper a, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper a, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper a, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper a { color: #fff; }
.header#main-header .row .utility .system span.wrapper a i.icon-uth-shield, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper a i.icon-uth-shield, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper a i.icon-uth-shield, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper a i.icon-uth-shield, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper a i.icon-uth-shield { float: left; font-size: 35px; margin-top: -10px; line-height: 1px; color: rgba(0, 0, 0, 0.2); }
.header#main-header .row .utility .system span.wrapper a .star, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper a .star, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper a .star, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system span.wrapper a .star, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system span.wrapper a .star { display: inline-block; width: 19px; opacity: 0.3; margin-right: 6px; position: relative; top: 1px; }
@media (max-width: 900px) { .header#main-header .row .utility .system, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system { display: none; } }
.header#main-header .row .utility .system.ie-fix:before, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system.ie-fix:before, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system.ie-fix:before, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system.ie-fix:before, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system.ie-fix:before { left: -24px; }
.header#main-header .row .utility .system.ie-fix:after, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system.ie-fix:after, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system.ie-fix:after, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system.ie-fix:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system.ie-fix:after { right: -24px; }
.header#main-header .row .utility .system.ie-fix span.wrapper:before, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system.ie-fix span.wrapper:before, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system.ie-fix span.wrapper:before, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system.ie-fix span.wrapper:before, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system.ie-fix span.wrapper:before, .header#main-header .row .utility .system.ie-fix span.wrapper:after, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system.ie-fix span.wrapper:after, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system.ie-fix span.wrapper:after, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system.ie-fix span.wrapper:after, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .system.ie-fix span.wrapper:after { width: 51px; height: 51px; }
.header#main-header .row .utility .give, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .give, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .give, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .give, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .give { margin-top: -0.5em; float: left; }
@media (max-width: 1100px) { .header#main-header .row .utility .give, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .give, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .give, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .give, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .give { margin-right: 0.625em; } }
@media (max-width: 500px) { .header#main-header .row .utility .give, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .give, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .give, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .give, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .give { float: none; text-align: left; margin-right: 0; margin-bottom: 0.625em; margin-top: -0.9375em; }
  .header#main-header .row .utility .give a.button, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .give a.button, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .give a.button, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .give a.button, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .give a.button { font-size: 0.75em; padding: 0.25em 0.875em; } }
@media (max-width: 80.5em) { .header#main-header .row .utility .search, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search { margin-right: 20px; } }
@media (max-width: 900px) { .header#main-header .row .utility .search, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search { margin-right: 0; } }
.header#main-header .row .utility .search input[type="text"], .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search input[type="text"], .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search input[type="text"], .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search input[type="text"], .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search input[type="text"] { padding-right: 30px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
@media (max-width: 767px) { .header#main-header .row .utility .search input[type="text"], .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search input[type="text"], .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search input[type="text"], .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search input[type="text"], .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search input[type="text"] { width: 150px; } }
@media (max-width: 360px) { .header#main-header .row .utility .search input[type="text"], .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search input[type="text"], .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search input[type="text"], .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search input[type="text"], .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search input[type="text"] { width: 100px; } }
.header#main-header .row .utility .search.search-autofocus, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search.search-autofocus, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search.search-autofocus, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search.search-autofocus, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search.search-autofocus { margin-top: -0.5em; float: right; text-align: right; }
@media (max-width: 1100px) { .header#main-header .row .utility .search.search-autofocus, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search.search-autofocus, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search.search-autofocus, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search.search-autofocus, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search.search-autofocus { text-align: left; } }
.header#main-header .row .utility .search.search-autofocus .toggle-button, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search.search-autofocus .toggle-button, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search.search-autofocus .toggle-button, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search.search-autofocus .toggle-button, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search.search-autofocus .toggle-button { float: right; }
@media (max-width: 1100px) { .header#main-header .row .utility .search.search-autofocus .toggle-button, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search.search-autofocus .toggle-button, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search.search-autofocus .toggle-button, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search.search-autofocus .toggle-button, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search.search-autofocus .toggle-button { float: none; } }
.header#main-header .row .utility .search.search-autofocus p.toggleQuicklinks, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search.search-autofocus p.toggleQuicklinks, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search.search-autofocus p.toggleQuicklinks, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search.search-autofocus p.toggleQuicklinks, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search.search-autofocus p.toggleQuicklinks { margin-right: 0.625em; }
.header#main-header .row .utility .search .button, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search .button, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search .button, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search .button, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search .button { margin-left: -30px; padding: 5px 7px; background: none; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
.header#main-header .row .utility .search .button:hover, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search .button:hover, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search .button:hover, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search .button:hover, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search .button:hover { text-decoration: none; }
.header#main-header .row .utility .search .button i[class^="icon-"], .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search .button i[class^="icon-"], .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search .button i[class^="icon-"], .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search .button i[class^="icon-"], .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search .button i[class^="icon-"], .header#main-header .row .utility .search .button i[class*=" icon-"], .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search .button i[class*=" icon-"], .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search .button i[class*=" icon-"], .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .search .button i[class*=" icon-"], .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .search .button i[class*=" icon-"] { color: #171717; }
.header#main-header .row .utility .quicklinks-option, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option { margin-bottom: 5px; }
.header#main-header .row .utility .quicklinks-option p, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option p, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option p, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option p, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option p { margin-bottom: 7px; }
@media (max-width: 80.5em) { .header#main-header .row .utility .quicklinks-option, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option { margin-right: 20px; } }
@media (max-width: 900px) { .header#main-header .row .utility .quicklinks-option, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option { margin-right: 0; } }
@media (max-width: 500px) { .header#main-header .row .utility .quicklinks-option, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option { font-size: 0.75em; } }
@media (max-width: 360px) { .header#main-header .row .utility .quicklinks-option span.title, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option span.title, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option span.title, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option span.title, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option span.title { display: none; } }
.header#main-header .row .utility .quicklinks-option p.toggleQuicklinks, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks { margin-bottom: 0; }
.header#main-header .row .utility .quicklinks-option p.toggleQuicklinks a, .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks a, .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks a, .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks a, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks a { font-size: 1em; }
.header#main-header .row .utility .quicklinks-option p.toggleQuicklinks a i[class^="icon-"], .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks a i[class^="icon-"], .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks a i[class^="icon-"], .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks a i[class^="icon-"], .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks a i[class^="icon-"], .header#main-header .row .utility .quicklinks-option p.toggleQuicklinks a i[class*=" icon-"], .header#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks a i[class*=" icon-"], .bleed .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks a i[class*=" icon-"], .header#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks a i[class*=" icon-"], .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .header#main-header .crsl-nav-helper .utility .quicklinks-option p.toggleQuicklinks a i[class*=" icon-"] { margin-right: 3px; vertical-align: middle; }

/* ---------------------- */
/* Homepage Header    */
/* ---------------------- */
/* ---------------------- */
/* Footers      */
/* ---------------------- */
/* ---------------------- */
/* Default Footer   */
/* ---------------------- */
footer#main-footer { background-repeat: no-repeat; background-position: bottom center; margin-top: 100px; color: #fff; position: relative; }
footer#main-footer a { text-decoration: underline; }
footer#main-footer a.carat-wrap { text-decoration: none; }
footer#main-footer a.carat-wrap span { text-decoration: underline; }
footer#main-footer .alamo { position: absolute; top: -60px; width: 100%; text-align: center; }
footer#main-footer .alamo svg { width: 200px; }
footer#main-footer .row.footer-columns, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper { padding: 3.125em 0; }
@media (max-width: 500px) { footer#main-footer .row.footer-columns, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper { text-align: center; } }
@media (max-width: 500px) { footer#main-footer .row.footer-columns .columns, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .columns, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .columns, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .columns, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .columns { width: 100%; } }
@media (max-width: 900px) { footer#main-footer .row.footer-columns .specific-data, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data { width: 100%; } }
@media (max-width: 500px) { footer#main-footer .row.footer-columns .specific-data .contact .map img, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .contact .map img, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .contact .map img, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .contact .map img, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .contact .map img { margin: 0 auto 20px auto; } }
@media (max-width: 500px) { footer#main-footer .row.footer-columns .specific-data .social, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social { margin-top: 50px; } }
footer#main-footer .row.footer-columns .specific-data .social ul.networks, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.networks, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.networks, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.networks, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.networks { margin-bottom: 0px; }
footer#main-footer .row.footer-columns .specific-data .social ul.networks li a, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.networks li a, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.networks li a, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.networks li a, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.networks li a { text-decoration: none; }
footer#main-footer .row.footer-columns .lives-better, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better { border-left: rgba(0, 0, 0, 0.2) 2px solid; }
@media (max-width: 900px) { footer#main-footer .row.footer-columns .lives-better, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better { margin-top: 50px; width: 100%; border: 0; } }
footer#main-footer .row.footer-columns .lives-better .logo, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better .logo, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better .logo, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better .logo, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better .logo { text-align: right; }
@media (max-width: 500px) { footer#main-footer .row.footer-columns .lives-better .logo, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better .logo, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better .logo, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better .logo, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better .logo { text-align: center; } }
footer#main-footer .row.footer-columns .lives-better .logo i, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better .logo i, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better .logo i, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better .logo i, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better .logo i { font-size: 5.9375em; line-height: 0; }
@media (max-width: 1100px) { footer#main-footer .row.footer-columns .lives-better .logo i, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better .logo i, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better .logo i, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better .logo i, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better .logo i { font-size: 5em; } }
@media (max-width: 500px) { footer#main-footer .row.footer-columns .lives-better .logo i, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better .logo i, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better .logo i, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better .logo i, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better .logo i { line-height: 50px; } }
footer#main-footer .row.footer-columns .lives-better .content, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better .content, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better .content, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better .content, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better .content { padding-top: 12px; }
footer#main-footer .row.footer-columns .lives-better h6, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better h6, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better h6, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .lives-better h6, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .lives-better h6 { text-transform: uppercase; }
footer#main-footer .bleed, footer#main-footer .process .process-item:nth-child(odd), .process footer#main-footer .process-item:nth-child(odd) { background-color: rgba(0, 0, 0, 0.3); padding: 1.875em 0; }
@media (max-width: 500px) { footer#main-footer .bleed, footer#main-footer .process .process-item:nth-child(odd), .process footer#main-footer .process-item:nth-child(odd) { text-align: center; } }

body.footer-flatten-top footer#main-footer { margin-top: 0; }
body.footer-flatten-top footer#main-footer .alamo { display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { footer#main-footer .alamo { position: absolute; top: -100px; width: 100%; text-align: center; }
  footer#main-footer .alamo svg { width: 200px; fill: #b64e01; } }
/* ---------------------- */
/* Top Level Footer   */
/* ---------------------- */
footer.footer-top-level#main-footer { background: #fff; padding: 0; margin-top: 0; }
footer.footer-top-level#main-footer .row, footer.footer-top-level#main-footer .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav footer.footer-top-level#main-footer .crsl-nav-helper, footer.footer-top-level#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer.footer-top-level#main-footer .crsl-nav-helper { padding: 0; }
footer.footer-top-level#main-footer .footer-top { color: #434343; background-color: #fff; }
footer.footer-top-level#main-footer .footer-top hr.hex { margin: 60px 0 40px 0; text-align: center; overflow: visible; }
footer.footer-top-level#main-footer .footer-top hr.hex:after { display: inline-block; color: #C0511B; background: #fff; padding: 9px 0; position: relative; top: -0.625em; font-size: 50px; -moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em; }
footer.footer-top-level#main-footer .footer-top a { color: #C0511B; text-decoration: none; }
footer.footer-top-level#main-footer .footer-top a:hover { text-decoration: underline; color: #C0511B; }
@media (max-width: 640px) { footer.footer-top-level#main-footer .footer-top ul.blocks > li { width: auto; display: block; float: none; margin: 0 auto; } }
footer.footer-top-level#main-footer .footer-top ul.blocks li.contact .map a { width: 175px; float: left; }
@media (max-width: 1100px) { footer.footer-top-level#main-footer .footer-top ul.blocks li.contact .map a { width: 100px; } }
@media (max-width: 640px) { footer.footer-top-level#main-footer .footer-top ul.blocks li.contact .map a { width: 200px; float: right; margin-left: 15px; margin-right: 0; } }
@media (max-width: 500px) { footer.footer-top-level#main-footer .footer-top ul.blocks li.contact .map a { width: 175px; } }
@media (max-width: 360px) { footer.footer-top-level#main-footer .footer-top ul.blocks li.contact .map a { width: 100px; } }
footer.footer-top-level#main-footer .footer-top ul.blocks li.contact .wrapper { margin-left: 190px; }
@media (max-width: 1100px) { footer.footer-top-level#main-footer .footer-top ul.blocks li.contact .wrapper { margin-left: 115px; } }
@media (max-width: 640px) { footer.footer-top-level#main-footer .footer-top ul.blocks li.contact .wrapper { margin-left: 0; } }
footer.footer-top-level#main-footer .footer-top ul.blocks li.media i[class^="icon-"], footer.footer-top-level#main-footer .footer-top ul.blocks li.media i[class*=" icon-"] { display: inline-block; float: left; color: #C0511B; font-size: 3em; }
@media (min-width: 900px) { footer.footer-top-level#main-footer .footer-top ul.blocks li.media .wrapper { margin-left: 65px; } }
@media (max-width: 767px) { footer.footer-top-level#main-footer .footer-top ul.blocks li.policies { width: auto; display: block; float: none; } }
footer.footer-top-level#main-footer .footer-top ul.blocks li.policies > ul { *zoom: 1; }
footer.footer-top-level#main-footer .footer-top ul.blocks li.policies > ul:after { content: ""; display: table; clear: both; }
footer.footer-top-level#main-footer .footer-top ul.blocks li.policies > ul > li { float: left; margin-right: 15px; }
footer.footer-top-level#main-footer .footer-top ul.blocks li.policies > ul > li > ul { margin-bottom: 0; }
footer.footer-top-level#main-footer .footer-bottom { background: #C0511B; color: #fff; padding: 40px 0 80px 0; }
@media (max-width: 80.5em) { footer.footer-top-level#main-footer .footer-bottom { padding-right: 1.25em; padding-left: 1.25em; } }

body.home footer.footer-top-level#main-footer .footer-bottom { background-color: #F7F4F0; color: #171717; }
body.home footer.footer-top-level#main-footer .footer-bottom a { color: #171717; }

/* _______________________________________________________________ */
/*  Layout
/*  Global stucture or page-specific elements
/* _______________________________________________________________ */
body { background: #fff; }

.row, .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper { max-width: 80.5em; }
@media (min-width: 900px) { .row.wide-gutters > .columns, .bleed .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .columns, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .columns, .row.wide-gutters > .content > .columns, .bleed .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .content > .columns, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .content > .columns { padding-right: 2.8125em; padding-left: 2.8125em; }
  .row.wide-gutters > .columns:first-child, .bleed .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .columns:first-child, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .columns:first-child, .row.wide-gutters > .content > .columns:first-child, .bleed .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .content > .columns:first-child, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .content > .columns:first-child { padding-left: 0; } }
@media (min-width: 900px) and (max-width: 80.5em) { .row.wide-gutters > .columns:first-child, .bleed .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .columns:first-child, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .columns:first-child, .row.wide-gutters > .content > .columns:first-child, .bleed .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .content > .columns:first-child, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .content > .columns:first-child { padding-left: 1.25em; } }
@media (min-width: 900px) and (max-width: 1024px) { .row.wide-gutters > .columns:first-child.medium-12, .bleed .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .columns:first-child.medium-12, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .columns:first-child.medium-12, .row.wide-gutters > .content > .columns:first-child.medium-12, .bleed .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .content > .columns:first-child.medium-12, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .content > .columns:first-child.medium-12 { padding-right: 1.25em; } }
@media (min-width: 900px) { .row.wide-gutters > .columns:last-child, .bleed .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .columns:last-child, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .columns:last-child, .row.wide-gutters > .content > .columns:last-child, .bleed .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .content > .columns:last-child, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .content > .columns:last-child { padding-right: 0; } }
@media (min-width: 900px) and (max-width: 80.5em) { .row.wide-gutters > .columns:last-child, .bleed .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .columns:last-child, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .columns:last-child, .row.wide-gutters > .content > .columns:last-child, .bleed .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .content > .columns:last-child, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .content > .columns:last-child { padding-right: 1.25em; } }
@media (min-width: 900px) and (max-width: 1024px) { .row.wide-gutters > .columns:last-child.medium-12, .bleed .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .columns:last-child.medium-12, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .columns:last-child.medium-12, .row.wide-gutters > .content > .columns:last-child.medium-12, .bleed .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .content > .columns:last-child.medium-12, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .wide-gutters.crsl-nav-helper > .content > .columns:last-child.medium-12 { padding-left: 1.25em; } }

/* ---------------------- */
/* Any-Element Modifiers  */
/* ---------------------- */
.close, #quicklinks h1, #quicklinks h2, #quicklinks h3, #quicklinks h4, #quicklinks h5, #quicklinks h6, .page-header > *, .numeric-facts .number, .numeric-facts .detail, .column-tester .inner p { margin-bottom: 0 !important; }

.close2x { margin-bottom: 0.625em !important; }

.far-notso { margin-bottom: 1.625em !important; }

.far { margin-bottom: 2.5em !important; }

.far-padding { padding-bottom: 2.5em !important; }

.far2x { margin-bottom: 5em !important; }

.far-padding2x { padding-bottom: 5em !important; }

.center { margin-left: auto; margin-right: auto; }

.clear { clear: both; }

.left.float-margin { margin-right: 1.25em; }

.right.float-margin { margin-left: 1.25em; }

.bottom-aligned { position: absolute; bottom: 0; padding-top: 40px; }

@media (max-width: 360px) { .pad-left-small { margin-left: 0.625em; text-align: center; } }

.tighten { line-height: 1.2em; /* reduce the default line-height of a paragraph */ }

.loosen a { line-height: 1.4em; }

/* ---------------------- */
/* Text Element Options */
/* ---------------------- */
.text-center, .datebox, footer#main-footer.footer-stories .footer-bottom { text-align: center; }

@media (max-width: 767px) { .mobile-text-center { text-align: center; } }

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

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

.lighter, .system-mobile, dl.contact-definitions dt, dl.contact-definitions dd, .tabs ul.tab-nav.tab-nav-large li a, .landing .page-header .content .wrapper h2 { font-weight: 100; }

.normal-weight { font-weight: normal; }

.bold { font-weight: bold; }

.italic { font-style: italic; }

.looser p { line-height: 1.8; }

.on-dark-text, .page-header.bleed, .process .page-header.process-item:nth-child(odd), .page-header.bleed .panel, .process .page-header.process-item:nth-child(odd) .panel, .page-header.bleed .filters, .process .page-header.process-item:nth-child(odd) .filters, .page-header.bleed .panel p, .process .page-header.process-item:nth-child(odd) .panel p, .page-header.bleed .filters p, .process .page-header.process-item:nth-child(odd) .filters p, .bleed.photo-bleed, .process .photo-bleed.process-item:nth-child(odd), .sidebar.sidebar-colorized, .sidebar .sidebar-colorized, .datebox, .theme-patientcare .bleed.photo-bleed.colorized-theme, .theme-patientcare .page-header.bleed .bleed.photo-bleed.button, .page-header.bleed .theme-patientcare .bleed.photo-bleed.button, .theme-patientcare .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button, .process .page-header.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button, .theme-patientcare .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd), .page-header.bleed .process .theme-patientcare .photo-bleed.button.process-item:nth-child(odd), .theme-patientcare .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd), .process .page-header.bleed .theme-patientcare .photo-bleed.button.process-item:nth-child(odd), .theme-patientcare .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-patientcare .photo-bleed.button.process-item:nth-child(odd), .theme-patientcare ul.steps-bar li .bleed.photo-bleed.circle, ul.steps-bar li .theme-patientcare .bleed.photo-bleed.circle, .theme-patientcare ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd), .theme-patientcare .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd), .theme-patientcare .process .photo-bleed.colorized-theme.process-item:nth-child(odd), .process .theme-patientcare .photo-bleed.colorized-theme.process-item:nth-child(odd), .theme-patientcare .panel.colorized.white .bleed.photo-bleed.button.colorized-theme, .panel.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme, .theme-patientcare .colorized.white.filters .bleed.photo-bleed.button.colorized-theme, .colorized.white.filters .theme-patientcare .bleed.photo-bleed.button.colorized-theme, .theme-patientcare .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme, .bleed.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button.colorized-theme, .theme-patientcare .card.colorized.white .bleed.photo-bleed.button.colorized-theme, .card.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme, .theme-patientcare .bleed.photo-bleed.colorized-theme-accent, .theme-patientcare .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .process .theme-patientcare .photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .theme-academics .bleed.photo-bleed.colorized-theme, .theme-academics .page-header.bleed .bleed.photo-bleed.button, .page-header.bleed .theme-academics .bleed.photo-bleed.button, .theme-academics .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button, .process .page-header.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button, .theme-academics .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd), .page-header.bleed .process .theme-academics .photo-bleed.button.process-item:nth-child(odd), .theme-academics .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd), .process .page-header.bleed .theme-academics .photo-bleed.button.process-item:nth-child(odd), .theme-academics .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-academics .photo-bleed.button.process-item:nth-child(odd), .theme-academics ul.steps-bar li .bleed.photo-bleed.circle, ul.steps-bar li .theme-academics .bleed.photo-bleed.circle, .theme-academics ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-academics .photo-bleed.circle.process-item:nth-child(odd), .theme-academics .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-academics .photo-bleed.circle.process-item:nth-child(odd), .theme-academics .process .photo-bleed.colorized-theme.process-item:nth-child(odd), .process .theme-academics .photo-bleed.colorized-theme.process-item:nth-child(odd), .theme-academics .panel.colorized.white .bleed.photo-bleed.button.colorized-theme, .panel.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme, .theme-academics .colorized.white.filters .bleed.photo-bleed.button.colorized-theme, .colorized.white.filters .theme-academics .bleed.photo-bleed.button.colorized-theme, .theme-academics .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme, .bleed.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme, .theme-academics .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button.colorized-theme, .theme-academics .card.colorized.white .bleed.photo-bleed.button.colorized-theme, .card.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme, .theme-academics .bleed.photo-bleed.colorized-theme-accent, .theme-academics .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .process .theme-academics .photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .theme-research .bleed.photo-bleed.colorized-theme, .theme-research .page-header.bleed .bleed.photo-bleed.button, .page-header.bleed .theme-research .bleed.photo-bleed.button, .theme-research .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button, .process .page-header.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button, .theme-research .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd), .page-header.bleed .process .theme-research .photo-bleed.button.process-item:nth-child(odd), .theme-research .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd), .process .page-header.bleed .theme-research .photo-bleed.button.process-item:nth-child(odd), .theme-research .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-research .photo-bleed.button.process-item:nth-child(odd), .theme-research ul.steps-bar li .bleed.photo-bleed.circle, ul.steps-bar li .theme-research .bleed.photo-bleed.circle, .theme-research ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-research .photo-bleed.circle.process-item:nth-child(odd), .theme-research .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-research .photo-bleed.circle.process-item:nth-child(odd), .theme-research .process .photo-bleed.colorized-theme.process-item:nth-child(odd), .process .theme-research .photo-bleed.colorized-theme.process-item:nth-child(odd), .theme-research .panel.colorized.white .bleed.photo-bleed.button.colorized-theme, .panel.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme, .theme-research .colorized.white.filters .bleed.photo-bleed.button.colorized-theme, .colorized.white.filters .theme-research .bleed.photo-bleed.button.colorized-theme, .theme-research .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme, .bleed.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme, .theme-research .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button.colorized-theme, .theme-research .card.colorized.white .bleed.photo-bleed.button.colorized-theme, .card.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme, .theme-research .bleed.photo-bleed.colorized-theme-accent, .theme-research .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .process .theme-research .photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .theme-institutional .bleed.photo-bleed.colorized-theme, .theme-institutional .page-header.bleed .bleed.photo-bleed.button, .page-header.bleed .theme-institutional .bleed.photo-bleed.button, .theme-institutional .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button, .process .page-header.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button, .theme-institutional .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd), .page-header.bleed .process .theme-institutional .photo-bleed.button.process-item:nth-child(odd), .theme-institutional .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd), .process .page-header.bleed .theme-institutional .photo-bleed.button.process-item:nth-child(odd), .theme-institutional .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-institutional .photo-bleed.button.process-item:nth-child(odd), .theme-institutional ul.steps-bar li .bleed.photo-bleed.circle, ul.steps-bar li .theme-institutional .bleed.photo-bleed.circle, .theme-institutional ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-institutional .photo-bleed.circle.process-item:nth-child(odd), .theme-institutional .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-institutional .photo-bleed.circle.process-item:nth-child(odd), .theme-institutional .process .photo-bleed.colorized-theme.process-item:nth-child(odd), .process .theme-institutional .photo-bleed.colorized-theme.process-item:nth-child(odd), .theme-institutional .panel.colorized.white .bleed.photo-bleed.button.colorized-theme, .panel.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme, .theme-institutional .colorized.white.filters .bleed.photo-bleed.button.colorized-theme, .colorized.white.filters .theme-institutional .bleed.photo-bleed.button.colorized-theme, .theme-institutional .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme, .bleed.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button.colorized-theme, .theme-institutional .card.colorized.white .bleed.photo-bleed.button.colorized-theme, .card.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme, .theme-institutional .bleed.photo-bleed.colorized-theme-accent, .theme-institutional .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .process .theme-institutional .photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .library-darken-helper p, .panel.library-darken-helper p, .library-darken-helper.filters p { color: #fff; }
.on-dark-text h1, .page-header.bleed h1, .process .page-header.process-item:nth-child(odd) h1, .page-header.bleed .panel h1, .process .page-header.process-item:nth-child(odd) .panel h1, .page-header.bleed .filters h1, .process .page-header.process-item:nth-child(odd) .filters h1, .page-header.bleed .panel p h1, .process .page-header.process-item:nth-child(odd) .panel p h1, .page-header.bleed .filters p h1, .process .page-header.process-item:nth-child(odd) .filters p h1, .bleed.photo-bleed h1, .process .photo-bleed.process-item:nth-child(odd) h1, .sidebar.sidebar-colorized h1, .sidebar .sidebar-colorized h1, .datebox h1, .theme-patientcare .bleed.photo-bleed.colorized-theme h1, .theme-patientcare .page-header.bleed .bleed.photo-bleed.button h1, .page-header.bleed .theme-patientcare .bleed.photo-bleed.button h1, .theme-patientcare .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h1, .process .page-header.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button h1, .theme-patientcare .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h1, .page-header.bleed .process .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h1, .theme-patientcare .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h1, .process .page-header.bleed .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h1, .theme-patientcare .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h1, .process .page-header.process-item:nth-child(odd) .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h1, .theme-patientcare ul.steps-bar li .bleed.photo-bleed.circle h1, ul.steps-bar li .theme-patientcare .bleed.photo-bleed.circle h1, .theme-patientcare ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h1, ul.steps-bar li .process .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) h1, .theme-patientcare .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h1, .process ul.steps-bar li .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) h1, .theme-patientcare .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h1, .process .theme-patientcare .photo-bleed.colorized-theme.process-item:nth-child(odd) h1, .theme-patientcare .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h1, .panel.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h1, .theme-patientcare .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h1, .colorized.white.filters .theme-patientcare .bleed.photo-bleed.button.colorized-theme h1, .theme-patientcare .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h1, .bleed.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h1, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h1, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button.colorized-theme h1, .theme-patientcare .card.colorized.white .bleed.photo-bleed.button.colorized-theme h1, .card.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h1, .theme-patientcare .bleed.photo-bleed.colorized-theme-accent h1, .theme-patientcare .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h1, .process .theme-patientcare .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h1, .theme-academics .bleed.photo-bleed.colorized-theme h1, .theme-academics .page-header.bleed .bleed.photo-bleed.button h1, .page-header.bleed .theme-academics .bleed.photo-bleed.button h1, .theme-academics .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h1, .process .page-header.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button h1, .theme-academics .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h1, .page-header.bleed .process .theme-academics .photo-bleed.button.process-item:nth-child(odd) h1, .theme-academics .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h1, .process .page-header.bleed .theme-academics .photo-bleed.button.process-item:nth-child(odd) h1, .theme-academics .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h1, .process .page-header.process-item:nth-child(odd) .theme-academics .photo-bleed.button.process-item:nth-child(odd) h1, .theme-academics ul.steps-bar li .bleed.photo-bleed.circle h1, ul.steps-bar li .theme-academics .bleed.photo-bleed.circle h1, .theme-academics ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h1, ul.steps-bar li .process .theme-academics .photo-bleed.circle.process-item:nth-child(odd) h1, .theme-academics .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h1, .process ul.steps-bar li .theme-academics .photo-bleed.circle.process-item:nth-child(odd) h1, .theme-academics .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h1, .process .theme-academics .photo-bleed.colorized-theme.process-item:nth-child(odd) h1, .theme-academics .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h1, .panel.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h1, .theme-academics .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h1, .colorized.white.filters .theme-academics .bleed.photo-bleed.button.colorized-theme h1, .theme-academics .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h1, .bleed.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h1, .theme-academics .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h1, .process .colorized.white.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button.colorized-theme h1, .theme-academics .card.colorized.white .bleed.photo-bleed.button.colorized-theme h1, .card.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h1, .theme-academics .bleed.photo-bleed.colorized-theme-accent h1, .theme-academics .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h1, .process .theme-academics .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h1, .theme-research .bleed.photo-bleed.colorized-theme h1, .theme-research .page-header.bleed .bleed.photo-bleed.button h1, .page-header.bleed .theme-research .bleed.photo-bleed.button h1, .theme-research .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h1, .process .page-header.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button h1, .theme-research .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h1, .page-header.bleed .process .theme-research .photo-bleed.button.process-item:nth-child(odd) h1, .theme-research .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h1, .process .page-header.bleed .theme-research .photo-bleed.button.process-item:nth-child(odd) h1, .theme-research .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h1, .process .page-header.process-item:nth-child(odd) .theme-research .photo-bleed.button.process-item:nth-child(odd) h1, .theme-research ul.steps-bar li .bleed.photo-bleed.circle h1, ul.steps-bar li .theme-research .bleed.photo-bleed.circle h1, .theme-research ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h1, ul.steps-bar li .process .theme-research .photo-bleed.circle.process-item:nth-child(odd) h1, .theme-research .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h1, .process ul.steps-bar li .theme-research .photo-bleed.circle.process-item:nth-child(odd) h1, .theme-research .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h1, .process .theme-research .photo-bleed.colorized-theme.process-item:nth-child(odd) h1, .theme-research .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h1, .panel.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h1, .theme-research .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h1, .colorized.white.filters .theme-research .bleed.photo-bleed.button.colorized-theme h1, .theme-research .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h1, .bleed.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h1, .theme-research .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h1, .process .colorized.white.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button.colorized-theme h1, .theme-research .card.colorized.white .bleed.photo-bleed.button.colorized-theme h1, .card.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h1, .theme-research .bleed.photo-bleed.colorized-theme-accent h1, .theme-research .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h1, .process .theme-research .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h1, .theme-institutional .bleed.photo-bleed.colorized-theme h1, .theme-institutional .page-header.bleed .bleed.photo-bleed.button h1, .page-header.bleed .theme-institutional .bleed.photo-bleed.button h1, .theme-institutional .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h1, .process .page-header.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button h1, .theme-institutional .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h1, .page-header.bleed .process .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h1, .theme-institutional .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h1, .process .page-header.bleed .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h1, .theme-institutional .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h1, .process .page-header.process-item:nth-child(odd) .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h1, .theme-institutional ul.steps-bar li .bleed.photo-bleed.circle h1, ul.steps-bar li .theme-institutional .bleed.photo-bleed.circle h1, .theme-institutional ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h1, ul.steps-bar li .process .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) h1, .theme-institutional .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h1, .process ul.steps-bar li .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) h1, .theme-institutional .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h1, .process .theme-institutional .photo-bleed.colorized-theme.process-item:nth-child(odd) h1, .theme-institutional .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h1, .panel.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h1, .theme-institutional .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h1, .colorized.white.filters .theme-institutional .bleed.photo-bleed.button.colorized-theme h1, .theme-institutional .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h1, .bleed.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h1, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h1, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button.colorized-theme h1, .theme-institutional .card.colorized.white .bleed.photo-bleed.button.colorized-theme h1, .card.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h1, .theme-institutional .bleed.photo-bleed.colorized-theme-accent h1, .theme-institutional .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h1, .process .theme-institutional .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h1, .library-darken-helper p h1, .panel.library-darken-helper p h1, .library-darken-helper.filters p h1, .on-dark-text h2, .page-header.bleed h2, .process .page-header.process-item:nth-child(odd) h2, .page-header.bleed .panel h2, .process .page-header.process-item:nth-child(odd) .panel h2, .page-header.bleed .filters h2, .process .page-header.process-item:nth-child(odd) .filters h2, .page-header.bleed .panel p h2, .process .page-header.process-item:nth-child(odd) .panel p h2, .page-header.bleed .filters p h2, .process .page-header.process-item:nth-child(odd) .filters p h2, .bleed.photo-bleed h2, .process .photo-bleed.process-item:nth-child(odd) h2, .sidebar.sidebar-colorized h2, .sidebar .sidebar-colorized h2, .datebox h2, .theme-patientcare .bleed.photo-bleed.colorized-theme h2, .theme-patientcare .page-header.bleed .bleed.photo-bleed.button h2, .page-header.bleed .theme-patientcare .bleed.photo-bleed.button h2, .theme-patientcare .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h2, .process .page-header.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button h2, .theme-patientcare .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h2, .page-header.bleed .process .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h2, .theme-patientcare .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h2, .process .page-header.bleed .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h2, .theme-patientcare .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h2, .process .page-header.process-item:nth-child(odd) .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h2, .theme-patientcare ul.steps-bar li .bleed.photo-bleed.circle h2, ul.steps-bar li .theme-patientcare .bleed.photo-bleed.circle h2, .theme-patientcare ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h2, ul.steps-bar li .process .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) h2, .theme-patientcare .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h2, .process ul.steps-bar li .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) h2, .theme-patientcare .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h2, .process .theme-patientcare .photo-bleed.colorized-theme.process-item:nth-child(odd) h2, .theme-patientcare .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h2, .panel.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h2, .theme-patientcare .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h2, .colorized.white.filters .theme-patientcare .bleed.photo-bleed.button.colorized-theme h2, .theme-patientcare .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h2, .bleed.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h2, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h2, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button.colorized-theme h2, .theme-patientcare .card.colorized.white .bleed.photo-bleed.button.colorized-theme h2, .card.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h2, .theme-patientcare .bleed.photo-bleed.colorized-theme-accent h2, .theme-patientcare .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h2, .process .theme-patientcare .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h2, .theme-academics .bleed.photo-bleed.colorized-theme h2, .theme-academics .page-header.bleed .bleed.photo-bleed.button h2, .page-header.bleed .theme-academics .bleed.photo-bleed.button h2, .theme-academics .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h2, .process .page-header.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button h2, .theme-academics .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h2, .page-header.bleed .process .theme-academics .photo-bleed.button.process-item:nth-child(odd) h2, .theme-academics .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h2, .process .page-header.bleed .theme-academics .photo-bleed.button.process-item:nth-child(odd) h2, .theme-academics .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h2, .process .page-header.process-item:nth-child(odd) .theme-academics .photo-bleed.button.process-item:nth-child(odd) h2, .theme-academics ul.steps-bar li .bleed.photo-bleed.circle h2, ul.steps-bar li .theme-academics .bleed.photo-bleed.circle h2, .theme-academics ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h2, ul.steps-bar li .process .theme-academics .photo-bleed.circle.process-item:nth-child(odd) h2, .theme-academics .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h2, .process ul.steps-bar li .theme-academics .photo-bleed.circle.process-item:nth-child(odd) h2, .theme-academics .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h2, .process .theme-academics .photo-bleed.colorized-theme.process-item:nth-child(odd) h2, .theme-academics .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h2, .panel.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h2, .theme-academics .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h2, .colorized.white.filters .theme-academics .bleed.photo-bleed.button.colorized-theme h2, .theme-academics .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h2, .bleed.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h2, .theme-academics .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h2, .process .colorized.white.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button.colorized-theme h2, .theme-academics .card.colorized.white .bleed.photo-bleed.button.colorized-theme h2, .card.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h2, .theme-academics .bleed.photo-bleed.colorized-theme-accent h2, .theme-academics .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h2, .process .theme-academics .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h2, .theme-research .bleed.photo-bleed.colorized-theme h2, .theme-research .page-header.bleed .bleed.photo-bleed.button h2, .page-header.bleed .theme-research .bleed.photo-bleed.button h2, .theme-research .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h2, .process .page-header.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button h2, .theme-research .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h2, .page-header.bleed .process .theme-research .photo-bleed.button.process-item:nth-child(odd) h2, .theme-research .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h2, .process .page-header.bleed .theme-research .photo-bleed.button.process-item:nth-child(odd) h2, .theme-research .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h2, .process .page-header.process-item:nth-child(odd) .theme-research .photo-bleed.button.process-item:nth-child(odd) h2, .theme-research ul.steps-bar li .bleed.photo-bleed.circle h2, ul.steps-bar li .theme-research .bleed.photo-bleed.circle h2, .theme-research ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h2, ul.steps-bar li .process .theme-research .photo-bleed.circle.process-item:nth-child(odd) h2, .theme-research .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h2, .process ul.steps-bar li .theme-research .photo-bleed.circle.process-item:nth-child(odd) h2, .theme-research .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h2, .process .theme-research .photo-bleed.colorized-theme.process-item:nth-child(odd) h2, .theme-research .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h2, .panel.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h2, .theme-research .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h2, .colorized.white.filters .theme-research .bleed.photo-bleed.button.colorized-theme h2, .theme-research .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h2, .bleed.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h2, .theme-research .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h2, .process .colorized.white.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button.colorized-theme h2, .theme-research .card.colorized.white .bleed.photo-bleed.button.colorized-theme h2, .card.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h2, .theme-research .bleed.photo-bleed.colorized-theme-accent h2, .theme-research .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h2, .process .theme-research .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h2, .theme-institutional .bleed.photo-bleed.colorized-theme h2, .theme-institutional .page-header.bleed .bleed.photo-bleed.button h2, .page-header.bleed .theme-institutional .bleed.photo-bleed.button h2, .theme-institutional .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h2, .process .page-header.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button h2, .theme-institutional .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h2, .page-header.bleed .process .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h2, .theme-institutional .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h2, .process .page-header.bleed .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h2, .theme-institutional .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h2, .process .page-header.process-item:nth-child(odd) .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h2, .theme-institutional ul.steps-bar li .bleed.photo-bleed.circle h2, ul.steps-bar li .theme-institutional .bleed.photo-bleed.circle h2, .theme-institutional ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h2, ul.steps-bar li .process .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) h2, .theme-institutional .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h2, .process ul.steps-bar li .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) h2, .theme-institutional .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h2, .process .theme-institutional .photo-bleed.colorized-theme.process-item:nth-child(odd) h2, .theme-institutional .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h2, .panel.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h2, .theme-institutional .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h2, .colorized.white.filters .theme-institutional .bleed.photo-bleed.button.colorized-theme h2, .theme-institutional .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h2, .bleed.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h2, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h2, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button.colorized-theme h2, .theme-institutional .card.colorized.white .bleed.photo-bleed.button.colorized-theme h2, .card.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h2, .theme-institutional .bleed.photo-bleed.colorized-theme-accent h2, .theme-institutional .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h2, .process .theme-institutional .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h2, .library-darken-helper p h2, .panel.library-darken-helper p h2, .library-darken-helper.filters p h2, .on-dark-text h3, .page-header.bleed h3, .process .page-header.process-item:nth-child(odd) h3, .page-header.bleed .panel h3, .process .page-header.process-item:nth-child(odd) .panel h3, .page-header.bleed .filters h3, .process .page-header.process-item:nth-child(odd) .filters h3, .page-header.bleed .panel p h3, .process .page-header.process-item:nth-child(odd) .panel p h3, .page-header.bleed .filters p h3, .process .page-header.process-item:nth-child(odd) .filters p h3, .bleed.photo-bleed h3, .process .photo-bleed.process-item:nth-child(odd) h3, .sidebar.sidebar-colorized h3, .sidebar .sidebar-colorized h3, .datebox h3, .theme-patientcare .bleed.photo-bleed.colorized-theme h3, .theme-patientcare .page-header.bleed .bleed.photo-bleed.button h3, .page-header.bleed .theme-patientcare .bleed.photo-bleed.button h3, .theme-patientcare .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h3, .process .page-header.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button h3, .theme-patientcare .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h3, .page-header.bleed .process .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h3, .theme-patientcare .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h3, .process .page-header.bleed .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h3, .theme-patientcare .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h3, .process .page-header.process-item:nth-child(odd) .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h3, .theme-patientcare ul.steps-bar li .bleed.photo-bleed.circle h3, ul.steps-bar li .theme-patientcare .bleed.photo-bleed.circle h3, .theme-patientcare ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h3, ul.steps-bar li .process .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) h3, .theme-patientcare .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h3, .process ul.steps-bar li .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) h3, .theme-patientcare .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h3, .process .theme-patientcare .photo-bleed.colorized-theme.process-item:nth-child(odd) h3, .theme-patientcare .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h3, .panel.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h3, .theme-patientcare .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h3, .colorized.white.filters .theme-patientcare .bleed.photo-bleed.button.colorized-theme h3, .theme-patientcare .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h3, .bleed.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h3, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h3, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button.colorized-theme h3, .theme-patientcare .card.colorized.white .bleed.photo-bleed.button.colorized-theme h3, .card.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h3, .theme-patientcare .bleed.photo-bleed.colorized-theme-accent h3, .theme-patientcare .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h3, .process .theme-patientcare .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h3, .theme-academics .bleed.photo-bleed.colorized-theme h3, .theme-academics .page-header.bleed .bleed.photo-bleed.button h3, .page-header.bleed .theme-academics .bleed.photo-bleed.button h3, .theme-academics .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h3, .process .page-header.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button h3, .theme-academics .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h3, .page-header.bleed .process .theme-academics .photo-bleed.button.process-item:nth-child(odd) h3, .theme-academics .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h3, .process .page-header.bleed .theme-academics .photo-bleed.button.process-item:nth-child(odd) h3, .theme-academics .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h3, .process .page-header.process-item:nth-child(odd) .theme-academics .photo-bleed.button.process-item:nth-child(odd) h3, .theme-academics ul.steps-bar li .bleed.photo-bleed.circle h3, ul.steps-bar li .theme-academics .bleed.photo-bleed.circle h3, .theme-academics ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h3, ul.steps-bar li .process .theme-academics .photo-bleed.circle.process-item:nth-child(odd) h3, .theme-academics .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h3, .process ul.steps-bar li .theme-academics .photo-bleed.circle.process-item:nth-child(odd) h3, .theme-academics .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h3, .process .theme-academics .photo-bleed.colorized-theme.process-item:nth-child(odd) h3, .theme-academics .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h3, .panel.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h3, .theme-academics .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h3, .colorized.white.filters .theme-academics .bleed.photo-bleed.button.colorized-theme h3, .theme-academics .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h3, .bleed.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h3, .theme-academics .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h3, .process .colorized.white.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button.colorized-theme h3, .theme-academics .card.colorized.white .bleed.photo-bleed.button.colorized-theme h3, .card.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h3, .theme-academics .bleed.photo-bleed.colorized-theme-accent h3, .theme-academics .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h3, .process .theme-academics .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h3, .theme-research .bleed.photo-bleed.colorized-theme h3, .theme-research .page-header.bleed .bleed.photo-bleed.button h3, .page-header.bleed .theme-research .bleed.photo-bleed.button h3, .theme-research .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h3, .process .page-header.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button h3, .theme-research .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h3, .page-header.bleed .process .theme-research .photo-bleed.button.process-item:nth-child(odd) h3, .theme-research .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h3, .process .page-header.bleed .theme-research .photo-bleed.button.process-item:nth-child(odd) h3, .theme-research .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h3, .process .page-header.process-item:nth-child(odd) .theme-research .photo-bleed.button.process-item:nth-child(odd) h3, .theme-research ul.steps-bar li .bleed.photo-bleed.circle h3, ul.steps-bar li .theme-research .bleed.photo-bleed.circle h3, .theme-research ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h3, ul.steps-bar li .process .theme-research .photo-bleed.circle.process-item:nth-child(odd) h3, .theme-research .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h3, .process ul.steps-bar li .theme-research .photo-bleed.circle.process-item:nth-child(odd) h3, .theme-research .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h3, .process .theme-research .photo-bleed.colorized-theme.process-item:nth-child(odd) h3, .theme-research .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h3, .panel.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h3, .theme-research .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h3, .colorized.white.filters .theme-research .bleed.photo-bleed.button.colorized-theme h3, .theme-research .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h3, .bleed.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h3, .theme-research .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h3, .process .colorized.white.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button.colorized-theme h3, .theme-research .card.colorized.white .bleed.photo-bleed.button.colorized-theme h3, .card.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h3, .theme-research .bleed.photo-bleed.colorized-theme-accent h3, .theme-research .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h3, .process .theme-research .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h3, .theme-institutional .bleed.photo-bleed.colorized-theme h3, .theme-institutional .page-header.bleed .bleed.photo-bleed.button h3, .page-header.bleed .theme-institutional .bleed.photo-bleed.button h3, .theme-institutional .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h3, .process .page-header.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button h3, .theme-institutional .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h3, .page-header.bleed .process .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h3, .theme-institutional .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h3, .process .page-header.bleed .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h3, .theme-institutional .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h3, .process .page-header.process-item:nth-child(odd) .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h3, .theme-institutional ul.steps-bar li .bleed.photo-bleed.circle h3, ul.steps-bar li .theme-institutional .bleed.photo-bleed.circle h3, .theme-institutional ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h3, ul.steps-bar li .process .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) h3, .theme-institutional .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h3, .process ul.steps-bar li .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) h3, .theme-institutional .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h3, .process .theme-institutional .photo-bleed.colorized-theme.process-item:nth-child(odd) h3, .theme-institutional .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h3, .panel.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h3, .theme-institutional .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h3, .colorized.white.filters .theme-institutional .bleed.photo-bleed.button.colorized-theme h3, .theme-institutional .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h3, .bleed.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h3, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h3, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button.colorized-theme h3, .theme-institutional .card.colorized.white .bleed.photo-bleed.button.colorized-theme h3, .card.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h3, .theme-institutional .bleed.photo-bleed.colorized-theme-accent h3, .theme-institutional .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h3, .process .theme-institutional .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h3, .library-darken-helper p h3, .panel.library-darken-helper p h3, .library-darken-helper.filters p h3, .on-dark-text h4, .page-header.bleed h4, .process .page-header.process-item:nth-child(odd) h4, .page-header.bleed .panel h4, .process .page-header.process-item:nth-child(odd) .panel h4, .page-header.bleed .filters h4, .process .page-header.process-item:nth-child(odd) .filters h4, .page-header.bleed .panel p h4, .process .page-header.process-item:nth-child(odd) .panel p h4, .page-header.bleed .filters p h4, .process .page-header.process-item:nth-child(odd) .filters p h4, .bleed.photo-bleed h4, .process .photo-bleed.process-item:nth-child(odd) h4, .sidebar.sidebar-colorized h4, .sidebar .sidebar-colorized h4, .datebox h4, .theme-patientcare .bleed.photo-bleed.colorized-theme h4, .theme-patientcare .page-header.bleed .bleed.photo-bleed.button h4, .page-header.bleed .theme-patientcare .bleed.photo-bleed.button h4, .theme-patientcare .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h4, .process .page-header.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button h4, .theme-patientcare .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h4, .page-header.bleed .process .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h4, .theme-patientcare .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h4, .process .page-header.bleed .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h4, .theme-patientcare .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h4, .process .page-header.process-item:nth-child(odd) .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h4, .theme-patientcare ul.steps-bar li .bleed.photo-bleed.circle h4, ul.steps-bar li .theme-patientcare .bleed.photo-bleed.circle h4, .theme-patientcare ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h4, ul.steps-bar li .process .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) h4, .theme-patientcare .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h4, .process ul.steps-bar li .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) h4, .theme-patientcare .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h4, .process .theme-patientcare .photo-bleed.colorized-theme.process-item:nth-child(odd) h4, .theme-patientcare .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h4, .panel.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h4, .theme-patientcare .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h4, .colorized.white.filters .theme-patientcare .bleed.photo-bleed.button.colorized-theme h4, .theme-patientcare .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h4, .bleed.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h4, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h4, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button.colorized-theme h4, .theme-patientcare .card.colorized.white .bleed.photo-bleed.button.colorized-theme h4, .card.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h4, .theme-patientcare .bleed.photo-bleed.colorized-theme-accent h4, .theme-patientcare .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h4, .process .theme-patientcare .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h4, .theme-academics .bleed.photo-bleed.colorized-theme h4, .theme-academics .page-header.bleed .bleed.photo-bleed.button h4, .page-header.bleed .theme-academics .bleed.photo-bleed.button h4, .theme-academics .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h4, .process .page-header.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button h4, .theme-academics .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h4, .page-header.bleed .process .theme-academics .photo-bleed.button.process-item:nth-child(odd) h4, .theme-academics .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h4, .process .page-header.bleed .theme-academics .photo-bleed.button.process-item:nth-child(odd) h4, .theme-academics .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h4, .process .page-header.process-item:nth-child(odd) .theme-academics .photo-bleed.button.process-item:nth-child(odd) h4, .theme-academics ul.steps-bar li .bleed.photo-bleed.circle h4, ul.steps-bar li .theme-academics .bleed.photo-bleed.circle h4, .theme-academics ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h4, ul.steps-bar li .process .theme-academics .photo-bleed.circle.process-item:nth-child(odd) h4, .theme-academics .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h4, .process ul.steps-bar li .theme-academics .photo-bleed.circle.process-item:nth-child(odd) h4, .theme-academics .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h4, .process .theme-academics .photo-bleed.colorized-theme.process-item:nth-child(odd) h4, .theme-academics .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h4, .panel.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h4, .theme-academics .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h4, .colorized.white.filters .theme-academics .bleed.photo-bleed.button.colorized-theme h4, .theme-academics .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h4, .bleed.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h4, .theme-academics .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h4, .process .colorized.white.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button.colorized-theme h4, .theme-academics .card.colorized.white .bleed.photo-bleed.button.colorized-theme h4, .card.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h4, .theme-academics .bleed.photo-bleed.colorized-theme-accent h4, .theme-academics .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h4, .process .theme-academics .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h4, .theme-research .bleed.photo-bleed.colorized-theme h4, .theme-research .page-header.bleed .bleed.photo-bleed.button h4, .page-header.bleed .theme-research .bleed.photo-bleed.button h4, .theme-research .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h4, .process .page-header.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button h4, .theme-research .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h4, .page-header.bleed .process .theme-research .photo-bleed.button.process-item:nth-child(odd) h4, .theme-research .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h4, .process .page-header.bleed .theme-research .photo-bleed.button.process-item:nth-child(odd) h4, .theme-research .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h4, .process .page-header.process-item:nth-child(odd) .theme-research .photo-bleed.button.process-item:nth-child(odd) h4, .theme-research ul.steps-bar li .bleed.photo-bleed.circle h4, ul.steps-bar li .theme-research .bleed.photo-bleed.circle h4, .theme-research ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h4, ul.steps-bar li .process .theme-research .photo-bleed.circle.process-item:nth-child(odd) h4, .theme-research .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h4, .process ul.steps-bar li .theme-research .photo-bleed.circle.process-item:nth-child(odd) h4, .theme-research .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h4, .process .theme-research .photo-bleed.colorized-theme.process-item:nth-child(odd) h4, .theme-research .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h4, .panel.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h4, .theme-research .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h4, .colorized.white.filters .theme-research .bleed.photo-bleed.button.colorized-theme h4, .theme-research .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h4, .bleed.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h4, .theme-research .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h4, .process .colorized.white.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button.colorized-theme h4, .theme-research .card.colorized.white .bleed.photo-bleed.button.colorized-theme h4, .card.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h4, .theme-research .bleed.photo-bleed.colorized-theme-accent h4, .theme-research .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h4, .process .theme-research .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h4, .theme-institutional .bleed.photo-bleed.colorized-theme h4, .theme-institutional .page-header.bleed .bleed.photo-bleed.button h4, .page-header.bleed .theme-institutional .bleed.photo-bleed.button h4, .theme-institutional .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h4, .process .page-header.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button h4, .theme-institutional .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h4, .page-header.bleed .process .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h4, .theme-institutional .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h4, .process .page-header.bleed .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h4, .theme-institutional .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h4, .process .page-header.process-item:nth-child(odd) .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h4, .theme-institutional ul.steps-bar li .bleed.photo-bleed.circle h4, ul.steps-bar li .theme-institutional .bleed.photo-bleed.circle h4, .theme-institutional ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h4, ul.steps-bar li .process .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) h4, .theme-institutional .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h4, .process ul.steps-bar li .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) h4, .theme-institutional .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h4, .process .theme-institutional .photo-bleed.colorized-theme.process-item:nth-child(odd) h4, .theme-institutional .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h4, .panel.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h4, .theme-institutional .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h4, .colorized.white.filters .theme-institutional .bleed.photo-bleed.button.colorized-theme h4, .theme-institutional .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h4, .bleed.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h4, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h4, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button.colorized-theme h4, .theme-institutional .card.colorized.white .bleed.photo-bleed.button.colorized-theme h4, .card.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h4, .theme-institutional .bleed.photo-bleed.colorized-theme-accent h4, .theme-institutional .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h4, .process .theme-institutional .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h4, .library-darken-helper p h4, .panel.library-darken-helper p h4, .library-darken-helper.filters p h4, .on-dark-text h5, .page-header.bleed h5, .process .page-header.process-item:nth-child(odd) h5, .page-header.bleed .panel h5, .process .page-header.process-item:nth-child(odd) .panel h5, .page-header.bleed .filters h5, .process .page-header.process-item:nth-child(odd) .filters h5, .page-header.bleed .panel p h5, .process .page-header.process-item:nth-child(odd) .panel p h5, .page-header.bleed .filters p h5, .process .page-header.process-item:nth-child(odd) .filters p h5, .bleed.photo-bleed h5, .process .photo-bleed.process-item:nth-child(odd) h5, .sidebar.sidebar-colorized h5, .sidebar .sidebar-colorized h5, .datebox h5, .theme-patientcare .bleed.photo-bleed.colorized-theme h5, .theme-patientcare .page-header.bleed .bleed.photo-bleed.button h5, .page-header.bleed .theme-patientcare .bleed.photo-bleed.button h5, .theme-patientcare .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h5, .process .page-header.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button h5, .theme-patientcare .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h5, .page-header.bleed .process .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h5, .theme-patientcare .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h5, .process .page-header.bleed .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h5, .theme-patientcare .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h5, .process .page-header.process-item:nth-child(odd) .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h5, .theme-patientcare ul.steps-bar li .bleed.photo-bleed.circle h5, ul.steps-bar li .theme-patientcare .bleed.photo-bleed.circle h5, .theme-patientcare ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h5, ul.steps-bar li .process .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) h5, .theme-patientcare .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h5, .process ul.steps-bar li .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) h5, .theme-patientcare .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h5, .process .theme-patientcare .photo-bleed.colorized-theme.process-item:nth-child(odd) h5, .theme-patientcare .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h5, .panel.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h5, .theme-patientcare .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h5, .colorized.white.filters .theme-patientcare .bleed.photo-bleed.button.colorized-theme h5, .theme-patientcare .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h5, .bleed.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h5, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h5, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button.colorized-theme h5, .theme-patientcare .card.colorized.white .bleed.photo-bleed.button.colorized-theme h5, .card.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h5, .theme-patientcare .bleed.photo-bleed.colorized-theme-accent h5, .theme-patientcare .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h5, .process .theme-patientcare .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h5, .theme-academics .bleed.photo-bleed.colorized-theme h5, .theme-academics .page-header.bleed .bleed.photo-bleed.button h5, .page-header.bleed .theme-academics .bleed.photo-bleed.button h5, .theme-academics .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h5, .process .page-header.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button h5, .theme-academics .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h5, .page-header.bleed .process .theme-academics .photo-bleed.button.process-item:nth-child(odd) h5, .theme-academics .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h5, .process .page-header.bleed .theme-academics .photo-bleed.button.process-item:nth-child(odd) h5, .theme-academics .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h5, .process .page-header.process-item:nth-child(odd) .theme-academics .photo-bleed.button.process-item:nth-child(odd) h5, .theme-academics ul.steps-bar li .bleed.photo-bleed.circle h5, ul.steps-bar li .theme-academics .bleed.photo-bleed.circle h5, .theme-academics ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h5, ul.steps-bar li .process .theme-academics .photo-bleed.circle.process-item:nth-child(odd) h5, .theme-academics .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h5, .process ul.steps-bar li .theme-academics .photo-bleed.circle.process-item:nth-child(odd) h5, .theme-academics .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h5, .process .theme-academics .photo-bleed.colorized-theme.process-item:nth-child(odd) h5, .theme-academics .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h5, .panel.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h5, .theme-academics .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h5, .colorized.white.filters .theme-academics .bleed.photo-bleed.button.colorized-theme h5, .theme-academics .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h5, .bleed.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h5, .theme-academics .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h5, .process .colorized.white.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button.colorized-theme h5, .theme-academics .card.colorized.white .bleed.photo-bleed.button.colorized-theme h5, .card.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h5, .theme-academics .bleed.photo-bleed.colorized-theme-accent h5, .theme-academics .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h5, .process .theme-academics .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h5, .theme-research .bleed.photo-bleed.colorized-theme h5, .theme-research .page-header.bleed .bleed.photo-bleed.button h5, .page-header.bleed .theme-research .bleed.photo-bleed.button h5, .theme-research .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h5, .process .page-header.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button h5, .theme-research .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h5, .page-header.bleed .process .theme-research .photo-bleed.button.process-item:nth-child(odd) h5, .theme-research .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h5, .process .page-header.bleed .theme-research .photo-bleed.button.process-item:nth-child(odd) h5, .theme-research .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h5, .process .page-header.process-item:nth-child(odd) .theme-research .photo-bleed.button.process-item:nth-child(odd) h5, .theme-research ul.steps-bar li .bleed.photo-bleed.circle h5, ul.steps-bar li .theme-research .bleed.photo-bleed.circle h5, .theme-research ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h5, ul.steps-bar li .process .theme-research .photo-bleed.circle.process-item:nth-child(odd) h5, .theme-research .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h5, .process ul.steps-bar li .theme-research .photo-bleed.circle.process-item:nth-child(odd) h5, .theme-research .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h5, .process .theme-research .photo-bleed.colorized-theme.process-item:nth-child(odd) h5, .theme-research .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h5, .panel.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h5, .theme-research .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h5, .colorized.white.filters .theme-research .bleed.photo-bleed.button.colorized-theme h5, .theme-research .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h5, .bleed.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h5, .theme-research .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h5, .process .colorized.white.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button.colorized-theme h5, .theme-research .card.colorized.white .bleed.photo-bleed.button.colorized-theme h5, .card.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h5, .theme-research .bleed.photo-bleed.colorized-theme-accent h5, .theme-research .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h5, .process .theme-research .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h5, .theme-institutional .bleed.photo-bleed.colorized-theme h5, .theme-institutional .page-header.bleed .bleed.photo-bleed.button h5, .page-header.bleed .theme-institutional .bleed.photo-bleed.button h5, .theme-institutional .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h5, .process .page-header.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button h5, .theme-institutional .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h5, .page-header.bleed .process .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h5, .theme-institutional .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h5, .process .page-header.bleed .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h5, .theme-institutional .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h5, .process .page-header.process-item:nth-child(odd) .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h5, .theme-institutional ul.steps-bar li .bleed.photo-bleed.circle h5, ul.steps-bar li .theme-institutional .bleed.photo-bleed.circle h5, .theme-institutional ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h5, ul.steps-bar li .process .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) h5, .theme-institutional .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h5, .process ul.steps-bar li .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) h5, .theme-institutional .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h5, .process .theme-institutional .photo-bleed.colorized-theme.process-item:nth-child(odd) h5, .theme-institutional .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h5, .panel.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h5, .theme-institutional .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h5, .colorized.white.filters .theme-institutional .bleed.photo-bleed.button.colorized-theme h5, .theme-institutional .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h5, .bleed.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h5, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h5, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button.colorized-theme h5, .theme-institutional .card.colorized.white .bleed.photo-bleed.button.colorized-theme h5, .card.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h5, .theme-institutional .bleed.photo-bleed.colorized-theme-accent h5, .theme-institutional .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h5, .process .theme-institutional .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h5, .library-darken-helper p h5, .panel.library-darken-helper p h5, .library-darken-helper.filters p h5, .on-dark-text h6, .page-header.bleed h6, .process .page-header.process-item:nth-child(odd) h6, .page-header.bleed .panel h6, .process .page-header.process-item:nth-child(odd) .panel h6, .page-header.bleed .filters h6, .process .page-header.process-item:nth-child(odd) .filters h6, .page-header.bleed .panel p h6, .process .page-header.process-item:nth-child(odd) .panel p h6, .page-header.bleed .filters p h6, .process .page-header.process-item:nth-child(odd) .filters p h6, .bleed.photo-bleed h6, .process .photo-bleed.process-item:nth-child(odd) h6, .sidebar.sidebar-colorized h6, .sidebar .sidebar-colorized h6, .datebox h6, .theme-patientcare .bleed.photo-bleed.colorized-theme h6, .theme-patientcare .page-header.bleed .bleed.photo-bleed.button h6, .page-header.bleed .theme-patientcare .bleed.photo-bleed.button h6, .theme-patientcare .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h6, .process .page-header.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button h6, .theme-patientcare .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h6, .page-header.bleed .process .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h6, .theme-patientcare .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h6, .process .page-header.bleed .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h6, .theme-patientcare .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h6, .process .page-header.process-item:nth-child(odd) .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) h6, .theme-patientcare ul.steps-bar li .bleed.photo-bleed.circle h6, ul.steps-bar li .theme-patientcare .bleed.photo-bleed.circle h6, .theme-patientcare ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h6, ul.steps-bar li .process .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) h6, .theme-patientcare .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h6, .process ul.steps-bar li .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) h6, .theme-patientcare .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h6, .process .theme-patientcare .photo-bleed.colorized-theme.process-item:nth-child(odd) h6, .theme-patientcare .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h6, .panel.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h6, .theme-patientcare .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h6, .colorized.white.filters .theme-patientcare .bleed.photo-bleed.button.colorized-theme h6, .theme-patientcare .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h6, .bleed.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h6, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h6, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button.colorized-theme h6, .theme-patientcare .card.colorized.white .bleed.photo-bleed.button.colorized-theme h6, .card.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme h6, .theme-patientcare .bleed.photo-bleed.colorized-theme-accent h6, .theme-patientcare .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h6, .process .theme-patientcare .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h6, .theme-academics .bleed.photo-bleed.colorized-theme h6, .theme-academics .page-header.bleed .bleed.photo-bleed.button h6, .page-header.bleed .theme-academics .bleed.photo-bleed.button h6, .theme-academics .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h6, .process .page-header.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button h6, .theme-academics .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h6, .page-header.bleed .process .theme-academics .photo-bleed.button.process-item:nth-child(odd) h6, .theme-academics .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h6, .process .page-header.bleed .theme-academics .photo-bleed.button.process-item:nth-child(odd) h6, .theme-academics .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h6, .process .page-header.process-item:nth-child(odd) .theme-academics .photo-bleed.button.process-item:nth-child(odd) h6, .theme-academics ul.steps-bar li .bleed.photo-bleed.circle h6, ul.steps-bar li .theme-academics .bleed.photo-bleed.circle h6, .theme-academics ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h6, ul.steps-bar li .process .theme-academics .photo-bleed.circle.process-item:nth-child(odd) h6, .theme-academics .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h6, .process ul.steps-bar li .theme-academics .photo-bleed.circle.process-item:nth-child(odd) h6, .theme-academics .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h6, .process .theme-academics .photo-bleed.colorized-theme.process-item:nth-child(odd) h6, .theme-academics .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h6, .panel.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h6, .theme-academics .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h6, .colorized.white.filters .theme-academics .bleed.photo-bleed.button.colorized-theme h6, .theme-academics .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h6, .bleed.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h6, .theme-academics .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h6, .process .colorized.white.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button.colorized-theme h6, .theme-academics .card.colorized.white .bleed.photo-bleed.button.colorized-theme h6, .card.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme h6, .theme-academics .bleed.photo-bleed.colorized-theme-accent h6, .theme-academics .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h6, .process .theme-academics .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h6, .theme-research .bleed.photo-bleed.colorized-theme h6, .theme-research .page-header.bleed .bleed.photo-bleed.button h6, .page-header.bleed .theme-research .bleed.photo-bleed.button h6, .theme-research .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h6, .process .page-header.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button h6, .theme-research .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h6, .page-header.bleed .process .theme-research .photo-bleed.button.process-item:nth-child(odd) h6, .theme-research .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h6, .process .page-header.bleed .theme-research .photo-bleed.button.process-item:nth-child(odd) h6, .theme-research .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h6, .process .page-header.process-item:nth-child(odd) .theme-research .photo-bleed.button.process-item:nth-child(odd) h6, .theme-research ul.steps-bar li .bleed.photo-bleed.circle h6, ul.steps-bar li .theme-research .bleed.photo-bleed.circle h6, .theme-research ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h6, ul.steps-bar li .process .theme-research .photo-bleed.circle.process-item:nth-child(odd) h6, .theme-research .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h6, .process ul.steps-bar li .theme-research .photo-bleed.circle.process-item:nth-child(odd) h6, .theme-research .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h6, .process .theme-research .photo-bleed.colorized-theme.process-item:nth-child(odd) h6, .theme-research .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h6, .panel.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h6, .theme-research .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h6, .colorized.white.filters .theme-research .bleed.photo-bleed.button.colorized-theme h6, .theme-research .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h6, .bleed.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h6, .theme-research .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h6, .process .colorized.white.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button.colorized-theme h6, .theme-research .card.colorized.white .bleed.photo-bleed.button.colorized-theme h6, .card.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme h6, .theme-research .bleed.photo-bleed.colorized-theme-accent h6, .theme-research .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h6, .process .theme-research .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h6, .theme-institutional .bleed.photo-bleed.colorized-theme h6, .theme-institutional .page-header.bleed .bleed.photo-bleed.button h6, .page-header.bleed .theme-institutional .bleed.photo-bleed.button h6, .theme-institutional .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button h6, .process .page-header.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button h6, .theme-institutional .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) h6, .page-header.bleed .process .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h6, .theme-institutional .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) h6, .process .page-header.bleed .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h6, .theme-institutional .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) h6, .process .page-header.process-item:nth-child(odd) .theme-institutional .photo-bleed.button.process-item:nth-child(odd) h6, .theme-institutional ul.steps-bar li .bleed.photo-bleed.circle h6, ul.steps-bar li .theme-institutional .bleed.photo-bleed.circle h6, .theme-institutional ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) h6, ul.steps-bar li .process .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) h6, .theme-institutional .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) h6, .process ul.steps-bar li .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) h6, .theme-institutional .process .photo-bleed.colorized-theme.process-item:nth-child(odd) h6, .process .theme-institutional .photo-bleed.colorized-theme.process-item:nth-child(odd) h6, .theme-institutional .panel.colorized.white .bleed.photo-bleed.button.colorized-theme h6, .panel.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h6, .theme-institutional .colorized.white.filters .bleed.photo-bleed.button.colorized-theme h6, .colorized.white.filters .theme-institutional .bleed.photo-bleed.button.colorized-theme h6, .theme-institutional .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme h6, .bleed.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h6, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme h6, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button.colorized-theme h6, .theme-institutional .card.colorized.white .bleed.photo-bleed.button.colorized-theme h6, .card.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme h6, .theme-institutional .bleed.photo-bleed.colorized-theme-accent h6, .theme-institutional .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h6, .process .theme-institutional .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) h6, .library-darken-helper p h6, .panel.library-darken-helper p h6, .library-darken-helper.filters p h6 { color: #fff; }

.text-orange, .text-orange p, .panel .text-orange, .filters .text-orange, .panel p.text-orange, .filters p.text-orange, .panel.text-orange p, .text-orange.filters p { color: #C0511B; }

.fine-print, figcaption, .gridbreaker .caption { font-weight: bold; font-size: 0.8125em; }

.fine-print-light { font-size: 0.8125em; }

.large-text { font-size: 1.75em; line-height: 36px; }

.subtitle { font-size: 1.3125em; line-height: 30px; }

.carat-double:before, .pagination ul.prevnext li.next a:before, .carat-double:after, .pagination ul.prevnext li.next a:after, .carat-double-before:before, nav.collapsible > ul > li ul li a:before, .pagination ul.prevnext li.prev a:before, .carat-double-before:after, nav.collapsible > ul > li ul li a:after, .pagination ul.prevnext li.prev a:after { font-size: 1.2em; line-height: 0.5em; vertical-align: middle; margin-top: -4px; display: inline-block; }

.carat-double, .pagination ul.prevnext li.next a { padding-right: 1.25em; display: inline-block; }
.carat-double:after, .pagination ul.prevnext li.next a:after { content: "»"; margin-left: 0.25em; }

h1 .carat-double:after, h1 .pagination ul.prevnext li.next a:after, .pagination ul.prevnext li.next h1 a:after, h1.carat-double:after, h2 .carat-double:after, h2 .pagination ul.prevnext li.next a:after, .pagination ul.prevnext li.next h2 a:after, h2.carat-double:after, h3 .carat-double:after, h3 .pagination ul.prevnext li.next a:after, .pagination ul.prevnext li.next h3 a:after, h3.carat-double:after { vertical-align: baseline; margin-left: 0.125em; }

.carat-double-before:before, nav.collapsible > ul > li ul li a:before, .pagination ul.prevnext li.prev a:before { content: "»"; margin-right: 0.25em; }

h1 .carat-double-before:before, h1 nav.collapsible > ul > li ul li a:before, nav.collapsible > ul > li ul li h1 a:before, h1 .pagination ul.prevnext li.prev a:before, .pagination ul.prevnext li.prev h1 a:before, h1.carat-double-before:before, h2 .carat-double-before:before, h2 nav.collapsible > ul > li ul li a:before, nav.collapsible > ul > li ul li h2 a:before, h2 .pagination ul.prevnext li.prev a:before, .pagination ul.prevnext li.prev h2 a:before, h2.carat-double-before:before, h3 .carat-double-before:before, h3 nav.collapsible > ul > li ul li a:before, nav.collapsible > ul > li ul li h3 a:before, h3 .pagination ul.prevnext li.prev a:before, .pagination ul.prevnext li.prev h3 a:before, h3.carat-double-before:before { vertical-align: baseline; margin-right: 0.125em; }

.carat-double.carat-wrap, .pagination ul.prevnext li.next a.carat-wrap, .carat-double-before.carat-wrap, nav.collapsible > ul > li ul li a.carat-wrap, .pagination ul.prevnext li.prev a.carat-wrap { text-decoration: none; }
.carat-double.carat-wrap:hover, .pagination ul.prevnext li.next a.carat-wrap:hover, .carat-double-before.carat-wrap:hover, nav.collapsible > ul > li ul li a.carat-wrap:hover, .pagination ul.prevnext li.prev a.carat-wrap:hover { text-decoration: none; }
.carat-double.carat-wrap:hover span, .pagination ul.prevnext li.next a.carat-wrap:hover span, .carat-double-before.carat-wrap:hover span, nav.collapsible > ul > li ul li a.carat-wrap:hover span, .pagination ul.prevnext li.prev a.carat-wrap:hover span { text-decoration: underline; }

/* ---------------------- */
/* Link Options     */
/* ---------------------- */
.on-dark-links a, .system-mobile a, footer#main-footer a, footer.footer-top-level#main-footer .footer-bottom a, .page-header.bleed a, .process .page-header.process-item:nth-child(odd) a, .page-header.bleed .panel a, .process .page-header.process-item:nth-child(odd) .panel a, .page-header.bleed .filters a, .process .page-header.process-item:nth-child(odd) .filters a, .bleed.photo-bleed a, .process .photo-bleed.process-item:nth-child(odd) a, .sidebar.sidebar-colorized a, .sidebar .sidebar-colorized a, .theme-patientcare .bleed.photo-bleed.colorized-theme a, .theme-patientcare .page-header.bleed .bleed.photo-bleed.button a, .page-header.bleed .theme-patientcare .bleed.photo-bleed.button a, .theme-patientcare .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button a, .process .page-header.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button a, .theme-patientcare .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) a, .page-header.bleed .process .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) a, .theme-patientcare .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) a, .process .page-header.bleed .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) a, .theme-patientcare .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) a, .process .page-header.process-item:nth-child(odd) .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) a, .theme-patientcare ul.steps-bar li .bleed.photo-bleed.circle a, ul.steps-bar li .theme-patientcare .bleed.photo-bleed.circle a, .theme-patientcare ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) a, ul.steps-bar li .process .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) a, .theme-patientcare .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) a, .process ul.steps-bar li .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) a, .theme-patientcare .process .photo-bleed.colorized-theme.process-item:nth-child(odd) a, .process .theme-patientcare .photo-bleed.colorized-theme.process-item:nth-child(odd) a, .theme-patientcare .panel.colorized.white .bleed.photo-bleed.button.colorized-theme a, .panel.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme a, .theme-patientcare .colorized.white.filters .bleed.photo-bleed.button.colorized-theme a, .colorized.white.filters .theme-patientcare .bleed.photo-bleed.button.colorized-theme a, .theme-patientcare .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme a, .bleed.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme a, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme a, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button.colorized-theme a, .theme-patientcare .card.colorized.white .bleed.photo-bleed.button.colorized-theme a, .card.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme a, .theme-patientcare .bleed.photo-bleed.colorized-theme-accent a, .theme-patientcare .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a, .process .theme-patientcare .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a, .theme-academics .bleed.photo-bleed.colorized-theme a, .theme-academics .page-header.bleed .bleed.photo-bleed.button a, .page-header.bleed .theme-academics .bleed.photo-bleed.button a, .theme-academics .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button a, .process .page-header.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button a, .theme-academics .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) a, .page-header.bleed .process .theme-academics .photo-bleed.button.process-item:nth-child(odd) a, .theme-academics .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) a, .process .page-header.bleed .theme-academics .photo-bleed.button.process-item:nth-child(odd) a, .theme-academics .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) a, .process .page-header.process-item:nth-child(odd) .theme-academics .photo-bleed.button.process-item:nth-child(odd) a, .theme-academics ul.steps-bar li .bleed.photo-bleed.circle a, ul.steps-bar li .theme-academics .bleed.photo-bleed.circle a, .theme-academics ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) a, ul.steps-bar li .process .theme-academics .photo-bleed.circle.process-item:nth-child(odd) a, .theme-academics .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) a, .process ul.steps-bar li .theme-academics .photo-bleed.circle.process-item:nth-child(odd) a, .theme-academics .process .photo-bleed.colorized-theme.process-item:nth-child(odd) a, .process .theme-academics .photo-bleed.colorized-theme.process-item:nth-child(odd) a, .theme-academics .panel.colorized.white .bleed.photo-bleed.button.colorized-theme a, .panel.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme a, .theme-academics .colorized.white.filters .bleed.photo-bleed.button.colorized-theme a, .colorized.white.filters .theme-academics .bleed.photo-bleed.button.colorized-theme a, .theme-academics .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme a, .bleed.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme a, .theme-academics .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme a, .process .colorized.white.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button.colorized-theme a, .theme-academics .card.colorized.white .bleed.photo-bleed.button.colorized-theme a, .card.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme a, .theme-academics .bleed.photo-bleed.colorized-theme-accent a, .theme-academics .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a, .process .theme-academics .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a, .theme-research .bleed.photo-bleed.colorized-theme a, .theme-research .page-header.bleed .bleed.photo-bleed.button a, .page-header.bleed .theme-research .bleed.photo-bleed.button a, .theme-research .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button a, .process .page-header.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button a, .theme-research .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) a, .page-header.bleed .process .theme-research .photo-bleed.button.process-item:nth-child(odd) a, .theme-research .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) a, .process .page-header.bleed .theme-research .photo-bleed.button.process-item:nth-child(odd) a, .theme-research .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) a, .process .page-header.process-item:nth-child(odd) .theme-research .photo-bleed.button.process-item:nth-child(odd) a, .theme-research ul.steps-bar li .bleed.photo-bleed.circle a, ul.steps-bar li .theme-research .bleed.photo-bleed.circle a, .theme-research ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) a, ul.steps-bar li .process .theme-research .photo-bleed.circle.process-item:nth-child(odd) a, .theme-research .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) a, .process ul.steps-bar li .theme-research .photo-bleed.circle.process-item:nth-child(odd) a, .theme-research .process .photo-bleed.colorized-theme.process-item:nth-child(odd) a, .process .theme-research .photo-bleed.colorized-theme.process-item:nth-child(odd) a, .theme-research .panel.colorized.white .bleed.photo-bleed.button.colorized-theme a, .panel.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme a, .theme-research .colorized.white.filters .bleed.photo-bleed.button.colorized-theme a, .colorized.white.filters .theme-research .bleed.photo-bleed.button.colorized-theme a, .theme-research .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme a, .bleed.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme a, .theme-research .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme a, .process .colorized.white.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button.colorized-theme a, .theme-research .card.colorized.white .bleed.photo-bleed.button.colorized-theme a, .card.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme a, .theme-research .bleed.photo-bleed.colorized-theme-accent a, .theme-research .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a, .process .theme-research .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a, .theme-institutional .bleed.photo-bleed.colorized-theme a, .theme-institutional .page-header.bleed .bleed.photo-bleed.button a, .page-header.bleed .theme-institutional .bleed.photo-bleed.button a, .theme-institutional .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button a, .process .page-header.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button a, .theme-institutional .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) a, .page-header.bleed .process .theme-institutional .photo-bleed.button.process-item:nth-child(odd) a, .theme-institutional .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) a, .process .page-header.bleed .theme-institutional .photo-bleed.button.process-item:nth-child(odd) a, .theme-institutional .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) a, .process .page-header.process-item:nth-child(odd) .theme-institutional .photo-bleed.button.process-item:nth-child(odd) a, .theme-institutional ul.steps-bar li .bleed.photo-bleed.circle a, ul.steps-bar li .theme-institutional .bleed.photo-bleed.circle a, .theme-institutional ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) a, ul.steps-bar li .process .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) a, .theme-institutional .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) a, .process ul.steps-bar li .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) a, .theme-institutional .process .photo-bleed.colorized-theme.process-item:nth-child(odd) a, .process .theme-institutional .photo-bleed.colorized-theme.process-item:nth-child(odd) a, .theme-institutional .panel.colorized.white .bleed.photo-bleed.button.colorized-theme a, .panel.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme a, .theme-institutional .colorized.white.filters .bleed.photo-bleed.button.colorized-theme a, .colorized.white.filters .theme-institutional .bleed.photo-bleed.button.colorized-theme a, .theme-institutional .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme a, .bleed.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme a, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme a, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button.colorized-theme a, .theme-institutional .card.colorized.white .bleed.photo-bleed.button.colorized-theme a, .card.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme a, .theme-institutional .bleed.photo-bleed.colorized-theme-accent a, .theme-institutional .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a, .process .theme-institutional .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a { color: #fff; }
.on-dark-links a:hover, .system-mobile a:hover, footer#main-footer a:hover, footer.footer-top-level#main-footer .footer-bottom a:hover, .page-header.bleed a:hover, .process .page-header.process-item:nth-child(odd) a:hover, .page-header.bleed .panel a:hover, .process .page-header.process-item:nth-child(odd) .panel a:hover, .page-header.bleed .filters a:hover, .process .page-header.process-item:nth-child(odd) .filters a:hover, .bleed.photo-bleed a:hover, .process .photo-bleed.process-item:nth-child(odd) a:hover, .sidebar.sidebar-colorized a:hover, .sidebar .sidebar-colorized a:hover, .theme-patientcare .bleed.photo-bleed.colorized-theme a:hover, .theme-patientcare .page-header.bleed .bleed.photo-bleed.button a:hover, .page-header.bleed .theme-patientcare .bleed.photo-bleed.button a:hover, .theme-patientcare .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button a:hover, .process .page-header.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button a:hover, .theme-patientcare .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) a:hover, .page-header.bleed .process .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) a:hover, .theme-patientcare .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) a:hover, .process .page-header.bleed .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) a:hover, .theme-patientcare .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) a:hover, .process .page-header.process-item:nth-child(odd) .theme-patientcare .photo-bleed.button.process-item:nth-child(odd) a:hover, .theme-patientcare ul.steps-bar li .bleed.photo-bleed.circle a:hover, ul.steps-bar li .theme-patientcare .bleed.photo-bleed.circle a:hover, .theme-patientcare ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) a:hover, ul.steps-bar li .process .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) a:hover, .theme-patientcare .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) a:hover, .process ul.steps-bar li .theme-patientcare .photo-bleed.circle.process-item:nth-child(odd) a:hover, .theme-patientcare .process .photo-bleed.colorized-theme.process-item:nth-child(odd) a:hover, .process .theme-patientcare .photo-bleed.colorized-theme.process-item:nth-child(odd) a:hover, .theme-patientcare .panel.colorized.white .bleed.photo-bleed.button.colorized-theme a:hover, .panel.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme a:hover, .theme-patientcare .colorized.white.filters .bleed.photo-bleed.button.colorized-theme a:hover, .colorized.white.filters .theme-patientcare .bleed.photo-bleed.button.colorized-theme a:hover, .theme-patientcare .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme a:hover, .bleed.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme a:hover, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme a:hover, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .bleed.photo-bleed.button.colorized-theme a:hover, .theme-patientcare .card.colorized.white .bleed.photo-bleed.button.colorized-theme a:hover, .card.colorized.white .theme-patientcare .bleed.photo-bleed.button.colorized-theme a:hover, .theme-patientcare .bleed.photo-bleed.colorized-theme-accent a:hover, .theme-patientcare .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a:hover, .process .theme-patientcare .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a:hover, .theme-academics .bleed.photo-bleed.colorized-theme a:hover, .theme-academics .page-header.bleed .bleed.photo-bleed.button a:hover, .page-header.bleed .theme-academics .bleed.photo-bleed.button a:hover, .theme-academics .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button a:hover, .process .page-header.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button a:hover, .theme-academics .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) a:hover, .page-header.bleed .process .theme-academics .photo-bleed.button.process-item:nth-child(odd) a:hover, .theme-academics .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) a:hover, .process .page-header.bleed .theme-academics .photo-bleed.button.process-item:nth-child(odd) a:hover, .theme-academics .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) a:hover, .process .page-header.process-item:nth-child(odd) .theme-academics .photo-bleed.button.process-item:nth-child(odd) a:hover, .theme-academics ul.steps-bar li .bleed.photo-bleed.circle a:hover, ul.steps-bar li .theme-academics .bleed.photo-bleed.circle a:hover, .theme-academics ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) a:hover, ul.steps-bar li .process .theme-academics .photo-bleed.circle.process-item:nth-child(odd) a:hover, .theme-academics .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) a:hover, .process ul.steps-bar li .theme-academics .photo-bleed.circle.process-item:nth-child(odd) a:hover, .theme-academics .process .photo-bleed.colorized-theme.process-item:nth-child(odd) a:hover, .process .theme-academics .photo-bleed.colorized-theme.process-item:nth-child(odd) a:hover, .theme-academics .panel.colorized.white .bleed.photo-bleed.button.colorized-theme a:hover, .panel.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme a:hover, .theme-academics .colorized.white.filters .bleed.photo-bleed.button.colorized-theme a:hover, .colorized.white.filters .theme-academics .bleed.photo-bleed.button.colorized-theme a:hover, .theme-academics .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme a:hover, .bleed.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme a:hover, .theme-academics .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme a:hover, .process .colorized.white.process-item:nth-child(odd) .theme-academics .bleed.photo-bleed.button.colorized-theme a:hover, .theme-academics .card.colorized.white .bleed.photo-bleed.button.colorized-theme a:hover, .card.colorized.white .theme-academics .bleed.photo-bleed.button.colorized-theme a:hover, .theme-academics .bleed.photo-bleed.colorized-theme-accent a:hover, .theme-academics .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a:hover, .process .theme-academics .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a:hover, .theme-research .bleed.photo-bleed.colorized-theme a:hover, .theme-research .page-header.bleed .bleed.photo-bleed.button a:hover, .page-header.bleed .theme-research .bleed.photo-bleed.button a:hover, .theme-research .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button a:hover, .process .page-header.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button a:hover, .theme-research .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) a:hover, .page-header.bleed .process .theme-research .photo-bleed.button.process-item:nth-child(odd) a:hover, .theme-research .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) a:hover, .process .page-header.bleed .theme-research .photo-bleed.button.process-item:nth-child(odd) a:hover, .theme-research .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) a:hover, .process .page-header.process-item:nth-child(odd) .theme-research .photo-bleed.button.process-item:nth-child(odd) a:hover, .theme-research ul.steps-bar li .bleed.photo-bleed.circle a:hover, ul.steps-bar li .theme-research .bleed.photo-bleed.circle a:hover, .theme-research ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) a:hover, ul.steps-bar li .process .theme-research .photo-bleed.circle.process-item:nth-child(odd) a:hover, .theme-research .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) a:hover, .process ul.steps-bar li .theme-research .photo-bleed.circle.process-item:nth-child(odd) a:hover, .theme-research .process .photo-bleed.colorized-theme.process-item:nth-child(odd) a:hover, .process .theme-research .photo-bleed.colorized-theme.process-item:nth-child(odd) a:hover, .theme-research .panel.colorized.white .bleed.photo-bleed.button.colorized-theme a:hover, .panel.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme a:hover, .theme-research .colorized.white.filters .bleed.photo-bleed.button.colorized-theme a:hover, .colorized.white.filters .theme-research .bleed.photo-bleed.button.colorized-theme a:hover, .theme-research .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme a:hover, .bleed.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme a:hover, .theme-research .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme a:hover, .process .colorized.white.process-item:nth-child(odd) .theme-research .bleed.photo-bleed.button.colorized-theme a:hover, .theme-research .card.colorized.white .bleed.photo-bleed.button.colorized-theme a:hover, .card.colorized.white .theme-research .bleed.photo-bleed.button.colorized-theme a:hover, .theme-research .bleed.photo-bleed.colorized-theme-accent a:hover, .theme-research .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a:hover, .process .theme-research .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a:hover, .theme-institutional .bleed.photo-bleed.colorized-theme a:hover, .theme-institutional .page-header.bleed .bleed.photo-bleed.button a:hover, .page-header.bleed .theme-institutional .bleed.photo-bleed.button a:hover, .theme-institutional .process .page-header.process-item:nth-child(odd) .bleed.photo-bleed.button a:hover, .process .page-header.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button a:hover, .theme-institutional .page-header.bleed .process .photo-bleed.button.process-item:nth-child(odd) a:hover, .page-header.bleed .process .theme-institutional .photo-bleed.button.process-item:nth-child(odd) a:hover, .theme-institutional .process .page-header.bleed .photo-bleed.button.process-item:nth-child(odd) a:hover, .process .page-header.bleed .theme-institutional .photo-bleed.button.process-item:nth-child(odd) a:hover, .theme-institutional .process .page-header.process-item:nth-child(odd) .photo-bleed.button.process-item:nth-child(odd) a:hover, .process .page-header.process-item:nth-child(odd) .theme-institutional .photo-bleed.button.process-item:nth-child(odd) a:hover, .theme-institutional ul.steps-bar li .bleed.photo-bleed.circle a:hover, ul.steps-bar li .theme-institutional .bleed.photo-bleed.circle a:hover, .theme-institutional ul.steps-bar li .process .photo-bleed.circle.process-item:nth-child(odd) a:hover, ul.steps-bar li .process .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) a:hover, .theme-institutional .process ul.steps-bar li .photo-bleed.circle.process-item:nth-child(odd) a:hover, .process ul.steps-bar li .theme-institutional .photo-bleed.circle.process-item:nth-child(odd) a:hover, .theme-institutional .process .photo-bleed.colorized-theme.process-item:nth-child(odd) a:hover, .process .theme-institutional .photo-bleed.colorized-theme.process-item:nth-child(odd) a:hover, .theme-institutional .panel.colorized.white .bleed.photo-bleed.button.colorized-theme a:hover, .panel.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme a:hover, .theme-institutional .colorized.white.filters .bleed.photo-bleed.button.colorized-theme a:hover, .colorized.white.filters .theme-institutional .bleed.photo-bleed.button.colorized-theme a:hover, .theme-institutional .bleed.colorized.white .bleed.photo-bleed.button.colorized-theme a:hover, .bleed.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme a:hover, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed.button.colorized-theme a:hover, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .bleed.photo-bleed.button.colorized-theme a:hover, .theme-institutional .card.colorized.white .bleed.photo-bleed.button.colorized-theme a:hover, .card.colorized.white .theme-institutional .bleed.photo-bleed.button.colorized-theme a:hover, .theme-institutional .bleed.photo-bleed.colorized-theme-accent a:hover, .theme-institutional .process .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a:hover, .process .theme-institutional .photo-bleed.colorized-theme-accent.process-item:nth-child(odd) a:hover { color: #fff; }

a.link-block, body.stories .meta .share a { display: inline-block; }

a.button, .button { display: inline-block; background: #C0511B; border: 0; -moz-border-radius: 0.3125em; -webkit-border-radius: 0.3125em; border-radius: 0.3125em; padding: 5px 20px; color: #fff; -moz-transition-property: background; -o-transition-property: background; -webkit-transition-property: background; transition-property: background; -moz-transition-duration: 0.25s; -o-transition-duration: 0.25s; -webkit-transition-duration: 0.25s; transition-duration: 0.25s; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
a.button:hover, .button:hover { background: #933e15; text-decoration: none; }
a.button.button-square, a.b a.b a.button.button-test, .button.button-square, a.b a.b a.button.button-test { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
a.button.button-transparent, a.b a.b a.button.button-test, .panel.colorized a.button, .colorized.filters a.button, .button.button-transparent, a.b a.b a.button.button-test, .panel.colorized .button, .colorized.filters .button { background: rgba(0, 0, 0, 0.3); }
a.button.button-transparent:hover, a.b a.b a.button.button-test:hover, .panel.colorized a.button:hover, .colorized.filters a.button:hover, .button.button-transparent:hover, a.b a.b a.button.button-test:hover, .panel.colorized .button:hover, .colorized.filters .button:hover { background: rgba(0, 0, 0, 0.2); }
a.button.button-ctrc-transparent, .button.button-ctrc-transparent { color: #2d2642; background: rgba(221, 221, 221, 0.5); }
a.button.button-ctrc-transparent:hover, .button.button-ctrc-transparent:hover { background: rgba(0, 0, 0, 0.2); }
a.button.button-invert, .button.button-invert { background: #fff; color: #C0511B; color: #C0511B !important; }
a.button.button-invert:hover, .button.button-invert:hover { color: #fff; }
a.button.button-invert:hover, .button.button-invert:hover { background: #863813; color: #fff !important; }
a.button.button-medium, .button.button-medium { height: 44px; vertical-align: middle; }

.theme-patientcare .page-header.bleed a.button.button-lighter, .theme-patientcare .process .page-header.process-item:nth-child(odd) a.button.button-lighter, .process .theme-patientcare .page-header.process-item:nth-child(odd) a.button.button-lighter { color: #ffffff; background: rgba(221, 221, 221, 0.5); }
.theme-patientcare .page-header.bleed a.button.button-lighter:hover, .theme-patientcare .process .page-header.process-item:nth-child(odd) a.button.button-lighter:hover, .process .theme-patientcare .page-header.process-item:nth-child(odd) a.button.button-lighter:hover { background: rgba(0, 0, 0, 0.2); }

.button-linear-box { border: #C0511B 1px solid; -moz-border-radius: 0.3125em; -webkit-border-radius: 0.3125em; border-radius: 0.3125em; padding: 5px 20px; display: inline-block; color: #C0511B; }
.button-linear-box:hover { background: #C0511B; color: #fff !important; text-decoration: none; }
.button-linear-box.on-dark-links, .button-linear-box.system-mobile, footer.button-linear-box#main-footer, footer.footer-top-level#main-footer .button-linear-box.footer-bottom, .button-linear-box.page-header.bleed, .process .button-linear-box.page-header.process-item:nth-child(odd), .page-header.bleed .button-linear-box.panel, .process .page-header.process-item:nth-child(odd) .button-linear-box.panel, .page-header.bleed .button-linear-box.filters, .process .page-header.process-item:nth-child(odd) .button-linear-box.filters, .button-linear-box.bleed.photo-bleed, .process .button-linear-box.photo-bleed.process-item:nth-child(odd), .button-linear-box.sidebar.sidebar-colorized, .sidebar .button-linear-box.sidebar-colorized, .theme-patientcare .button-linear-box.bleed.photo-bleed.colorized-theme, .theme-patientcare .page-header.bleed .button-linear-box.bleed.photo-bleed.button, .page-header.bleed .theme-patientcare .button-linear-box.bleed.photo-bleed.button, .theme-patientcare .process .page-header.process-item:nth-child(odd) .button-linear-box.bleed.photo-bleed.button, .process .page-header.process-item:nth-child(odd) .theme-patientcare .button-linear-box.bleed.photo-bleed.button, .theme-patientcare .page-header.bleed .process .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .page-header.bleed .process .theme-patientcare .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .theme-patientcare .process .page-header.bleed .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .process .page-header.bleed .theme-patientcare .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .theme-patientcare .process .page-header.process-item:nth-child(odd) .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-patientcare .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .theme-patientcare ul.steps-bar li .button-linear-box.bleed.photo-bleed.circle, ul.steps-bar li .theme-patientcare .button-linear-box.bleed.photo-bleed.circle, .theme-patientcare ul.steps-bar li .process .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-patientcare .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), .theme-patientcare .process ul.steps-bar li .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-patientcare .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), .theme-patientcare .process .button-linear-box.photo-bleed.colorized-theme.process-item:nth-child(odd), .process .theme-patientcare .button-linear-box.photo-bleed.colorized-theme.process-item:nth-child(odd), .theme-patientcare .bleed.photo-bleed.colorized.white .button-linear-box.bleed.photo-bleed.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-patientcare .button-linear-box.bleed.photo-bleed.button.colorized-theme, .theme-patientcare .process .photo-bleed.colorized.white.process-item:nth-child(odd) .button-linear-box.bleed.photo-bleed.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-patientcare .button-linear-box.bleed.photo-bleed.button.colorized-theme, .theme-patientcare .button-linear-box.bleed.photo-bleed.colorized-theme-accent, .theme-patientcare .process .button-linear-box.photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .process .theme-patientcare .button-linear-box.photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .theme-academics .button-linear-box.bleed.photo-bleed.colorized-theme, .theme-academics .page-header.bleed .button-linear-box.bleed.photo-bleed.button, .page-header.bleed .theme-academics .button-linear-box.bleed.photo-bleed.button, .theme-academics .process .page-header.process-item:nth-child(odd) .button-linear-box.bleed.photo-bleed.button, .process .page-header.process-item:nth-child(odd) .theme-academics .button-linear-box.bleed.photo-bleed.button, .theme-academics .page-header.bleed .process .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .page-header.bleed .process .theme-academics .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .theme-academics .process .page-header.bleed .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .process .page-header.bleed .theme-academics .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .theme-academics .process .page-header.process-item:nth-child(odd) .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-academics .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .theme-academics ul.steps-bar li .button-linear-box.bleed.photo-bleed.circle, ul.steps-bar li .theme-academics .button-linear-box.bleed.photo-bleed.circle, .theme-academics ul.steps-bar li .process .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-academics .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), .theme-academics .process ul.steps-bar li .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-academics .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), .theme-academics .process .button-linear-box.photo-bleed.colorized-theme.process-item:nth-child(odd), .process .theme-academics .button-linear-box.photo-bleed.colorized-theme.process-item:nth-child(odd), .theme-academics .bleed.photo-bleed.colorized.white .button-linear-box.bleed.photo-bleed.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-academics .button-linear-box.bleed.photo-bleed.button.colorized-theme, .theme-academics .process .photo-bleed.colorized.white.process-item:nth-child(odd) .button-linear-box.bleed.photo-bleed.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-academics .button-linear-box.bleed.photo-bleed.button.colorized-theme, .theme-academics .button-linear-box.bleed.photo-bleed.colorized-theme-accent, .theme-academics .process .button-linear-box.photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .process .theme-academics .button-linear-box.photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .theme-research .button-linear-box.bleed.photo-bleed.colorized-theme, .theme-research .page-header.bleed .button-linear-box.bleed.photo-bleed.button, .page-header.bleed .theme-research .button-linear-box.bleed.photo-bleed.button, .theme-research .process .page-header.process-item:nth-child(odd) .button-linear-box.bleed.photo-bleed.button, .process .page-header.process-item:nth-child(odd) .theme-research .button-linear-box.bleed.photo-bleed.button, .theme-research .page-header.bleed .process .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .page-header.bleed .process .theme-research .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .theme-research .process .page-header.bleed .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .process .page-header.bleed .theme-research .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .theme-research .process .page-header.process-item:nth-child(odd) .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-research .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .theme-research ul.steps-bar li .button-linear-box.bleed.photo-bleed.circle, ul.steps-bar li .theme-research .button-linear-box.bleed.photo-bleed.circle, .theme-research ul.steps-bar li .process .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-research .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), .theme-research .process ul.steps-bar li .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-research .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), .theme-research .process .button-linear-box.photo-bleed.colorized-theme.process-item:nth-child(odd), .process .theme-research .button-linear-box.photo-bleed.colorized-theme.process-item:nth-child(odd), .theme-research .bleed.photo-bleed.colorized.white .button-linear-box.bleed.photo-bleed.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-research .button-linear-box.bleed.photo-bleed.button.colorized-theme, .theme-research .process .photo-bleed.colorized.white.process-item:nth-child(odd) .button-linear-box.bleed.photo-bleed.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-research .button-linear-box.bleed.photo-bleed.button.colorized-theme, .theme-research .button-linear-box.bleed.photo-bleed.colorized-theme-accent, .theme-research .process .button-linear-box.photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .process .theme-research .button-linear-box.photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .theme-institutional .button-linear-box.bleed.photo-bleed.colorized-theme, .theme-institutional .page-header.bleed .button-linear-box.bleed.photo-bleed.button, .page-header.bleed .theme-institutional .button-linear-box.bleed.photo-bleed.button, .theme-institutional .process .page-header.process-item:nth-child(odd) .button-linear-box.bleed.photo-bleed.button, .process .page-header.process-item:nth-child(odd) .theme-institutional .button-linear-box.bleed.photo-bleed.button, .theme-institutional .page-header.bleed .process .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .page-header.bleed .process .theme-institutional .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .theme-institutional .process .page-header.bleed .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .process .page-header.bleed .theme-institutional .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .theme-institutional .process .page-header.process-item:nth-child(odd) .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-institutional .button-linear-box.photo-bleed.button.process-item:nth-child(odd), .theme-institutional ul.steps-bar li .button-linear-box.bleed.photo-bleed.circle, ul.steps-bar li .theme-institutional .button-linear-box.bleed.photo-bleed.circle, .theme-institutional ul.steps-bar li .process .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-institutional .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), .theme-institutional .process ul.steps-bar li .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-institutional .button-linear-box.photo-bleed.circle.process-item:nth-child(odd), .theme-institutional .process .button-linear-box.photo-bleed.colorized-theme.process-item:nth-child(odd), .process .theme-institutional .button-linear-box.photo-bleed.colorized-theme.process-item:nth-child(odd), .theme-institutional .bleed.photo-bleed.colorized.white .button-linear-box.bleed.photo-bleed.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-institutional .button-linear-box.bleed.photo-bleed.button.colorized-theme, .theme-institutional .process .photo-bleed.colorized.white.process-item:nth-child(odd) .button-linear-box.bleed.photo-bleed.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-institutional .button-linear-box.bleed.photo-bleed.button.colorized-theme, .theme-institutional .button-linear-box.bleed.photo-bleed.colorized-theme-accent, .theme-institutional .process .button-linear-box.photo-bleed.colorized-theme-accent.process-item:nth-child(odd), .process .theme-institutional .button-linear-box.photo-bleed.colorized-theme-accent.process-item:nth-child(odd) { border: #ffffff 1px solid; -moz-border-radius: 0.3125em; -webkit-border-radius: 0.3125em; border-radius: 0.3125em; padding: 10px 30px; display: inline-block; color: #ffffff; }
.button-linear-box.on-dark-links:hover, .button-linear-box.system-mobile:hover, footer.button-linear-box#main-footer:hover, footer.footer-top-level#main-footer .button-linear-box.footer-bottom:hover, .button-linear-box.page-header.bleed:hover, .process .button-linear-box.page-header.process-item:hover:nth-child(odd), .page-header.bleed .button-linear-box.panel:hover, .process .page-header.process-item:nth-child(odd) .button-linear-box.panel:hover, .page-header.bleed .button-linear-box.filters:hover, .process .page-header.process-item:nth-child(odd) .button-linear-box.filters:hover, .button-linear-box.bleed.photo-bleed:hover, .process .button-linear-box.photo-bleed.process-item:hover:nth-child(odd), .button-linear-box.sidebar.sidebar-colorized:hover, .sidebar .button-linear-box.sidebar-colorized:hover, .theme-patientcare .button-linear-box.bleed.photo-bleed.colorized-theme:hover, .theme-patientcare .page-header.bleed .button-linear-box.bleed.photo-bleed.button:hover, .page-header.bleed .theme-patientcare .button-linear-box.bleed.photo-bleed.button:hover, .theme-patientcare .process .page-header.process-item:nth-child(odd) .button-linear-box.bleed.photo-bleed.button:hover, .process .page-header.process-item:nth-child(odd) .theme-patientcare .button-linear-box.bleed.photo-bleed.button:hover, .theme-patientcare .page-header.bleed .process .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .page-header.bleed .process .theme-patientcare .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .theme-patientcare .process .page-header.bleed .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .process .page-header.bleed .theme-patientcare .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .theme-patientcare .process .page-header.process-item:nth-child(odd) .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-patientcare .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .theme-patientcare ul.steps-bar li .button-linear-box.bleed.photo-bleed.circle:hover, ul.steps-bar li .theme-patientcare .button-linear-box.bleed.photo-bleed.circle:hover, .theme-patientcare ul.steps-bar li .process .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), ul.steps-bar li .process .theme-patientcare .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), .theme-patientcare .process ul.steps-bar li .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), .process ul.steps-bar li .theme-patientcare .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), .theme-patientcare .process .button-linear-box.photo-bleed.colorized-theme.process-item:hover:nth-child(odd), .process .theme-patientcare .button-linear-box.photo-bleed.colorized-theme.process-item:hover:nth-child(odd), .theme-patientcare .button-linear-box.bleed.photo-bleed.colorized-theme-accent:hover, .theme-patientcare .process .button-linear-box.photo-bleed.colorized-theme-accent.process-item:hover:nth-child(odd), .process .theme-patientcare .button-linear-box.photo-bleed.colorized-theme-accent.process-item:hover:nth-child(odd), .theme-academics .button-linear-box.bleed.photo-bleed.colorized-theme:hover, .theme-academics .page-header.bleed .button-linear-box.bleed.photo-bleed.button:hover, .page-header.bleed .theme-academics .button-linear-box.bleed.photo-bleed.button:hover, .theme-academics .process .page-header.process-item:nth-child(odd) .button-linear-box.bleed.photo-bleed.button:hover, .process .page-header.process-item:nth-child(odd) .theme-academics .button-linear-box.bleed.photo-bleed.button:hover, .theme-academics .page-header.bleed .process .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .page-header.bleed .process .theme-academics .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .theme-academics .process .page-header.bleed .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .process .page-header.bleed .theme-academics .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .theme-academics .process .page-header.process-item:nth-child(odd) .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-academics .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .theme-academics ul.steps-bar li .button-linear-box.bleed.photo-bleed.circle:hover, ul.steps-bar li .theme-academics .button-linear-box.bleed.photo-bleed.circle:hover, .theme-academics ul.steps-bar li .process .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), ul.steps-bar li .process .theme-academics .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), .theme-academics .process ul.steps-bar li .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), .process ul.steps-bar li .theme-academics .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), .theme-academics .process .button-linear-box.photo-bleed.colorized-theme.process-item:hover:nth-child(odd), .process .theme-academics .button-linear-box.photo-bleed.colorized-theme.process-item:hover:nth-child(odd), .theme-academics .button-linear-box.bleed.photo-bleed.colorized-theme-accent:hover, .theme-academics .process .button-linear-box.photo-bleed.colorized-theme-accent.process-item:hover:nth-child(odd), .process .theme-academics .button-linear-box.photo-bleed.colorized-theme-accent.process-item:hover:nth-child(odd), .theme-research .button-linear-box.bleed.photo-bleed.colorized-theme:hover, .theme-research .page-header.bleed .button-linear-box.bleed.photo-bleed.button:hover, .page-header.bleed .theme-research .button-linear-box.bleed.photo-bleed.button:hover, .theme-research .process .page-header.process-item:nth-child(odd) .button-linear-box.bleed.photo-bleed.button:hover, .process .page-header.process-item:nth-child(odd) .theme-research .button-linear-box.bleed.photo-bleed.button:hover, .theme-research .page-header.bleed .process .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .page-header.bleed .process .theme-research .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .theme-research .process .page-header.bleed .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .process .page-header.bleed .theme-research .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .theme-research .process .page-header.process-item:nth-child(odd) .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-research .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .theme-research ul.steps-bar li .button-linear-box.bleed.photo-bleed.circle:hover, ul.steps-bar li .theme-research .button-linear-box.bleed.photo-bleed.circle:hover, .theme-research ul.steps-bar li .process .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), ul.steps-bar li .process .theme-research .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), .theme-research .process ul.steps-bar li .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), .process ul.steps-bar li .theme-research .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), .theme-research .process .button-linear-box.photo-bleed.colorized-theme.process-item:hover:nth-child(odd), .process .theme-research .button-linear-box.photo-bleed.colorized-theme.process-item:hover:nth-child(odd), .theme-research .button-linear-box.bleed.photo-bleed.colorized-theme-accent:hover, .theme-research .process .button-linear-box.photo-bleed.colorized-theme-accent.process-item:hover:nth-child(odd), .process .theme-research .button-linear-box.photo-bleed.colorized-theme-accent.process-item:hover:nth-child(odd), .theme-institutional .button-linear-box.bleed.photo-bleed.colorized-theme:hover, .theme-institutional .page-header.bleed .button-linear-box.bleed.photo-bleed.button:hover, .page-header.bleed .theme-institutional .button-linear-box.bleed.photo-bleed.button:hover, .theme-institutional .process .page-header.process-item:nth-child(odd) .button-linear-box.bleed.photo-bleed.button:hover, .process .page-header.process-item:nth-child(odd) .theme-institutional .button-linear-box.bleed.photo-bleed.button:hover, .theme-institutional .page-header.bleed .process .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .page-header.bleed .process .theme-institutional .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .theme-institutional .process .page-header.bleed .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .process .page-header.bleed .theme-institutional .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .theme-institutional .process .page-header.process-item:nth-child(odd) .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-institutional .button-linear-box.photo-bleed.button.process-item:hover:nth-child(odd), .theme-institutional ul.steps-bar li .button-linear-box.bleed.photo-bleed.circle:hover, ul.steps-bar li .theme-institutional .button-linear-box.bleed.photo-bleed.circle:hover, .theme-institutional ul.steps-bar li .process .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), ul.steps-bar li .process .theme-institutional .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), .theme-institutional .process ul.steps-bar li .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), .process ul.steps-bar li .theme-institutional .button-linear-box.photo-bleed.circle.process-item:hover:nth-child(odd), .theme-institutional .process .button-linear-box.photo-bleed.colorized-theme.process-item:hover:nth-child(odd), .process .theme-institutional .button-linear-box.photo-bleed.colorized-theme.process-item:hover:nth-child(odd), .theme-institutional .button-linear-box.bleed.photo-bleed.colorized-theme-accent:hover, .theme-institutional .process .button-linear-box.photo-bleed.colorized-theme-accent.process-item:hover:nth-child(odd), .process .theme-institutional .button-linear-box.photo-bleed.colorized-theme-accent.process-item:hover:nth-child(odd) { background: #ffffff; color: #C0511B !important; text-decoration: none; }

.button-linear-box-research { border: #855F5D 1px solid; -moz-border-radius: 0.3125em; -webkit-border-radius: 0.3125em; border-radius: 0.3125em; padding: 5px 20px; display: inline-block; color: #855F5D; }
.button-linear-box-research:hover { background: #855F5D; color: #fff !important; text-decoration: none; }

.button-linear-box-academics { border: #427E6B 1px solid; -moz-border-radius: 0.3125em; -webkit-border-radius: 0.3125em; border-radius: 0.3125em; padding: 5px 20px; display: inline-block; color: #427E6B; }
.button-linear-box-academics:hover { background: #427E6B; color: #fff !important; text-decoration: none; }

.button-linear-box-patientcare { border: #15748C 1px solid; -moz-border-radius: 0.3125em; -webkit-border-radius: 0.3125em; border-radius: 0.3125em; padding: 5px 20px; display: inline-block; color: #15748C; }
.button-linear-box-patientcare:hover { background: #15748C; color: #fff !important; text-decoration: none; }

.button-linear-box-institutional { border: #865F7B 1px solid; -moz-border-radius: 0.3125em; -webkit-border-radius: 0.3125em; border-radius: 0.3125em; padding: 5px 20px; display: inline-block; color: #865F7B; }
.button-linear-box-institutional:hover { background: #865F7B; color: #fff !important; text-decoration: none; }

.underlined-links a { text-decoration: underline; color: #C0511B; }

.highlighter-links a { background: rgba(192, 81, 27, 0.15); font-weight: bold; display: inline-block; padding: 0 0.3125em; margin-right: 0.3125em; -moz-transition-property: background; -o-transition-property: background; -webkit-transition-property: background; transition-property: background; -moz-transition-duration: 0.25s; -o-transition-duration: 0.25s; -webkit-transition-duration: 0.25s; transition-duration: 0.25s; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.highlighter-links a:hover { text-decoration: none; background: rgba(192, 81, 27, 0.9); color: #fff; }
.highlighter-links a.carat-double:hover span, .highlighter-links .pagination ul.prevnext li.next a:hover span, .pagination ul.prevnext li.next .highlighter-links a:hover span { text-decoration: none; }
.highlighter-links.highlight-darker a { background: rgba(192, 81, 27, 0.9); color: #fff; }
.highlighter-links.highlight-darker a:hover { background: #863813; }
.highlighter-links.highlight-institutional-darken a { background: #4A3544; color: #fff; }
.highlighter-links.highlight-institutional-darken a:hover { background: #231921; }
.highlighter-links.highlight-patientcare-darken a { background: #0D4857; color: #fff; }
.highlighter-links.highlight-patientcare-darken a:hover { background: #04181d; }
.highlighter-links.highlight-academics-darken a { background: #26483e; color: #fff; }
.highlighter-links.highlight-academics-darken a:hover { background: #0f1d19; }
.highlighter-links.highlight-research-darken a { background: #493433; color: #fff; }
.highlighter-links.highlight-research-darken a:hover { background: #221818; }
.highlighter-links.highlight-lighter a { background: rgba(255, 255, 255, 0.186); color: #fff; }
.highlighter-links.highlight-lighter a:hover { background: rgba(0, 0, 0, 0.3); }
.highlighter-links.highlight-lighter.highlight-institutional a { background: #865F7B; color: #fff; }
.highlighter-links.highlight-lighter.highlight-institutional a:hover { background: #4A3544; }
.highlighter-links.highlight-lighter.highlight-patientcare a { background: #15748C; color: #fff; }
.highlighter-links.highlight-lighter.highlight-patientcare a:hover { background: #0D4857; }
.highlighter-links.highlight-lighter.highlight-academics a { background: #427E6B; color: #fff; }
.highlighter-links.highlight-lighter.highlight-academics a:hover { background: #26483e; }
.highlighter-links.highlight-lighter.highlight-research a { background: #855F5D; color: #fff; }
.highlighter-links.highlight-lighter.highlight-research a:hover { background: #493433; }
.highlighter-links.highlight-lighter ul.bullet-list.white-bullets li a { display: inline; }

h1.highlighter-links a, h2.highlighter-links a, h3.highlighter-links a { line-height: 1.2em; }

/* ---------------------- */
/* Heading Options    */
/* ---------------------- */
h1.colorized-heading, .panel-sidecar > .row > .columns:first-child h1, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1, .bleed.photo-bleed h1.colorized-heading, .process .photo-bleed.process-item:nth-child(odd) h1.colorized-heading, .bleed.photo-bleed.colorized-washout h1.colorized-heading, h1.sidebar, .panel.colorized.white h1.colorized-heading, .colorized.white.filters h1.colorized-heading, .bleed.colorized.white h1.colorized-heading, .process .colorized.white.process-item:nth-child(odd) h1.colorized-heading, .bleed.photo-bleed.colorized.white h1.colorized-heading, .card.colorized.white h1.colorized-heading, h2.colorized-heading, .panel-sidecar > .row > .columns:first-child h2, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2, .bleed.photo-bleed h2.colorized-heading, .process .photo-bleed.process-item:nth-child(odd) h2.colorized-heading, .bleed.photo-bleed.colorized-washout h2.colorized-heading, h2.sidebar, .panel.colorized.white h2.colorized-heading, .colorized.white.filters h2.colorized-heading, .bleed.colorized.white h2.colorized-heading, .process .colorized.white.process-item:nth-child(odd) h2.colorized-heading, .bleed.photo-bleed.colorized.white h2.colorized-heading, .card.colorized.white h2.colorized-heading, h3.colorized-heading, .panel-sidecar > .row > .columns:first-child h3, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3, .bleed.photo-bleed h3.colorized-heading, .process .photo-bleed.process-item:nth-child(odd) h3.colorized-heading, .bleed.photo-bleed.colorized-washout h3.colorized-heading, h3.sidebar, .panel.colorized.white h3.colorized-heading, .colorized.white.filters h3.colorized-heading, .bleed.colorized.white h3.colorized-heading, .process .colorized.white.process-item:nth-child(odd) h3.colorized-heading, .bleed.photo-bleed.colorized.white h3.colorized-heading, .card.colorized.white h3.colorized-heading, h4.colorized-heading, .panel-sidecar > .row > .columns:first-child h4, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4, .bleed.photo-bleed h4.colorized-heading, .process .photo-bleed.process-item:nth-child(odd) h4.colorized-heading, .bleed.photo-bleed.colorized-washout h4.colorized-heading, h4.sidebar, .panel.colorized.white h4.colorized-heading, .colorized.white.filters h4.colorized-heading, .bleed.colorized.white h4.colorized-heading, .process .colorized.white.process-item:nth-child(odd) h4.colorized-heading, .bleed.photo-bleed.colorized.white h4.colorized-heading, .card.colorized.white h4.colorized-heading, h5.colorized-heading, .panel-sidecar > .row > .columns:first-child h5, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5, .bleed.photo-bleed h5.colorized-heading, .process .photo-bleed.process-item:nth-child(odd) h5.colorized-heading, .bleed.photo-bleed.colorized-washout h5.colorized-heading, h5.sidebar, .panel.colorized.white h5.colorized-heading, .colorized.white.filters h5.colorized-heading, .bleed.colorized.white h5.colorized-heading, .process .colorized.white.process-item:nth-child(odd) h5.colorized-heading, .bleed.photo-bleed.colorized.white h5.colorized-heading, .card.colorized.white h5.colorized-heading, h6.colorized-heading, .panel-sidecar > .row > .columns:first-child h6, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6, .bleed.photo-bleed h6.colorized-heading, .process .photo-bleed.process-item:nth-child(odd) h6.colorized-heading, .bleed.photo-bleed.colorized-washout h6.colorized-heading, h6.sidebar, .panel.colorized.white h6.colorized-heading, .colorized.white.filters h6.colorized-heading, .bleed.colorized.white h6.colorized-heading, .process .colorized.white.process-item:nth-child(odd) h6.colorized-heading, .bleed.photo-bleed.colorized.white h6.colorized-heading, .card.colorized.white h6.colorized-heading { color: #517F70; }

h1.colorized-blue-heading, h2.colorized-blue-heading, h3.colorized-blue-heading, h4.colorized-blue-heading, h5.colorized-blue-heading, h6.colorized-blue-heading { color: #427E6B; }

h1.colorized-purple-heading, h2.colorized-purple-heading, h3.colorized-purple-heading, h4.colorized-purple-heading, h5.colorized-purple-heading, h6.colorized-purple-heading { color: #15748C; }

.colorized-heading h1, .panel-sidecar > .row > .columns:first-child h1 h1, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1 h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1 h1, .panel-sidecar > .row > .columns:first-child h2 h1, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2 h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2 h1, .panel-sidecar > .row > .columns:first-child h3 h1, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3 h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3 h1, .panel-sidecar > .row > .columns:first-child h4 h1, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4 h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4 h1, .panel-sidecar > .row > .columns:first-child h5 h1, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5 h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5 h1, .panel-sidecar > .row > .columns:first-child h6 h1, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6 h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6 h1, .bleed.photo-bleed h1.colorized-heading h1, .process .photo-bleed.process-item:nth-child(odd) h1.colorized-heading h1, .bleed.photo-bleed h2.colorized-heading h1, .process .photo-bleed.process-item:nth-child(odd) h2.colorized-heading h1, .bleed.photo-bleed h3.colorized-heading h1, .process .photo-bleed.process-item:nth-child(odd) h3.colorized-heading h1, .bleed.photo-bleed h4.colorized-heading h1, .process .photo-bleed.process-item:nth-child(odd) h4.colorized-heading h1, .bleed.photo-bleed h5.colorized-heading h1, .process .photo-bleed.process-item:nth-child(odd) h5.colorized-heading h1, .bleed.photo-bleed h6.colorized-heading h1, .process .photo-bleed.process-item:nth-child(odd) h6.colorized-heading h1, .bleed.photo-bleed.colorized-washout p.colorized-heading h1, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) p.colorized-heading h1, .bleed.photo-bleed.colorized-washout h1.colorized-heading h1, .bleed.photo-bleed.colorized-washout h2.colorized-heading h1, .bleed.photo-bleed.colorized-washout h3.colorized-heading h1, .bleed.photo-bleed.colorized-washout h4.colorized-heading h1, .bleed.photo-bleed.colorized-washout h5.colorized-heading h1, .bleed.photo-bleed.colorized-washout h6.colorized-heading h1, .sidebar h1, .panel.colorized.white p.colorized-heading h1, .colorized.white.filters p.colorized-heading h1, .panel.colorized.white h1.colorized-heading h1, .colorized.white.filters h1.colorized-heading h1, .panel.colorized.white h2.colorized-heading h1, .colorized.white.filters h2.colorized-heading h1, .panel.colorized.white h3.colorized-heading h1, .colorized.white.filters h3.colorized-heading h1, .panel.colorized.white h4.colorized-heading h1, .colorized.white.filters h4.colorized-heading h1, .panel.colorized.white h5.colorized-heading h1, .colorized.white.filters h5.colorized-heading h1, .panel.colorized.white h6.colorized-heading h1, .colorized.white.filters h6.colorized-heading h1, .bleed.colorized.white p.colorized-heading h1, .process .colorized.white.process-item:nth-child(odd) p.colorized-heading h1, .bleed.colorized.white h1.colorized-heading h1, .process .colorized.white.process-item:nth-child(odd) h1.colorized-heading h1, .bleed.colorized.white h2.colorized-heading h1, .process .colorized.white.process-item:nth-child(odd) h2.colorized-heading h1, .bleed.colorized.white h3.colorized-heading h1, .process .colorized.white.process-item:nth-child(odd) h3.colorized-heading h1, .bleed.colorized.white h4.colorized-heading h1, .process .colorized.white.process-item:nth-child(odd) h4.colorized-heading h1, .bleed.colorized.white h5.colorized-heading h1, .process .colorized.white.process-item:nth-child(odd) h5.colorized-heading h1, .bleed.colorized.white h6.colorized-heading h1, .process .colorized.white.process-item:nth-child(odd) h6.colorized-heading h1, .bleed.photo-bleed.colorized.white p.colorized-heading h1, .bleed.photo-bleed.colorized.white h1.colorized-heading h1, .bleed.photo-bleed.colorized.white h2.colorized-heading h1, .bleed.photo-bleed.colorized.white h3.colorized-heading h1, .bleed.photo-bleed.colorized.white h4.colorized-heading h1, .bleed.photo-bleed.colorized.white h5.colorized-heading h1, .bleed.photo-bleed.colorized.white h6.colorized-heading h1, .card.colorized.white p.colorized-heading h1, .card.colorized.white h1.colorized-heading h1, .card.colorized.white h2.colorized-heading h1, .card.colorized.white h3.colorized-heading h1, .card.colorized.white h4.colorized-heading h1, .card.colorized.white h5.colorized-heading h1, .card.colorized.white h6.colorized-heading h1, .colorized-heading h2, .panel-sidecar > .row > .columns:first-child h1 h2, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1 h2, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1 h2, .panel-sidecar > .row > .columns:first-child h2 h2, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2 h2, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2 h2, .panel-sidecar > .row > .columns:first-child h3 h2, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3 h2, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3 h2, .panel-sidecar > .row > .columns:first-child h4 h2, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4 h2, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4 h2, .panel-sidecar > .row > .columns:first-child h5 h2, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5 h2, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5 h2, .panel-sidecar > .row > .columns:first-child h6 h2, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6 h2, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6 h2, .bleed.photo-bleed h1.colorized-heading h2, .process .photo-bleed.process-item:nth-child(odd) h1.colorized-heading h2, .bleed.photo-bleed h2.colorized-heading h2, .process .photo-bleed.process-item:nth-child(odd) h2.colorized-heading h2, .bleed.photo-bleed h3.colorized-heading h2, .process .photo-bleed.process-item:nth-child(odd) h3.colorized-heading h2, .bleed.photo-bleed h4.colorized-heading h2, .process .photo-bleed.process-item:nth-child(odd) h4.colorized-heading h2, .bleed.photo-bleed h5.colorized-heading h2, .process .photo-bleed.process-item:nth-child(odd) h5.colorized-heading h2, .bleed.photo-bleed h6.colorized-heading h2, .process .photo-bleed.process-item:nth-child(odd) h6.colorized-heading h2, .bleed.photo-bleed.colorized-washout p.colorized-heading h2, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) p.colorized-heading h2, .bleed.photo-bleed.colorized-washout h1.colorized-heading h2, .bleed.photo-bleed.colorized-washout h2.colorized-heading h2, .bleed.photo-bleed.colorized-washout h3.colorized-heading h2, .bleed.photo-bleed.colorized-washout h4.colorized-heading h2, .bleed.photo-bleed.colorized-washout h5.colorized-heading h2, .bleed.photo-bleed.colorized-washout h6.colorized-heading h2, .sidebar h2, .panel.colorized.white p.colorized-heading h2, .colorized.white.filters p.colorized-heading h2, .panel.colorized.white h1.colorized-heading h2, .colorized.white.filters h1.colorized-heading h2, .panel.colorized.white h2.colorized-heading h2, .colorized.white.filters h2.colorized-heading h2, .panel.colorized.white h3.colorized-heading h2, .colorized.white.filters h3.colorized-heading h2, .panel.colorized.white h4.colorized-heading h2, .colorized.white.filters h4.colorized-heading h2, .panel.colorized.white h5.colorized-heading h2, .colorized.white.filters h5.colorized-heading h2, .panel.colorized.white h6.colorized-heading h2, .colorized.white.filters h6.colorized-heading h2, .bleed.colorized.white p.colorized-heading h2, .process .colorized.white.process-item:nth-child(odd) p.colorized-heading h2, .bleed.colorized.white h1.colorized-heading h2, .process .colorized.white.process-item:nth-child(odd) h1.colorized-heading h2, .bleed.colorized.white h2.colorized-heading h2, .process .colorized.white.process-item:nth-child(odd) h2.colorized-heading h2, .bleed.colorized.white h3.colorized-heading h2, .process .colorized.white.process-item:nth-child(odd) h3.colorized-heading h2, .bleed.colorized.white h4.colorized-heading h2, .process .colorized.white.process-item:nth-child(odd) h4.colorized-heading h2, .bleed.colorized.white h5.colorized-heading h2, .process .colorized.white.process-item:nth-child(odd) h5.colorized-heading h2, .bleed.colorized.white h6.colorized-heading h2, .process .colorized.white.process-item:nth-child(odd) h6.colorized-heading h2, .bleed.photo-bleed.colorized.white p.colorized-heading h2, .bleed.photo-bleed.colorized.white h1.colorized-heading h2, .bleed.photo-bleed.colorized.white h2.colorized-heading h2, .bleed.photo-bleed.colorized.white h3.colorized-heading h2, .bleed.photo-bleed.colorized.white h4.colorized-heading h2, .bleed.photo-bleed.colorized.white h5.colorized-heading h2, .bleed.photo-bleed.colorized.white h6.colorized-heading h2, .card.colorized.white p.colorized-heading h2, .card.colorized.white h1.colorized-heading h2, .card.colorized.white h2.colorized-heading h2, .card.colorized.white h3.colorized-heading h2, .card.colorized.white h4.colorized-heading h2, .card.colorized.white h5.colorized-heading h2, .card.colorized.white h6.colorized-heading h2, .colorized-heading h3, .panel-sidecar > .row > .columns:first-child h1 h3, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1 h3, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1 h3, .panel-sidecar > .row > .columns:first-child h2 h3, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2 h3, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2 h3, .panel-sidecar > .row > .columns:first-child h3 h3, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3 h3, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3 h3, .panel-sidecar > .row > .columns:first-child h4 h3, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4 h3, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4 h3, .panel-sidecar > .row > .columns:first-child h5 h3, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5 h3, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5 h3, .panel-sidecar > .row > .columns:first-child h6 h3, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6 h3, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6 h3, .bleed.photo-bleed h1.colorized-heading h3, .process .photo-bleed.process-item:nth-child(odd) h1.colorized-heading h3, .bleed.photo-bleed h2.colorized-heading h3, .process .photo-bleed.process-item:nth-child(odd) h2.colorized-heading h3, .bleed.photo-bleed h3.colorized-heading h3, .process .photo-bleed.process-item:nth-child(odd) h3.colorized-heading h3, .bleed.photo-bleed h4.colorized-heading h3, .process .photo-bleed.process-item:nth-child(odd) h4.colorized-heading h3, .bleed.photo-bleed h5.colorized-heading h3, .process .photo-bleed.process-item:nth-child(odd) h5.colorized-heading h3, .bleed.photo-bleed h6.colorized-heading h3, .process .photo-bleed.process-item:nth-child(odd) h6.colorized-heading h3, .bleed.photo-bleed.colorized-washout p.colorized-heading h3, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) p.colorized-heading h3, .bleed.photo-bleed.colorized-washout h1.colorized-heading h3, .bleed.photo-bleed.colorized-washout h2.colorized-heading h3, .bleed.photo-bleed.colorized-washout h3.colorized-heading h3, .bleed.photo-bleed.colorized-washout h4.colorized-heading h3, .bleed.photo-bleed.colorized-washout h5.colorized-heading h3, .bleed.photo-bleed.colorized-washout h6.colorized-heading h3, .sidebar h3, .panel.colorized.white p.colorized-heading h3, .colorized.white.filters p.colorized-heading h3, .panel.colorized.white h1.colorized-heading h3, .colorized.white.filters h1.colorized-heading h3, .panel.colorized.white h2.colorized-heading h3, .colorized.white.filters h2.colorized-heading h3, .panel.colorized.white h3.colorized-heading h3, .colorized.white.filters h3.colorized-heading h3, .panel.colorized.white h4.colorized-heading h3, .colorized.white.filters h4.colorized-heading h3, .panel.colorized.white h5.colorized-heading h3, .colorized.white.filters h5.colorized-heading h3, .panel.colorized.white h6.colorized-heading h3, .colorized.white.filters h6.colorized-heading h3, .bleed.colorized.white p.colorized-heading h3, .process .colorized.white.process-item:nth-child(odd) p.colorized-heading h3, .bleed.colorized.white h1.colorized-heading h3, .process .colorized.white.process-item:nth-child(odd) h1.colorized-heading h3, .bleed.colorized.white h2.colorized-heading h3, .process .colorized.white.process-item:nth-child(odd) h2.colorized-heading h3, .bleed.colorized.white h3.colorized-heading h3, .process .colorized.white.process-item:nth-child(odd) h3.colorized-heading h3, .bleed.colorized.white h4.colorized-heading h3, .process .colorized.white.process-item:nth-child(odd) h4.colorized-heading h3, .bleed.colorized.white h5.colorized-heading h3, .process .colorized.white.process-item:nth-child(odd) h5.colorized-heading h3, .bleed.colorized.white h6.colorized-heading h3, .process .colorized.white.process-item:nth-child(odd) h6.colorized-heading h3, .bleed.photo-bleed.colorized.white p.colorized-heading h3, .bleed.photo-bleed.colorized.white h1.colorized-heading h3, .bleed.photo-bleed.colorized.white h2.colorized-heading h3, .bleed.photo-bleed.colorized.white h3.colorized-heading h3, .bleed.photo-bleed.colorized.white h4.colorized-heading h3, .bleed.photo-bleed.colorized.white h5.colorized-heading h3, .bleed.photo-bleed.colorized.white h6.colorized-heading h3, .card.colorized.white p.colorized-heading h3, .card.colorized.white h1.colorized-heading h3, .card.colorized.white h2.colorized-heading h3, .card.colorized.white h3.colorized-heading h3, .card.colorized.white h4.colorized-heading h3, .card.colorized.white h5.colorized-heading h3, .card.colorized.white h6.colorized-heading h3, .colorized-heading h4, .panel-sidecar > .row > .columns:first-child h1 h4, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1 h4, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1 h4, .panel-sidecar > .row > .columns:first-child h2 h4, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2 h4, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2 h4, .panel-sidecar > .row > .columns:first-child h3 h4, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3 h4, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3 h4, .panel-sidecar > .row > .columns:first-child h4 h4, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4 h4, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4 h4, .panel-sidecar > .row > .columns:first-child h5 h4, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5 h4, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5 h4, .panel-sidecar > .row > .columns:first-child h6 h4, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6 h4, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6 h4, .bleed.photo-bleed h1.colorized-heading h4, .process .photo-bleed.process-item:nth-child(odd) h1.colorized-heading h4, .bleed.photo-bleed h2.colorized-heading h4, .process .photo-bleed.process-item:nth-child(odd) h2.colorized-heading h4, .bleed.photo-bleed h3.colorized-heading h4, .process .photo-bleed.process-item:nth-child(odd) h3.colorized-heading h4, .bleed.photo-bleed h4.colorized-heading h4, .process .photo-bleed.process-item:nth-child(odd) h4.colorized-heading h4, .bleed.photo-bleed h5.colorized-heading h4, .process .photo-bleed.process-item:nth-child(odd) h5.colorized-heading h4, .bleed.photo-bleed h6.colorized-heading h4, .process .photo-bleed.process-item:nth-child(odd) h6.colorized-heading h4, .bleed.photo-bleed.colorized-washout p.colorized-heading h4, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) p.colorized-heading h4, .bleed.photo-bleed.colorized-washout h1.colorized-heading h4, .bleed.photo-bleed.colorized-washout h2.colorized-heading h4, .bleed.photo-bleed.colorized-washout h3.colorized-heading h4, .bleed.photo-bleed.colorized-washout h4.colorized-heading h4, .bleed.photo-bleed.colorized-washout h5.colorized-heading h4, .bleed.photo-bleed.colorized-washout h6.colorized-heading h4, .sidebar h4, .panel.colorized.white p.colorized-heading h4, .colorized.white.filters p.colorized-heading h4, .panel.colorized.white h1.colorized-heading h4, .colorized.white.filters h1.colorized-heading h4, .panel.colorized.white h2.colorized-heading h4, .colorized.white.filters h2.colorized-heading h4, .panel.colorized.white h3.colorized-heading h4, .colorized.white.filters h3.colorized-heading h4, .panel.colorized.white h4.colorized-heading h4, .colorized.white.filters h4.colorized-heading h4, .panel.colorized.white h5.colorized-heading h4, .colorized.white.filters h5.colorized-heading h4, .panel.colorized.white h6.colorized-heading h4, .colorized.white.filters h6.colorized-heading h4, .bleed.colorized.white p.colorized-heading h4, .process .colorized.white.process-item:nth-child(odd) p.colorized-heading h4, .bleed.colorized.white h1.colorized-heading h4, .process .colorized.white.process-item:nth-child(odd) h1.colorized-heading h4, .bleed.colorized.white h2.colorized-heading h4, .process .colorized.white.process-item:nth-child(odd) h2.colorized-heading h4, .bleed.colorized.white h3.colorized-heading h4, .process .colorized.white.process-item:nth-child(odd) h3.colorized-heading h4, .bleed.colorized.white h4.colorized-heading h4, .process .colorized.white.process-item:nth-child(odd) h4.colorized-heading h4, .bleed.colorized.white h5.colorized-heading h4, .process .colorized.white.process-item:nth-child(odd) h5.colorized-heading h4, .bleed.colorized.white h6.colorized-heading h4, .process .colorized.white.process-item:nth-child(odd) h6.colorized-heading h4, .bleed.photo-bleed.colorized.white p.colorized-heading h4, .bleed.photo-bleed.colorized.white h1.colorized-heading h4, .bleed.photo-bleed.colorized.white h2.colorized-heading h4, .bleed.photo-bleed.colorized.white h3.colorized-heading h4, .bleed.photo-bleed.colorized.white h4.colorized-heading h4, .bleed.photo-bleed.colorized.white h5.colorized-heading h4, .bleed.photo-bleed.colorized.white h6.colorized-heading h4, .card.colorized.white p.colorized-heading h4, .card.colorized.white h1.colorized-heading h4, .card.colorized.white h2.colorized-heading h4, .card.colorized.white h3.colorized-heading h4, .card.colorized.white h4.colorized-heading h4, .card.colorized.white h5.colorized-heading h4, .card.colorized.white h6.colorized-heading h4, .colorized-heading h5, .panel-sidecar > .row > .columns:first-child h1 h5, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1 h5, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1 h5, .panel-sidecar > .row > .columns:first-child h2 h5, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2 h5, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2 h5, .panel-sidecar > .row > .columns:first-child h3 h5, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3 h5, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3 h5, .panel-sidecar > .row > .columns:first-child h4 h5, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4 h5, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4 h5, .panel-sidecar > .row > .columns:first-child h5 h5, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5 h5, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5 h5, .panel-sidecar > .row > .columns:first-child h6 h5, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6 h5, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6 h5, .bleed.photo-bleed h1.colorized-heading h5, .process .photo-bleed.process-item:nth-child(odd) h1.colorized-heading h5, .bleed.photo-bleed h2.colorized-heading h5, .process .photo-bleed.process-item:nth-child(odd) h2.colorized-heading h5, .bleed.photo-bleed h3.colorized-heading h5, .process .photo-bleed.process-item:nth-child(odd) h3.colorized-heading h5, .bleed.photo-bleed h4.colorized-heading h5, .process .photo-bleed.process-item:nth-child(odd) h4.colorized-heading h5, .bleed.photo-bleed h5.colorized-heading h5, .process .photo-bleed.process-item:nth-child(odd) h5.colorized-heading h5, .bleed.photo-bleed h6.colorized-heading h5, .process .photo-bleed.process-item:nth-child(odd) h6.colorized-heading h5, .bleed.photo-bleed.colorized-washout p.colorized-heading h5, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) p.colorized-heading h5, .bleed.photo-bleed.colorized-washout h1.colorized-heading h5, .bleed.photo-bleed.colorized-washout h2.colorized-heading h5, .bleed.photo-bleed.colorized-washout h3.colorized-heading h5, .bleed.photo-bleed.colorized-washout h4.colorized-heading h5, .bleed.photo-bleed.colorized-washout h5.colorized-heading h5, .bleed.photo-bleed.colorized-washout h6.colorized-heading h5, .sidebar h5, .panel.colorized.white p.colorized-heading h5, .colorized.white.filters p.colorized-heading h5, .panel.colorized.white h1.colorized-heading h5, .colorized.white.filters h1.colorized-heading h5, .panel.colorized.white h2.colorized-heading h5, .colorized.white.filters h2.colorized-heading h5, .panel.colorized.white h3.colorized-heading h5, .colorized.white.filters h3.colorized-heading h5, .panel.colorized.white h4.colorized-heading h5, .colorized.white.filters h4.colorized-heading h5, .panel.colorized.white h5.colorized-heading h5, .colorized.white.filters h5.colorized-heading h5, .panel.colorized.white h6.colorized-heading h5, .colorized.white.filters h6.colorized-heading h5, .bleed.colorized.white p.colorized-heading h5, .process .colorized.white.process-item:nth-child(odd) p.colorized-heading h5, .bleed.colorized.white h1.colorized-heading h5, .process .colorized.white.process-item:nth-child(odd) h1.colorized-heading h5, .bleed.colorized.white h2.colorized-heading h5, .process .colorized.white.process-item:nth-child(odd) h2.colorized-heading h5, .bleed.colorized.white h3.colorized-heading h5, .process .colorized.white.process-item:nth-child(odd) h3.colorized-heading h5, .bleed.colorized.white h4.colorized-heading h5, .process .colorized.white.process-item:nth-child(odd) h4.colorized-heading h5, .bleed.colorized.white h5.colorized-heading h5, .process .colorized.white.process-item:nth-child(odd) h5.colorized-heading h5, .bleed.colorized.white h6.colorized-heading h5, .process .colorized.white.process-item:nth-child(odd) h6.colorized-heading h5, .bleed.photo-bleed.colorized.white p.colorized-heading h5, .bleed.photo-bleed.colorized.white h1.colorized-heading h5, .bleed.photo-bleed.colorized.white h2.colorized-heading h5, .bleed.photo-bleed.colorized.white h3.colorized-heading h5, .bleed.photo-bleed.colorized.white h4.colorized-heading h5, .bleed.photo-bleed.colorized.white h5.colorized-heading h5, .bleed.photo-bleed.colorized.white h6.colorized-heading h5, .card.colorized.white p.colorized-heading h5, .card.colorized.white h1.colorized-heading h5, .card.colorized.white h2.colorized-heading h5, .card.colorized.white h3.colorized-heading h5, .card.colorized.white h4.colorized-heading h5, .card.colorized.white h5.colorized-heading h5, .card.colorized.white h6.colorized-heading h5, .colorized-heading h6, .panel-sidecar > .row > .columns:first-child h1 h6, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1 h6, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1 h6, .panel-sidecar > .row > .columns:first-child h2 h6, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2 h6, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2 h6, .panel-sidecar > .row > .columns:first-child h3 h6, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3 h6, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3 h6, .panel-sidecar > .row > .columns:first-child h4 h6, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4 h6, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4 h6, .panel-sidecar > .row > .columns:first-child h5 h6, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5 h6, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5 h6, .panel-sidecar > .row > .columns:first-child h6 h6, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6 h6, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6 h6, .bleed.photo-bleed h1.colorized-heading h6, .process .photo-bleed.process-item:nth-child(odd) h1.colorized-heading h6, .bleed.photo-bleed h2.colorized-heading h6, .process .photo-bleed.process-item:nth-child(odd) h2.colorized-heading h6, .bleed.photo-bleed h3.colorized-heading h6, .process .photo-bleed.process-item:nth-child(odd) h3.colorized-heading h6, .bleed.photo-bleed h4.colorized-heading h6, .process .photo-bleed.process-item:nth-child(odd) h4.colorized-heading h6, .bleed.photo-bleed h5.colorized-heading h6, .process .photo-bleed.process-item:nth-child(odd) h5.colorized-heading h6, .bleed.photo-bleed h6.colorized-heading h6, .process .photo-bleed.process-item:nth-child(odd) h6.colorized-heading h6, .bleed.photo-bleed.colorized-washout p.colorized-heading h6, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) p.colorized-heading h6, .bleed.photo-bleed.colorized-washout h1.colorized-heading h6, .bleed.photo-bleed.colorized-washout h2.colorized-heading h6, .bleed.photo-bleed.colorized-washout h3.colorized-heading h6, .bleed.photo-bleed.colorized-washout h4.colorized-heading h6, .bleed.photo-bleed.colorized-washout h5.colorized-heading h6, .bleed.photo-bleed.colorized-washout h6.colorized-heading h6, .sidebar h6, .panel.colorized.white p.colorized-heading h6, .colorized.white.filters p.colorized-heading h6, .panel.colorized.white h1.colorized-heading h6, .colorized.white.filters h1.colorized-heading h6, .panel.colorized.white h2.colorized-heading h6, .colorized.white.filters h2.colorized-heading h6, .panel.colorized.white h3.colorized-heading h6, .colorized.white.filters h3.colorized-heading h6, .panel.colorized.white h4.colorized-heading h6, .colorized.white.filters h4.colorized-heading h6, .panel.colorized.white h5.colorized-heading h6, .colorized.white.filters h5.colorized-heading h6, .panel.colorized.white h6.colorized-heading h6, .colorized.white.filters h6.colorized-heading h6, .bleed.colorized.white p.colorized-heading h6, .process .colorized.white.process-item:nth-child(odd) p.colorized-heading h6, .bleed.colorized.white h1.colorized-heading h6, .process .colorized.white.process-item:nth-child(odd) h1.colorized-heading h6, .bleed.colorized.white h2.colorized-heading h6, .process .colorized.white.process-item:nth-child(odd) h2.colorized-heading h6, .bleed.colorized.white h3.colorized-heading h6, .process .colorized.white.process-item:nth-child(odd) h3.colorized-heading h6, .bleed.colorized.white h4.colorized-heading h6, .process .colorized.white.process-item:nth-child(odd) h4.colorized-heading h6, .bleed.colorized.white h5.colorized-heading h6, .process .colorized.white.process-item:nth-child(odd) h5.colorized-heading h6, .bleed.colorized.white h6.colorized-heading h6, .process .colorized.white.process-item:nth-child(odd) h6.colorized-heading h6, .bleed.photo-bleed.colorized.white p.colorized-heading h6, .bleed.photo-bleed.colorized.white h1.colorized-heading h6, .bleed.photo-bleed.colorized.white h2.colorized-heading h6, .bleed.photo-bleed.colorized.white h3.colorized-heading h6, .bleed.photo-bleed.colorized.white h4.colorized-heading h6, .bleed.photo-bleed.colorized.white h5.colorized-heading h6, .bleed.photo-bleed.colorized.white h6.colorized-heading h6, .card.colorized.white p.colorized-heading h6, .card.colorized.white h1.colorized-heading h6, .card.colorized.white h2.colorized-heading h6, .card.colorized.white h3.colorized-heading h6, .card.colorized.white h4.colorized-heading h6, .card.colorized.white h5.colorized-heading h6, .card.colorized.white h6.colorized-heading h6 { color: #517F70; }

.orange-heading h1, .orange-heading h2, .orange-heading h3, .orange-heading h4, .orange-heading h5, .orange-heading h6 { color: #C0511B; }

h1.light-heading, h1.page-header.bleed, .process h1.page-header.process-item:nth-child(odd), h1.linear-box, h2.light-heading, h2.page-header.bleed, .process h2.page-header.process-item:nth-child(odd), h2.linear-box, h3.light-heading, h3.page-header.bleed, .process h3.page-header.process-item:nth-child(odd), h3.linear-box, h4.light-heading, h4.page-header.bleed, .process h4.page-header.process-item:nth-child(odd), h4.linear-box, h5.light-heading, h5.page-header.bleed, .process h5.page-header.process-item:nth-child(odd), h5.linear-box, h6.light-heading, h6.page-header.bleed, .process h6.page-header.process-item:nth-child(odd), h6.linear-box { font-weight: 300; }

.light-heading h1, .page-header.bleed h1, .process .page-header.process-item:nth-child(odd) h1, .linear-box h1, .light-heading h2, .page-header.bleed h2, .process .page-header.process-item:nth-child(odd) h2, .linear-box h2, .light-heading h3, .page-header.bleed h3, .process .page-header.process-item:nth-child(odd) h3, .linear-box h3, .light-heading h4, .page-header.bleed h4, .process .page-header.process-item:nth-child(odd) h4, .linear-box h4, .light-heading h5, .page-header.bleed h5, .process .page-header.process-item:nth-child(odd) h5, .linear-box h5, .light-heading h6, .page-header.bleed h6, .process .page-header.process-item:nth-child(odd) h6, .linear-box h6 { font-weight: 300; }

h1.ruled-heading, h2.ruled-heading, h3.ruled-heading, h4.ruled-heading, h5.ruled-heading, h6.ruled-heading { border-bottom: #999999 1px solid; padding-bottom: 0.625em; }

.ruled-heading h1, .ruled-heading h2, .ruled-heading h3, .ruled-heading h4, .ruled-heading h5, .ruled-heading h6 { border-bottom: #999999 1px solid; padding-bottom: 0.625em; }

h1.emulate-h1, h2.emulate-h1, h3.emulate-h1, h4.emulate-h1, h5.emulate-h1, h6.emulate-h1 { font-size: 2.375em; margin-bottom: 18px; }
@media (min-width: 560px) { h1.super-sized, h2.super-sized, h3.super-sized, h4.super-sized, h5.super-sized, h6.super-sized { font-size: 4.25em; } }
h1 .long-text, h2 .long-text, h3 .long-text, h4 .long-text, h5 .long-text, h6 .long-text { font-size: 1.8em; }

@media (max-width: 900px) { h1.scaledown, h2.emulate-h1.scaledown { font-size: 1.8em; } }

/* ---------------------- */
/* Line Options     */
/* ---------------------- */
hr.double { border: none; border-top: rgba(0, 0, 0, 0.3) 1px solid; border-bottom: rgba(0, 0, 0, 0.3) 1px solid; height: 0.25em; }

hr.roomy { margin-top: 30px; }

hr.alpha { border-top: rgba(0, 0, 0, 0.2) 2px solid !important; }
hr.alpha.white { border-top: rgba(255, 255, 255, 0.2) 2px solid !important; }

/* ---------------------- */
/* List Options     */
/* ---------------------- */
ul.bullet-list, .bullet-list ul { padding-left: 0.75em; }
ul.bullet-list li, .bullet-list ul li { text-indent: -0.75em; }
ul.bullet-list li:before, .bullet-list ul li:before { content: ''; display: inline-block; margin-right: 0.25em; margin-bottom: 0.15em; background: #999; width: 0.5em; height: 0.5em; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; border-radius: 0.25em; }
ul.bullet-list.link-color-bullets li:before, .bullet-list ul.link-color-bullets li:before { background: #C0511B; }
ul.bullet-list.link-color-bullets li a, .bullet-list ul.link-color-bullets li a { color: #C0511B; }
ul.bullet-list.white-bullets li:before, .bullet-list ul.white-bullets li:before { background: #fff; }

ul.indent-list, ul.indent-list ul, ol.indent-list, ol.indent-list ol { margin-left: 2.5em; }

ul.inline li, ul.social-icons li, footer#main-footer .row.footer-columns .specific-data .social ul.networks li, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.networks li, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.networks li, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.networks li, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.networks li, ul.alphabet li, .pagination ul.prevnext li, .pagination ul.numbers li { display: inline-block; }
ul.inline.far, ul.far.social-icons, footer#main-footer .row.footer-columns .specific-data .social ul.far.networks, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.far.networks, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.far.networks, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.far.networks, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.far.networks, ul.far.alphabet, .pagination ul.far.prevnext, .pagination ul.far.numbers { margin-bottom: 0; }
ul.inline.far li, ul.far.social-icons li, footer#main-footer .row.footer-columns .specific-data .social ul.far.networks li, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.far.networks li, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.far.networks li, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.far.networks li, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.far.networks li, ul.far.alphabet li, .pagination ul.far.prevnext li, .pagination ul.far.numbers li { margin-bottom: 1.25em; }

li.divisor { border-bottom: rgba(0, 0, 0, 0.3) 1px solid; padding-bottom: 9px; margin-bottom: 7px; }

ul.line-delimited li, .line-delimited ul li, ol.line-delimited li, .line-delimited ol li { border-bottom: rgba(0, 0, 0, 0.3) 1px solid; padding: 9px 15px; }
ul.line-delimited li a, .line-delimited ul li a, ol.line-delimited li a, .line-delimited ol li a { display: block; }
ul.line-delimited li.inline a, .line-delimited ul li.inline a, ol.line-delimited li.inline a, .line-delimited ol li.inline a { display: inline; }
ul.line-delimited li .flex-container p a, .line-delimited ul li .flex-container p a, ol.line-delimited li .flex-container p a, .line-delimited ol li .flex-container p a { display: inline; }
ul.line-delimited.loose-list li, .line-delimited ul.loose-list li, ol.line-delimited.loose-list li, .line-delimited ol.loose-list li { margin-bottom: 0; padding: 1.25em 15px; }
ul.line-delimited.line-delimited-top li:first-child, .line-delimited ul.line-delimited-top li:first-child, ol.line-delimited.line-delimited-top li:first-child, .line-delimited ol.line-delimited-top li:first-child { border-top: rgba(0, 0, 0, 0.3) 1px solid; }
ul.line-delimited .line-delimited-void, .line-delimited ul .line-delimited-void, ol.line-delimited .line-delimited-void, .line-delimited ol .line-delimited-void { border-bottom: none; }

ul.loose-list li, ol.loose-list li { margin-bottom: 0.625em; }
ul.loose-list.inline li, ul.loose-list.social-icons li, footer#main-footer .row.footer-columns .specific-data .social ul.loose-list.networks li, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li, ul.loose-list.alphabet li, .pagination ul.loose-list.prevnext li, .pagination ul.loose-list.numbers li, ol.loose-list.inline li { margin-bottom: 0; margin-right: 1.875em; }
ul.loose-list.inline li:last-child, ul.loose-list.social-icons li:last-child, footer#main-footer .row.footer-columns .specific-data .social ul.loose-list.networks li:last-child, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li:last-child, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li:last-child, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li:last-child, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li:last-child, ul.loose-list.alphabet li:last-child, .pagination ul.loose-list.prevnext li:last-child, .pagination ul.loose-list.numbers li:last-child, ol.loose-list.inline li:last-child { margin-right: 0; }

ul.loose-list-button li { margin-bottom: 10px; margin-right: 10px; }

ul.social-icons li a, footer#main-footer .row.footer-columns .specific-data .social ul.networks li a, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.networks li a, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.networks li a, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.networks li a, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.networks li a { font-size: 2.1875em; display: inline-block; }
ul.social-icons li a:hover, footer#main-footer .row.footer-columns .specific-data .social ul.networks li a:hover, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.networks li a:hover, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.networks li a:hover, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.networks li a:hover, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.networks li a:hover { text-decoration: none; }

dl.contact-definitions dt, dl.contact-definitions dd { margin: 0; padding: 0; font-size: 1.25em; }
dl.contact-definitions dd { margin-bottom: 1.25em; }

dl.glossary dd { margin-inline-start: 0px; padding: 1.25em 0 1.25em 0; }
dl.glossary dd ul { margin: 0 0 2.5em 1.250em; padding-left: 0.75em; padding-left: 0.75em; }
dl.glossary dd ul li { text-indent: -0.75em; }
dl.glossary dd ul li:before { content: ''; display: inline-block; margin-right: 0.25em; margin-bottom: 0.15em; background: #999; width: 0.5em; height: 0.5em; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; border-radius: 0.25em; }
dl.glossary dd p a { text-decoration: underline; }

ul[class*="block-grid"] { *zoom: 1; }
ul[class*="block-grid"]:after { content: ""; display: table; clear: both; }
ul[class*="block-grid"] > li > .panel, ul[class*="block-grid"] > li > .filters { margin-bottom: 0; }

ul.block-grid-wide-gutters[class*="block-grid"] > li, ul[class*="block-grid"].multi-column-lists > li { padding-right: 1.25em; padding-left: 1.25em; }

ul.block-grid-extra-wide-gutters[class*="block-grid"] > li { padding-right: 3.75em; padding-left: 3.75em; }

@media (max-width: 767px) { ul.multi-column-lists[class*="block-grid"] { margin-bottom: 3.125em; } }
@media (max-width: 767px) { ul.multi-column-lists[class*="block-grid"] > li { padding-bottom: 0; } }
@media (max-width: 767px) { ul.multi-column-lists[class*="block-grid"] > li ul { margin-bottom: 0; } }

ul.block-grid-padded { padding-left: 20px; padding-right: 20px; }
@media (max-width: 767px) { ul.block-grid-padded { padding-left: 20px; /*was orginally 10px. changed for image groupings using this class so they don't appear to be left-justified*/ padding-right: 20px; /*was orginally 10px. changed for image groupings using this class so they don't appear to be left-justified*/ }
  ul.block-grid-padded > li { padding-right: 0; } }

/* ---------------------- */
/* Blockquote Options   */
/* ---------------------- */
blockquote.small { font-size: 1.25em; }
blockquote cite { font-size: 1em; font-weight: bold; }
blockquote.stripped { border: 0; margin: 0; padding: 0; }
blockquote a { font-size: 0.6em; font-weight: 400; margin-top: 30px; }

/* ---------------------- */
/* Icon Options     */
/* ---------------------- */
i[class^="icon-"], i[class*=" icon-"] { display: inline-block; vertical-align: middle; }

.mid-icon { font-size: 1.875em; }

.mega-icon { font-size: 3.75em; }

.super-mega-icon { font-size: 5.3125em; }

.ultra-super-mega-icon { font-size: 5.85938em; }

.fa.mega-icon, .fa.super-mega-icon, .fa.ultra-super-mega-icon { font-family: "FontAwesome"; font-style: normal; font-stretch: initial; font-variant-ligatures: initial; line-height: 1.5; }

/* ---------------------- */
/* Image Options    */
/* ---------------------- */
img.left { margin-right: 1.25em; margin-bottom: 1.25em; }

img.right { margin-left: 1.25em; margin-bottom: 1.25em; }

@media (max-width: 900px) { img.left, img.right { max-width: 41%; } }
@media (max-width: 360px) { img.left, img.right { float: none !important; max-width: 100%; } }

img.image-margin { margin-bottom: 1.25em; }

figure.lined img { border: #999999 1px solid; padding: 10px; margin-bottom: 5px; }
