@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

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

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

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

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

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

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

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

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

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

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

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

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

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

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

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

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

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

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

.fa-linode:before {
  content: ""; }

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

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

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

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

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

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  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; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon:hover::after {
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
            box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #e6e6e6;
  color: #0a0a0a; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

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

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
@media print, screen and (min-width: 40em) {
  .mobile-menu,
  .site-title-bar {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .desktop-menu,
  .site-navigation .top-bar-left {
    display: none !important; } }

.site-desktop-title a {
  font-weight: bold; }

.mobile-menu {
  display: none; }

.mobile-menu .is-accordion-submenu-parent > a::after,
.mobile-off-canvas-menu .is-accordion-submenu-parent > a::after {
  border-color: #1779ba transparent transparent; }

.mobile-menu .is-accordion-submenu-parent.active > a::after,
.mobile-off-canvas-menu .is-accordion-submenu-parent.active > a::after {
  border-color: #fefefe transparent transparent; }

.mobile-menu .current_page_item > a,
.mobile-off-canvas-menu .current_page_item > a {
  font-weight: bold; }

.desktop-menu li.is-dropdown-submenu-parent > a::after {
  border-color: #1779ba transparent transparent; }

.desktop-menu li.is-dropdown-submenu-parent.active > a::after {
  border-color: #fefefe transparent transparent; }

@media screen and (max-width: 39.9375em) {
  .site-navigation {
    padding: 0; } }

.post-navigation::before, .post-navigation::after {
  display: table;
  content: ' '; }

.post-navigation::after {
  clear: both; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

.main-wrap {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem; }
  .main-wrap::before, .main-wrap::after {
    display: table;
    content: ' '; }
  .main-wrap::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .main-wrap {
      margin-top: 3rem; } }

.main-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .main-content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 40em) {
    .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .full-width.main-wrap .main-content {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .full-width.main-wrap .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .full-width.main-wrap .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .sidebar-left.main-wrap .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: relative;
      left: 33.33333%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar-left.main-wrap .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar-left.main-wrap .main-content:last-child:not(:first-child) {
        float: right; } }

.sidebar {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 40em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .sidebar-left.main-wrap .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: relative;
      left: -66.66667%;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar-left.main-wrap .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar-left.main-wrap .sidebar:last-child:not(:first-child) {
        float: right; } }

.footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #cacaca;
  margin-top: 3.75rem; }

.footer {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1.875rem 0; }
  .footer::before, .footer::after {
    display: table;
    content: ' '; }
  .footer::after {
    clear: both; }
  .footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

.flex-card-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media print, screen and (min-width: 40em) {
    .flex-card-example {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .flex-card-example .card {
    width: 100%; }
    .flex-card-example .card img {
      width: 100%; }
    @media print, screen and (min-width: 40em) {
      .flex-card-example .card {
        width: 32%; } }
    .flex-card-example .card .card-content {
      padding: 1rem; }

.featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    .featured-hero {
      height: 12.5rem; } }
  @media screen and (min-width: 75em) {
    .featured-hero {
      height: 25rem; } }

.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

.front-hero {
  background: url("../images/demo/hero-bg-foundation-6-small.svg") bottom center;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom;
  padding: 4.0625rem 0;
  margin: 0 0 2rem;
  height: auto;
  position: relative;
  text-align: left; }
  .front-hero .marketing {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 55rem; }
    .front-hero .marketing::before, .front-hero .marketing::after {
      display: table;
      content: ' '; }
    .front-hero .marketing::after {
      clear: both; }
  @media print, screen and (min-width: 40em) {
    .front-hero {
      background: url("../images/demo/hero-bg-foundation-6-large.svg") bottom center;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      height: 42.8125rem;
      margin: 0 0 4.5rem; } }
  .front-hero .watch {
    width: 58.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    position: relative;
    left: -41.66667%; }
    @media print, screen and (min-width: 40em) {
      .front-hero .watch {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .front-hero .watch:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .front-hero .watch {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: 0%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .front-hero .watch {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        .front-hero .watch:last-child:not(:first-child) {
          float: right; } }
    .front-hero .watch section {
      display: inline; }
    .front-hero .watch a {
      color: #B4C9D1;
      cursor: pointer;
      font-weight: 400;
      margin-right: 1.25rem; }
    .front-hero .watch a:hover {
      color: #fff; }
    .front-hero .watch .stargazers :before {
      content: "\f09b";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
    .front-hero .watch .twitter :before {
      content: "\f099";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
  .front-hero .tagline {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .front-hero .tagline {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .front-hero .tagline:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .front-hero .tagline {
        width: 41.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding-top: 6rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .front-hero .tagline {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        .front-hero .tagline:last-child:not(:first-child) {
          float: right; } }
  .front-hero h1 {
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem; }
    @media print, screen and (min-width: 40em) {
      .front-hero h1 {
        font-size: 2.875rem; } }
  .front-hero h4 {
    color: #fefefe;
    font-weight: 300;
    font-size: 1.3125rem; }
  .front-hero .download {
    margin-top: 1.25rem; }

.intro {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .intro::before, .intro::after {
    display: table;
    content: ' '; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .intro .fp-intro {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .intro .fp-intro {
        width: 83.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        margin-left: 8.33333%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .intro .fp-intro {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; }
        .intro .fp-intro h2 {
          font-weight: 300;
          margin-bottom: 1.5rem; }
        .intro .fp-intro h4 {
          font-size: 1.125rem;
          line-height: 1.6;
          color: #777;
          margin-bottom: 2rem; } }

.section-divider {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .section-divider::before, .section-divider::after {
    display: table;
    content: ' '; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media print, screen and (min-width: 40em) {
      .section-divider hr {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    display: table;
    content: ' '; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .benefits header {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .benefits header:last-child:not(:first-child) {
      float: right; }
    .benefits header h2 {
      font-weight: 300; }
    .benefits header h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777; }
  .benefits .semantic,
  .benefits .responsive,
  .benefits .customizable,
  .benefits .professional {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .benefits .semantic:last-child:not(:first-child),
    .benefits .responsive:last-child:not(:first-child),
    .benefits .customizable:last-child:not(:first-child),
    .benefits .professional:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        .benefits .semantic:last-child:not(:first-child),
        .benefits .responsive:last-child:not(:first-child),
        .benefits .customizable:last-child:not(:first-child),
        .benefits .professional:last-child:not(:first-child) {
          float: right; } }
    .benefits .semantic img,
    .benefits .responsive img,
    .benefits .customizable img,
    .benefits .professional img {
      padding: 1.25rem;
      margin: 1rem auto 0 auto; }
    .benefits .semantic h3,
    .benefits .responsive h3,
    .benefits .customizable h3,
    .benefits .professional h3 {
      color: #0a0a0a;
      font-weight: 300;
      font-size: 1.75rem; }
    .benefits .semantic p,
    .benefits .responsive p,
    .benefits .customizable p,
    .benefits .professional p {
      font-size: 0.9375rem; }
  .benefits .why-foundation {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      display: table;
      content: ' '; }
    .benefits .why-foundation::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .benefits .why-foundation {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

.kitchen-sink-header {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .kitchen-sink-header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .kitchen-sink-header:last-child:not(:first-child) {
    float: right; }

.kitchen-sink-components {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  .kitchen-sink-components hr {
    margin: 3rem 0; }
  @media print, screen and (min-width: 40em) {
    .kitchen-sink-components {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .kitchen-sink-components:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 64em) {
    .kitchen-sink-components {
      width: 75%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .kitchen-sink-components {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      .kitchen-sink-components:last-child:not(:first-child) {
        float: right; } }

.kitchen-sink-nav {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .kitchen-sink-nav {
      width: 25%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      display: block;
      float: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .kitchen-sink-nav {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      .kitchen-sink-nav:last-child:not(:first-child) {
        float: right; }
      .kitchen-sink-nav .docs-sub-menu {
        font-size: 0.85rem;
        margin-top: 1rem; }
      .kitchen-sink-nav .docs-menu-title {
        text-transform: uppercase;
        font-size: 0.75rem;
        color: #8a8a8a;
        font-weight: bold;
        line-height: 1;
        padding-left: 0.9rem;
        margin-bottom: 0.5rem;
        border-top: 1px solid #cacaca;
        margin-top: 1rem;
        padding-top: 1.5rem; }
      .kitchen-sink-nav .docs-toc {
        width: 100%;
        padding-left: 4rem;
        padding-right: 1rem; }
      .kitchen-sink-nav .docs-toc .active {
        background: #2199e8;
        color: white; }
      .kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
        margin-top: 0;
        border-top: 0;
        padding-top: 0; } }

.row.display {
  background: #eee;
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 2rem;
  border: solid 1px #c6c6c6;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .row.display .columns:nth-child(2), .row.display .columns.small-centered, .row.display .columns.large-centered {
    background: #e1e1e1; }

@font-face {
  font-family: "uthscsa-icons";
  src: url("../fonts/uthscsa/uthscsa-icons.eot");
  src: url("../fonts/uthscsa/uthscsa-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/uthscsa/uthscsa-icons.woff") format("woff"), url("../fonts/uthscsa/uthscsa-icons.ttf") format("truetype"), url("../fonts/uthscsa/uthscsa-icons.svg#uthscsa-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "uthscsa-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "uthscsa-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-person-labcoat-male:before {
  content: "\6b"; }

.icon-book:before {
  content: "\70"; }

.icon-quicklinks:before {
  content: "\71"; }

.icon-search:before {
  content: "\72"; }

.icon-med-case-lines:before {
  content: "\73"; }

.icon-close:before {
  content: "\74"; }

.icon-carat-double-up:before {
  content: "\75"; }

.icon-carat-double-down:before {
  content: "\76"; }

.icon-carat-double-left:before {
  content: "\77"; }

.icon-carat-double-right:before {
  content: "\78"; }

.icon-facebook:before {
  content: "\7a"; }

.icon-email:before {
  content: "\42"; }

.icon-arrow-circle-down:before {
  content: "\43"; }

.icon-arrow-circle-left:before {
  content: "\44"; }

.icon-arrow-circle-right:before {
  content: "\45"; }

.icon-arrow-circle-up:before {
  content: "\46"; }

.icon-calendar-grid:before {
  content: "\47"; }

.icon-calendar-blank:before {
  content: "\48"; }

.icon-facebook-square:before {
  content: "\49"; }

.icon-linkedin-square:before {
  content: "\4b"; }

.icon-googleplus-square:before {
  content: "\4c"; }

.icon-youtube-square:before {
  content: "\4d"; }

.icon-doctor:before {
  content: "\4e"; }

.icon-person:before {
  content: "\50"; }

.icon-world:before {
  content: "\51"; }

.icon-reset:before {
  content: "\52"; }

.icon-question-circle:before {
  content: "\53"; }

.icon-information-circle:before {
  content: "\54"; }

.icon-exclaim-circle:before {
  content: "\55"; }

.icon-carat-down:before {
  content: "\56"; }

.icon-carat-left:before {
  content: "\57"; }

.icon-carat-right:before {
  content: "\58"; }

.icon-carat-up:before {
  content: "\59"; }

.icon-checkbox-checked:before {
  content: "\5a"; }

.icon-checkbox-unchecked:before {
  content: "\30"; }

.icon-map-marker:before {
  content: "\31"; }

.icon-lightbulb:before {
  content: "\32"; }

.icon-star:before {
  content: "\33"; }

.icon-document:before {
  content: "\34"; }

.icon-download:before {
  content: "\35"; }

.icon-home:before {
  content: "\37"; }

.icon-plus:before {
  content: "\38"; }

.icon-minus:before {
  content: "\39"; }

.icon-arrow-triangle-down:before {
  content: "\21"; }

.icon-arrow-triangle-left:before {
  content: "\22"; }

.icon-arrow-triangle-right:before {
  content: "\23"; }

.icon-arrow-triangle-up:before {
  content: "\24"; }

.icon-flask:before {
  content: "\25"; }

.icon-question:before {
  content: "\26"; }

.icon-information:before {
  content: "\27"; }

.icon-exclaim:before {
  content: "\28"; }

.icon-tag-2:before {
  content: "\4a"; }

.icon-tint:before {
  content: "\2e"; }

.icon-trash-bin:before {
  content: "\2f"; }

.icon-trello:before {
  content: "\3a"; }

.icon-truck:before {
  content: "\3b"; }

.icon-tumblr:before {
  content: "\3c"; }

.icon-umbrella:before {
  content: "\3e"; }

.icon-unlock-2:before {
  content: "\40"; }

.icon-upload:before {
  content: "\5b"; }

.icon-user:before {
  content: "\5d"; }

.icon-window-list:before {
  content: "\79"; }

.icon-gamepad:before {
  content: "\e007"; }

.icon-gears-setting:before {
  content: "\e011"; }

.icon-harddrive:before {
  content: "\36"; }

.icon-headphone:before {
  content: "\e010"; }

.icon-italic:before {
  content: "\2a"; }

.icon-key:before {
  content: "\2b"; }

.icon-like:before {
  content: "\2c"; }

.icon-like-filled:before {
  content: "\2d"; }

.icon-log-in:before {
  content: "\e012"; }

.icon-log-out:before {
  content: "\3f"; }

.icon-minus-square:before {
  content: "\5e"; }

.icon-money-banknote:before {
  content: "\5f"; }

.icon-pinterest:before {
  content: "\60"; }

.icon-pinterest-square:before {
  content: "\7b"; }

.icon-puzzle:before {
  content: "\7c"; }

.icon-qrcode:before {
  content: "\7d"; }

.icon-resize-down:before {
  content: "\7e"; }

.icon-resize-expand:before {
  content: "\5c"; }

.icon-share-square:before {
  content: "\e000"; }

.icon-share-square-1:before {
  content: "\e001"; }

.icon-sort-amount-two:before {
  content: "\e002"; }

.icon-sort-numeric:before {
  content: "\e003"; }

.icon-tasks:before {
  content: "\e005"; }

.icon-twitter:before {
  content: "\41"; }

.icon-stethoscope:before {
  content: "\4f"; }

.icon-talk-chat:before {
  content: "\e008"; }

.icon-talk-chat-2:before {
  content: "\29"; }

.icon-tumblr-square:before {
  content: "\3d"; }

.icon-video-camera:before {
  content: "\e006"; }

.icon-apple:before {
  content: "\61"; }

.icon-checkbox-pen:before {
  content: "\62"; }

.icon-dollar-sign:before {
  content: "\63"; }

.icon-double-arrows:before {
  content: "\e00b"; }

.icon-hexagon:before {
  content: "\64"; }

.icon-house:before {
  content: "\e00a"; }

.icon-med-case:before {
  content: "\66"; }

.icon-medal:before {
  content: "\67"; }

.icon-microscope:before {
  content: "\68"; }

.icon-people:before {
  content: "\69"; }

.icon-person-labcoat-female:before {
  content: "\6a"; }

.icon-steps:before {
  content: "\e00c"; }

.icon-toolbox:before {
  content: "\e009"; }

.icon-tooth:before {
  content: "\6c"; }

.icon-tooth-sparkle:before {
  content: "\6d"; }

.icon-toothbrush:before {
  content: "\6e"; }

.icon-toothbrush-toothpaste:before {
  content: "\6f"; }

.icon-instagram:before {
  content: "\e00d"; }

.icon-logo-hex-group:before {
  content: "\65"; }

.icon-print:before {
  content: "\e00e"; }

.icon-stop:before {
  content: "\e004"; }

.icon-uth-shield:before {
  content: "\e00f"; }

/** Sizing
Small:          0px-999px
Medium Screens: 1000px - 1599px
Large Screens:  1600px - Infinity
**/
#footer-container #footer {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }

footer {
  background-color: #f26722;
  background-repeat: no-repeat;
  background-position: center center;
  color: white; }
  footer h3 {
    color: white; }

.alamo {
  position: relative;
  top: -69px;
  width: 100%;
  text-align: center;
  margin-bottom: -5em; }
  .alamo svg {
    width: 200px;
    fill: #b64e01; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .alamo {
    position: relative;
    top: -69px;
    width: 100%;
    text-align: center; }
    .alamo svg {
      width: 200px;
      fill: #b64e01; } }

.footer-border {
  border-left: 0.1em solid rgba(222, 222, 222, 0.8); }
  @media screen and (max-width: 1200px) {
    .footer-border {
      border-left: none; } }

@media screen and (max-width: 766px) {
  .center-on-small {
    text-align: center; }
  footer img {
    display: inline;
    margin-bottom: .5em; }
  footer .widget {
    margin: 0em 0em 4em 0em; } }

footer a, footer a:hover, footer a:focus {
  text-decoration: underline;
  color: white; }

footer a > i {
  font-size: 2.1875em; }

.footer-closed {
  margin-top: 0em !important; }

.footer-far {
  margin-top: 5em !important; }

.footer-disclaimer {
  background-color: rgba(0, 0, 0, 0.3);
  min-height: 150px; }
  .footer-disclaimer p {
    text-align: center;
    padding-top: 2.5em;
    padding-left: 10%;
    padding-right: 10%; }
  .footer-disclaimer a, .footer-disclaimer a:hover, .footer-disclaimer a:focus {
    color: white;
    text-decoration: underline; }

.site-navigation {
  border-bottom: #fec46f 6px solid;
  background-color: #c0511b;
  margin-bottom: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px;
  z-index: 2; }

.title-bar {
  background: #c0511b; }

#mobile-menu > ul > li {
  list-style-type: none;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  padding-left: 1em; }

#mobile-menu #menu-main-menu {
  margin-left: 0em; }

.menu-icon::after {
  background: white;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }

.top-bar {
  background-color: #c0511b;
  padding: 0em;
  font-weight: 600;
  position: relative; }
  @media screen and (min-width: 766px) {
    .top-bar ul li {
      list-style-type: none;
      display: table-cell;
      background-color: #c0511b; }
      .top-bar ul li a {
        padding: 1.2em 0em;
        height: 3em;
        display: block; }
        .top-bar ul li a span {
          padding-left: 1em;
          padding-right: 1em;
          border-right: #85351c 2px solid; }
      .top-bar ul li a:hover {
        background-color: #863813; }
    .top-bar ul li:hover {
      list-style-type: none;
      display: table-cell;
      background-color: #c0511b; }
    .top-bar #menu-main-menu {
      margin: 0px; }
    .top-bar #menu-main-menu-1 {
      margin: 0px; } }

.top-bar-right {
  float: right;
  right: 0;
  overflow: hidden;
  position: absolute;
  padding-left: 50px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #863813;
  height: auto; }
  @media only screen and (min-width: 640px) and (max-width: 1200px) {
    .top-bar-right {
      position: relative;
      width: 100%;
      padding: 0px; } }
  @media screen and (max-width: 639px) {
    .top-bar-right {
      display: block;
      width: 100%;
      height: auto;
      float: left;
      overflow: none;
      padding-left: 0px;
      background-repeat: no-repeat;
      background-position: center top;
      padding-right: 0px;
      background-color: #c0511b;
      border-left: none; } }
  .top-bar-right .top-bar, .top-bar-right .top-bar ul {
    background-color: #c0511b; }
  .top-bar-right ul li {
    background-color: #863813; }

.top-bar-right {
  padding-right: 27%; }
  @media only screen and (min-width: 1650px) and (max-width: 2000px) {
    .top-bar-right {
      padding-right: 18%; } }
  @media only screen and (min-width: 1150px) and (max-width: 1649px) {
    .top-bar-right {
      padding-right: 10%; } }
  @media only screen and (min-width: 650px) and (max-width: 1149px) {
    .top-bar-right {
      padding-right: 10%;
      position: relative; } }
  @media only screen and (min-width: 10px) and (max-width: 649px) {
    .top-bar-right {
      padding-right: 0;
      position: relative; } }

@media only screen and (min-width: 640px) and (max-width: 1200px) {
  .top-bar .top-bar-right {
    width: 100%; } }

.top-bar ul {
  background-color: transparent; }

.top-bar .menu a:hover:not(.button) {
  background-color: #933e15; }

.top-bar-right .menu a:hover:not(.button) {
  text-decoration: underline;
  background-color: #863813; }

@media screen and (max-width: 766px) {
  .menu > li > a {
    padding: 1em; } }

.top-bar .menu a {
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none; }

.is-dropdown-submenu-parent > a > span:after {
  font-family: uthscsa-icons;
  content: " \78";
  color: white; }

.is-dropdown-submenu-parent > a > span:hover:after {
  font-family: uthscsa-icons;
  content: " \76";
  color: white; }

.top-bar-left.menu a:hover:not(.button) {
  background-color: #933e15; }

.top-bar-left .current-menu-item, nav.site-navigation ul.menu > li.current-page-ancestor a, .top-bar-left .active > a, .top-bar-left.menu a:visited:not(.button) {
  background-color: #863813; }

.top-bar-right::before {
  content: "";
  display: block;
  position: absolute;
  left: -100px;
  width: 150px;
  height: 150px;
  border-right: #FEC46F 4px solid;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #c0511b; }
  @media screen and (max-width: 1200px) {
    .top-bar-right::before {
      content: none; } }

.top-bar-right .current-menu-item {
  text-decoration: underline;
  color: white;
  background: #933e15; }

.theme-research .navbar .utility-nav {
  background-color: #863813; }

ul#menu-main-menu li.current-page-ancestor a {
  background-color: #85351c; }

/** Off Canvas **/
ul.wp_quicklinks > li > a {
  display: inline; }

button.quicklinks-option {
  color: #c0511b; }

button.quicklinks-option:hover {
  color: #863813; }

.UTH_Off_canvas {
  padding: 1em; }
  .UTH_Off_canvas ul {
    margin-bottom: 1.5em; }

.position-right {
  z-index: 3; }

.js-off-canvas-overlay.is-overlay-fixed {
  z-index: 2; }

/* WordPress Gallery 
------------------------------------------ */
.gallery-caption {
  color: black; }

.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em; }

.gallery:after {
  display: table;
  content: "";
  clear: both; }

.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em; }

.gallery-item img {
  width: 100%; }

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.3333%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6667%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.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;
  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, .row.collapse > .columns, .bleed .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper > .column, .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 > .column, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .collapse.crsl-nav-helper > .columns, .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, .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, .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, .small-centered.columns, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .small-uncentered.columns, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child, .small-centered.columns:last-child, .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child, .small-uncentered.columns:last-child, .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite, .small-uncentered.opposite.columns, .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, .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, .medium-centered.columns, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .medium-uncentered.columns, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child, .medium-centered.columns:last-child, .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child, .medium-uncentered.columns:last-child, .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite, .medium-uncentered.opposite.columns, .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, .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, .large-centered.columns, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered, .large-uncentered.columns, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child, .large-centered.columns:last-child, .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child, .large-uncentered.columns:last-child, .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite, .large-uncentered.opposite.columns, .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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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 */
  -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;
  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, .section-divider hr {
  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;
  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?1587651177");
  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?1587651177");
  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?1587651177");
  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?1587651177");
  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?1587651176");
  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?1587651175");
  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?1587651175");
  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?1587651175");
  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?1587651177");
  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?1587651177");
  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-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?1587651175");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 119px;
  width: 261px; }

.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?1587651175");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 80px;
  width: 175px; }

.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?1587651178");
  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?1587651177");
  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?1587651177");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 66px;
  width: 384px; }

.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?1587651177");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 69px;
  width: 158px; }

.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?1587651176");
  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?1587651176");
  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?1587651178");
  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?1587651178");
  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?1587651175");
  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?1587651175");
  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?1587651176");
  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?1587651176");
  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-nursing a, .logo.logo-nursing a.horiz {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url("/images/logos/logo-nursing.png?1587651176");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 124px;
  width: 261px; }

.logo.logo-nursing a.vert {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url("/images/logos/logo-nursing-vertical.png?1587651176");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 83px;
  width: 175px; }

.logo.logo-nursing.svg a.horiz, .logo.logo-nursing.svg a.vert {
  background: none; }

.logo.logo-lsom a, .logo.logo-lsom a.horiz {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url("/images/logos/logo-lsom.png?1587651176");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 127px;
  width: 261px; }

.logo.logo-lsom a.vert {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url("/images/logos/logo-lsom-vertical.png?1587651176");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 127px;
  width: 261px; }

.logo.logo-lsom.svg a.horiz, .logo.logo-lsom.svg a.vert {
  background: none; }

.logo.logo-utteenhealth a, .logo.logo-utteenhealth a.horiz {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url("/images/logos/logo-utteenhealth.png?1587651178");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 127px;
  width: 261px; }

.logo.logo-utteenhealth a.vert {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url("/images/logos/logo-utteenhealth-vertical.png?1587651178");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 127px;
  width: 261px; }

.logo.logo-utteenhealth.svg a.horiz, .logo.logo-utteenhealth.svg a.vert {
  background: none; }

.logo.logo-rii a, .logo.logo-rii a.horiz {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url("/images/logos/logo-rii.png?1587651177");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 150px;
  width: 261px; }

.logo.logo-rii a.vert {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url("/images/logos/logo-rii-vertical.png?1587651177");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 150px;
  width: 261px; }

.logo.logo-rii.svg a.horiz, .logo.logo-rii.svg a.vert {
  background: none; }

.logo.logo-dental50 a, .logo.logo-dental50 a.horiz {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url("/images/logos/logo-dental50.png?1587651176");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 244px;
  width: 275px; }

.logo.logo-dental50 a.vert {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url("/images/logos/logo-dental50-vertical.png?1587651176");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 244px;
  width: 275px; }

.logo.logo-dental50.svg a.horiz, .logo.logo-dental50.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;
  border-bottom-left-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 {
    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;
  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;
  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;
  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;
  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; }

.bolder {
  font-weight: 700; }

.boldest {
  font-weight: 900; }

.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;
  border-radius: 0.3125em;
  padding: 5px 20px;
  color: #fff;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -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 {
  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;
  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;
  border-radius: 0.3125em;
  padding: 5px 20px;
  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: #933e15;
  text-decoration: none; }

.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;
  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;
  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;
  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;
  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.9);
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.3125em;
  margin-right: 0.3125em;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.highlighter-links a:hover {
  text-decoration: none;
  background: #863813;
  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: #863813;
  color: #fff; }

.highlighter-links.highlight-darker a:hover {
  background: #4c200b;
  color: #fff; }

.highlighter-links.highlight-institutional-darken a {
  background: #4A3544;
  color: #fff; }

.highlighter-links.highlight-institutional-darken a:hover {
  background: #231921; }

.highlighter-links.highlight-institutional-accent a {
  background: #863813;
  color: #fff; }

.highlighter-links.highlight-institutional-accent a:hover {
  background: #4c200b; }

.highlighter-links.highlight-patientcare-darken a {
  background: #0D4857;
  color: #fff; }

.highlighter-links.highlight-patientcare-darken a:hover {
  background: #04181d; }

.highlighter-links.highlight-patientcare-accent a {
  background: #8a3010;
  color: #fff; }

.highlighter-links.highlight-patientcare-accent a:hover {
  background: #4e1b09; }

.highlighter-links.highlight-academics-darken a {
  background: #26483e;
  color: #fff; }

.highlighter-links.highlight-academics-darken a:hover {
  background: #0f1d19; }

.highlighter-links.highlight-academics-accent a {
  background: #543130;
  color: #fff; }

.highlighter-links.highlight-academics-accent a:hover {
  background: #2a1818; }

.highlighter-links.highlight-research-darken a {
  background: #493433;
  color: #fff; }

.highlighter-links.highlight-research-darken a:hover {
  background: #221818; }

.highlighter-links.highlight-research-accent a {
  background: #2a5647;
  color: #fff; }

.highlighter-links.highlight-research-accent a:hover {
  background: #142922; }

.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;
  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 {
  -webkit-margin-start: 0px;
          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;
  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;
  line-height: 1; }

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

.lg-icon {
  font-size: 2.375em; }

.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;
  -webkit-font-variant-ligatures: initial;
          font-variant-ligatures: initial;
  line-height: 1.5; }

.fas.mega-icon, .fas.super-mega-icon, .fas.ultra-super-mega-icon {
  font-style: normal;
  font-stretch: initial;
  -webkit-font-variant-ligatures: 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; }

/* ---------------------- */
/* Input Options		*/
/* ---------------------- */
input.highlight[type="text"] {
  background: rgba(192, 81, 27, 0.5); }

input.radius, input[type="text"] {
  border-radius: 5px; }

input[type="text"].flex-width, select.flex-width {
  width: auto; }

.input-birthdate input[type="text"] {
  width: 75px; }

.input-birthdate span.slash {
  margin: 0 10px; }

.styled-select select {
  background: #F7F4F0;
  font-size: 0.875em;
  height: 29px;
  vertical-align: bottom;
  border: #999999 1px solid;
  border-radius: 5px; }

.searchbox-large {
  font-size: 1.5625em; }

@media (max-width: 900px) {
  .searchbox-large {
    font-size: 1.375em; } }

@media (max-width: 500px) {
  .searchbox-large {
    font-size: 1.125em; } }

.searchbox-large input[type="text"] {
  padding: 10px 10px;
  vertical-align: middle; }

.searchbox-large.input-button-postfix .button {
  padding-right: 10px;
  padding-left: 10px; }

.searchbox-medium {
  color: #545454;
  font-size: 1em; }

@media (max-width: 900px) {
  .searchbox-medium {
    font-size: 0.75em; } }

@media (max-width: 500px) {
  .searchbox-medium {
    font-size: 0.75em; } }

.searchbox-medium input[type="text"] {
  padding: 10px 10px;
  vertical-align: middle; }

.searchbox-medium .button.go-button {
  color: #514574 !important;
  border-left: #514574 1px solid;
  height: 44px; }

.searchbox-medium.input-button-postfix .button {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px; }

.input-button-postfix {
  position: relative; }

.input-button-postfix input[type="text"] {
  width: 100%; }

.input-button-postfix .button {
  color: #171717;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-button-postfix .button:hover {
  background: none; }

.input-button-postfix .button i {
  color: #171717; }

.columned-searchbox input[type="text"] {
  width: 100%; }

.columned-searchbox .button {
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 10px; }

ul.radio-definition-style li {
  clear: left;
  margin-bottom: 1.25em; }

ul.radio-definition-style li input[type="radio"] {
  float: left;
  margin: 5px 10px 50px 0; }

ul.radio-definition-style li label .title {
  font-weight: 700; }

ul.checkbox-date-grid {
  display: block;
  padding: 0;
  margin: 0 -1.5px; }

ul.checkbox-date-grid:before, ul.checkbox-date-grid:after {
  content: " ";
  display: table; }

ul.checkbox-date-grid:after {
  clear: both; }

ul.checkbox-date-grid > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 1.5px 3px; }

ul.checkbox-date-grid > li {
  width: 20%;
  padding: 0 1.5px 3px;
  list-style: none; }

ul.checkbox-date-grid > li:nth-of-type(1n) {
  clear: none; }

ul.checkbox-date-grid > li:nth-of-type(5n+1) {
  clear: both; }

ul.checkbox-date-grid li {
  cursor: pointer;
  text-align: center; }

ul.checkbox-date-grid li .wrapper {
  background: #fff;
  padding: 15px 0; }

ul.checkbox-date-grid li .wrapper input[type="checkbox"] {
  cursor: pointer; }

ul.checkbox-date-grid li.selected .wrapper {
  background: #6bcfe9; }

ul.checkbox-date-grid.grid-headers {
  font-weight: bold; }

.form-error {
  color: #f00; }

/* ---------------------- */
/* Table Options		*/
/* ---------------------- */
table.ledger thead tr td {
  border: 0; }

table.ledger tr:nth-child(even) {
  background: #F7F4F0; }

table.ledger tr td, table.ledger tr th {
  border-bottom: #cccccc 1px dotted; }

table.ledger tfoot tr {
  background: #e0d4c5; }

table.double-shade tr {
  background: #F7F4F0; }

table.double-shade tr:nth-child(even) {
  background: #ebe3d9; }

table.header-column-shift th {
  border-right: #fff 0.4375em solid;
  max-width: 170px; }

table.header-column-shift tfoot tr {
  border-top: #fff 0.4375em solid; }

tr.totals th, tr.totals td {
  font-weight: bold; }

table.header-step-shade thead tr td.step0 {
  background: #c0511b; }

table.header-step-shade thead tr td.step1 {
  background: #a54617; }

table.header-step-shade thead tr td.step2 {
  background: #8a3a13; }

table.header-step-shade thead tr td.step3 {
  background: #702f10; }

table.header-step-shade thead tr td.step4 {
  background: #55240c; }

table.header-step-shade thead tr td.step5 {
  background: #3a1808; }

table.header-step-shade thead tr td.step6 {
  background: #1f0d04; }

.table-responsive-wrapper {
  overflow: auto;
  max-width: 100%; }

p.table-scroll-helper {
  display: none;
  font-size: 0.75em;
  color: #4a4a4a;
  text-align: right;
  margin-bottom: 0; }

p.table-scroll-helper:after {
  content: '';
  display: inline-block;
  border-top: 0.375em solid transparent;
  border-bottom: 0.375em solid transparent;
  border-left-width: 0.375em;
  border-left-style: solid;
  border-left-color: inherit;
  vertical-align: middle;
  position: relative;
  margin-left: 0.3125em;
  margin-top: -0.125em; }

p.table-scroll-helper.active {
  display: block; }

table.plain tr td {
  padding: 0 20px 15px 0;
  vertical-align: top;
  width: 50%; }

table.plain thead tr td {
  background-color: #f7f4f0;
  color: #333333;
  font-weight: bold;
  padding-bottom: 0; }

table.border {
  border: solid 1px #fff;
  background-color: none; }

table.border tr td {
  vertical-align: top;
  background-color: transparent; }

table.border thead tr td {
  vertical-align: middle;
  background-color: transparent;
  color: #fff;
  border-bottom: thin solid #fff;
  padding-top: .5em;
  padding-bottom: 0; }

/* _______________________________________________________________ */
/*  Modules
/*  Reusable classes and options that can be reused site-wide
/* _______________________________________________________________ */
/* ---------------------- */
/* Navbar / Main Nav 		*/
/* ---------------------- */
nav.navbar {
  *zoom: 1;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  overflow: hidden;
  border-bottom: #FEC46F 4px solid; }

nav.navbar:after {
  content: "";
  display: table;
  clear: both; }

nav.navbar .menuToggle {
  display: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px; }

@media (max-width: 500px) {
  nav.navbar .menuToggle {
    display: block; } }

nav.navbar .menuToggle a.button {
  width: 100%;
  background: transparent;
  text-align: center; }

nav.navbar .menuToggle a.button i.is-closed {
  display: inline-block; }

nav.navbar .menuToggle a.button i.is-open {
  display: none; }

nav.navbar .menuToggle a.button.active i.is-closed {
  display: none; }

nav.navbar .menuToggle a.button.active i.is-open {
  display: inline-block; }

nav.navbar.stack ul.main-nav {
  float: none; }

nav.navbar.stack ul.main-nav li a span {
  border-left: 0; }

nav.navbar.stack ul.utility-nav {
  position: static;
  float: none;
  padding-left: 0; }

nav.navbar.stack ul.utility-nav:before {
  display: none; }

nav.navbar.stack ul.utility-nav li:first-child a {
  padding-left: 10px; }

nav.navbar ul {
  *zoom: 1;
  float: left;
  margin-bottom: 0;
  display: block; }

nav.navbar ul:after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 500px) {
  nav.navbar ul {
    display: none;
    text-align: center; } }

nav.navbar ul.active {
  display: block; }

nav.navbar ul li {
  float: left; }

@media (max-width: 500px) {
  nav.navbar ul li {
    float: none;
    display: inline; } }

nav.navbar ul li a {
  display: inline-block;
  color: #fff;
  padding: 10px 15px; }

nav.navbar ul li a:hover {
  text-decoration: none; }

@media (max-width: 500px) {
  nav.navbar ul.main-nav {
    padding: 0 40px; } }

nav.navbar ul.main-nav li a {
  padding-left: 0;
  margin-right: -2px;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

nav.navbar ul.main-nav li a span {
  padding-left: 12px;
  border-left: rgba(0, 0, 0, 0.4) 2px solid; }

nav.navbar ul.main-nav li:first-child a span, a:hover nav.navbar ul.main-nav li.active a span, nav.navbar ul.main-nav li.active + li a span {
  border-left: none; }

nav.navbar ul.main-nav li.active a {
  margin-right: 0; }

nav.navbar ul.utility-nav {
  float: right;
  position: absolute;
  right: 0;
  overflow: hidden;
  padding-left: 50px;
  background-repeat: repeat;
  background-position: center center; }

nav.navbar ul.utility-nav:before {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  width: 150px;
  height: 150px;
  border-right: #FEC46F 4px solid;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (max-width: 900px) {
  nav.navbar ul.utility-nav:before {
    display: none; } }

nav.navbar ul.utility-nav li a:hover {
  text-decoration: underline; }

nav.navbar ul.utility-nav li a i {
  margin-right: 3px; }

nav.navbar ul.utility-nav li:first-child a {
  padding-left: 50px; }

nav.navbar ul.utility-nav li.active a {
  background: rgba(0, 0, 0, 0.3); }

body.navbar-plus-pageheader nav.navbar {
  margin-bottom: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px; }

body.secondary-logo #main-header {
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px; }

/* ----------------------- */
/* Quicklinks 			*/
/* ----------------------- */
body.quicklinks {
  background-color: #E6E3DA; }

p.toggleQuicklinks i.icon-close {
  display: none; }

p.toggleQuicklinks a {
  outline: none; }

p.toggleQuicklinks a:hover {
  text-decoration: none; }

#quicklinks {
  display: none;
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
  z-index: 9;
  padding: 30px 40px;
  -webkit-transition: right .4s ease-out;
  transition: right .4s ease-out; }

@media (max-width: 360px) {
  #quicklinks {
    right: -250px;
    width: 250px; } }

#quicklinks p.toggleQuicklinks {
  margin-top: 1.25em; }

#quicklinks p.toggleQuicklinks i.icon-close {
  display: inline-block; }

.quicklinks-dim {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 10; }

.quicklinks-slide-panel {
  -webkit-transition: margin .4s ease-out;
  transition: margin .4s ease-out; }

.quicklinks-slide-panel.quicklinks-bg {
  background-color: #fff;
  overflow: hidden; }

body.quicklinks-active #quicklinks {
  right: 0; }

body.quicklinks-active .quicklinks-slide-panel {
  margin-left: -300px;
  margin-right: 300px; }

@media (max-width: 360px) {
  body.quicklinks-active .quicklinks-slide-panel {
    margin-left: -250px;
    margin-right: 250px; } }

body.quicklinks-active p.toggleQuicklinks i.icon-close {
  display: inline-block;
  width: 19px; }

body.quicklinks-active p.toggleQuicklinks i.icon-quicklinks {
  display: none; }

/* ----------------------- */
/* quicklinks search 	   */
/* ----------------------- */
#quicklinks .search {
  position: relative;
  margin-bottom: 20px; }

#quicklinks .search input {
  width: 100%;
  height: 35px;
  background: #fff;
  padding-right: 60px;
  border-color: #bbb; }

#quicklinks .search a.button {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* ---------------------- */
/* Breadcrumbs 		*/
/* ---------------------- */
ul.breadcrumbs li {
  display: inline-block; }

/* ------------------------- */
/* Basic Page Header 		     */
/* ------------------------- */
.page-header {
  background-color: #C0511B;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 1.25em; }

.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
  color: #fff;
  font-weight: 200; }

/* ---------------------- */
/* Bleeding Page Headers 	*/
/* ---------------------- */
.page-header.bleed, .process .page-header.process-item:nth-child(odd) {
  padding: 3.125em 0;
  margin-bottom: 3.125em;
  background-repeat: no-repeat;
  background-position: 50% 0; }

.page-header.bleed .title-block, .process .page-header.process-item:nth-child(odd) .title-block {
  padding: 3.125em;
  min-height: 21.875em;
  max-width: 40%;
  float: right;
  margin-right: -1.25em; }

@media (max-width: 767px) {
  .page-header.bleed .title-block, .process .page-header.process-item:nth-child(odd) .title-block {
    max-width: none;
    min-height: 0;
    float: none;
    margin-right: 0; } }

.page-header.bleed.roomy, .process .page-header.roomy.process-item:nth-child(odd) {
  padding: 6.25em 0; }

@media (max-width: 900px) {
  .page-header.bleed.roomy, .process .page-header.roomy.process-item:nth-child(odd) {
    padding: 3.125em 0; } }

.page-header.bleed.photo-title-block, .process .page-header.photo-title-block.process-item:nth-child(odd) {
  padding: 0; }

@media (max-width: 767px) {
  .page-header.bleed.photo-title-block .bg-photo, .process .page-header.photo-title-block.process-item:nth-child(odd) .bg-photo {
    position: static; } }

.page-header.bleed.photo-title-block .bg-photo img, .process .page-header.photo-title-block.process-item:nth-child(odd) .bg-photo img {
  margin: 0 auto 0 0; }

@media (max-width: 767px) {
  .page-header.bleed.photo-title-block .bg-photo img, .process .page-header.photo-title-block.process-item:nth-child(odd) .bg-photo img {
    max-width: 100%; } }

@media (max-width: 767px) {
  .page-header.bleed.photo-title-block .content .columns, .process .page-header.photo-title-block.process-item:nth-child(odd) .content .columns {
    padding: 0; } }

.page-header.bleed.extra-roomy, .process .page-header.extra-roomy.process-item:nth-child(odd) {
  padding: 9.375em 0; }

@media (max-width: 900px) {
  .page-header.bleed.extra-roomy, .process .page-header.extra-roomy.process-item:nth-child(odd) {
    padding: 4.6875em 0; } }

.page-header.bleed.notso-roomy, .process .page-header.notso-roomy.process-item:nth-child(odd) {
  padding: 3.125em 0; }

@media (max-width: 900px) {
  .page-header.bleed.notso-roomy, .process .page-header.notso-roomy.process-item:nth-child(odd) {
    padding: 1.5625em 0; } }

.page-header.bleed.less-padding, .process .page-header.less-padding.process-item:nth-child(odd) {
  padding: 1.5625em 0; }

@media (max-width: 900px) {
  .page-header.bleed.less-padding, .process .page-header.less-padding.process-item:nth-child(odd) {
    padding: 1.5625em 0; } }

.page-header.bleed.hex-header, .process .page-header.hex-header.process-item:nth-child(odd) {
  padding: 0;
  max-height: 400px;
  overflow: hidden;
  background-position: center center; }

@media (max-width: 767px) {
  .page-header.bleed.hex-header, .process .page-header.hex-header.process-item:nth-child(odd) {
    max-height: none; } }

@media (max-width: 767px) {
  .page-header.bleed.hex-header .bg-photo, .process .page-header.hex-header.process-item:nth-child(odd) .bg-photo {
    position: static; } }

.page-header.bleed.hex-header .bg-photo img, .process .page-header.hex-header.process-item:nth-child(odd) .bg-photo img {
  margin: 0 auto 0 0; }

@media (max-width: 767px) {
  .page-header.bleed.hex-header .bg-photo img, .process .page-header.hex-header.process-item:nth-child(odd) .bg-photo img {
    max-width: 100%; } }

.page-header.bleed.hex-header .bg-photo img .full-photo-bleed, .process .page-header.hex-header.process-item:nth-child(odd) .bg-photo img .full-photo-bleed {
  width: 100%; }

.page-header.bleed.hex-header .hexagon, .process .page-header.hex-header.process-item:nth-child(odd) .hexagon {
  float: right;
  margin-top: -91.66667px;
  margin-right: -91.66667px;
  width: 550px;
  height: 550px;
  -ms-transform: rotate(-33deg);
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg); }

@media (max-width: 767px) {
  .page-header.bleed.hex-header .hexagon, .process .page-header.hex-header.process-item:nth-child(odd) .hexagon {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: auto;
    height: auto;
    float: none;
    display: block;
    margin: 0; } }

.page-header.bleed.hex-header .hexagon span.hex-outer .hex-content.solid, .process .page-header.hex-header.process-item:nth-child(odd) .hexagon span.hex-outer .hex-content.solid, .page-header.bleed.hex-header .hexagon span.hex-inner .hex-content.solid, .process .page-header.hex-header.process-item:nth-child(odd) .hexagon span.hex-inner .hex-content.solid {
  width: 550px;
  height: 550px;
  -ms-transform: rotate(33deg) scale(1.1, 1.1);
  -webkit-transform: rotate(33deg) scale(1.1, 1.1);
  transform: rotate(33deg) scale(1.1, 1.1); }

@media (max-width: 767px) {
  .page-header.bleed.hex-header .hexagon span.hex-outer .hex-content.solid, .process .page-header.hex-header.process-item:nth-child(odd) .hexagon span.hex-outer .hex-content.solid, .page-header.bleed.hex-header .hexagon span.hex-inner .hex-content.solid, .process .page-header.hex-header.process-item:nth-child(odd) .hexagon span.hex-inner .hex-content.solid {
    width: auto;
    height: auto;
    -ms-transform: rotate(0) scale(1, 1);
    -webkit-transform: rotate(0) scale(1, 1);
    transform: rotate(0) scale(1, 1); } }

.page-header.bleed.hex-header .hexagon span.hex-outer .hex-content.solid .wrapper, .process .page-header.hex-header.process-item:nth-child(odd) .hexagon span.hex-outer .hex-content.solid .wrapper, .page-header.bleed.hex-header .hexagon span.hex-inner .hex-content.solid .wrapper, .process .page-header.hex-header.process-item:nth-child(odd) .hexagon span.hex-inner .hex-content.solid .wrapper {
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  padding-right: 9.84375em; }

@media (max-width: 767px) {
  .page-header.bleed.hex-header .hexagon span.hex-outer .hex-content.solid .wrapper, .process .page-header.hex-header.process-item:nth-child(odd) .hexagon span.hex-outer .hex-content.solid .wrapper, .page-header.bleed.hex-header .hexagon span.hex-inner .hex-content.solid .wrapper, .process .page-header.hex-header.process-item:nth-child(odd) .hexagon span.hex-inner .hex-content.solid .wrapper {
    padding: 1.25em;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@media (max-width: 767px) {
  .page-header.bleed.hex-header .hexagon span.hex-outer, .process .page-header.hex-header.process-item:nth-child(odd) .hexagon span.hex-outer, .page-header.bleed.hex-header .hexagon span.hex-inner, .process .page-header.hex-header.process-item:nth-child(odd) .hexagon span.hex-inner {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@media (max-width: 767px) {
  .page-header.bleed.hex-header .content .columns, .process .page-header.hex-header.process-item:nth-child(odd) .content .columns {
    padding: 0; } }

/* ---------------------- */
/* Panels	 		*/
/* ---------------------- */
.panel, .filters {
  background-color: #F7F4F0;
  border: 0; }

.panel.outline, .outline.filters {
  background-color: #fff;
  border: #999999 1px solid; }

.panel.linear-box, .linear-box.filters {
  border: #fff 1px solid;
  background-color: #F7F4F0; }

.panel.popout, .popout.filters {
  margin-top: 6.25em; }

.panel.popout .popout-item, .popout.filters .popout-item {
  margin-top: -6.25em; }

.panel.popout .popout-item .video-button, .popout.filters .popout-item .video-button {
  margin-top: -3.125em; }

.panel.collapsible, .collapsible.filters {
  position: relative;
  padding-right: 2.5em; }

.panel.collapsible .collapse, .collapsible.filters .collapse {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  font-size: 1.25em;
  padding: 0.0625em 0.4375em; }

.panel.extra-padding, .extra-padding.filters {
  padding: 2.5em; }

.panel.jump-columns-right, .jump-columns-right.filters {
  margin-right: -2.5em;
  position: relative;
  z-index: 100; }

@media (max-width: 767px) {
  .panel.jump-columns-right, .jump-columns-right.filters {
    margin-right: 0; } }

.panel.jump-columns-left, .jump-columns-left.filters {
  margin-left: -2.5em; }

@media (max-width: 767px) {
  .panel.jump-columns-left, .jump-columns-left.filters {
    margin-left: 0; } }

.panel.colorized .button-100, .colorized.filters .button-100 {
  width: 100%; }

.panel .bleed, .filters .bleed, .panel .process .process-item:nth-child(odd), .process .panel .process-item:nth-child(odd), .filters .process .process-item:nth-child(odd), .process .filters .process-item:nth-child(odd) {
  background: none;
  margin: -1.25em; }

@media (max-width: 767px) {
  .panel .bleed, .filters .bleed, .panel .process .process-item:nth-child(odd), .process .panel .process-item:nth-child(odd), .filters .process .process-item:nth-child(odd), .process .filters .process-item:nth-child(odd) {
    margin: 0; } }

.panel .columns:first-child .bleed, .filters .columns:first-child .bleed, .panel .columns:first-child .process .process-item:nth-child(odd), .process .panel .columns:first-child .process-item:nth-child(odd), .filters .columns:first-child .process .process-item:nth-child(odd), .process .filters .columns:first-child .process-item:nth-child(odd) {
  margin-right: 0; }

.panel .columns:last-child .bleed, .filters .columns:last-child .bleed, .panel .columns:last-child .process .process-item:nth-child(odd), .process .panel .columns:last-child .process-item:nth-child(odd), .filters .columns:last-child .process .process-item:nth-child(odd), .process .filters .columns:last-child .process-item:nth-child(odd) {
  margin-left: 0; }

.panel .columns[class*=" push-"]:first-child .bleed, .filters .columns[class*=" push-"]:first-child .bleed, .panel .columns[class*=" push-"]:first-child .process .process-item:nth-child(odd), .process .panel .columns[class*=" push-"]:first-child .process-item:nth-child(odd), .filters .columns[class*=" push-"]:first-child .process .process-item:nth-child(odd), .process .filters .columns[class*=" push-"]:first-child .process-item:nth-child(odd) {
  margin-right: -1.25em;
  margin-left: 0; }

@media (max-width: 767px) {
  .panel .columns[class*=" push-"]:first-child .bleed, .filters .columns[class*=" push-"]:first-child .bleed, .panel .columns[class*=" push-"]:first-child .process .process-item:nth-child(odd), .process .panel .columns[class*=" push-"]:first-child .process-item:nth-child(odd), .filters .columns[class*=" push-"]:first-child .process .process-item:nth-child(odd), .process .filters .columns[class*=" push-"]:first-child .process-item:nth-child(odd) {
    margin: 0; } }

.panel .columns[class*=" pull-"]:last-child .bleed, .filters .columns[class*=" pull-"]:last-child .bleed, .panel .columns[class*=" pull-"]:last-child .process .process-item:nth-child(odd), .process .panel .columns[class*=" pull-"]:last-child .process-item:nth-child(odd), .filters .columns[class*=" pull-"]:last-child .process .process-item:nth-child(odd), .process .filters .columns[class*=" pull-"]:last-child .process-item:nth-child(odd) {
  margin-left: -1.25em;
  margin-right: 0; }

@media (max-width: 767px) {
  .panel .columns[class*=" pull-"]:last-child .bleed, .filters .columns[class*=" pull-"]:last-child .bleed, .panel .columns[class*=" pull-"]:last-child .process .process-item:nth-child(odd), .process .panel .columns[class*=" pull-"]:last-child .process-item:nth-child(odd), .filters .columns[class*=" pull-"]:last-child .process .process-item:nth-child(odd), .process .filters .columns[class*=" pull-"]:last-child .process-item:nth-child(odd) {
    margin: 0; } }

figure a {
  /* added so that figcaption panels can be clickable links without an orange underline*/ }

figure a:hover {
  color: #fff;
  text-decoration: none; }

a.panel, a.filters {
  display: block;
  text-decoration: none; }

a.panel.linear-box.colorized, a.linear-box.colorized.filters {
  text-decoration: none; }

a:hover.panel.linear-box.colorized, a.filters:hover.linear-box.colorized {
  background-color: #863813; }

.panel-mobile a:hover {
  text-decoration: none; }

a.panel-mobile:hover {
  text-decoration: none; }

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

form .panel, form .filters {
  padding: 2.5em; }

.panel-opaque-white {
  background-color: #fff;
  opacity: .7;
  color: #333;
  padding: 30px; }

.panel a, .filters a {
  font-weight: 900; }

.panel.colorized a, .colorized.filters a, .panel.outline a, .outline.filters a {
  font-weight: normal; }

/*.panel.colorized a, .panel.popout a {
	text-decoration:underline;
}
.panel.colorized a.button {
	text-decoration:none;
}
.panel.colorized.white a, .panel.outline a {
	text-decoration:none;
	font-weight:normal;
}
.panel.colorized.white a.underlined-links, .panel.colorized.white .underlined-links a {
	text-decoration:underline;
}*/
/* ---------------------- */
/* Panel Sidecar Boxes 		*/
/* ---------------------- */
.panel-sidecar {
  border-top: #999999 1px solid;
  margin-bottom: 2.5em; }

.panel-sidecar > .row > .columns:first-child, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child {
  padding-top: 1.25em; }

.panel-sidecar > .row > .columns:first-child h1.large-date, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1.large-date, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1.large-date, .panel-sidecar > .row > .columns:first-child h2.large-date, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2.large-date, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2.large-date, .panel-sidecar > .row > .columns:first-child h3.large-date, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3.large-date, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3.large-date, .panel-sidecar > .row > .columns:first-child h4.large-date, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4.large-date, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4.large-date, .panel-sidecar > .row > .columns:first-child h5.large-date, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5.large-date, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5.large-date, .panel-sidecar > .row > .columns:first-child h6.large-date, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6.large-date, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6.large-date {
  color: white; }

.panel-sidecar > .row > .columns:first-child h1.small-date, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1.small-date, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h1.small-date, .panel-sidecar > .row > .columns:first-child h2.small-date, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2.small-date, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2.small-date, .panel-sidecar > .row > .columns:first-child h3.small-date, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3.small-date, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h3.small-date, .panel-sidecar > .row > .columns:first-child h4.small-date, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4.small-date, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4.small-date, .panel-sidecar > .row > .columns:first-child h5.small-date, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5.small-date, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h5.small-date, .panel-sidecar > .row > .columns:first-child h6.small-date, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6.small-date, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h6.small-date {
  color: white; }

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

.panel-sidecar > .row > .columns .panel, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns .panel, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns .panel, .panel-sidecar > .row > .columns .filters, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns .filters, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns .filters {
  margin-bottom: 0; }

.panel-sidecar .row .date-box, .panel-sidecar .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .date-box, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar .crsl-nav-helper .date-box, .panel-sidecar .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .date-box, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar .crsl-nav-helper .date-box {
  padding-top: 1.25em; }

.panel-sidecar .row .columns:first-child h2.colorized-blue-heading, .panel-sidecar .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .columns:first-child h2.colorized-blue-heading, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar .crsl-nav-helper .columns:first-child h2.colorized-blue-heading, .panel-sidecar .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .columns:first-child h2.colorized-blue-heading, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar .crsl-nav-helper .columns:first-child h2.colorized-blue-heading {
  color: #427E6B; }

.panel-sidecar h3.colorized-blue-heading {
  color: #427E6B; }

.panel-sidecar.no-border {
  border: none; }

.panel-sidecar.no-border h2.align-top {
  margin-top: -20px; }

/* ---------------------- */
/* Linear Boxing  		*/
/* ---------------------- */
.linear-box {
  border: #fff 1px solid;
  margin-bottom: 1.25em; }

.linear-box.block {
  padding: 2.5em; }

.bleed.colorized .linear-box a, .process .colorized.process-item:nth-child(odd) .linear-box a {
  text-decoration: none; }

.bleed.colorized .linear-box a:hover, .process .colorized.process-item:nth-child(odd) .linear-box a:hover, .bleed.colorized .linear-box a.underlined-links, .process .colorized.process-item:nth-child(odd) .linear-box a.underlined-links {
  text-decoration: underline; }

h1.linear-box, h2.linear-box, h3.linear-box, h4.linear-box, h5.linear-box, h6.linear-box {
  display: inline-block;
  padding: 0.3125em 0.9375em; }

h1.same-line, h2.same-line, h3.same-line, h4.same-line, h5.same-line, h6.same-line {
  display: inline-block;
  padding-right: 25px; }

/* ---------------------- */
/* Circles 	 		*/
/* ---------------------- */
.circle {
  background: #C0511B;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  border-radius: 2.5em; }

.circle span {
  text-align: center;
  font-size: 1.4375em;
  margin-top: 0.1em;
  display: inline-block;
  color: #fff; }

.circle span i[class^="icon-"], .circle span i[class*=" icon-"] {
  font-size: 0.875em; }

.circle i.mid-icon {
  color: #fff; }

.circle.circle-left {
  margin-right: 0.4375em; }

.circle.circle-big {
  width: 3.25em;
  height: 3.25em;
  text-align: center;
  margin: 0 auto;
  border-radius: 3.25em;
  padding: 0.5em; }

.circle.left {
  margin-top: 0.3125em;
  margin-right: 0.625em; }

.circle.far {
  margin-bottom: 1.25em; }

.circle.colorized-patientcare {
  background-color: #15748C; }

.circle.colorized-academics {
  background-color: #427E6B; }

.circle.colorized-research {
  background-color: #855F5D; }

.circle.colorized-institutional {
  background-color: #865F7B; }

.circle.colorized-white, table thead .circle, .theme-patientcare table.colorized-theme thead tr td .circle span.circle, .theme-patientcare .page-header.bleed table.button thead tr td .circle span.circle, .page-header.bleed .theme-patientcare table.button thead tr td .circle span.circle, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.button thead tr td .circle span.circle, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.button thead tr td .circle span.circle, .theme-patientcare ul.steps-bar li table.circle thead tr td .circle span.circle, ul.steps-bar li .theme-patientcare table.circle thead tr td .circle span.circle, .theme-patientcare .panel.colorized.white table.button.colorized-theme thead tr td .circle span.circle, .panel.colorized.white .theme-patientcare table.button.colorized-theme thead tr td .circle span.circle, .theme-patientcare .colorized.white.filters table.button.colorized-theme thead tr td .circle span.circle, .colorized.white.filters .theme-patientcare table.button.colorized-theme thead tr td .circle span.circle, .theme-patientcare .bleed.colorized.white table.button.colorized-theme thead tr td .circle span.circle, .bleed.colorized.white .theme-patientcare table.button.colorized-theme thead tr td .circle span.circle, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td .circle span.circle, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.button.colorized-theme thead tr td .circle span.circle, .theme-patientcare .card.colorized.white table.button.colorized-theme thead tr td .circle span.circle, .card.colorized.white .theme-patientcare table.button.colorized-theme thead tr td .circle span.circle, .theme-patientcare table.colorized-theme thead tr th .circle span.circle, .theme-patientcare .page-header.bleed table.button thead tr th .circle span.circle, .page-header.bleed .theme-patientcare table.button thead tr th .circle span.circle, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.button thead tr th .circle span.circle, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.button thead tr th .circle span.circle, .theme-patientcare ul.steps-bar li table.circle thead tr th .circle span.circle, ul.steps-bar li .theme-patientcare table.circle thead tr th .circle span.circle, .theme-patientcare .panel.colorized.white table.button.colorized-theme thead tr th .circle span.circle, .panel.colorized.white .theme-patientcare table.button.colorized-theme thead tr th .circle span.circle, .theme-patientcare .colorized.white.filters table.button.colorized-theme thead tr th .circle span.circle, .colorized.white.filters .theme-patientcare table.button.colorized-theme thead tr th .circle span.circle, .theme-patientcare .bleed.colorized.white table.button.colorized-theme thead tr th .circle span.circle, .bleed.colorized.white .theme-patientcare table.button.colorized-theme thead tr th .circle span.circle, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th .circle span.circle, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.button.colorized-theme thead tr th .circle span.circle, .theme-patientcare .card.colorized.white table.button.colorized-theme thead tr th .circle span.circle, .card.colorized.white .theme-patientcare table.button.colorized-theme thead tr th .circle span.circle, .theme-patientcare table.colorized-theme-darken thead tr td .circle span.circle, .theme-patientcare table.colorized-theme-darken thead tr th .circle span.circle, .theme-patientcare table.colorized-theme-accent thead tr td .circle span.circle, .theme-patientcare table.colorized-theme-accent thead tr th .circle span.circle, .theme-academics table.colorized-theme thead tr td .circle span.circle, .theme-academics .page-header.bleed table.button thead tr td .circle span.circle, .page-header.bleed .theme-academics table.button thead tr td .circle span.circle, .theme-academics .process .page-header.process-item:nth-child(odd) table.button thead tr td .circle span.circle, .process .page-header.process-item:nth-child(odd) .theme-academics table.button thead tr td .circle span.circle, .theme-academics ul.steps-bar li table.circle thead tr td .circle span.circle, ul.steps-bar li .theme-academics table.circle thead tr td .circle span.circle, .theme-academics .panel.colorized.white table.button.colorized-theme thead tr td .circle span.circle, .panel.colorized.white .theme-academics table.button.colorized-theme thead tr td .circle span.circle, .theme-academics .colorized.white.filters table.button.colorized-theme thead tr td .circle span.circle, .colorized.white.filters .theme-academics table.button.colorized-theme thead tr td .circle span.circle, .theme-academics .bleed.colorized.white table.button.colorized-theme thead tr td .circle span.circle, .bleed.colorized.white .theme-academics table.button.colorized-theme thead tr td .circle span.circle, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td .circle span.circle, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.button.colorized-theme thead tr td .circle span.circle, .theme-academics .card.colorized.white table.button.colorized-theme thead tr td .circle span.circle, .card.colorized.white .theme-academics table.button.colorized-theme thead tr td .circle span.circle, .theme-academics table.colorized-theme thead tr th .circle span.circle, .theme-academics .page-header.bleed table.button thead tr th .circle span.circle, .page-header.bleed .theme-academics table.button thead tr th .circle span.circle, .theme-academics .process .page-header.process-item:nth-child(odd) table.button thead tr th .circle span.circle, .process .page-header.process-item:nth-child(odd) .theme-academics table.button thead tr th .circle span.circle, .theme-academics ul.steps-bar li table.circle thead tr th .circle span.circle, ul.steps-bar li .theme-academics table.circle thead tr th .circle span.circle, .theme-academics .panel.colorized.white table.button.colorized-theme thead tr th .circle span.circle, .panel.colorized.white .theme-academics table.button.colorized-theme thead tr th .circle span.circle, .theme-academics .colorized.white.filters table.button.colorized-theme thead tr th .circle span.circle, .colorized.white.filters .theme-academics table.button.colorized-theme thead tr th .circle span.circle, .theme-academics .bleed.colorized.white table.button.colorized-theme thead tr th .circle span.circle, .bleed.colorized.white .theme-academics table.button.colorized-theme thead tr th .circle span.circle, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th .circle span.circle, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.button.colorized-theme thead tr th .circle span.circle, .theme-academics .card.colorized.white table.button.colorized-theme thead tr th .circle span.circle, .card.colorized.white .theme-academics table.button.colorized-theme thead tr th .circle span.circle, .theme-academics table.colorized-theme-darken thead tr td .circle span.circle, .theme-academics table.colorized-theme-darken thead tr th .circle span.circle, .theme-academics table.colorized-theme-accent thead tr td .circle span.circle, .theme-academics table.colorized-theme-accent thead tr th .circle span.circle, .theme-research table.colorized-theme thead tr td .circle span.circle, .theme-research .page-header.bleed table.button thead tr td .circle span.circle, .page-header.bleed .theme-research table.button thead tr td .circle span.circle, .theme-research .process .page-header.process-item:nth-child(odd) table.button thead tr td .circle span.circle, .process .page-header.process-item:nth-child(odd) .theme-research table.button thead tr td .circle span.circle, .theme-research ul.steps-bar li table.circle thead tr td .circle span.circle, ul.steps-bar li .theme-research table.circle thead tr td .circle span.circle, .theme-research .panel.colorized.white table.button.colorized-theme thead tr td .circle span.circle, .panel.colorized.white .theme-research table.button.colorized-theme thead tr td .circle span.circle, .theme-research .colorized.white.filters table.button.colorized-theme thead tr td .circle span.circle, .colorized.white.filters .theme-research table.button.colorized-theme thead tr td .circle span.circle, .theme-research .bleed.colorized.white table.button.colorized-theme thead tr td .circle span.circle, .bleed.colorized.white .theme-research table.button.colorized-theme thead tr td .circle span.circle, .theme-research .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td .circle span.circle, .process .colorized.white.process-item:nth-child(odd) .theme-research table.button.colorized-theme thead tr td .circle span.circle, .theme-research .card.colorized.white table.button.colorized-theme thead tr td .circle span.circle, .card.colorized.white .theme-research table.button.colorized-theme thead tr td .circle span.circle, .theme-research table.colorized-theme thead tr th .circle span.circle, .theme-research .page-header.bleed table.button thead tr th .circle span.circle, .page-header.bleed .theme-research table.button thead tr th .circle span.circle, .theme-research .process .page-header.process-item:nth-child(odd) table.button thead tr th .circle span.circle, .process .page-header.process-item:nth-child(odd) .theme-research table.button thead tr th .circle span.circle, .theme-research ul.steps-bar li table.circle thead tr th .circle span.circle, ul.steps-bar li .theme-research table.circle thead tr th .circle span.circle, .theme-research .panel.colorized.white table.button.colorized-theme thead tr th .circle span.circle, .panel.colorized.white .theme-research table.button.colorized-theme thead tr th .circle span.circle, .theme-research .colorized.white.filters table.button.colorized-theme thead tr th .circle span.circle, .colorized.white.filters .theme-research table.button.colorized-theme thead tr th .circle span.circle, .theme-research .bleed.colorized.white table.button.colorized-theme thead tr th .circle span.circle, .bleed.colorized.white .theme-research table.button.colorized-theme thead tr th .circle span.circle, .theme-research .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th .circle span.circle, .process .colorized.white.process-item:nth-child(odd) .theme-research table.button.colorized-theme thead tr th .circle span.circle, .theme-research .card.colorized.white table.button.colorized-theme thead tr th .circle span.circle, .card.colorized.white .theme-research table.button.colorized-theme thead tr th .circle span.circle, .theme-research table.colorized-theme-darken thead tr td .circle span.circle, .theme-research table.colorized-theme-darken thead tr th .circle span.circle, .theme-research table.colorized-theme-accent thead tr td .circle span.circle, .theme-research table.colorized-theme-accent thead tr th .circle span.circle, .theme-institutional table.colorized-theme thead tr td .circle span.circle, .theme-institutional .page-header.bleed table.button thead tr td .circle span.circle, .page-header.bleed .theme-institutional table.button thead tr td .circle span.circle, .theme-institutional .process .page-header.process-item:nth-child(odd) table.button thead tr td .circle span.circle, .process .page-header.process-item:nth-child(odd) .theme-institutional table.button thead tr td .circle span.circle, .theme-institutional ul.steps-bar li table.circle thead tr td .circle span.circle, ul.steps-bar li .theme-institutional table.circle thead tr td .circle span.circle, .theme-institutional .panel.colorized.white table.button.colorized-theme thead tr td .circle span.circle, .panel.colorized.white .theme-institutional table.button.colorized-theme thead tr td .circle span.circle, .theme-institutional .colorized.white.filters table.button.colorized-theme thead tr td .circle span.circle, .colorized.white.filters .theme-institutional table.button.colorized-theme thead tr td .circle span.circle, .theme-institutional .bleed.colorized.white table.button.colorized-theme thead tr td .circle span.circle, .bleed.colorized.white .theme-institutional table.button.colorized-theme thead tr td .circle span.circle, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td .circle span.circle, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.button.colorized-theme thead tr td .circle span.circle, .theme-institutional .card.colorized.white table.button.colorized-theme thead tr td .circle span.circle, .card.colorized.white .theme-institutional table.button.colorized-theme thead tr td .circle span.circle, .theme-institutional table.colorized-theme thead tr th .circle span.circle, .theme-institutional .page-header.bleed table.button thead tr th .circle span.circle, .page-header.bleed .theme-institutional table.button thead tr th .circle span.circle, .theme-institutional .process .page-header.process-item:nth-child(odd) table.button thead tr th .circle span.circle, .process .page-header.process-item:nth-child(odd) .theme-institutional table.button thead tr th .circle span.circle, .theme-institutional ul.steps-bar li table.circle thead tr th .circle span.circle, ul.steps-bar li .theme-institutional table.circle thead tr th .circle span.circle, .theme-institutional .panel.colorized.white table.button.colorized-theme thead tr th .circle span.circle, .panel.colorized.white .theme-institutional table.button.colorized-theme thead tr th .circle span.circle, .theme-institutional .colorized.white.filters table.button.colorized-theme thead tr th .circle span.circle, .colorized.white.filters .theme-institutional table.button.colorized-theme thead tr th .circle span.circle, .theme-institutional .bleed.colorized.white table.button.colorized-theme thead tr th .circle span.circle, .bleed.colorized.white .theme-institutional table.button.colorized-theme thead tr th .circle span.circle, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th .circle span.circle, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.button.colorized-theme thead tr th .circle span.circle, .theme-institutional .card.colorized.white table.button.colorized-theme thead tr th .circle span.circle, .card.colorized.white .theme-institutional table.button.colorized-theme thead tr th .circle span.circle, .theme-institutional table.colorized-theme-darken thead tr td .circle span.circle, .theme-institutional table.colorized-theme-darken thead tr th .circle span.circle, .theme-institutional table.colorized-theme-accent thead tr td .circle span.circle, .theme-institutional table.colorized-theme-accent thead tr th .circle span.circle {
  background-color: #fff; }

.circle.colorized-white span, table thead .circle span, .theme-patientcare table.colorized-theme thead tr td .circle span.circle span, .theme-patientcare .page-header.bleed table.button thead tr td .circle span.circle span, .page-header.bleed .theme-patientcare table.button thead tr td .circle span.circle span, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.button thead tr td .circle span.circle span, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.button thead tr td .circle span.circle span, .theme-patientcare ul.steps-bar li table.circle thead tr td .circle span.circle span, ul.steps-bar li .theme-patientcare table.circle thead tr td .circle span.circle span, .theme-patientcare .panel.colorized.white table.button.colorized-theme thead tr td .circle span.circle span, .panel.colorized.white .theme-patientcare table.button.colorized-theme thead tr td .circle span.circle span, .theme-patientcare .colorized.white.filters table.button.colorized-theme thead tr td .circle span.circle span, .colorized.white.filters .theme-patientcare table.button.colorized-theme thead tr td .circle span.circle span, .theme-patientcare .bleed.colorized.white table.button.colorized-theme thead tr td .circle span.circle span, .bleed.colorized.white .theme-patientcare table.button.colorized-theme thead tr td .circle span.circle span, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td .circle span.circle span, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.button.colorized-theme thead tr td .circle span.circle span, .theme-patientcare .card.colorized.white table.button.colorized-theme thead tr td .circle span.circle span, .card.colorized.white .theme-patientcare table.button.colorized-theme thead tr td .circle span.circle span, .theme-patientcare table.colorized-theme thead tr th .circle span.circle span, .theme-patientcare .page-header.bleed table.button thead tr th .circle span.circle span, .page-header.bleed .theme-patientcare table.button thead tr th .circle span.circle span, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.button thead tr th .circle span.circle span, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.button thead tr th .circle span.circle span, .theme-patientcare ul.steps-bar li table.circle thead tr th .circle span.circle span, ul.steps-bar li .theme-patientcare table.circle thead tr th .circle span.circle span, .theme-patientcare .panel.colorized.white table.button.colorized-theme thead tr th .circle span.circle span, .panel.colorized.white .theme-patientcare table.button.colorized-theme thead tr th .circle span.circle span, .theme-patientcare .colorized.white.filters table.button.colorized-theme thead tr th .circle span.circle span, .colorized.white.filters .theme-patientcare table.button.colorized-theme thead tr th .circle span.circle span, .theme-patientcare .bleed.colorized.white table.button.colorized-theme thead tr th .circle span.circle span, .bleed.colorized.white .theme-patientcare table.button.colorized-theme thead tr th .circle span.circle span, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th .circle span.circle span, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.button.colorized-theme thead tr th .circle span.circle span, .theme-patientcare .card.colorized.white table.button.colorized-theme thead tr th .circle span.circle span, .card.colorized.white .theme-patientcare table.button.colorized-theme thead tr th .circle span.circle span, .theme-patientcare table.colorized-theme-darken thead tr td .circle span.circle span, .theme-patientcare table.colorized-theme-darken thead tr th .circle span.circle span, .theme-patientcare table.colorized-theme-accent thead tr td .circle span.circle span, .theme-patientcare table.colorized-theme-accent thead tr th .circle span.circle span, .theme-academics table.colorized-theme thead tr td .circle span.circle span, .theme-academics .page-header.bleed table.button thead tr td .circle span.circle span, .page-header.bleed .theme-academics table.button thead tr td .circle span.circle span, .theme-academics .process .page-header.process-item:nth-child(odd) table.button thead tr td .circle span.circle span, .process .page-header.process-item:nth-child(odd) .theme-academics table.button thead tr td .circle span.circle span, .theme-academics ul.steps-bar li table.circle thead tr td .circle span.circle span, ul.steps-bar li .theme-academics table.circle thead tr td .circle span.circle span, .theme-academics .panel.colorized.white table.button.colorized-theme thead tr td .circle span.circle span, .panel.colorized.white .theme-academics table.button.colorized-theme thead tr td .circle span.circle span, .theme-academics .colorized.white.filters table.button.colorized-theme thead tr td .circle span.circle span, .colorized.white.filters .theme-academics table.button.colorized-theme thead tr td .circle span.circle span, .theme-academics .bleed.colorized.white table.button.colorized-theme thead tr td .circle span.circle span, .bleed.colorized.white .theme-academics table.button.colorized-theme thead tr td .circle span.circle span, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td .circle span.circle span, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.button.colorized-theme thead tr td .circle span.circle span, .theme-academics .card.colorized.white table.button.colorized-theme thead tr td .circle span.circle span, .card.colorized.white .theme-academics table.button.colorized-theme thead tr td .circle span.circle span, .theme-academics table.colorized-theme thead tr th .circle span.circle span, .theme-academics .page-header.bleed table.button thead tr th .circle span.circle span, .page-header.bleed .theme-academics table.button thead tr th .circle span.circle span, .theme-academics .process .page-header.process-item:nth-child(odd) table.button thead tr th .circle span.circle span, .process .page-header.process-item:nth-child(odd) .theme-academics table.button thead tr th .circle span.circle span, .theme-academics ul.steps-bar li table.circle thead tr th .circle span.circle span, ul.steps-bar li .theme-academics table.circle thead tr th .circle span.circle span, .theme-academics .panel.colorized.white table.button.colorized-theme thead tr th .circle span.circle span, .panel.colorized.white .theme-academics table.button.colorized-theme thead tr th .circle span.circle span, .theme-academics .colorized.white.filters table.button.colorized-theme thead tr th .circle span.circle span, .colorized.white.filters .theme-academics table.button.colorized-theme thead tr th .circle span.circle span, .theme-academics .bleed.colorized.white table.button.colorized-theme thead tr th .circle span.circle span, .bleed.colorized.white .theme-academics table.button.colorized-theme thead tr th .circle span.circle span, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th .circle span.circle span, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.button.colorized-theme thead tr th .circle span.circle span, .theme-academics .card.colorized.white table.button.colorized-theme thead tr th .circle span.circle span, .card.colorized.white .theme-academics table.button.colorized-theme thead tr th .circle span.circle span, .theme-academics table.colorized-theme-darken thead tr td .circle span.circle span, .theme-academics table.colorized-theme-darken thead tr th .circle span.circle span, .theme-academics table.colorized-theme-accent thead tr td .circle span.circle span, .theme-academics table.colorized-theme-accent thead tr th .circle span.circle span, .theme-research table.colorized-theme thead tr td .circle span.circle span, .theme-research .page-header.bleed table.button thead tr td .circle span.circle span, .page-header.bleed .theme-research table.button thead tr td .circle span.circle span, .theme-research .process .page-header.process-item:nth-child(odd) table.button thead tr td .circle span.circle span, .process .page-header.process-item:nth-child(odd) .theme-research table.button thead tr td .circle span.circle span, .theme-research ul.steps-bar li table.circle thead tr td .circle span.circle span, ul.steps-bar li .theme-research table.circle thead tr td .circle span.circle span, .theme-research .panel.colorized.white table.button.colorized-theme thead tr td .circle span.circle span, .panel.colorized.white .theme-research table.button.colorized-theme thead tr td .circle span.circle span, .theme-research .colorized.white.filters table.button.colorized-theme thead tr td .circle span.circle span, .colorized.white.filters .theme-research table.button.colorized-theme thead tr td .circle span.circle span, .theme-research .bleed.colorized.white table.button.colorized-theme thead tr td .circle span.circle span, .bleed.colorized.white .theme-research table.button.colorized-theme thead tr td .circle span.circle span, .theme-research .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td .circle span.circle span, .process .colorized.white.process-item:nth-child(odd) .theme-research table.button.colorized-theme thead tr td .circle span.circle span, .theme-research .card.colorized.white table.button.colorized-theme thead tr td .circle span.circle span, .card.colorized.white .theme-research table.button.colorized-theme thead tr td .circle span.circle span, .theme-research table.colorized-theme thead tr th .circle span.circle span, .theme-research .page-header.bleed table.button thead tr th .circle span.circle span, .page-header.bleed .theme-research table.button thead tr th .circle span.circle span, .theme-research .process .page-header.process-item:nth-child(odd) table.button thead tr th .circle span.circle span, .process .page-header.process-item:nth-child(odd) .theme-research table.button thead tr th .circle span.circle span, .theme-research ul.steps-bar li table.circle thead tr th .circle span.circle span, ul.steps-bar li .theme-research table.circle thead tr th .circle span.circle span, .theme-research .panel.colorized.white table.button.colorized-theme thead tr th .circle span.circle span, .panel.colorized.white .theme-research table.button.colorized-theme thead tr th .circle span.circle span, .theme-research .colorized.white.filters table.button.colorized-theme thead tr th .circle span.circle span, .colorized.white.filters .theme-research table.button.colorized-theme thead tr th .circle span.circle span, .theme-research .bleed.colorized.white table.button.colorized-theme thead tr th .circle span.circle span, .bleed.colorized.white .theme-research table.button.colorized-theme thead tr th .circle span.circle span, .theme-research .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th .circle span.circle span, .process .colorized.white.process-item:nth-child(odd) .theme-research table.button.colorized-theme thead tr th .circle span.circle span, .theme-research .card.colorized.white table.button.colorized-theme thead tr th .circle span.circle span, .card.colorized.white .theme-research table.button.colorized-theme thead tr th .circle span.circle span, .theme-research table.colorized-theme-darken thead tr td .circle span.circle span, .theme-research table.colorized-theme-darken thead tr th .circle span.circle span, .theme-research table.colorized-theme-accent thead tr td .circle span.circle span, .theme-research table.colorized-theme-accent thead tr th .circle span.circle span, .theme-institutional table.colorized-theme thead tr td .circle span.circle span, .theme-institutional .page-header.bleed table.button thead tr td .circle span.circle span, .page-header.bleed .theme-institutional table.button thead tr td .circle span.circle span, .theme-institutional .process .page-header.process-item:nth-child(odd) table.button thead tr td .circle span.circle span, .process .page-header.process-item:nth-child(odd) .theme-institutional table.button thead tr td .circle span.circle span, .theme-institutional ul.steps-bar li table.circle thead tr td .circle span.circle span, ul.steps-bar li .theme-institutional table.circle thead tr td .circle span.circle span, .theme-institutional .panel.colorized.white table.button.colorized-theme thead tr td .circle span.circle span, .panel.colorized.white .theme-institutional table.button.colorized-theme thead tr td .circle span.circle span, .theme-institutional .colorized.white.filters table.button.colorized-theme thead tr td .circle span.circle span, .colorized.white.filters .theme-institutional table.button.colorized-theme thead tr td .circle span.circle span, .theme-institutional .bleed.colorized.white table.button.colorized-theme thead tr td .circle span.circle span, .bleed.colorized.white .theme-institutional table.button.colorized-theme thead tr td .circle span.circle span, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td .circle span.circle span, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.button.colorized-theme thead tr td .circle span.circle span, .theme-institutional .card.colorized.white table.button.colorized-theme thead tr td .circle span.circle span, .card.colorized.white .theme-institutional table.button.colorized-theme thead tr td .circle span.circle span, .theme-institutional table.colorized-theme thead tr th .circle span.circle span, .theme-institutional .page-header.bleed table.button thead tr th .circle span.circle span, .page-header.bleed .theme-institutional table.button thead tr th .circle span.circle span, .theme-institutional .process .page-header.process-item:nth-child(odd) table.button thead tr th .circle span.circle span, .process .page-header.process-item:nth-child(odd) .theme-institutional table.button thead tr th .circle span.circle span, .theme-institutional ul.steps-bar li table.circle thead tr th .circle span.circle span, ul.steps-bar li .theme-institutional table.circle thead tr th .circle span.circle span, .theme-institutional .panel.colorized.white table.button.colorized-theme thead tr th .circle span.circle span, .panel.colorized.white .theme-institutional table.button.colorized-theme thead tr th .circle span.circle span, .theme-institutional .colorized.white.filters table.button.colorized-theme thead tr th .circle span.circle span, .colorized.white.filters .theme-institutional table.button.colorized-theme thead tr th .circle span.circle span, .theme-institutional .bleed.colorized.white table.button.colorized-theme thead tr th .circle span.circle span, .bleed.colorized.white .theme-institutional table.button.colorized-theme thead tr th .circle span.circle span, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th .circle span.circle span, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.button.colorized-theme thead tr th .circle span.circle span, .theme-institutional .card.colorized.white table.button.colorized-theme thead tr th .circle span.circle span, .card.colorized.white .theme-institutional table.button.colorized-theme thead tr th .circle span.circle span, .theme-institutional table.colorized-theme-darken thead tr td .circle span.circle span, .theme-institutional table.colorized-theme-darken thead tr th .circle span.circle span, .theme-institutional table.colorized-theme-accent thead tr td .circle span.circle span, .theme-institutional table.colorized-theme-accent thead tr th .circle span.circle span {
  color: #C0511B; }

h1 .circle, h2 .circle, h3 .circle, h4 .circle, h5 .circle, h6 .circle, table thead .circle {
  width: 1.66667em;
  height: 1.66667em; }

h1 .circle span, h2 .circle span, h3 .circle span, h4 .circle span, h5 .circle span, h6 .circle span, table thead .circle span {
  font-size: 1em; }

/* ---------------------- */
/*  Single-border Options 	*/
/* ---------------------- */
.single-border, .theme-patientcare .pricing-table .panel, .theme-patientcare .pricing-table .filters, .theme-academics .pricing-table .panel, .theme-academics .pricing-table .filters, .theme-research .pricing-table .panel, .theme-research .pricing-table .filters, .theme-institutional .pricing-table .panel, .theme-institutional .pricing-table .filters {
  border-style: solid;
  border-color: #C0511B; }

.single-border.single-border-lighter-left, .theme-patientcare .pricing-table .single-border-lighter-left.panel, .theme-patientcare .pricing-table .single-border-lighter-left.filters, .theme-academics .pricing-table .single-border-lighter-left.panel, .theme-academics .pricing-table .single-border-lighter-left.filters, .theme-research .pricing-table .single-border-lighter-left.panel, .theme-research .pricing-table .single-border-lighter-left.filters, .theme-institutional .pricing-table .single-border-lighter-left.panel, .theme-institutional .pricing-table .single-border-lighter-left.filters {
  border-left: 2px solid #e5e3da;
  border-bottom: 0;
  border-top: 0;
  border-right: 0; }

.single-border.single-border-top, .theme-patientcare .pricing-table .single-border-top.panel, .theme-patientcare .pricing-table .single-border-top.filters, .theme-academics .pricing-table .single-border-top.panel, .theme-academics .pricing-table .single-border-top.filters, .theme-research .pricing-table .single-border-top.panel, .theme-research .pricing-table .single-border-top.filters, .theme-institutional .pricing-table .single-border-top.panel, .theme-institutional .pricing-table .single-border-top.filters {
  border-top-width: 10px;
  border-bottom: 0;
  border-right: 0;
  border-left: 0; }

.single-border.single-border-top .panel.outline, .theme-patientcare .pricing-table .single-border-top.panel .panel.outline, .theme-patientcare .pricing-table .single-border-top.filters .panel.outline, .theme-academics .pricing-table .single-border-top.panel .panel.outline, .theme-academics .pricing-table .single-border-top.filters .panel.outline, .theme-research .pricing-table .single-border-top.panel .panel.outline, .theme-research .pricing-table .single-border-top.filters .panel.outline, .theme-institutional .pricing-table .single-border-top.panel .panel.outline, .theme-institutional .pricing-table .single-border-top.filters .panel.outline, .single-border.single-border-top .outline.filters, .theme-patientcare .pricing-table .single-border-top.panel .outline.filters, .theme-patientcare .pricing-table .single-border-top.filters .outline.filters, .theme-academics .pricing-table .single-border-top.panel .outline.filters, .theme-academics .pricing-table .single-border-top.filters .outline.filters, .theme-research .pricing-table .single-border-top.panel .outline.filters, .theme-research .pricing-table .single-border-top.filters .outline.filters, .theme-institutional .pricing-table .single-border-top.panel .outline.filters, .theme-institutional .pricing-table .single-border-top.filters .outline.filters {
  border-top: 0; }

.single-border.single-border-bottom, .theme-patientcare .pricing-table .panel, .theme-patientcare .pricing-table .filters, .theme-academics .pricing-table .panel, .theme-academics .pricing-table .filters, .theme-research .pricing-table .panel, .theme-research .pricing-table .filters, .theme-institutional .pricing-table .panel, .theme-institutional .pricing-table .filters {
  border-bottom-width: 10px;
  border-top: 0;
  border-right: 0;
  border-left: 0; }

.single-border.single-border-bottom .panel.outline, .theme-patientcare .pricing-table .panel .panel.outline, .theme-patientcare .pricing-table .filters .panel.outline, .theme-academics .pricing-table .panel .panel.outline, .theme-academics .pricing-table .filters .panel.outline, .theme-research .pricing-table .panel .panel.outline, .theme-research .pricing-table .filters .panel.outline, .theme-institutional .pricing-table .panel .panel.outline, .theme-institutional .pricing-table .filters .panel.outline, .single-border.single-border-bottom .outline.filters, .theme-patientcare .pricing-table .panel .outline.filters, .theme-patientcare .pricing-table .filters .outline.filters, .theme-academics .pricing-table .panel .outline.filters, .theme-academics .pricing-table .filters .outline.filters, .theme-research .pricing-table .panel .outline.filters, .theme-research .pricing-table .filters .outline.filters, .theme-institutional .pricing-table .panel .outline.filters, .theme-institutional .pricing-table .filters .outline.filters {
  border-bottom: 0; }

.single-border.single-border-right, .theme-patientcare .pricing-table .single-border-right.panel, .theme-patientcare .pricing-table .single-border-right.filters, .theme-academics .pricing-table .single-border-right.panel, .theme-academics .pricing-table .single-border-right.filters, .theme-research .pricing-table .single-border-right.panel, .theme-research .pricing-table .single-border-right.filters, .theme-institutional .pricing-table .single-border-right.panel, .theme-institutional .pricing-table .single-border-right.filters {
  border-right-width: 10px;
  border-bottom: 0;
  border-top: 0;
  border-left: 0; }

.single-border.single-border-right .panel.outline, .theme-patientcare .pricing-table .single-border-right.panel .panel.outline, .theme-patientcare .pricing-table .single-border-right.filters .panel.outline, .theme-academics .pricing-table .single-border-right.panel .panel.outline, .theme-academics .pricing-table .single-border-right.filters .panel.outline, .theme-research .pricing-table .single-border-right.panel .panel.outline, .theme-research .pricing-table .single-border-right.filters .panel.outline, .theme-institutional .pricing-table .single-border-right.panel .panel.outline, .theme-institutional .pricing-table .single-border-right.filters .panel.outline, .single-border.single-border-right .outline.filters, .theme-patientcare .pricing-table .single-border-right.panel .outline.filters, .theme-patientcare .pricing-table .single-border-right.filters .outline.filters, .theme-academics .pricing-table .single-border-right.panel .outline.filters, .theme-academics .pricing-table .single-border-right.filters .outline.filters, .theme-research .pricing-table .single-border-right.panel .outline.filters, .theme-research .pricing-table .single-border-right.filters .outline.filters, .theme-institutional .pricing-table .single-border-right.panel .outline.filters, .theme-institutional .pricing-table .single-border-right.filters .outline.filters {
  border-right: 0; }

.single-border.single-border-left, .theme-patientcare .pricing-table .single-border-left.panel, .theme-patientcare .pricing-table .single-border-left.filters, .theme-academics .pricing-table .single-border-left.panel, .theme-academics .pricing-table .single-border-left.filters, .theme-research .pricing-table .single-border-left.panel, .theme-research .pricing-table .single-border-left.filters, .theme-institutional .pricing-table .single-border-left.panel, .theme-institutional .pricing-table .single-border-left.filters {
  border-left-width: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 0; }

.single-border.single-border-left .panel.outline, .theme-patientcare .pricing-table .single-border-left.panel .panel.outline, .theme-patientcare .pricing-table .single-border-left.filters .panel.outline, .theme-academics .pricing-table .single-border-left.panel .panel.outline, .theme-academics .pricing-table .single-border-left.filters .panel.outline, .theme-research .pricing-table .single-border-left.panel .panel.outline, .theme-research .pricing-table .single-border-left.filters .panel.outline, .theme-institutional .pricing-table .single-border-left.panel .panel.outline, .theme-institutional .pricing-table .single-border-left.filters .panel.outline, .single-border.single-border-left .outline.filters, .theme-patientcare .pricing-table .single-border-left.panel .outline.filters, .theme-patientcare .pricing-table .single-border-left.filters .outline.filters, .theme-academics .pricing-table .single-border-left.panel .outline.filters, .theme-academics .pricing-table .single-border-left.filters .outline.filters, .theme-research .pricing-table .single-border-left.panel .outline.filters, .theme-research .pricing-table .single-border-left.filters .outline.filters, .theme-institutional .pricing-table .single-border-left.panel .outline.filters, .theme-institutional .pricing-table .single-border-left.filters .outline.filters {
  border-left: 0; }

.single-border.colorized-border, .theme-patientcare .pricing-table .colorized-border.panel, .theme-patientcare .pricing-table .colorized-border.filters, .theme-academics .pricing-table .colorized-border.panel, .theme-academics .pricing-table .colorized-border.filters, .theme-research .pricing-table .colorized-border.panel, .theme-research .pricing-table .colorized-border.filters, .theme-institutional .pricing-table .colorized-border.panel, .theme-institutional .pricing-table .colorized-border.filters {
  border-color: #C0511B; }

.single-border.colorized-border.border-alpha, .theme-patientcare .pricing-table .colorized-border.border-alpha.panel, .theme-patientcare .pricing-table .colorized-border.border-alpha.filters, .theme-academics .pricing-table .colorized-border.border-alpha.panel, .theme-academics .pricing-table .colorized-border.border-alpha.filters, .theme-research .pricing-table .colorized-border.border-alpha.panel, .theme-research .pricing-table .colorized-border.border-alpha.filters, .theme-institutional .pricing-table .colorized-border.border-alpha.panel, .theme-institutional .pricing-table .colorized-border.border-alpha.filters {
  border-color: rgba(0, 0, 0, 0.3); }

.single-border.colorized-border.border-alpha.single-border-bottom .panel, .theme-patientcare .pricing-table .colorized-border.border-alpha.panel .panel, .theme-patientcare .pricing-table .colorized-border.border-alpha.filters .panel, .theme-academics .pricing-table .colorized-border.border-alpha.panel .panel, .theme-academics .pricing-table .colorized-border.border-alpha.filters .panel, .theme-research .pricing-table .colorized-border.border-alpha.panel .panel, .theme-research .pricing-table .colorized-border.border-alpha.filters .panel, .theme-institutional .pricing-table .colorized-border.border-alpha.panel .panel, .theme-institutional .pricing-table .colorized-border.border-alpha.filters .panel, .single-border.colorized-border.border-alpha.single-border-bottom .filters, .theme-patientcare .pricing-table .colorized-border.border-alpha.panel .filters, .theme-patientcare .pricing-table .colorized-border.border-alpha.filters .filters, .theme-academics .pricing-table .colorized-border.border-alpha.panel .filters, .theme-academics .pricing-table .colorized-border.border-alpha.filters .filters, .theme-research .pricing-table .colorized-border.border-alpha.panel .filters, .theme-research .pricing-table .colorized-border.border-alpha.filters .filters, .theme-institutional .pricing-table .colorized-border.border-alpha.panel .filters, .theme-institutional .pricing-table .colorized-border.border-alpha.filters .filters {
  margin-bottom: 0; }

.single-border.colorized-border.border-patientcare, .theme-patientcare .pricing-table .colorized-border.border-patientcare.panel, .theme-patientcare .pricing-table .colorized-border.border-patientcare.filters, .theme-academics .pricing-table .colorized-border.border-patientcare.panel, .theme-academics .pricing-table .colorized-border.border-patientcare.filters, .theme-research .pricing-table .colorized-border.border-patientcare.panel, .theme-research .pricing-table .colorized-border.border-patientcare.filters, .theme-institutional .pricing-table .colorized-border.border-patientcare.panel, .theme-institutional .pricing-table .colorized-border.border-patientcare.filters {
  border-color: #15748C; }

.single-border.colorized-border.border-patientcare-darken, .theme-patientcare .pricing-table .colorized-border.border-patientcare-darken.panel, .theme-patientcare .pricing-table .colorized-border.border-patientcare-darken.filters, .theme-academics .pricing-table .colorized-border.border-patientcare-darken.panel, .theme-academics .pricing-table .colorized-border.border-patientcare-darken.filters, .theme-research .pricing-table .colorized-border.border-patientcare-darken.panel, .theme-research .pricing-table .colorized-border.border-patientcare-darken.filters, .theme-institutional .pricing-table .colorized-border.border-patientcare-darken.panel, .theme-institutional .pricing-table .colorized-border.border-patientcare-darken.filters {
  border-color: #0D4857; }

.single-border.colorized-border.border-academics, .theme-patientcare .pricing-table .colorized-border.border-academics.panel, .theme-patientcare .pricing-table .colorized-border.border-academics.filters, .theme-academics .pricing-table .colorized-border.border-academics.panel, .theme-academics .pricing-table .colorized-border.border-academics.filters, .theme-research .pricing-table .colorized-border.border-academics.panel, .theme-research .pricing-table .colorized-border.border-academics.filters, .theme-institutional .pricing-table .colorized-border.border-academics.panel, .theme-institutional .pricing-table .colorized-border.border-academics.filters {
  border-color: #427E6B; }

.single-border.colorized-border.border-academics-darken, .theme-patientcare .pricing-table .colorized-border.border-academics-darken.panel, .theme-patientcare .pricing-table .colorized-border.border-academics-darken.filters, .theme-academics .pricing-table .colorized-border.border-academics-darken.panel, .theme-academics .pricing-table .colorized-border.border-academics-darken.filters, .theme-research .pricing-table .colorized-border.border-academics-darken.panel, .theme-research .pricing-table .colorized-border.border-academics-darken.filters, .theme-institutional .pricing-table .colorized-border.border-academics-darken.panel, .theme-institutional .pricing-table .colorized-border.border-academics-darken.filters {
  border-color: #26483e; }

.single-border.colorized-border.border-research, .theme-patientcare .pricing-table .colorized-border.border-research.panel, .theme-patientcare .pricing-table .colorized-border.border-research.filters, .theme-academics .pricing-table .colorized-border.border-research.panel, .theme-academics .pricing-table .colorized-border.border-research.filters, .theme-research .pricing-table .colorized-border.border-research.panel, .theme-research .pricing-table .colorized-border.border-research.filters, .theme-institutional .pricing-table .colorized-border.border-research.panel, .theme-institutional .pricing-table .colorized-border.border-research.filters {
  border-color: #855F5D; }

.single-border.colorized-border.border-research-darken, .theme-patientcare .pricing-table .colorized-border.border-research-darken.panel, .theme-patientcare .pricing-table .colorized-border.border-research-darken.filters, .theme-academics .pricing-table .colorized-border.border-research-darken.panel, .theme-academics .pricing-table .colorized-border.border-research-darken.filters, .theme-research .pricing-table .colorized-border.border-research-darken.panel, .theme-research .pricing-table .colorized-border.border-research-darken.filters, .theme-institutional .pricing-table .colorized-border.border-research-darken.panel, .theme-institutional .pricing-table .colorized-border.border-research-darken.filters {
  border-color: #493433; }

.single-border.colorized-border.border-institutional, .theme-patientcare .pricing-table .colorized-border.border-institutional.panel, .theme-patientcare .pricing-table .colorized-border.border-institutional.filters, .theme-academics .pricing-table .colorized-border.border-institutional.panel, .theme-academics .pricing-table .colorized-border.border-institutional.filters, .theme-research .pricing-table .colorized-border.border-institutional.panel, .theme-research .pricing-table .colorized-border.border-institutional.filters, .theme-institutional .pricing-table .colorized-border.border-institutional.panel, .theme-institutional .pricing-table .colorized-border.border-institutional.filters {
  border-color: #865F7B; }

.single-border.colorized-border.border-institutional-darken, .theme-patientcare .pricing-table .colorized-border.border-institutional-darken.panel, .theme-patientcare .pricing-table .colorized-border.border-institutional-darken.filters, .theme-academics .pricing-table .colorized-border.border-institutional-darken.panel, .theme-academics .pricing-table .colorized-border.border-institutional-darken.filters, .theme-research .pricing-table .colorized-border.border-institutional-darken.panel, .theme-research .pricing-table .colorized-border.border-institutional-darken.filters, .theme-institutional .pricing-table .colorized-border.border-institutional-darken.panel, .theme-institutional .pricing-table .colorized-border.border-institutional-darken.filters {
  border-color: #4A3544; }

.single-border.colorized-border.border-gold, .theme-patientcare .pricing-table .colorized-border.border-gold.panel, .theme-patientcare .pricing-table .colorized-border.border-gold.filters, .theme-academics .pricing-table .colorized-border.border-gold.panel, .theme-academics .pricing-table .colorized-border.border-gold.filters, .theme-research .pricing-table .colorized-border.border-gold.panel, .theme-research .pricing-table .colorized-border.border-gold.filters, .theme-institutional .pricing-table .colorized-border.border-gold.panel, .theme-institutional .pricing-table .colorized-border.border-gold.filters {
  border-color: #fec46f; }

.single-border.colorized-border.border-global-tertiary-accent, .theme-patientcare .pricing-table .colorized-border.border-global-tertiary-accent.panel, .theme-patientcare .pricing-table .colorized-border.border-global-tertiary-accent.filters, .theme-academics .pricing-table .colorized-border.border-global-tertiary-accent.panel, .theme-academics .pricing-table .colorized-border.border-global-tertiary-accent.filters, .theme-research .pricing-table .colorized-border.border-global-tertiary-accent.panel, .theme-research .pricing-table .colorized-border.border-global-tertiary-accent.filters, .theme-institutional .pricing-table .colorized-border.border-global-tertiary-accent.panel, .theme-institutional .pricing-table .colorized-border.border-global-tertiary-accent.filters {
  border-color: #fec46f; }

.single-border.colorized-border.border-lt-orange, .theme-patientcare .pricing-table .colorized-border.border-lt-orange.panel, .theme-patientcare .pricing-table .colorized-border.border-lt-orange.filters, .theme-academics .pricing-table .colorized-border.border-lt-orange.panel, .theme-academics .pricing-table .colorized-border.border-lt-orange.filters, .theme-research .pricing-table .colorized-border.border-lt-orange.panel, .theme-research .pricing-table .colorized-border.border-lt-orange.filters, .theme-institutional .pricing-table .colorized-border.border-lt-orange.panel, .theme-institutional .pricing-table .colorized-border.border-lt-orange.filters {
  border-color: #F26722; }

.single-border.colorized-border.border-global-secondary-accent, .theme-patientcare .pricing-table .colorized-border.border-global-secondary-accent.panel, .theme-patientcare .pricing-table .colorized-border.border-global-secondary-accent.filters, .theme-academics .pricing-table .colorized-border.border-global-secondary-accent.panel, .theme-academics .pricing-table .colorized-border.border-global-secondary-accent.filters, .theme-research .pricing-table .colorized-border.border-global-secondary-accent.panel, .theme-research .pricing-table .colorized-border.border-global-secondary-accent.filters, .theme-institutional .pricing-table .colorized-border.border-global-secondary-accent.panel, .theme-institutional .pricing-table .colorized-border.border-global-secondary-accent.filters {
  border-color: #F26722; }

.single-border.colorized-border.border-lt-green, .theme-patientcare .pricing-table .colorized-border.border-lt-green.panel, .theme-patientcare .pricing-table .colorized-border.border-lt-green.filters, .theme-academics .pricing-table .colorized-border.border-lt-green.panel, .theme-academics .pricing-table .colorized-border.border-lt-green.filters, .theme-research .pricing-table .colorized-border.border-lt-green.panel, .theme-research .pricing-table .colorized-border.border-lt-green.filters, .theme-institutional .pricing-table .colorized-border.border-lt-green.panel, .theme-institutional .pricing-table .colorized-border.border-lt-green.filters {
  border-color: #a5b885; }

.single-border.colorized-border.border-academic-highlight, .theme-patientcare .pricing-table .colorized-border.border-academic-highlight.panel, .theme-patientcare .pricing-table .colorized-border.border-academic-highlight.filters, .theme-academics .pricing-table .colorized-border.border-academic-highlight.panel, .theme-academics .pricing-table .colorized-border.border-academic-highlight.filters, .theme-research .pricing-table .colorized-border.border-academic-highlight.panel, .theme-research .pricing-table .colorized-border.border-academic-highlight.filters, .theme-institutional .pricing-table .colorized-border.border-academic-highlight.panel, .theme-institutional .pricing-table .colorized-border.border-academic-highlight.filters {
  border-color: #a5b885; }

.single-border.colorized-border.border-patientcare-highlight, .theme-patientcare .pricing-table .colorized-border.border-patientcare-highlight.panel, .theme-patientcare .pricing-table .colorized-border.border-patientcare-highlight.filters, .theme-academics .pricing-table .colorized-border.border-patientcare-highlight.panel, .theme-academics .pricing-table .colorized-border.border-patientcare-highlight.filters, .theme-research .pricing-table .colorized-border.border-patientcare-highlight.panel, .theme-research .pricing-table .colorized-border.border-patientcare-highlight.filters, .theme-institutional .pricing-table .colorized-border.border-patientcare-highlight.panel, .theme-institutional .pricing-table .colorized-border.border-patientcare-highlight.filters {
  border-color: #4BC0C4; }

.single-border.colorized-border.border-research-highlight, .theme-patientcare .pricing-table .colorized-border.border-research-highlight.panel, .theme-patientcare .pricing-table .colorized-border.border-research-highlight.filters, .theme-academics .pricing-table .colorized-border.border-research-highlight.panel, .theme-academics .pricing-table .colorized-border.border-research-highlight.filters, .theme-research .pricing-table .colorized-border.border-research-highlight.panel, .theme-research .pricing-table .colorized-border.border-research-highlight.filters, .theme-institutional .pricing-table .colorized-border.border-research-highlight.panel, .theme-institutional .pricing-table .colorized-border.border-research-highlight.filters {
  border-color: #B7868F; }

.single-border.colorized-border.border-institutional-highlight, .theme-patientcare .pricing-table .colorized-border.border-institutional-highlight.panel, .theme-patientcare .pricing-table .colorized-border.border-institutional-highlight.filters, .theme-academics .pricing-table .colorized-border.border-institutional-highlight.panel, .theme-academics .pricing-table .colorized-border.border-institutional-highlight.filters, .theme-research .pricing-table .colorized-border.border-institutional-highlight.panel, .theme-research .pricing-table .colorized-border.border-institutional-highlight.filters, .theme-institutional .pricing-table .colorized-border.border-institutional-highlight.panel, .theme-institutional .pricing-table .colorized-border.border-institutional-highlight.filters {
  border-color: #A76393; }

.single-border.single-border-inherit.colorized, .theme-patientcare .pricing-table .single-border-inherit.colorized.panel, .theme-patientcare .pricing-table .single-border-inherit.colorized.filters, .theme-academics .pricing-table .single-border-inherit.colorized.panel, .theme-academics .pricing-table .single-border-inherit.colorized.filters, .theme-research .pricing-table .single-border-inherit.colorized.panel, .theme-research .pricing-table .single-border-inherit.colorized.filters, .theme-institutional .pricing-table .single-border-inherit.colorized.panel, .theme-institutional .pricing-table .single-border-inherit.colorized.filters {
  border-color: #F26722; }

.single-border.single-border-inherit.colorized.colorized-patientcare, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-patientcare.panel, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-patientcare.filters, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-patientcare.panel, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-patientcare.filters, .theme-research .pricing-table .single-border-inherit.colorized.colorized-patientcare.panel, .theme-research .pricing-table .single-border-inherit.colorized.colorized-patientcare.filters, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-patientcare.panel, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-patientcare.filters, .single-border.single-border-inherit.colorized.colorized-patientcare-darken, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-patientcare-darken.panel, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-patientcare-darken.filters, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-patientcare-darken.panel, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-patientcare-darken.filters, .theme-research .pricing-table .single-border-inherit.colorized.colorized-patientcare-darken.panel, .theme-research .pricing-table .single-border-inherit.colorized.colorized-patientcare-darken.filters, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-patientcare-darken.panel, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-patientcare-darken.filters {
  border-color: #4BC0C4; }

.single-border.single-border-inherit.colorized.colorized-academics, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-academics.panel, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-academics.filters, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-academics.panel, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-academics.filters, .theme-research .pricing-table .single-border-inherit.colorized.colorized-academics.panel, .theme-research .pricing-table .single-border-inherit.colorized.colorized-academics.filters, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-academics.panel, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-academics.filters, .single-border.single-border-inherit.colorized.colorized-academics-darken, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-academics-darken.panel, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-academics-darken.filters, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-academics-darken.panel, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-academics-darken.filters, .theme-research .pricing-table .single-border-inherit.colorized.colorized-academics-darken.panel, .theme-research .pricing-table .single-border-inherit.colorized.colorized-academics-darken.filters, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-academics-darken.panel, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-academics-darken.filters {
  border-color: #87D680; }

.single-border.single-border-inherit.colorized.colorized-research, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-research.panel, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-research.filters, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-research.panel, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-research.filters, .theme-research .pricing-table .single-border-inherit.colorized.colorized-research.panel, .theme-research .pricing-table .single-border-inherit.colorized.colorized-research.filters, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-research.panel, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-research.filters, .single-border.single-border-inherit.colorized.colorized-research-darken, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-research-darken.panel, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-research-darken.filters, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-research-darken.panel, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-research-darken.filters, .theme-research .pricing-table .single-border-inherit.colorized.colorized-research-darken.panel, .theme-research .pricing-table .single-border-inherit.colorized.colorized-research-darken.filters, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-research-darken.panel, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-research-darken.filters {
  border-color: #B7868F; }

.single-border.single-border-inherit.colorized.colorized-institutional, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-institutional.panel, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-institutional.filters, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-institutional.panel, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-institutional.filters, .theme-research .pricing-table .single-border-inherit.colorized.colorized-institutional.panel, .theme-research .pricing-table .single-border-inherit.colorized.colorized-institutional.filters, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-institutional.panel, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-institutional.filters, .single-border.single-border-inherit.colorized.colorized-institutional-darken, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-institutional-darken.panel, .theme-patientcare .pricing-table .single-border-inherit.colorized.colorized-institutional-darken.filters, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-institutional-darken.panel, .theme-academics .pricing-table .single-border-inherit.colorized.colorized-institutional-darken.filters, .theme-research .pricing-table .single-border-inherit.colorized.colorized-institutional-darken.panel, .theme-research .pricing-table .single-border-inherit.colorized.colorized-institutional-darken.filters, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-institutional-darken.panel, .theme-institutional .pricing-table .single-border-inherit.colorized.colorized-institutional-darken.filters {
  border-color: #a76393; }

.single-border-lighter {
  border-top: rgba(153, 153, 153, 0.2) solid 2px;
  padding-top: 20px; }

.single-border-right-thin {
  border-style: solid;
  border-right-width: 2px;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
  border-color: #ccc;
  padding-right: 20px; }

/* ---------------------- */
/* Bleeds	 		*/
/* ---------------------- */
.bleed, .process .process-item:nth-child(odd) {
  background-color: #F7F4F0; }

.bleed.homev2-banner, .process .homev2-banner.process-item:nth-child(odd) {
  background-color: #f1ebe4; }

.bleed.home-accent.colorized, .process .home-accent.colorized.process-item:nth-child(odd) {
  background-color: #863813; }

.bleed.home-patient-care-accent.colorized, .process .home-patient-care-accent.colorized.process-item:nth-child(odd) {
  background-color: #0a5b8a; }

.bleed.home-patient-care-secondary-accent.colorized, .process .home-patient-care-secondary-accent.colorized.process-item:nth-child(odd) {
  background-color: #147295; }

.bleed.lighter, .bleed.system-mobile, .process .system-mobile.process-item:nth-child(odd), dl.contact-definitions dt.bleed, dl.contact-definitions .process dt.process-item:nth-child(odd), .process dl.contact-definitions dt.process-item:nth-child(odd), dl.contact-definitions dd.bleed, dl.contact-definitions .process dd.process-item:nth-child(odd), .process dl.contact-definitions dd.process-item:nth-child(odd), .tabs ul.tab-nav.tab-nav-large li a.bleed, .tabs ul.tab-nav.tab-nav-large li .process a.process-item:nth-child(odd), .process .tabs ul.tab-nav.tab-nav-large li a.process-item:nth-child(odd), .process .lighter.process-item:nth-child(odd), .process .landing .page-header .content .wrapper h2.process-item:nth-child(odd), .landing .page-header .content .wrapper .process h2.process-item:nth-child(odd), .landing .page-header .content .wrapper h2.bleed {
  background-color: #f2f2f2; }

.bleed.extra-roomy, .process .extra-roomy.process-item:nth-child(odd) {
  padding: 4.6875em 0; }

.bleed.lightest, .process .lightest.process-item:nth-child(odd) {
  background-color: #f8f8f8; }

.bleed.patientcare, .process .patientcare.process-item:nth-child(odd) {
  background-color: #413663; }

.bleed.patientcare-lightest, .process .patientcare-lightest.process-item:nth-child(odd) {
  background-color: #e1dfe8; }

.bleed.aqua, .process .aqua.process-item:nth-child(odd) {
  background-color: #00a6b6;
  color: #ffffff; }

.bleed.aqua a.button, .process .aqua.process-item:nth-child(odd) a.button {
  background-color: #51c5d0;
  color: #00747f; }

.bleed.aqua .ruled-heading, .process .aqua.process-item:nth-child(odd) .ruled-heading {
  border-bottom: #ffffff 1px solid; }

.bleed.roomy, .process .roomy.process-item:nth-child(odd) {
  padding: 3.125em 0; }

.bleed.cozy, .process .cozy.process-item:nth-child(odd) {
  padding: 2em 0; }

.bleed.roomy-top, .process .roomy-top.process-item:nth-child(odd) {
  padding-top: 1.5625em; }

.bleed.white-hex, .process .white-hex.process-item:nth-child(odd) {
  border-top: #fff 2px solid;
  padding-top: 30px; }

.bleed.content-bleed, .process .content-bleed.process-item:nth-child(odd) {
  margin: 1.25em 0;
  padding: 1.25em 0; }

.bleed.photo-bleed, .process .photo-bleed.process-item:nth-child(odd) {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 3.125em; }

.bleed.photo-bleed blockquote, .process .photo-bleed.process-item:nth-child(odd) blockquote {
  color: #171717; }

.bleed.photo-bleed h1.colorized-blue-heading, .process .photo-bleed.process-item:nth-child(odd) h1.colorized-blue-heading, .bleed.photo-bleed h2.colorized-blue-heading, .process .photo-bleed.process-item:nth-child(odd) h2.colorized-blue-heading, .bleed.photo-bleed h3.colorized-blue-heading, .process .photo-bleed.process-item:nth-child(odd) h3.colorized-blue-heading, .bleed.photo-bleed h4.colorized-blue-heading, .process .photo-bleed.process-item:nth-child(odd) h4.colorized-blue-heading, .bleed.photo-bleed h5.colorized-blue-heading, .process .photo-bleed.process-item:nth-child(odd) h5.colorized-blue-heading, .bleed.photo-bleed h6.colorized-blue-heading, .process .photo-bleed.process-item:nth-child(odd) h6.colorized-blue-heading {
  color: #0066a4; }

.bleed.photo-bleed.popout, .process .photo-bleed.popout.process-item:nth-child(odd) {
  overflow: visible; }

@media (min-width: 768px) {
  .bleed.photo-bleed.popout, .process .photo-bleed.popout.process-item:nth-child(odd) {
    padding-top: 30px; } }

.bleed.photo-bleed.colorized-washout, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) {
  background-color: #E6E3DA; }

.bleed.photo-bleed.colorized-washout.white, .process .photo-bleed.colorized-washout.white.process-item:nth-child(odd) {
  background-color: white; }

.bleed.photo-bleed.colorized-washout p, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) p, .bleed.photo-bleed.colorized-washout h1, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) h1, .bleed.photo-bleed.colorized-washout h2, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) h2, .bleed.photo-bleed.colorized-washout h3, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) h3, .bleed.photo-bleed.colorized-washout h4, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) h4, .bleed.photo-bleed.colorized-washout h5, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) h5, .bleed.photo-bleed.colorized-washout h6, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) h6 {
  color: #171717; }

.bleed.photo-bleed.colorized-washout a, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) a {
  color: #C0511B; }

.bleed.photo-bleed.colorized-washout a.button, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) a.button {
  color: #fff; }

.bleed.photo-bleed.colorized-washout .bg-photo.top, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) .bg-photo.top {
  top: 0 !important; }

.bleed.photo-bleed.colorized-washout .bg-photo.alpha img, .process .photo-bleed.colorized-washout.process-item:nth-child(odd) .bg-photo.alpha img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1; }

.bleed.photo-bleed.roomy, .process .photo-bleed.roomy.process-item:nth-child(odd) {
  padding: 6.25em 0; }

.bleed.photo-bleed .bg-photo, .process .photo-bleed.process-item:nth-child(odd) .bg-photo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.bleed.photo-bleed .bg-photo img, .process .photo-bleed.process-item:nth-child(odd) .bg-photo img {
  max-width: 93em;
  margin: 0 auto; }

.bleed.photo-bleed .bg-photo img.full-photo-bleed, .process .photo-bleed.process-item:nth-child(odd) .bg-photo img.full-photo-bleed {
  max-width: 100%;
  max-height: 440px;
  width: 100%; }

@media (max-width: 767px) {
  .bleed.photo-bleed .bg-photo img, .process .photo-bleed.process-item:nth-child(odd) .bg-photo img {
    display: none; } }

.bleed.photo-bleed .bg-photo.balign, .process .photo-bleed.process-item:nth-child(odd) .bg-photo.balign {
  top: 0 !important;
  bottom: auto !important; }

@media (min-width: 360px) {
  .bleed.photo-bleed .bg-photo.hide-bg img, .process .photo-bleed.process-item:nth-child(odd) .bg-photo.hide-bg img {
    display: none; } }

@media (min-width: 1100px) {
  .bleed.photo-bleed .bg-photo.hide-bg img, .process .photo-bleed.process-item:nth-child(odd) .bg-photo.hide-bg img {
    display: block; } }

.bleed.photo-bleed .bg-photo.alpha img, .process .photo-bleed.process-item:nth-child(odd) .bg-photo.alpha img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.bleed.photo-bleed .bg-photo.attach-top, .process .photo-bleed.process-item:nth-child(odd) .bg-photo.attach-top {
  top: 0;
  bottom: auto; }

.bleed.photo-bleed .content, .process .photo-bleed.process-item:nth-child(odd) .content {
  *zoom: 1; }

.bleed.photo-bleed .content:after, .process .photo-bleed.process-item:nth-child(odd) .content:after {
  content: "";
  display: table;
  clear: both; }

.bleed.colorized a, .process .colorized.process-item:nth-child(odd) a, .page-header.bleed a, .process .page-header.process-item:nth-child(odd) a, .bleed.colorized.white a.underlined-links, .process .colorized.white.process-item:nth-child(odd) a.underlined-links {
  text-decoration: underline; }

.bleed a.button, .process .process-item:nth-child(odd) a.button, .bleed .button a, .process .process-item:nth-child(odd) .button a, .bleed.colorized.white a, .process .colorized.white.process-item:nth-child(odd) a, .bleed .panel.colorized.white a, .process .process-item:nth-child(odd) .panel.colorized.white a, .bleed .colorized.white.filters a, .process .process-item:nth-child(odd) .colorized.white.filters a, .bleed .panel.colorized.white a.underlined-links, .process .process-item:nth-child(odd) .panel.colorized.white a.underlined-links, .bleed .colorized.white.filters a.underlined-links, .process .process-item:nth-child(odd) .colorized.white.filters a.underlined-links, .bleed .lightest a, .process .process-item:nth-child(odd) .lightest a, .bleed .patientcare-lightest a, .process .process-item:nth-child(odd) .patientcare-lightest a, .bleed .lighter a, .process .process-item:nth-child(odd) .lighter a, .bleed .system-mobile a, .process .process-item:nth-child(odd) .system-mobile a, .bleed dl.contact-definitions dt a, dl.contact-definitions .bleed dt a, .process .process-item:nth-child(odd) dl.contact-definitions dt a, dl.contact-definitions .process .process-item:nth-child(odd) dt a, .bleed dl.contact-definitions dd a, dl.contact-definitions .bleed dd a, .process .process-item:nth-child(odd) dl.contact-definitions dd a, dl.contact-definitions .process .process-item:nth-child(odd) dd a, .bleed .tabs ul.tab-nav.tab-nav-large li a a, .tabs ul.tab-nav.tab-nav-large li .bleed a a, .process .process-item:nth-child(odd) .tabs ul.tab-nav.tab-nav-large li a a, .tabs ul.tab-nav.tab-nav-large li .process .process-item:nth-child(odd) a a, .bleed .landing .page-header .content .wrapper h2 a, .landing .page-header .content .wrapper .bleed h2 a, .process .process-item:nth-child(odd) .landing .page-header .content .wrapper h2 a, .landing .page-header .content .wrapper .process .process-item:nth-child(odd) h2 a, .bleed .homev2-banner, .process .process-item:nth-child(odd) .homev2-banner, .bleed a.button-linear-box, .process .process-item:nth-child(odd) a.button-linear-box, .bleed a.button-linear-box-academics, .process .process-item:nth-child(odd) a.button-linear-box-academics, .bleed a.button-linear-box-research, .process .process-item:nth-child(odd) a.button-linear-box-research, .bleed a.button-linear-box-patientcare, .process .process-item:nth-child(odd) a.button-linear-box-patientcare, .bleed a.button-linear-box-institutional, .process .process-item:nth-child(odd) a.button-linear-box-institutional {
  text-decoration: none; }

.sticky-wrapper .bleed.colorized a, .sticky-wrapper .process .colorized.process-item:nth-child(odd) a, .process .sticky-wrapper .colorized.process-item:nth-child(odd) a {
  text-decoration: none; }

.sticky-wrapper .bleed.colorized a:hover, .sticky-wrapper .process .colorized.process-item:nth-child(odd) a:hover, .process .sticky-wrapper .colorized.process-item:nth-child(odd) a:hover {
  text-decoration: underline; }

.photo-bleed-left {
  margin-left: -6.875em; }

@media (max-width: 767px) {
  .photo-bleed-left {
    margin-right: -0.625em;
    margin-left: -0.625em; } }

.photo-bleed-right {
  margin-right: -6.875em; }

@media (max-width: 767px) {
  .photo-bleed-right {
    margin-right: -0.625em;
    margin-left: -0.625em; } }

.bleed-padding-helper {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

.overlay {
  position: relative; }

.overlay .overlay-bottom {
  position: absolute; }

/* ---------------------- */
/* Collapsible Nav  		*/
/* ---------------------- */
nav.collapsible {
  font-size: 1em; }

nav.collapsible > ul > li {
  border-bottom: #999999 1px dotted; }

nav.collapsible > ul > li > a {
  color: #517F70;
  display: block;
  padding: 0.3125em 0; }

nav.collapsible > ul > li > a:hover {
  color: #5f9583; }

nav.collapsible > ul > li > a:hover {
  text-decoration: none; }

nav.collapsible > ul > li > a i {
  margin-right: 0.3125em; }

nav.collapsible > ul > li.current > a {
  color: #000; }

nav.collapsible > ul > li ul {
  display: none;
  margin-left: 1.25em; }

nav.collapsible > ul > li ul li.current > a {
  color: #000; }

nav.collapsible > ul > li.leaf a::before {
  content: " ";
  margin-right: 0.75em;
  font-size: 1.25em;
  font-weight: 400; }

/* ---------------------- */
/* Accordion		*/
/* ---------------------- */
ul.accordion {
  font-size: 1em; }

ul.accordion h2 {
  font-size: 1.4375em;
  margin-bottom: 0 !important; }

ul.accordion h3 {
  font-size: 1.3125em;
  margin-bottom: 0 !important; }

ul.accordion span {
  font-weight: bolder;
  font-size: 1.125em; }

ul.accordion > li {
  border-top: #999 1px solid;
  border-right: #999 1px solid;
  border-bottom: #999 1px solid;
  border-left: #FEC46F 10px solid;
  padding: 10px;
  margin: 8px 0px; }

ul.accordion > li > a {
  color: #C0511B;
  display: block;
  padding: 0.3125em 0; }

ul.accordion > li > a:hover {
  text-decoration: none; }

ul.accordion > li > a i {
  margin-right: 0.3125em; }

ul.accordion > li.current > a {
  color: #C0511B; }

ul.accordion > li div.panel, ul.accordion > li div.filters {
  display: none; }

ul.accordion > li.leaf a::before {
  content: " ";
  margin-right: 0.75em;
  font-size: 1.25em;
  font-weight: 400; }

ul.accordion > li.leaf a::before ul {
  display: none; }

ul.accordion > li.leaf a::before ul li.current > a {
  color: #000; }

/* ---------------------- */
/* Sidebar Columns 		*/
/* ---------------------- */
.sidebar.sidebar-colorized, .sidebar .sidebar-colorized {
  padding: 20px 100px 20px 20px; }

@media (max-width: 1100px) {
  .sidebar.sidebar-colorized, .sidebar .sidebar-colorized {
    padding-right: 20px; } }

.sidebar.sidebar-colorized .numeric-facts .number, .sidebar .sidebar-colorized .numeric-facts .number {
  color: #171717; }

.sidebar.sidebar-colorized a, .sidebar .sidebar-colorized a {
  text-decoration: underline; }

.sidebar.sidebar-colorized .academics-sidebar hr, .sidebar .sidebar-colorized .academics-sidebar hr {
  color: #fff;
  border-top-color: #fff; }

.sidebar.sidebar-colorized .academics-sidebar blockquote, .sidebar .sidebar-colorized .academics-sidebar blockquote {
  color: #ffffff;
  border: none;
  padding-left: 0; }

.sidebar h2.stripped, .sidebar .bleed.photo-bleed .panel-sidecar > .row > .columns:first-child h2, .bleed.photo-bleed .panel-sidecar > .row > .columns:first-child .sidebar h2, .sidebar .panel-sidecar > .row > .columns:first-child .bleed.photo-bleed h2, .panel-sidecar > .row > .columns:first-child .bleed.photo-bleed .sidebar h2, .sidebar .process .photo-bleed.process-item:nth-child(odd) .panel-sidecar > .row > .columns:first-child h2, .process .photo-bleed.process-item:nth-child(odd) .panel-sidecar > .row > .columns:first-child .sidebar h2, .sidebar .panel-sidecar > .row > .columns:first-child .process .photo-bleed.process-item:nth-child(odd) h2, .panel-sidecar > .row > .columns:first-child .process .photo-bleed.process-item:nth-child(odd) .sidebar h2, .sidebar .bleed.photo-bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2, .bleed.photo-bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child .sidebar h2, .sidebar .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child .process .photo-bleed.process-item:nth-child(odd) h2, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child .process .photo-bleed.process-item:nth-child(odd) .sidebar h2, .sidebar .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child .bleed.photo-bleed h2, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child .bleed.photo-bleed .sidebar h2, .sidebar .process .photo-bleed.process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h2, .process .photo-bleed.process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child .sidebar h2, .sidebar .bleed.photo-bleed h2.colorized-heading, .bleed.photo-bleed .sidebar h2.colorized-heading, .sidebar .process .photo-bleed.process-item:nth-child(odd) h2.colorized-heading, .process .photo-bleed.process-item:nth-child(odd) .sidebar h2.colorized-heading, .sidebar .bleed.photo-bleed h2.sidebar, .bleed.photo-bleed .sidebar h2.sidebar, .sidebar .process .photo-bleed.process-item:nth-child(odd) h2.sidebar, .process .photo-bleed.process-item:nth-child(odd) .sidebar h2.sidebar, .sidebar .bleed.photo-bleed.colorized.white h2.colorized-heading, .bleed.photo-bleed.colorized.white .sidebar h2.colorized-heading, h4.stripped, .bleed.photo-bleed .panel-sidecar > .row > .columns:first-child h4, .panel-sidecar > .row > .columns:first-child .bleed.photo-bleed h4, .process .photo-bleed.process-item:nth-child(odd) .panel-sidecar > .row > .columns:first-child h4, .panel-sidecar > .row > .columns:first-child .process .photo-bleed.process-item:nth-child(odd) h4, .bleed.photo-bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child h4, .bleed .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child .process .photo-bleed.process-item:nth-child(odd) h4, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .panel-sidecar > .crsl-nav-helper > .columns:first-child .bleed.photo-bleed h4, .process .photo-bleed.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, .bleed.photo-bleed h4.sidebar, .process .photo-bleed.process-item:nth-child(odd) h4.sidebar, .bleed.photo-bleed .panel.colorized.white h4.colorized-heading, .panel.colorized.white .bleed.photo-bleed h4.colorized-heading, .bleed.photo-bleed .colorized.white.filters h4.colorized-heading, .colorized.white.filters .bleed.photo-bleed h4.colorized-heading, .bleed.photo-bleed .bleed.colorized.white h4.colorized-heading, .bleed.colorized.white .bleed.photo-bleed h4.colorized-heading, .bleed.photo-bleed .process .colorized.white.process-item:nth-child(odd) h4.colorized-heading, .process .colorized.white.process-item:nth-child(odd) .bleed.photo-bleed h4.colorized-heading, .bleed.photo-bleed.colorized.white h4.colorized-heading, .bleed.photo-bleed .card.colorized.white h4.colorized-heading, .card.colorized.white .bleed.photo-bleed h4.colorized-heading {
  color: #171717; }

/* ---------------------- */
/* Shade every other row 	*/
/* ---------------------- */
.shade-alternate-rows .row, .shade-alternate-rows .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav .shade-alternate-rows .crsl-nav-helper, .shade-alternate-rows .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 .shade-alternate-rows .crsl-nav-helper {
  padding: 1.25em; }

.shade-alternate-rows .row:nth-child(odd), .shade-alternate-rows .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper:nth-child(odd), .bleed .carousel.massive-nav .crsl-nav .shade-alternate-rows .crsl-nav-helper:nth-child(odd), .shade-alternate-rows .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper:nth-child(odd), .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .shade-alternate-rows .crsl-nav-helper:nth-child(odd) {
  background: #F7F4F0; }

/* ---------------------- */
/* Tabs 	  		*/
/* ---------------------- */
.tabs ul.tab-nav {
  margin-bottom: 0.625em; }

@media (max-width: 900px) {
  .tabs ul.tab-nav {
    display: none; } }

.tabs ul.tab-nav li {
  display: inline-block;
  margin-right: 0.625em; }

.tabs ul.tab-nav li a {
  display: block;
  background-color: #dcd7cb;
  padding: 0.625em 2.5em;
  text-decoration: none;
  color: #171717;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.tabs ul.tab-nav li a:hover {
  background-color: #E6E3DA; }

.tabs ul.tab-nav li.active a {
  background-color: #C0511B;
  color: #fff; }

.tabs ul.tab-nav.tab-center-for-gsbs {
  margin-left: 25%; }

.tabs ul.tab-nav.tab-nav-large li a {
  font-size: 1.25em; }

.tabs ul.tab-nav.tab-nav-pill {
  margin-bottom: 1.25em;
  *zoom: 1; }

.tabs ul.tab-nav.tab-nav-pill:after {
  content: "";
  display: table;
  clear: both; }

.tabs ul.tab-nav.tab-nav-pill li {
  margin-right: 0;
  float: left; }

.tabs ul.tab-nav.tab-nav-pill li a {
  border-radius: 0; }

.tabs ul.tab-nav.tab-nav-pill li:first-child a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.tabs ul.tab-nav.tab-nav-pill li:last-child a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.tabs ul.tab-nav.tab-nav-pill.colorized li a {
  background-color: #C0511B;
  color: #fff; }

.tabs ul.tab-nav.tab-nav-pill.colorized li a:hover {
  background-color: #d65a1e; }

.tabs ul.tab-nav.tab-nav-pill.colorized li.active a {
  background-color: #7d3512; }

.tabs .tab {
  display: none; }

@media (max-width: 900px) {
  .tabs .tab {
    display: block !important; } }

.tabs .tab.active {
  display: block; }

/* ---------------------- */
/* Results Filters 		*/
/* ---------------------- */
.filtersToggle {
  display: none; }

@media (max-width: 767px) {
  .filtersToggle {
    display: block; } }

.filtersToggle a.button {
  width: 100%;
  text-align: center; }

.filtersToggle a.button i.is-closed {
  display: inline-block; }

.filtersToggle a.button i.is-open {
  display: none; }

.filtersToggle a.button.active i.is-closed {
  display: none; }

.filtersToggle a.button.active i.is-open {
  display: inline-block; }

.filtersToggleDiv {
  display: none; }

@media (max-width: 767px) {
  .filtersToggleDiv {
    display: block; } }

.filtersToggleDiv a.button {
  width: 100%;
  text-align: center; }

.filtersToggleDiv a.button i.is-closed {
  display: inline-block; }

.filtersToggleDiv a.button i.is-open {
  display: none; }

.filtersToggleDiv a.button.active i.is-closed {
  display: none; }

.filtersToggleDiv a.button.active i.is-open {
  display: inline-block; }

.filters {
  padding: 2em; }

@media (max-width: 767px) {
  .filters {
    display: none; } }

@media (max-width: 767px) {
  .filters.active {
    display: block; } }

.filters .filters-box-heading {
  margin-bottom: 1.25em; }

.filters fieldset {
  border: 0;
  padding: 0;
  margin-bottom: 2.5em; }

.filters fieldset legend {
  background: none;
  width: 100%;
  margin-bottom: 10px; }

.filters fieldset legend .filter-heading {
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: #999999 1px dotted; }

.filters fieldset ul {
  margin-bottom: 0; }

.filters fieldset ul li {
  margin-bottom: 10px; }

.filters fieldset ul li:last-child {
  margin-bottom: 0; }

/* ---------------------- */
/* Alphabetized Data 		*/
/* ---------------------- */
ul.alphabet li {
  font-size: 1.25em;
  margin-right: 20px; }

.alpha-group .alpha-headline {
  border-bottom: #999999 1px solid;
  margin-bottom: 2.5em; }

.alpha-group .alpha-headline h1, .alpha-group .alpha-headline h2, .alpha-group .alpha-headline h3, .alpha-group .alpha-headline h4, .alpha-group .alpha-headline h5, .alpha-group .alpha-headline h6 {
  font-weight: bold;
  margin-bottom: 7px; }

.alpha-group .alpha-headline .back-to-top {
  float: right;
  display: block;
  min-width: 200px;
  text-align: right; }

.alpha-group .alpha-listing {
  margin-bottom: 30px; }

.alpha-group .alpha-listing h1.name, .alpha-group .alpha-listing h2.name, .alpha-group .alpha-listing h3.name, .alpha-group .alpha-listing h4.name, .alpha-group .alpha-listing h5.name, .alpha-group .alpha-listing h6.name {
  font-weight: bold; }

/* ---------------------- */
/* Pagination 	 		*/
/* ---------------------- */
.pagination {
  padding: 35px 0 25px 0; }

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

.pagination ul.prevnext li {
  line-height: 15px; }

.pagination ul.prevnext li.prev {
  padding-right: 12px;
  border-right: #C0511B 2px solid;
  margin-right: 10px; }

.pagination ul.prevnext li.prev a:before {
  content: "«"; }

.pagination ul.numbers li {
  color: #4a4a4a; }

.pagination ul.numbers li a {
  color: #4a4a4a;
  padding: 5px 10px; }

.pagination ul.numbers li a:hover {
  text-decoration: none;
  color: #C0511B; }

.pagination ul.numbers li.ellipsis {
  margin-right: 5px;
  margin-left: 5px; }

.pagination ul.numbers li.current a {
  background-color: #C0511B;
  color: #fff;
  border-radius: 5px; }

/* ---------------------- */
/* Numeric Fact Sets  		*/
/* ---------------------- */
.numeric-facts .number {
  font-size: 2em; }

.numeric-facts .jumbo {
  font-size: 4em;
  font-weight: bold; }

.numeric-facts .detail {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em; }

.numeric-facts.colorized .number, .numeric-facts.colorized .detail, .numeric-facts.colorized p.number, .numeric-facts.colorized p.detail {
  color: #427E6B; }

.numeric-facts.boxed {
  *zoom: 1;
  margin-bottom: 0.625em; }

.numeric-facts.boxed:after {
  content: "";
  display: table;
  clear: both; }

.numeric-facts.boxed .number {
  display: inline-block;
  float: left;
  margin-right: 15px;
  border-top: #933e15 12px solid;
  background-color: #C0511B;
  color: #fff;
  padding: 0 10px; }

.numeric-facts.boxed .detail {
  float: left; }

/* ---------------------- */
/* Comparison Charts 		*/
/* ---------------------- */
.comparison-chart {
  margin-bottom: 1.25em; }

.comparison-chart .row, .comparison-chart .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav .comparison-chart .crsl-nav-helper, .comparison-chart .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 .comparison-chart .crsl-nav-helper {
  padding: 1.25em; }

@media (max-width: 360px) {
  .comparison-chart .row, .comparison-chart .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav .comparison-chart .crsl-nav-helper, .comparison-chart .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 .comparison-chart .crsl-nav-helper {
    padding-left: 0;
    padding-right: 0; } }

.comparison-chart .row:nth-child(odd), .comparison-chart .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper:nth-child(odd), .bleed .carousel.massive-nav .crsl-nav .comparison-chart .crsl-nav-helper:nth-child(odd), .comparison-chart .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper:nth-child(odd), .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .comparison-chart .crsl-nav-helper:nth-child(odd) {
  background: #F7F4F0; }

.comparison-chart .description h1, .comparison-chart .description h2, .comparison-chart .description h3, .comparison-chart .description h4, .comparison-chart .description h5, .comparison-chart .description h6 {
  border-bottom: #999999 1px solid;
  padding-bottom: 0.3125em;
  margin-bottom: 0.3125em;
  font-weight: 700; }

.comparison-chart .icons ul {
  margin-bottom: 0; }

.comparison-chart .icons ul li {
  color: #999;
  font-size: 1.5em; }

/* ---------------------- */
/* Steps Bar 	 		*/
/* ---------------------- */
ul.steps-bar {
  margin-bottom: 1.25em; }

ul.steps-bar li {
  padding: 0; }

ul.steps-bar li .circle {
  display: block; }

ul.steps-bar li .bar {
  height: 10px;
  background: #C0511B;
  margin-top: 10px;
  position: relative; }

ul.steps-bar li .bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #C0511B transparent; }

ul.steps-bar li:first-child .bar {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

ul.steps-bar li:first-child .bar:before {
  display: none; }

ul.steps-bar li:last-child .bar {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

ul.steps-bar li.active .circle {
  background: #672b0e; }

ul.steps-bar li.active .bar {
  background: #672b0e; }

ul.steps-bar li.active .bar:before {
  border-bottom-color: #672b0e; }

/* ---------------------- */
/* Process Rows 		*/
/* ---------------------- */
.process {
  position: relative;
  margin-bottom: 50px; }

.process.bottom-arrow {
  border-bottom: #C0511B 15px solid; }

.process.bottom-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #C0511B;
  position: absolute;
  bottom: -50px;
  left: 47%;
  margin: 0 auto; }

@media (max-width: 767px) {
  .process.bottom-arrow:after {
    left: 46%; } }

@media (max-width: 640px) {
  .process.bottom-arrow:after {
    left: 45%; } }

@media (max-width: 500px) {
  .process.bottom-arrow:after {
    left: 43%; } }

@media (max-width: 360px) {
  .process.bottom-arrow:after {
    left: 39%; } }

.process .process-item {
  padding: 3.125em 1.25em;
  position: relative; }

@media (max-width: 767px) {
  .process .process-item {
    padding-bottom: 1.25em; } }

@media (max-width: 767px) {
  .process .process-item .columns {
    margin-bottom: 1.25em; } }

.process .process-item .next-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  margin-left: 10px;
  bottom: -20px;
  z-index: 100; }

.process .process-item:nth-child(odd) .next-arrow {
  border-top-color: #F7F4F0; }

.process .process-item:last-child .next-arrow {
  display: none; }

.process .process-item ul, .process .process-item p {
  margin-bottom: 0; }

.process .process-item h1, .process .process-item h2, .process .process-item h3, .process .process-item h4, .process .process-item h5, .process .process-item h6 {
  font-weight: 700; }

.process .process-item .circle {
  margin-top: -10px; }

/* ---------------------- */
/* Carousels 	 		*/
/* ---------------------- */
.carousel .crsl-item {
  visibility: hidden;
  position: absolute; }

.carousel .crsl-item .crsl-caption {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 20px;
  width: 100%; }

@media (max-width: 500px) {
  .carousel .crsl-item .crsl-caption {
    position: static; } }

.carousel .crsl-item .jump-columns-left {
  margin-left: -2.5em; }

@media (max-width: 767px) {
  .carousel .crsl-item .jump-columns-left {
    margin-left: 0; } }

.carousel .crsl-item .row .columns.large-5.medium-5.small-12 .jump-columns-right, .bleed .carousel.massive-nav .crsl-item .crsl-nav .crsl-nav-helper .columns.large-5.medium-5.small-12 .jump-columns-right, .bleed .carousel.massive-nav .crsl-nav .crsl-item .crsl-nav-helper .columns.large-5.medium-5.small-12 .jump-columns-right, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-item .crsl-nav .crsl-nav-helper .columns.large-5.medium-5.small-12 .jump-columns-right, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-item .crsl-nav-helper .columns.large-5.medium-5.small-12 .jump-columns-right {
  margin-right: -2.5em;
  position: relative;
  z-index: 100; }

@media (max-width: 767px) {
  .carousel .crsl-item .row .columns.large-5.medium-5.small-12 .jump-columns-right, .bleed .carousel.massive-nav .crsl-item .crsl-nav .crsl-nav-helper .columns.large-5.medium-5.small-12 .jump-columns-right, .bleed .carousel.massive-nav .crsl-nav .crsl-item .crsl-nav-helper .columns.large-5.medium-5.small-12 .jump-columns-right, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-item .crsl-nav .crsl-nav-helper .columns.large-5.medium-5.small-12 .jump-columns-right, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-item .crsl-nav-helper .columns.large-5.medium-5.small-12 .jump-columns-right {
    margin-right: 0; } }

.carousel .crsl-nav {
  text-align: center; }

.carousel .crsl-nav a:first-child {
  margin-right: 20px; }

.carousel.massive-nav {
  position: relative; }

.carousel.massive-nav .crsl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.carousel.massive-nav .crsl-nav .crsl-nav-helper {
  /*@extend .row;*/
  max-width: 87.5em;
  margin: 0 auto; }

.carousel.massive-nav .crsl-nav a {
  font-size: 1.5em;
  color: #fff; }

.carousel.massive-nav .crsl-nav a:hover {
  text-decoration: none; }

.carousel.massive-nav .crsl-nav a i, .carousel.massive-nav .crsl-nav a span {
  display: none; }

.carousel.massive-nav .crsl-nav a:before, .carousel.massive-nav .crsl-nav a:after {
  font-family: 'uthscsa-icons';
  color: #2d2642; }

.carousel.massive-nav .crsl-nav a.previous {
  float: left; }

.carousel.massive-nav .crsl-nav a.previous:before {
  content: 'W'; }

.carousel.massive-nav .crsl-nav a.next {
  float: right; }

.carousel.massive-nav .crsl-nav a.next:after {
  content: 'X'; }

.carousel.massive-nav .crsl-nav .crsl-nav-helper-ctrc {
  /*@extend .row;*/
  max-width: 87.5em;
  margin: 0 auto; }

.carousel.massive-nav .crsl-nav .crsl-nav-helper-ctrc a.previous {
  background-image: url("/images/previous.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 5px;
  padding-bottom: 4px;
  text-decoration: none; }

.carousel.massive-nav .crsl-nav .crsl-nav-helper-ctrc a.next {
  background-image: url("/images/next.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-left: 5px;
  padding-bottom: 4px;
  text-decoration: none; }

/* ---------------------- */
/* Video Launch Thumbnail 	*/
/* ---------------------- */
.video-thumbnail {
  position: relative; }

.video-thumbnail .video-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  text-align: center; }

.video-thumbnail .video-button .inner {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  padding: 5px 15px; }

.video-thumbnail a:hover .inner {
  background: rgba(255, 255, 255, 0.7); }

.video-thumbnail a:hover .inner .circle.colorized {
  background-color: #aa4818; }

/* ---------------------- */
/* Multi-step Forms   		*/
/* ---------------------- */
form.multi-step-form .step.dim {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: relative; }

form.multi-step-form .step .dimmer {
  position: absolute;
  z-index: 1000; }

/* ---------------------- */
/* Dateboxes 	 		*/
/* ---------------------- */
.datebox {
  background-color: #672b0e;
  max-width: 80px; }

.datebox .month {
  text-transform: uppercase;
  font-size: 0.75em;
  background-color: #C0511B; }

.datebox .date {
  font-size: 1.375em;
  font-weight: bold; }

.datebox:hover {
  text-decoration: none; }

.datebox.today {
  min-height: 45px; }

.datebox.today .date {
  font-size: 0.875em; }

.datebox.medium {
  max-width: 100px; }

.datebox.medium .month {
  font-weight: bold;
  font-size: 1em; }

.datebox.medium .date {
  font-size: 1.5em; }

a.datebox {
  display: block;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

a.datebox:hover {
  color: #ffffff; }

.large-date {
  font-size: 4em;
  color: white; }

.large-event {
  font-size: 2.5em;
  padding-top: 10px; }

.events {
  border-left: 1px solid #999999; }

.events .long-date {
  color: #777777;
  font-size: 0.9em;
  font-weight: bold; }

/* ---------------------- */
/* Colorizing Options 		*/
/* ---------------------- */
.panel.colorized, .colorized.filters, .bleed.colorized, .process .colorized.process-item:nth-child(odd), .bleed.photo-bleed.colorized, .process .photo-bleed.colorized.process-item:nth-child(odd), .card.colorized {
  background-color: #C0511B;
  color: #fff; }

.panel.colorized a:not(.button), .colorized.filters a:not(.button), .bleed.colorized a:not(.button), .process .colorized.process-item:nth-child(odd) a:not(.button), .bleed.photo-bleed.colorized a:not(.button), .process .photo-bleed.colorized.process-item:nth-child(odd) a:not(.button), .card.colorized a:not(.button) {
  color: #fff; }

.panel.colorized .jump-columns-left, .colorized.filters .jump-columns-left, .bleed.colorized .jump-columns-left, .process .colorized.process-item:nth-child(odd) .jump-columns-left, .bleed.photo-bleed.colorized .jump-columns-left, .process .photo-bleed.colorized.process-item:nth-child(odd) .jump-columns-left, .card.colorized .jump-columns-left {
  margin-left: -2.5em; }

@media (max-width: 767px) {
  .panel.colorized .jump-columns-left, .colorized.filters .jump-columns-left, .bleed.colorized .jump-columns-left, .process .colorized.process-item:nth-child(odd) .jump-columns-left, .bleed.photo-bleed.colorized .jump-columns-left, .process .photo-bleed.colorized.process-item:nth-child(odd) .jump-columns-left, .card.colorized .jump-columns-left {
    margin-left: 0; } }

.panel.colorized .jump-columns-right, .colorized.filters .jump-columns-right, .bleed.colorized .jump-columns-right, .process .colorized.process-item:nth-child(odd) .jump-columns-right, .bleed.photo-bleed.colorized .jump-columns-right, .process .photo-bleed.colorized.process-item:nth-child(odd) .jump-columns-right, .card.colorized .jump-columns-right {
  margin-right: -2.5em;
  position: relative;
  z-index: 100; }

@media (max-width: 767px) {
  .panel.colorized .jump-columns-right, .colorized.filters .jump-columns-right, .bleed.colorized .jump-columns-right, .process .colorized.process-item:nth-child(odd) .jump-columns-right, .bleed.photo-bleed.colorized .jump-columns-right, .process .photo-bleed.colorized.process-item:nth-child(odd) .jump-columns-right, .card.colorized .jump-columns-right {
    margin-right: 0; } }

.panel.colorized p, .colorized.filters p, .panel.colorized h1, .colorized.filters h1, .panel.colorized h2, .colorized.filters h2, .panel.colorized h3, .colorized.filters h3, .panel.colorized h4, .colorized.filters h4, .panel.colorized h5, .colorized.filters h5, .panel.colorized h6, .colorized.filters h6, .bleed.colorized p, .process .colorized.process-item:nth-child(odd) p, .bleed.colorized h1, .process .colorized.process-item:nth-child(odd) h1, .bleed.colorized h2, .process .colorized.process-item:nth-child(odd) h2, .bleed.colorized h3, .process .colorized.process-item:nth-child(odd) h3, .bleed.colorized h4, .process .colorized.process-item:nth-child(odd) h4, .bleed.colorized h5, .process .colorized.process-item:nth-child(odd) h5, .bleed.colorized h6, .process .colorized.process-item:nth-child(odd) h6, .bleed.photo-bleed.colorized p, .process .photo-bleed.colorized.process-item:nth-child(odd) p, .bleed.photo-bleed.colorized h1, .process .photo-bleed.colorized.process-item:nth-child(odd) h1, .bleed.photo-bleed.colorized h2, .process .photo-bleed.colorized.process-item:nth-child(odd) h2, .bleed.photo-bleed.colorized h3, .process .photo-bleed.colorized.process-item:nth-child(odd) h3, .bleed.photo-bleed.colorized h4, .process .photo-bleed.colorized.process-item:nth-child(odd) h4, .bleed.photo-bleed.colorized h5, .process .photo-bleed.colorized.process-item:nth-child(odd) h5, .bleed.photo-bleed.colorized h6, .process .photo-bleed.colorized.process-item:nth-child(odd) h6, .card.colorized p, .card.colorized h1, .card.colorized h2, .card.colorized h3, .card.colorized h4, .card.colorized h5, .card.colorized h6 {
  color: #fff; }

.panel.colorized p.ruled-heading, .colorized.filters p.ruled-heading, .panel.colorized h1.ruled-heading, .colorized.filters h1.ruled-heading, .panel.colorized h2.ruled-heading, .colorized.filters h2.ruled-heading, .panel.colorized h3.ruled-heading, .colorized.filters h3.ruled-heading, .panel.colorized h4.ruled-heading, .colorized.filters h4.ruled-heading, .panel.colorized h5.ruled-heading, .colorized.filters h5.ruled-heading, .panel.colorized h6.ruled-heading, .colorized.filters h6.ruled-heading, .bleed.colorized p.ruled-heading, .process .colorized.process-item:nth-child(odd) p.ruled-heading, .bleed.colorized h1.ruled-heading, .process .colorized.process-item:nth-child(odd) h1.ruled-heading, .bleed.colorized h2.ruled-heading, .process .colorized.process-item:nth-child(odd) h2.ruled-heading, .bleed.colorized h3.ruled-heading, .process .colorized.process-item:nth-child(odd) h3.ruled-heading, .bleed.colorized h4.ruled-heading, .process .colorized.process-item:nth-child(odd) h4.ruled-heading, .bleed.colorized h5.ruled-heading, .process .colorized.process-item:nth-child(odd) h5.ruled-heading, .bleed.colorized h6.ruled-heading, .process .colorized.process-item:nth-child(odd) h6.ruled-heading, .bleed.photo-bleed.colorized p.ruled-heading, .process .photo-bleed.colorized.process-item:nth-child(odd) p.ruled-heading, .bleed.photo-bleed.colorized h1.ruled-heading, .process .photo-bleed.colorized.process-item:nth-child(odd) h1.ruled-heading, .bleed.photo-bleed.colorized h2.ruled-heading, .process .photo-bleed.colorized.process-item:nth-child(odd) h2.ruled-heading, .bleed.photo-bleed.colorized h3.ruled-heading, .process .photo-bleed.colorized.process-item:nth-child(odd) h3.ruled-heading, .bleed.photo-bleed.colorized h4.ruled-heading, .process .photo-bleed.colorized.process-item:nth-child(odd) h4.ruled-heading, .bleed.photo-bleed.colorized h5.ruled-heading, .process .photo-bleed.colorized.process-item:nth-child(odd) h5.ruled-heading, .bleed.photo-bleed.colorized h6.ruled-heading, .process .photo-bleed.colorized.process-item:nth-child(odd) h6.ruled-heading, .card.colorized p.ruled-heading, .card.colorized h1.ruled-heading, .card.colorized h2.ruled-heading, .card.colorized h3.ruled-heading, .card.colorized h4.ruled-heading, .card.colorized h5.ruled-heading, .card.colorized h6.ruled-heading {
  border-bottom-color: #fff; }

.panel.colorized .ruled-heading h1, .colorized.filters .ruled-heading h1, .panel.colorized .ruled-heading h2, .colorized.filters .ruled-heading h2, .panel.colorized .ruled-heading h3, .colorized.filters .ruled-heading h3, .panel.colorized .ruled-heading h4, .colorized.filters .ruled-heading h4, .panel.colorized .ruled-heading h5, .colorized.filters .ruled-heading h5, .panel.colorized .ruled-heading h6, .colorized.filters .ruled-heading h6, .bleed.colorized .ruled-heading h1, .process .colorized.process-item:nth-child(odd) .ruled-heading h1, .bleed.colorized .ruled-heading h2, .process .colorized.process-item:nth-child(odd) .ruled-heading h2, .bleed.colorized .ruled-heading h3, .process .colorized.process-item:nth-child(odd) .ruled-heading h3, .bleed.colorized .ruled-heading h4, .process .colorized.process-item:nth-child(odd) .ruled-heading h4, .bleed.colorized .ruled-heading h5, .process .colorized.process-item:nth-child(odd) .ruled-heading h5, .bleed.colorized .ruled-heading h6, .process .colorized.process-item:nth-child(odd) .ruled-heading h6, .bleed.photo-bleed.colorized .ruled-heading h1, .process .photo-bleed.colorized.process-item:nth-child(odd) .ruled-heading h1, .bleed.photo-bleed.colorized .ruled-heading h2, .process .photo-bleed.colorized.process-item:nth-child(odd) .ruled-heading h2, .bleed.photo-bleed.colorized .ruled-heading h3, .process .photo-bleed.colorized.process-item:nth-child(odd) .ruled-heading h3, .bleed.photo-bleed.colorized .ruled-heading h4, .process .photo-bleed.colorized.process-item:nth-child(odd) .ruled-heading h4, .bleed.photo-bleed.colorized .ruled-heading h5, .process .photo-bleed.colorized.process-item:nth-child(odd) .ruled-heading h5, .bleed.photo-bleed.colorized .ruled-heading h6, .process .photo-bleed.colorized.process-item:nth-child(odd) .ruled-heading h6, .card.colorized .ruled-heading h1, .card.colorized .ruled-heading h2, .card.colorized .ruled-heading h3, .card.colorized .ruled-heading h4, .card.colorized .ruled-heading h5, .card.colorized .ruled-heading h6 {
  border-bottom-color: #fff; }

.panel.colorized hr, .colorized.filters hr, .bleed.colorized hr, .process .colorized.process-item:nth-child(odd) hr, .bleed.photo-bleed.colorized hr, .process .photo-bleed.colorized.process-item:nth-child(odd) hr, .card.colorized hr {
  border-top-color: #fff; }

.panel.colorized .circle, .colorized.filters .circle, .bleed.colorized .circle, .process .colorized.process-item:nth-child(odd) .circle, .bleed.photo-bleed.colorized .circle, .process .photo-bleed.colorized.process-item:nth-child(odd) .circle, .card.colorized .circle {
  background: rgba(0, 0, 0, 0.3); }

.panel.colorized .circle span, .colorized.filters .circle span, .bleed.colorized .circle span, .process .colorized.process-item:nth-child(odd) .circle span, .bleed.photo-bleed.colorized .circle span, .process .photo-bleed.colorized.process-item:nth-child(odd) .circle span, .card.colorized .circle span {
  color: #fff; }

.panel.colorized .circle.colorized-patientcare, .colorized.filters .circle.colorized-patientcare, .bleed.colorized .circle.colorized-patientcare, .process .colorized.process-item:nth-child(odd) .circle.colorized-patientcare, .bleed.photo-bleed.colorized .circle.colorized-patientcare, .process .photo-bleed.colorized.process-item:nth-child(odd) .circle.colorized-patientcare, .card.colorized .circle.colorized-patientcare {
  background-color: #15748C; }

.panel.colorized .circle.colorized-academics, .colorized.filters .circle.colorized-academics, .bleed.colorized .circle.colorized-academics, .process .colorized.process-item:nth-child(odd) .circle.colorized-academics, .bleed.photo-bleed.colorized .circle.colorized-academics, .process .photo-bleed.colorized.process-item:nth-child(odd) .circle.colorized-academics, .card.colorized .circle.colorized-academics {
  background-color: #427E6B; }

.panel.colorized .circle.colorized-research, .colorized.filters .circle.colorized-research, .bleed.colorized .circle.colorized-research, .process .colorized.process-item:nth-child(odd) .circle.colorized-research, .bleed.photo-bleed.colorized .circle.colorized-research, .process .photo-bleed.colorized.process-item:nth-child(odd) .circle.colorized-research, .card.colorized .circle.colorized-research {
  background-color: #855F5D; }

.panel.colorized .circle.colorized-purple, .colorized.filters .circle.colorized-purple, .bleed.colorized .circle.colorized-purple, .process .colorized.process-item:nth-child(odd) .circle.colorized-purple, .bleed.photo-bleed.colorized .circle.colorized-purple, .process .photo-bleed.colorized.process-item:nth-child(odd) .circle.colorized-purple, .card.colorized .circle.colorized-purple {
  background-color: #865d79; }

.panel.colorized .circle.colorized-blue, .colorized.filters .circle.colorized-blue, .bleed.colorized .circle.colorized-blue, .process .colorized.process-item:nth-child(odd) .circle.colorized-blue, .bleed.photo-bleed.colorized .circle.colorized-blue, .process .photo-bleed.colorized.process-item:nth-child(odd) .circle.colorized-blue, .card.colorized .circle.colorized-blue {
  background-color: #147295; }

.panel.colorized .circle.colorized-green, .colorized.filters .circle.colorized-green, .bleed.colorized .circle.colorized-green, .process .colorized.process-item:nth-child(odd) .circle.colorized-green, .bleed.photo-bleed.colorized .circle.colorized-green, .process .photo-bleed.colorized.process-item:nth-child(odd) .circle.colorized-green, .card.colorized .circle.colorized-green {
  background-color: #3c7564; }

.panel.colorized .circle-orange, .colorized.filters .circle-orange, .bleed.colorized .circle-orange, .process .colorized.process-item:nth-child(odd) .circle-orange, .bleed.photo-bleed.colorized .circle-orange, .process .photo-bleed.colorized.process-item:nth-child(odd) .circle-orange, .card.colorized .circle-orange {
  background-color: #C0511B;
  font-size: 1.5em; }

.panel.colorized blockquote, .colorized.filters blockquote, .bleed.colorized blockquote, .process .colorized.process-item:nth-child(odd) blockquote, .bleed.photo-bleed.colorized blockquote, .process .photo-bleed.colorized.process-item:nth-child(odd) blockquote, .card.colorized blockquote {
  color: #fff;
  border-color: #fff; }

.panel.colorized.darken, .colorized.darken.filters, .bleed.colorized.darken, .process .colorized.darken.process-item:nth-child(odd), .bleed.photo-bleed.colorized.darken, .process .photo-bleed.colorized.darken.process-item:nth-child(odd), .card.colorized.darken {
  background-color: #863813; }

.panel.colorized.white, .colorized.white.filters, .bleed.colorized.white, .process .colorized.white.process-item:nth-child(odd), .bleed.photo-bleed.colorized.white, .process .photo-bleed.colorized.white.process-item:nth-child(odd), .card.colorized.white {
  background-color: #fff; }

.panel.colorized.white.popout, .colorized.white.popout.filters, .bleed.colorized.white.popout, .process .colorized.white.popout.process-item:nth-child(odd), .bleed.photo-bleed.colorized.white.popout, .process .photo-bleed.colorized.white.popout.process-item:nth-child(odd), .card.colorized.white.popout {
  margin-bottom: 0px; }

.panel.colorized.white p, .colorized.white.filters p, .panel.colorized.white h1, .colorized.white.filters h1, .panel.colorized.white h2, .colorized.white.filters h2, .panel.colorized.white h3, .colorized.white.filters h3, .panel.colorized.white h4, .colorized.white.filters h4, .panel.colorized.white h5, .colorized.white.filters h5, .panel.colorized.white h6, .colorized.white.filters h6, .bleed.colorized.white p, .process .colorized.white.process-item:nth-child(odd) p, .bleed.colorized.white h1, .process .colorized.white.process-item:nth-child(odd) h1, .bleed.colorized.white h2, .process .colorized.white.process-item:nth-child(odd) h2, .bleed.colorized.white h3, .process .colorized.white.process-item:nth-child(odd) h3, .bleed.colorized.white h4, .process .colorized.white.process-item:nth-child(odd) h4, .bleed.colorized.white h5, .process .colorized.white.process-item:nth-child(odd) h5, .bleed.colorized.white h6, .process .colorized.white.process-item:nth-child(odd) h6, .bleed.photo-bleed.colorized.white p, .process .photo-bleed.colorized.white.process-item:nth-child(odd) p, .bleed.photo-bleed.colorized.white h1, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h1, .bleed.photo-bleed.colorized.white h2, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h2, .bleed.photo-bleed.colorized.white h3, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h3, .bleed.photo-bleed.colorized.white h4, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h4, .bleed.photo-bleed.colorized.white h5, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h5, .bleed.photo-bleed.colorized.white h6, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h6, .card.colorized.white p, .card.colorized.white h1, .card.colorized.white h2, .card.colorized.white h3, .card.colorized.white h4, .card.colorized.white h5, .card.colorized.white h6 {
  color: #171717; }

.panel.colorized.white p.orange-heading, .colorized.white.filters p.orange-heading, .panel.colorized.white h1.orange-heading, .colorized.white.filters h1.orange-heading, .panel.colorized.white h2.orange-heading, .colorized.white.filters h2.orange-heading, .panel.colorized.white h3.orange-heading, .colorized.white.filters h3.orange-heading, .panel.colorized.white h4.orange-heading, .colorized.white.filters h4.orange-heading, .panel.colorized.white h5.orange-heading, .colorized.white.filters h5.orange-heading, .panel.colorized.white h6.orange-heading, .colorized.white.filters h6.orange-heading, .bleed.colorized.white p.orange-heading, .process .colorized.white.process-item:nth-child(odd) p.orange-heading, .bleed.colorized.white h1.orange-heading, .process .colorized.white.process-item:nth-child(odd) h1.orange-heading, .bleed.colorized.white h2.orange-heading, .process .colorized.white.process-item:nth-child(odd) h2.orange-heading, .bleed.colorized.white h3.orange-heading, .process .colorized.white.process-item:nth-child(odd) h3.orange-heading, .bleed.colorized.white h4.orange-heading, .process .colorized.white.process-item:nth-child(odd) h4.orange-heading, .bleed.colorized.white h5.orange-heading, .process .colorized.white.process-item:nth-child(odd) h5.orange-heading, .bleed.colorized.white h6.orange-heading, .process .colorized.white.process-item:nth-child(odd) h6.orange-heading, .bleed.photo-bleed.colorized.white p.orange-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) p.orange-heading, .bleed.photo-bleed.colorized.white h1.orange-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h1.orange-heading, .bleed.photo-bleed.colorized.white h2.orange-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h2.orange-heading, .bleed.photo-bleed.colorized.white h3.orange-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h3.orange-heading, .bleed.photo-bleed.colorized.white h4.orange-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h4.orange-heading, .bleed.photo-bleed.colorized.white h5.orange-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h5.orange-heading, .bleed.photo-bleed.colorized.white h6.orange-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h6.orange-heading, .card.colorized.white p.orange-heading, .card.colorized.white h1.orange-heading, .card.colorized.white h2.orange-heading, .card.colorized.white h3.orange-heading, .card.colorized.white h4.orange-heading, .card.colorized.white h5.orange-heading, .card.colorized.white h6.orange-heading {
  color: #C0511B; }

.panel.colorized.white p.blue-heading, .colorized.white.filters p.blue-heading, .panel.colorized.white h1.blue-heading, .colorized.white.filters h1.blue-heading, .panel.colorized.white h2.blue-heading, .colorized.white.filters h2.blue-heading, .panel.colorized.white h3.blue-heading, .colorized.white.filters h3.blue-heading, .panel.colorized.white h4.blue-heading, .colorized.white.filters h4.blue-heading, .panel.colorized.white h5.blue-heading, .colorized.white.filters h5.blue-heading, .panel.colorized.white h6.blue-heading, .colorized.white.filters h6.blue-heading, .bleed.colorized.white p.blue-heading, .process .colorized.white.process-item:nth-child(odd) p.blue-heading, .bleed.colorized.white h1.blue-heading, .process .colorized.white.process-item:nth-child(odd) h1.blue-heading, .bleed.colorized.white h2.blue-heading, .process .colorized.white.process-item:nth-child(odd) h2.blue-heading, .bleed.colorized.white h3.blue-heading, .process .colorized.white.process-item:nth-child(odd) h3.blue-heading, .bleed.colorized.white h4.blue-heading, .process .colorized.white.process-item:nth-child(odd) h4.blue-heading, .bleed.colorized.white h5.blue-heading, .process .colorized.white.process-item:nth-child(odd) h5.blue-heading, .bleed.colorized.white h6.blue-heading, .process .colorized.white.process-item:nth-child(odd) h6.blue-heading, .bleed.photo-bleed.colorized.white p.blue-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) p.blue-heading, .bleed.photo-bleed.colorized.white h1.blue-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h1.blue-heading, .bleed.photo-bleed.colorized.white h2.blue-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h2.blue-heading, .bleed.photo-bleed.colorized.white h3.blue-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h3.blue-heading, .bleed.photo-bleed.colorized.white h4.blue-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h4.blue-heading, .bleed.photo-bleed.colorized.white h5.blue-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h5.blue-heading, .bleed.photo-bleed.colorized.white h6.blue-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h6.blue-heading, .card.colorized.white p.blue-heading, .card.colorized.white h1.blue-heading, .card.colorized.white h2.blue-heading, .card.colorized.white h3.blue-heading, .card.colorized.white h4.blue-heading, .card.colorized.white h5.blue-heading, .card.colorized.white h6.blue-heading {
  color: #427E6B; }

.panel.colorized.white p.ruled-heading, .colorized.white.filters p.ruled-heading, .panel.colorized.white h1.ruled-heading, .colorized.white.filters h1.ruled-heading, .panel.colorized.white h2.ruled-heading, .colorized.white.filters h2.ruled-heading, .panel.colorized.white h3.ruled-heading, .colorized.white.filters h3.ruled-heading, .panel.colorized.white h4.ruled-heading, .colorized.white.filters h4.ruled-heading, .panel.colorized.white h5.ruled-heading, .colorized.white.filters h5.ruled-heading, .panel.colorized.white h6.ruled-heading, .colorized.white.filters h6.ruled-heading, .bleed.colorized.white p.ruled-heading, .process .colorized.white.process-item:nth-child(odd) p.ruled-heading, .bleed.colorized.white h1.ruled-heading, .process .colorized.white.process-item:nth-child(odd) h1.ruled-heading, .bleed.colorized.white h2.ruled-heading, .process .colorized.white.process-item:nth-child(odd) h2.ruled-heading, .bleed.colorized.white h3.ruled-heading, .process .colorized.white.process-item:nth-child(odd) h3.ruled-heading, .bleed.colorized.white h4.ruled-heading, .process .colorized.white.process-item:nth-child(odd) h4.ruled-heading, .bleed.colorized.white h5.ruled-heading, .process .colorized.white.process-item:nth-child(odd) h5.ruled-heading, .bleed.colorized.white h6.ruled-heading, .process .colorized.white.process-item:nth-child(odd) h6.ruled-heading, .bleed.photo-bleed.colorized.white p.ruled-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) p.ruled-heading, .bleed.photo-bleed.colorized.white h1.ruled-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h1.ruled-heading, .bleed.photo-bleed.colorized.white h2.ruled-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h2.ruled-heading, .bleed.photo-bleed.colorized.white h3.ruled-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h3.ruled-heading, .bleed.photo-bleed.colorized.white h4.ruled-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h4.ruled-heading, .bleed.photo-bleed.colorized.white h5.ruled-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h5.ruled-heading, .bleed.photo-bleed.colorized.white h6.ruled-heading, .process .photo-bleed.colorized.white.process-item:nth-child(odd) h6.ruled-heading, .card.colorized.white p.ruled-heading, .card.colorized.white h1.ruled-heading, .card.colorized.white h2.ruled-heading, .card.colorized.white h3.ruled-heading, .card.colorized.white h4.ruled-heading, .card.colorized.white h5.ruled-heading, .card.colorized.white h6.ruled-heading {
  border-bottom-color: #999; }

.panel.colorized.white hr, .colorized.white.filters hr, .bleed.colorized.white hr, .process .colorized.white.process-item:nth-child(odd) hr, .bleed.photo-bleed.colorized.white hr, .process .photo-bleed.colorized.white.process-item:nth-child(odd) hr, .card.colorized.white hr {
  border-top-color: #999999; }

.panel.colorized.white a, .colorized.white.filters a, .bleed.colorized.white a, .process .colorized.white.process-item:nth-child(odd) a, .bleed.photo-bleed.colorized.white a, .process .photo-bleed.colorized.white.process-item:nth-child(odd) a, .card.colorized.white a {
  color: #C0511B; }

.panel.colorized.white a.button, .colorized.white.filters a.button, .bleed.colorized.white a.button, .process .colorized.white.process-item:nth-child(odd) a.button, .bleed.photo-bleed.colorized.white a.button, .process .photo-bleed.colorized.white.process-item:nth-child(odd) a.button, .card.colorized.white a.button {
  background-color: #C0511B;
  color: #fff;
  text-decoration: none; }

.panel.colorized.white a.button:hover, .colorized.white.filters a.button:hover, .bleed.colorized.white a.button:hover, .process .colorized.white.process-item:nth-child(odd) a.button:hover, .bleed.photo-bleed.colorized.white a.button:hover, .process .photo-bleed.colorized.white.process-item:nth-child(odd) a.button:hover, .card.colorized.white a.button:hover {
  background: #933e15; }

.panel.colorized.white .button-linear-box, .colorized.white.filters .button-linear-box, .bleed.colorized.white .button-linear-box, .process .colorized.white.process-item:nth-child(odd) .button-linear-box, .bleed.photo-bleed.colorized.white .button-linear-box, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .button-linear-box, .card.colorized.white .button-linear-box {
  border: #C0511B 1px solid;
  border-radius: 0.3125em;
  padding: 5px 20px;
  display: inline-block;
  color: #C0511B; }

.panel.colorized.white .button-linear-box:hover, .colorized.white.filters .button-linear-box:hover, .bleed.colorized.white .button-linear-box:hover, .process .colorized.white.process-item:nth-child(odd) .button-linear-box:hover, .bleed.photo-bleed.colorized.white .button-linear-box:hover, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .button-linear-box:hover, .card.colorized.white .button-linear-box:hover {
  background: #C0511B;
  color: #fff !important;
  text-decoration: none; }

.panel.colorized.white .button-linear-box-research, .colorized.white.filters .button-linear-box-research, .bleed.colorized.white .button-linear-box-research, .process .colorized.white.process-item:nth-child(odd) .button-linear-box-research, .bleed.photo-bleed.colorized.white .button-linear-box-research, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .button-linear-box-research, .card.colorized.white .button-linear-box-research {
  border: #855F5D 1px solid;
  border-radius: 0.3125em;
  padding: 5px 20px;
  display: inline-block;
  color: #855F5D; }

.panel.colorized.white .button-linear-box-research:hover, .colorized.white.filters .button-linear-box-research:hover, .bleed.colorized.white .button-linear-box-research:hover, .process .colorized.white.process-item:nth-child(odd) .button-linear-box-research:hover, .bleed.photo-bleed.colorized.white .button-linear-box-research:hover, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .button-linear-box-research:hover, .card.colorized.white .button-linear-box-research:hover {
  background: #855F5D;
  color: #fff !important;
  text-decoration: none; }

.panel.colorized.white .button-linear-box-academics, .colorized.white.filters .button-linear-box-academics, .bleed.colorized.white .button-linear-box-academics, .process .colorized.white.process-item:nth-child(odd) .button-linear-box-academics, .bleed.photo-bleed.colorized.white .button-linear-box-academics, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .button-linear-box-academics, .card.colorized.white .button-linear-box-academics {
  border: #427E6B 1px solid;
  border-radius: 0.3125em;
  padding: 5px 20px;
  display: inline-block;
  color: #427E6B; }

.panel.colorized.white .button-linear-box-academics:hover, .colorized.white.filters .button-linear-box-academics:hover, .bleed.colorized.white .button-linear-box-academics:hover, .process .colorized.white.process-item:nth-child(odd) .button-linear-box-academics:hover, .bleed.photo-bleed.colorized.white .button-linear-box-academics:hover, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .button-linear-box-academics:hover, .card.colorized.white .button-linear-box-academics:hover {
  background: #427E6B;
  color: #fff !important;
  text-decoration: none; }

.panel.colorized.white .button-linear-box-patientcare, .colorized.white.filters .button-linear-box-patientcare, .bleed.colorized.white .button-linear-box-patientcare, .process .colorized.white.process-item:nth-child(odd) .button-linear-box-patientcare, .bleed.photo-bleed.colorized.white .button-linear-box-patientcare, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .button-linear-box-patientcare, .card.colorized.white .button-linear-box-patientcare {
  border: #15748C 1px solid;
  border-radius: 0.3125em;
  padding: 5px 20px;
  display: inline-block;
  color: #15748C; }

.panel.colorized.white .button-linear-box-patientcare:hover, .colorized.white.filters .button-linear-box-patientcare:hover, .bleed.colorized.white .button-linear-box-patientcare:hover, .process .colorized.white.process-item:nth-child(odd) .button-linear-box-patientcare:hover, .bleed.photo-bleed.colorized.white .button-linear-box-patientcare:hover, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .button-linear-box-patientcare:hover, .card.colorized.white .button-linear-box-patientcare:hover {
  background: #15748C;
  color: #fff !important;
  text-decoration: none; }

.panel.colorized.white .button-linear-box-institutional, .colorized.white.filters .button-linear-box-institutional, .bleed.colorized.white .button-linear-box-institutional, .process .colorized.white.process-item:nth-child(odd) .button-linear-box-institutional, .bleed.photo-bleed.colorized.white .button-linear-box-institutional, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .button-linear-box-institutional, .card.colorized.white .button-linear-box-institutional {
  border: #865F7B 1px solid;
  border-radius: 0.3125em;
  padding: 5px 20px;
  display: inline-block;
  color: #865F7B; }

.panel.colorized.white .button-linear-box-institutional:hover, .colorized.white.filters .button-linear-box-institutional:hover, .bleed.colorized.white .button-linear-box-institutional:hover, .process .colorized.white.process-item:nth-child(odd) .button-linear-box-institutional:hover, .bleed.photo-bleed.colorized.white .button-linear-box-institutional:hover, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .button-linear-box-institutional:hover, .card.colorized.white .button-linear-box-institutional:hover {
  background: #865F7B;
  color: #fff !important;
  text-decoration: none; }

.panel.colorized.white blockquote, .colorized.white.filters blockquote, .bleed.colorized.white blockquote, .process .colorized.white.process-item:nth-child(odd) blockquote, .bleed.photo-bleed.colorized.white blockquote, .process .photo-bleed.colorized.white.process-item:nth-child(odd) blockquote, .card.colorized.white blockquote {
  color: #8A6829;
  border-color: #999999; }

.panel.colorized.white .bullet-list, .colorized.white.filters .bullet-list, .bleed.colorized.white .bullet-list, .process .colorized.white.process-item:nth-child(odd) .bullet-list, .bleed.photo-bleed.colorized.white .bullet-list, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .bullet-list, .card.colorized.white .bullet-list {
  color: #171717; }

.panel.colorized.white a.datebox, .colorized.white.filters a.datebox, .bleed.colorized.white a.datebox, .process .colorized.white.process-item:nth-child(odd) a.datebox, .bleed.photo-bleed.colorized.white a.datebox, .process .photo-bleed.colorized.white.process-item:nth-child(odd) a.datebox, .card.colorized.white a.datebox {
  color: #fff; }

.panel.colorized.alpha, .colorized.alpha.filters, .bleed.colorized.alpha, .process .colorized.alpha.process-item:nth-child(odd), .bleed.photo-bleed.colorized.alpha, .process .photo-bleed.colorized.alpha.process-item:nth-child(odd), .card.colorized.alpha {
  background-color: rgba(255, 255, 255, 0.2); }

.panel.colorized.alpha figcaption, .colorized.alpha.filters figcaption, .bleed.colorized.alpha figcaption, .process .colorized.alpha.process-item:nth-child(odd) figcaption, .bleed.photo-bleed.colorized.alpha figcaption, .process .photo-bleed.colorized.alpha.process-item:nth-child(odd) figcaption, .card.colorized.alpha figcaption {
  color: #ffffff; }

.panel.colorized.colorized-patientcare, .colorized.colorized-patientcare.filters, .bleed.colorized.colorized-patientcare, .process .colorized.colorized-patientcare.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-patientcare, .process .photo-bleed.colorized.colorized-patientcare.process-item:nth-child(odd), .card.colorized.colorized-patientcare {
  background-color: #15748C; }

.panel.colorized.colorized-academics, .colorized.colorized-academics.filters, .bleed.colorized.colorized-academics, .process .colorized.colorized-academics.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-academics, .process .photo-bleed.colorized.colorized-academics.process-item:nth-child(odd), .card.colorized.colorized-academics {
  background-color: #427E6B; }

.panel.colorized.colorized-research, .colorized.colorized-research.filters, .bleed.colorized.colorized-research, .process .colorized.colorized-research.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-research, .process .photo-bleed.colorized.colorized-research.process-item:nth-child(odd), .card.colorized.colorized-research {
  background-color: #855F5D; }

.panel.colorized.colorized-institutional, .colorized.colorized-institutional.filters, .bleed.colorized.colorized-institutional, .process .colorized.colorized-institutional.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-institutional, .process .photo-bleed.colorized.colorized-institutional.process-item:nth-child(odd), .card.colorized.colorized-institutional {
  background-color: #865F7B; }

.panel.colorized.colorized-patientcare-darken, .colorized.colorized-patientcare-darken.filters, .bleed.colorized.colorized-patientcare-darken, .process .colorized.colorized-patientcare-darken.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-patientcare-darken, .process .photo-bleed.colorized.colorized-patientcare-darken.process-item:nth-child(odd), .card.colorized.colorized-patientcare-darken {
  background-color: #0d4857; }

.panel.colorized.colorized-academics-darken, .colorized.colorized-academics-darken.filters, .bleed.colorized.colorized-academics-darken, .process .colorized.colorized-academics-darken.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-academics-darken, .process .photo-bleed.colorized.colorized-academics-darken.process-item:nth-child(odd), .card.colorized.colorized-academics-darken {
  background-color: #26483e; }

.panel.colorized.colorized-research-darken, .colorized.colorized-research-darken.filters, .bleed.colorized.colorized-research-darken, .process .colorized.colorized-research-darken.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-research-darken, .process .photo-bleed.colorized.colorized-research-darken.process-item:nth-child(odd), .card.colorized.colorized-research-darken {
  background-color: #493433; }

.panel.colorized.colorized-institutional-darken, .colorized.colorized-institutional-darken.filters, .bleed.colorized.colorized-institutional-darken, .process .colorized.colorized-institutional-darken.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-institutional-darken, .process .photo-bleed.colorized.colorized-institutional-darken.process-item:nth-child(odd), .card.colorized.colorized-institutional-darken {
  background-color: #4a3544; }

.panel.colorized.colorized-patientcare-highlight, .colorized.colorized-patientcare-highlight.filters, .bleed.colorized.colorized-patientcare-highlight, .process .colorized.colorized-patientcare-highlight.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-patientcare-highlight, .process .photo-bleed.colorized.colorized-patientcare-highlight.process-item:nth-child(odd), .card.colorized.colorized-patientcare-highlight {
  background-color: #4BC0C4; }

.panel.colorized.colorized-academics-highlight, .colorized.colorized-academics-highlight.filters, .bleed.colorized.colorized-academics-highlight, .process .colorized.colorized-academics-highlight.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-academics-highlight, .process .photo-bleed.colorized.colorized-academics-highlight.process-item:nth-child(odd), .card.colorized.colorized-academics-highlight {
  background-color: #87D680; }

.panel.colorized.colorized-research-highlight, .colorized.colorized-research-highlight.filters, .bleed.colorized.colorized-research-highlight, .process .colorized.colorized-research-highlight.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-research-highlight, .process .photo-bleed.colorized.colorized-research-highlight.process-item:nth-child(odd), .card.colorized.colorized-research-highlight {
  background-color: #B7868F; }

.panel.colorized.colorized-institutional-highlight, .colorized.colorized-institutional-highlight.filters, .bleed.colorized.colorized-institutional-highlight, .process .colorized.colorized-institutional-highlight.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-institutional-highlight, .process .photo-bleed.colorized.colorized-institutional-highlight.process-item:nth-child(odd), .card.colorized.colorized-institutional-highlight {
  background-color: #a76393; }

.panel.colorized.colorized-global-accent, .colorized.colorized-global-accent.filters, .bleed.colorized.colorized-global-accent, .process .colorized.colorized-global-accent.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-global-accent, .process .photo-bleed.colorized.colorized-global-accent.process-item:nth-child(odd), .card.colorized.colorized-global-accent {
  background-color: #517F70; }

.panel.colorized.colorized-global-secondary-accent, .colorized.colorized-global-secondary-accent.filters, .bleed.colorized.colorized-global-secondary-accent, .process .colorized.colorized-global-secondary-accent.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-global-secondary-accent, .process .photo-bleed.colorized.colorized-global-secondary-accent.process-item:nth-child(odd), .card.colorized.colorized-global-secondary-accent {
  background-color: #F26722; }

.panel.colorized.colorized-global-tertiary-accent, .colorized.colorized-global-tertiary-accent.filters, .bleed.colorized.colorized-global-tertiary-accent, .process .colorized.colorized-global-tertiary-accent.process-item:nth-child(odd), .bleed.photo-bleed.colorized.colorized-global-tertiary-accent, .process .photo-bleed.colorized.colorized-global-tertiary-accent.process-item:nth-child(odd), .card.colorized.colorized-global-tertiary-accent {
  background-color: #FEC46F; }

.hex-pattern-large {
  background-repeat: no-repeat;
  background-position: top left; }

.hex-pattern-large.hex-pattern-right {
  background-position: top right; }

.numeric-facts.boxed.colorized .number {
  color: #fff;
  background-color: #C0511B;
  border-top-color: #933e15; }

.numeric-facts.boxed.colorized .detail {
  color: inherit; }

.numeric-facts.boxed.colorized-offcanvas .number {
  background-color: #d1ccbc;
  border-top-color: #bdb59d; }

.numeric-facts.boxed.colorized-patientcare .number {
  background-color: #15748C;
  border-top-color: #0d4857; }

.numeric-facts.boxed.colorized-academics .number {
  background-color: #427E6B;
  border-top-color: #26483e; }

.numeric-facts.boxed.colorized-research .number {
  background-color: #855F5D;
  border-top-color: #493433; }

i[class^="icon-"].colorized, i[class*=" icon-"].colorized, i.colorize-icon[class^="icon-"].colorized, i.colorize-icon[class*=" icon-"].colorized {
  color: #C0511B; }

i[class^="icon-"].colorized-patientcare, i[class*=" icon-"].colorized-patientcare, i.colorize-icon[class^="icon-"].colorized-patientcare, i.colorize-icon[class*=" icon-"].colorized-patientcare {
  color: #15748C; }

i[class^="icon-"].colorized-academics, i[class*=" icon-"].colorized-academics, i.colorize-icon[class^="icon-"].colorized-academics, i.colorize-icon[class*=" icon-"].colorized-academics {
  color: #427E6B; }

i[class^="icon-"].colorized-research, i[class*=" icon-"].colorized-research, i.colorize-icon[class^="icon-"].colorized-research, i.colorize-icon[class*=" icon-"].colorized-research {
  color: #855F5D; }

/* ---------------------- */
/* Landing Pages 		*/
/* ---------------------- */
.landing .page-header {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: -650px center; }

.landing .page-header.bleed, .landing .process .page-header.process-item:nth-child(odd), .process .landing .page-header.process-item:nth-child(odd) {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0; }

.landing .page-header.bleed .content, .landing .process .page-header.process-item:nth-child(odd) .content, .process .landing .page-header.process-item:nth-child(odd) .content {
  padding: 0; }

@media (max-width: 767px) {
  .landing .page-header {
    background-image: none; } }

.landing .page-header .photo {
  position: absolute;
  max-width: 80.5em;
  width: 100%; }

@media (max-width: 767px) {
  .landing .page-header .photo {
    position: static; } }

.landing .page-header .content {
  position: relative;
  min-height: 400px;
  padding: 0; }

@media (max-width: 767px) {
  .landing .page-header .content {
    min-height: 0; } }

.landing .page-header .content .hex {
  position: absolute;
  z-index: 1;
  top: -100px;
  left: -100px; }

@media (max-width: 1100px) {
  .landing .page-header .content .hex {
    left: -100px; } }

@media (max-width: 900px) {
  .landing .page-header .content .hex {
    left: -70px; } }

@media (max-width: 767px) {
  .landing .page-header .content .hex {
    display: none; } }

.landing .page-header .content .hex img {
  max-width: none; }

.landing .page-header .content .wrapper {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-right: 30px; }

@media (max-width: 767px) {
  .landing .page-header .content .wrapper {
    padding: 20px; } }

.landing .page-header .content .wrapper h2 {
  margin-bottom: 10px;
  font-size: 2.5em;
  line-height: 1em; }

@media (max-width: 900px) {
  .landing .page-header .content .wrapper h2 {
    font-size: 1.8em; } }

@media (max-width: 767px) {
  .landing .secondary .story {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: #999999 1px solid; }
  .landing .secondary .story:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .landing .secondary .story:last-child > *:last-child {
    margin-bottom: 0; } }

.landing .secondary .story img {
  margin-bottom: 1.25em; }

.landing ul.large-block-grid-3, .stories-landing ul.large-block-grid-3 {
  padding: 0 20px; }

/* ---------------------- */
/* Experimental Hexagon Things 	*/
/* ---------------------- */
.hexagon {
  display: inline-block;
  width: 400px;
  height: 400px; }

.hexagon span.hex-outer, .hexagon span.hex-inner {
  display: block;
  overflow: hidden; }

.hexagon span.hex-outer .hex-content.mask-photo, .hexagon span.hex-inner .hex-content.mask-photo {
  -ms-transform: rotate(20deg) scale(1.1, 1.1);
  -webkit-transform: rotate(20deg) scale(1.1, 1.1);
  transform: rotate(20deg) scale(1.1, 1.1); }

.hexagon span.hex-outer .hex-content.mask-photo img, .hexagon span.hex-inner .hex-content.mask-photo img {
  max-width: none;
  max-height: 100%; }

.hexagon span.hex-outer .hex-content.solid, .hexagon span.hex-inner .hex-content.solid {
  background-color: #C0511B;
  width: 400px;
  height: 400px; }

.hexagon span.hex-outer .hex-content.solid .wrapper, .hexagon span.hex-inner .hex-content.solid .wrapper {
  padding: 0 50px; }

.hexagon span.hex-outer {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.hexagon span.hex-inner {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sticky-wrapper.fixed {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20; }

.sticky-wrapper.fixed.anywhere {
  background-color: #fff;
  border-bottom: #C0511B 5px solid;
  left: 0;
  padding: 10px 0; }

.sticky-wrapper.fixed.anywhere > .row, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed.anywhere > .crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed.anywhere > .crsl-nav-helper {
  max-width: 80.5em;
  margin: 0 auto; }

/* ---------------------- */
/* NRC Transparency Star Ratings 	*/
/* ---------------------- */
.nrc-star-home-wrapper span.ds-stars {
  margin: 0 auto;
  margin-bottom: 2.4em;
  background: url("/images/star-sprite.png") 0 0 repeat-x !important;
  width: 400px !important;
  height: 72px !important; }

@media (max-width: 500px) {
  .nrc-star-home-wrapper span.ds-stars {
    margin: 0 auto;
    margin-bottom: 2.4em;
    background: url("/images/small-star-sprite.png") 0 0 repeat-x !important;
    width: 300px !important;
    height: 54px !important; } }

.nrc-star-home-wrapper span.ds-stars5 {
  background-position: 0 -721px !important; }

@media (max-width: 500px) {
  .nrc-star-home-wrapper span.ds-stars5 {
    background-position: 0 -541px !important; } }

.nrc-star-home-wrapper span.ds-stars45 {
  background-position: 0 -649px !important; }

@media (max-width: 500px) {
  .nrc-star-home-wrapper span.ds-stars45 {
    background-position: 0 -487px !important; } }

.nrc-star-home-wrapper span.ds-stars4 {
  background-position: 0 -577px !important; }

@media (max-width: 500px) {
  .nrc-star-home-wrapper span.ds-stars4 {
    background-position: 0 -433px !important; } }

.nrc-star-home-wrapper span.ds-stars35 {
  background-position: 0 -505px !important; }

@media (max-width: 500px) {
  .nrc-star-home-wrapper span.ds-stars35 {
    background-position: 0 -379px !important; } }

.nrc-star-home-wrapper span.ds-stars3 {
  background-position: 0 -433px !important; }

@media (max-width: 500px) {
  .nrc-star-home-wrapper span.ds-stars3 {
    background-position: 0 -325px !important; } }

.nrc-star-home-wrapper span.ds-stars25 {
  background-position: 0 -361px !important; }

@media (max-width: 500px) {
  .nrc-star-home-wrapper span.ds-stars25 {
    background-position: 0 -271px !important; } }

.nrc-star-home-wrapper span.ds-stars2 {
  background-position: 0 -289px !important; }

@media (max-width: 500px) {
  .nrc-star-home-wrapper span.ds-stars2 {
    background-position: 0 -217px !important; } }

.nrc-star-home-wrapper span.ds-stars15 {
  background-position: 0 -217px !important; }

@media (max-width: 500px) {
  .nrc-star-home-wrapper span.ds-stars15 {
    background-position: 0 -163px !important; } }

.nrc-star-home-wrapper span.ds-stars1 {
  background-position: 0 -145px !important; }

@media (max-width: 500px) {
  .nrc-star-home-wrapper span.ds-stars1 {
    background-position: 0 -109px !important; } }

.nrc-star-home-wrapper span.ds-stars05 {
  background-position: 0 -73px !important; }

@media (max-width: 500px) {
  .nrc-star-home-wrapper span.ds-stars05 {
    background-position: 0 -55px !important; } }

.nrc-star-home-wrapper span.ds-stars0 {
  background-position: 0 0px !important; }

.nrc-star-home-wrapper {
  /**.ds-stars {
		margin-bottom:3em;
		zoom:3;
		-moz-transform:scale(3);
		-moz-transform-origin:0 0;
	}**/ }

.nrc-star-home-wrapper .ds-xofy {
  display: inline;
  font-size: 1.375em; }

.nrc-star-home-wrapper .ds-ratings {
  display: inline;
  font-size: 1.375em; }

.nrc-star-home-wrapper .ds-ratings:before {
  content: " from "; }

/* Cards */
.card {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #F7F4F0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden; }

.card.outline {
  background-color: #fff;
  border: #999999 1px solid; }

.card > :last-child {
  margin-bottom: 0; }

.card-divider {
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 1rem; }

.card-divider > :last-child {
  margin-bottom: 0; }

.card-section {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  padding: 1rem; }

.card-section.outline {
  background-color: #fff;
  border: #999999 1px solid; }

.card-section > :last-child {
  margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.card-section p {
  color: #171717; }

/* Pricing Table */
.pricing-table {
  background: #ffffff;
  border: #999 1px solid;
  width: 100%;
  text-align: center;
  list-style-type: none; }

.pricing-table .circle {
  background: rgba(0, 0, 0, 0.3); }

.pricing-table .circle span {
  color: #fff; }

/* Flex Container */
@media screen and (min-width: 900px) {
  .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 767px) {
  .flex-container {
    display: block; } }

.characterics-table table tbody tr:nth-child(1) th {
  background: #15748C;
  padding: 0.625em 0.9em; }

.characterics-table table tbody tr:nth-child(1) td {
  background: #15748C;
  color: #ffffff;
  padding: 0.625em 0.9em;
  font-size: 16px;
  font-weight: bold; }

/* Back to top */
.backtotop {
  background: url("/images/backtotop.png") no-repeat center center;
  bottom: 20px;
  cursor: pointer;
  height: 70px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 70px;
  z-index: 1; }

/* Modals */
.wrapper-modal {
  margin: 0 auto;
  /* max-width: 600px;*/ }

.modal-trigger {
  /*padding: 10px 15px;
position: fixed; */
  left: 50%;
  top: 50%;
  text-decoration: none;
  /* transform: translate3d(-50%, -50%, 0); */ }

.overlay-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%; }

@media (min-width: 500px) {
  .overlay-modal {
    padding: 10%; } }

.inner-modal {
  background: #fff;
  -webkit-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
          box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
  height: 100%;
  margin: 0 auto;
  min-height: 300px;
  padding: 40px;
  position: relative;
  width: 100%; }

@media (min-width: 500px) {
  .inner-modal {
    height: auto;
    max-width: 800px; } }

.modal-close {
  position: absolute;
  right: 10px;
  top: 5px;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 30px; }

.modal:not(:target) .overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s; }

.modal:not(:target) .inner {
  opacity: 0;
  -webkit-transform: translateY(-1000px);
      -ms-transform: translateY(-1000px);
          transform: translateY(-1000px);
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s 1s;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s 1s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s 1s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s 1s, -webkit-transform 0.5s 1s; }

.modal:target .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s; }

.modal:target .inner {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s 0.2s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s; }

.modal-scroll {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto; }

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #427E6B;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px; }

/* Container around content */
.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%; }

/* The circles on the timeline */
.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: #26483e;
  border: 4px solid #26483e;
  top: 15px;
  border-radius: 50%;
  z-index: 1; }

/* Place the container to the left */
.timeline-left {
  left: 0; }

/* Place the container to the right */
.timeline-right {
  left: 50%; }

/* Add arrows to the left container (pointing right) */
.timeline-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  /*    border: medium solid white;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent white;*/ }

/* Add arrows to the right container (pointing left) */
.timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  /*border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;*/ }

/* Fix the circle for containers on the right side */
.timeline-right::after {
  left: -13px; }

/* The actual content */
.timeline-content {
  padding: 20px 30px;
  position: relative;
  border-radius: 6px; }

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px; }
  /* Full-width containers */
  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px; }
  /* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
    left: 60px;
    /*        border: medium solid grey;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;*/ }
  /* Make sure all circles are at the same spot */
  .timeline-left::after, .timeline-right::after {
    left: 15px; }
  /* Make all right containers behave like the left ones */
  .timeline-right {
    left: 0%; } }

/* ---------------------- */
/* Color Theming 		*/
/* ---------------------- */
.theme-patientcare .navbar {
  background-color: #c0511b; }

.theme-patientcare .navbar .main-nav li a:hover {
  background: #933e15; }

.theme-patientcare .navbar .main-nav li a span {
  border-left-color: #933e15; }

.theme-patientcare .navbar .main-nav li.active a {
  background: #863813; }

.theme-patientcare .navbar .main-nav li.active a span {
  border-left-color: #863813; }

.theme-patientcare .navbar .utility-nav {
  background-color: #863813; }

.theme-patientcare .navbar .utility-nav:before {
  background-color: #c0511b; }

.theme-patientcare .navbar.stack .main-nav li.active a {
  background: none;
  color: #fff;
  font-weight: 900;
  text-decoration: underline; }

.theme-patientcare .page-header {
  background-color: #15748C; }

.theme-patientcare .bleed.pcevents-blue, .theme-patientcare .process .pcevents-blue.process-item:nth-child(odd), .process .theme-patientcare .pcevents-blue.process-item:nth-child(odd) {
  background-color: #0a5b8a; }

.theme-patientcare .page-header.bleed, .theme-patientcare .process .page-header.process-item:nth-child(odd), .process .theme-patientcare .page-header.process-item:nth-child(odd) {
  background-color: #0d4857; }

.theme-patientcare .page-header.bleed .panel, .theme-patientcare .process .page-header.process-item:nth-child(odd) .panel, .process .theme-patientcare .page-header.process-item:nth-child(odd) .panel, .theme-patientcare .page-header.bleed .filters, .theme-patientcare .process .page-header.process-item:nth-child(odd) .filters, .process .theme-patientcare .page-header.process-item:nth-child(odd) .filters {
  background-color: rgba(13, 72, 87, 0.7); }

.theme-patientcare .page-header.bleed a.button, .theme-patientcare .process .page-header.process-item:nth-child(odd) a.button, .process .theme-patientcare .page-header.process-item:nth-child(odd) a.button, .theme-patientcare .page-header.bleed .button, .theme-patientcare .process .page-header.process-item:nth-child(odd) .button, .process .theme-patientcare .page-header.process-item:nth-child(odd) .button {
  background-color: #15748C; }

.theme-patientcare .page-header.bleed a.button:hover, .theme-patientcare .process .page-header.process-item:nth-child(odd) a.button:hover, .process .theme-patientcare .page-header.process-item:nth-child(odd) a.button:hover, .theme-patientcare .page-header.bleed .button:hover, .theme-patientcare .process .page-header.process-item:nth-child(odd) .button:hover, .process .theme-patientcare .page-header.process-item:nth-child(odd) .button:hover {
  background-color: #198aa7; }

.theme-patientcare .page-header.bleed.hex-header .hexagon .solid, .theme-patientcare .process .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid, .process .theme-patientcare .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid {
  background-color: #15748C;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMxNTc0OGMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODJiMzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(40%, #15748c), color-stop(100%, #082b33));
  background: -webkit-linear-gradient(top left, #15748c 40%, #082b33);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #15748c), color-stop(40%, #082b33));
  background: linear-gradient(to bottom right, #15748c 40%, #082b33); }

.theme-patientcare .page-header.bleed.hex-header .hexagon .solid a.button, .theme-patientcare .process .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button, .process .theme-patientcare .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button {
  background-color: #0d4857; }

.theme-patientcare .page-header.bleed.hex-header .hexagon .solid a.button:hover, .theme-patientcare .process .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button:hover, .process .theme-patientcare .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button:hover {
  background-color: #09323c; }

.theme-patientcare .title-block {
  background-color: #15748C;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMxNTc0OGMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODJiMzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(40%, #15748c), color-stop(100%, #082b33));
  background: -webkit-linear-gradient(top left, #15748c 40%, #082b33);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #15748c), color-stop(40%, #082b33));
  background: linear-gradient(to bottom right, #15748c 40%, #082b33); }

.theme-patientcare .title-block a.button {
  background-color: #0d4857; }

.theme-patientcare .title-block a.button:hover {
  background-color: #09323c; }

.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 {
  background-color: #0d4857; }

.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) {
  background-color: #C54417; }

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

.theme-patientcare .bleed.photo-bleed a.stripped, .theme-patientcare .process .photo-bleed.process-item:nth-child(odd) a.stripped, .process .theme-patientcare .photo-bleed.process-item:nth-child(odd) a.stripped {
  color: #C0511B; }

.theme-patientcare .sidebar-colorized {
  background: #15748C;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMxNTc0OGMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODJiMzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #15748c), color-stop(100%, #082b33));
  background: -webkit-linear-gradient(left, #15748c 50%, #082b33);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #15748c), color-stop(50%, #082b33));
  background: linear-gradient(to right, #15748c 50%, #082b33);
  background-repeat: no-repeat;
  background-position: top right; }

.theme-patientcare h1.box-header, .theme-patientcare h2.box-header, .theme-patientcare h3.box-header, .theme-patientcare h4.box-header, .theme-patientcare h5.box-header, .theme-patientcare h6.box-header {
  background: #15748C; }

.theme-patientcare a.button.colorized-theme, .theme-patientcare .page-header.bleed a.button, .page-header.bleed .theme-patientcare a.button, .theme-patientcare .process .page-header.process-item:nth-child(odd) a.button, .process .page-header.process-item:nth-child(odd) .theme-patientcare a.button, .theme-patientcare ul.steps-bar li a.button.circle, ul.steps-bar li .theme-patientcare a.button.circle, .theme-patientcare .panel.colorized.white a.button.colorized-theme, .panel.colorized.white .theme-patientcare a.button.colorized-theme, .theme-patientcare .colorized.white.filters a.button.colorized-theme, .colorized.white.filters .theme-patientcare a.button.colorized-theme, .theme-patientcare .bleed.colorized.white a.button.colorized-theme, .bleed.colorized.white .theme-patientcare a.button.colorized-theme, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) a.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare a.button.colorized-theme, .theme-patientcare .card.colorized.white a.button.colorized-theme, .card.colorized.white .theme-patientcare a.button.colorized-theme, .theme-patientcare .button.colorized-theme, .theme-patientcare .page-header.bleed .button, .page-header.bleed .theme-patientcare .button, .theme-patientcare .process .page-header.process-item:nth-child(odd) .button, .process .page-header.process-item:nth-child(odd) .theme-patientcare .button, .theme-patientcare ul.steps-bar li .button.circle, ul.steps-bar li .theme-patientcare .button.circle, .theme-patientcare .panel.colorized.white .button.colorized-theme, .panel.colorized.white .theme-patientcare .button.colorized-theme, .theme-patientcare .colorized.white.filters .button.colorized-theme, .colorized.white.filters .theme-patientcare .button.colorized-theme, .theme-patientcare .bleed.colorized.white .button.colorized-theme, .bleed.colorized.white .theme-patientcare .button.colorized-theme, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .button.colorized-theme, .theme-patientcare .card.colorized.white .button.colorized-theme, .card.colorized.white .theme-patientcare .button.colorized-theme {
  background-color: #15748C; }

.theme-patientcare a.button.colorized-theme:hover, .theme-patientcare .page-header.bleed a.button:hover, .page-header.bleed .theme-patientcare a.button:hover, .theme-patientcare .process .page-header.process-item:nth-child(odd) a.button:hover, .process .page-header.process-item:nth-child(odd) .theme-patientcare a.button:hover, .theme-patientcare ul.steps-bar li a.button.circle:hover, ul.steps-bar li .theme-patientcare a.button.circle:hover, .theme-patientcare .panel.colorized.white a.button.colorized-theme:hover, .panel.colorized.white .theme-patientcare a.button.colorized-theme:hover, .theme-patientcare .colorized.white.filters a.button.colorized-theme:hover, .colorized.white.filters .theme-patientcare a.button.colorized-theme:hover, .theme-patientcare .bleed.colorized.white a.button.colorized-theme:hover, .bleed.colorized.white .theme-patientcare a.button.colorized-theme:hover, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) a.button.colorized-theme:hover, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare a.button.colorized-theme:hover, .theme-patientcare .card.colorized.white a.button.colorized-theme:hover, .card.colorized.white .theme-patientcare a.button.colorized-theme:hover, .theme-patientcare .button.colorized-theme:hover, .theme-patientcare .page-header.bleed .button:hover, .page-header.bleed .theme-patientcare .button:hover, .theme-patientcare .process .page-header.process-item:nth-child(odd) .button:hover, .process .page-header.process-item:nth-child(odd) .theme-patientcare .button:hover, .theme-patientcare ul.steps-bar li .button.circle:hover, ul.steps-bar li .theme-patientcare .button.circle:hover, .theme-patientcare .panel.colorized.white .button.colorized-theme:hover, .panel.colorized.white .theme-patientcare .button.colorized-theme:hover, .theme-patientcare .colorized.white.filters .button.colorized-theme:hover, .colorized.white.filters .theme-patientcare .button.colorized-theme:hover, .theme-patientcare .bleed.colorized.white .button.colorized-theme:hover, .bleed.colorized.white .theme-patientcare .button.colorized-theme:hover, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .button.colorized-theme:hover, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .button.colorized-theme:hover, .theme-patientcare .card.colorized.white .button.colorized-theme:hover, .card.colorized.white .theme-patientcare .button.colorized-theme:hover {
  background-color: #198aa7; }

.theme-patientcare a.button.colorized-theme-invert, .theme-patientcare .button.colorized-theme-invert {
  background-color: #fff;
  color: #15748C; }

.theme-patientcare a.button.colorized-theme-invert:hover, .theme-patientcare .button.colorized-theme-invert:hover {
  color: #fff; }

.theme-patientcare a.button.colorized-theme-invert:hover, .theme-patientcare .button.colorized-theme-invert:hover {
  background-color: #198aa7; }

.theme-patientcare .numeric-facts.colorized-theme .number, .theme-patientcare .page-header.bleed .numeric-facts.button .number, .page-header.bleed .theme-patientcare .numeric-facts.button .number, .theme-patientcare .process .page-header.process-item:nth-child(odd) .numeric-facts.button .number, .process .page-header.process-item:nth-child(odd) .theme-patientcare .numeric-facts.button .number, .theme-patientcare ul.steps-bar li .numeric-facts.circle .number, ul.steps-bar li .theme-patientcare .numeric-facts.circle .number, .theme-patientcare .panel.colorized.white .numeric-facts.button.colorized-theme .number, .panel.colorized.white .theme-patientcare .numeric-facts.button.colorized-theme .number, .theme-patientcare .colorized.white.filters .numeric-facts.button.colorized-theme .number, .colorized.white.filters .theme-patientcare .numeric-facts.button.colorized-theme .number, .theme-patientcare .bleed.colorized.white .numeric-facts.button.colorized-theme .number, .bleed.colorized.white .theme-patientcare .numeric-facts.button.colorized-theme .number, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .numeric-facts.button.colorized-theme .number, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .numeric-facts.button.colorized-theme .number, .theme-patientcare .card.colorized.white .numeric-facts.button.colorized-theme .number, .card.colorized.white .theme-patientcare .numeric-facts.button.colorized-theme .number {
  color: #15748C; }

.theme-patientcare .numeric-facts.colorized-theme-accent .number {
  color: #C54417; }

.theme-patientcare .numeric-facts.boxed .detail {
  color: inherit; }

.theme-patientcare .numeric-facts.boxed.colorized-theme .number, .theme-patientcare .page-header.bleed .numeric-facts.boxed.button .number, .page-header.bleed .theme-patientcare .numeric-facts.boxed.button .number, .theme-patientcare .process .page-header.process-item:nth-child(odd) .numeric-facts.boxed.button .number, .process .page-header.process-item:nth-child(odd) .theme-patientcare .numeric-facts.boxed.button .number, .theme-patientcare ul.steps-bar li .numeric-facts.boxed.circle .number, ul.steps-bar li .theme-patientcare .numeric-facts.boxed.circle .number, .theme-patientcare .bleed.photo-bleed.colorized.white .numeric-facts.boxed.button.colorized-theme .number, .bleed.photo-bleed.colorized.white .theme-patientcare .numeric-facts.boxed.button.colorized-theme .number, .theme-patientcare .process .photo-bleed.colorized.white.process-item:nth-child(odd) .numeric-facts.boxed.button.colorized-theme .number, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-patientcare .numeric-facts.boxed.button.colorized-theme .number {
  color: #fff;
  background-color: #15748C;
  border-top-color: #0d4857; }

.theme-patientcare .numeric-facts.boxed.colorized-theme-accent .number {
  color: #fff;
  background-color: #C54417;
  border-top-color: #8e3111; }

.theme-patientcare .circle.colorized-theme, .theme-patientcare .page-header.bleed .circle.button, .page-header.bleed .theme-patientcare .circle.button, .theme-patientcare .process .page-header.process-item:nth-child(odd) .circle.button, .process .page-header.process-item:nth-child(odd) .theme-patientcare .circle.button, .theme-patientcare ul.steps-bar li .circle, ul.steps-bar li .theme-patientcare .circle, .theme-patientcare .panel.colorized.white .circle.button.colorized-theme, .panel.colorized.white .theme-patientcare .circle.button.colorized-theme, .theme-patientcare .colorized.white.filters .circle.button.colorized-theme, .colorized.white.filters .theme-patientcare .circle.button.colorized-theme, .theme-patientcare .bleed.colorized.white .circle.button.colorized-theme, .bleed.colorized.white .theme-patientcare .circle.button.colorized-theme, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .circle.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .circle.button.colorized-theme, .theme-patientcare .card.colorized.white .circle.button.colorized-theme, .card.colorized.white .theme-patientcare .circle.button.colorized-theme {
  background-color: #15748C; }

.theme-patientcare .circle.colorized-theme-darken {
  background-color: #0d4857; }

.theme-patientcare .circle.colorized-theme-accent {
  background-color: #C54417; }

.theme-patientcare .panel.colorized.colorized-theme, .theme-patientcare .page-header.bleed .panel.colorized.button, .page-header.bleed .theme-patientcare .panel.colorized.button, .theme-patientcare .process .page-header.process-item:nth-child(odd) .panel.colorized.button, .process .page-header.process-item:nth-child(odd) .theme-patientcare .panel.colorized.button, .theme-patientcare .page-header.bleed .colorized.button.filters, .page-header.bleed .theme-patientcare .colorized.button.filters, .theme-patientcare .process .page-header.process-item:nth-child(odd) .colorized.button.filters, .process .page-header.process-item:nth-child(odd) .theme-patientcare .colorized.button.filters, .theme-patientcare .colorized.colorized-theme.filters, .theme-patientcare ul.steps-bar li .colorized.filters.circle, ul.steps-bar li .theme-patientcare .colorized.filters.circle, .theme-patientcare .panel.colorized.white .colorized.filters.button.colorized-theme, .panel.colorized.white .theme-patientcare .colorized.filters.button.colorized-theme, .theme-patientcare .bleed.colorized.white .colorized.filters.button.colorized-theme, .bleed.colorized.white .theme-patientcare .colorized.filters.button.colorized-theme, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .colorized.filters.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .colorized.filters.button.colorized-theme, .theme-patientcare .card.colorized.white .colorized.filters.button.colorized-theme, .card.colorized.white .theme-patientcare .colorized.filters.button.colorized-theme, .theme-patientcare ul.steps-bar li .panel.colorized.circle, ul.steps-bar li .theme-patientcare .panel.colorized.circle, .theme-patientcare .panel.colorized.white .panel.colorized.button.colorized-theme, .panel.colorized.white .theme-patientcare .panel.colorized.button.colorized-theme, .theme-patientcare .colorized.white.filters .panel.colorized.button.colorized-theme, .colorized.white.filters .theme-patientcare .panel.colorized.button.colorized-theme, .theme-patientcare .colorized.white.filters .colorized.button.colorized-theme.filters, .colorized.white.filters .theme-patientcare .colorized.button.colorized-theme.filters, .theme-patientcare .bleed.colorized.white .panel.colorized.button.colorized-theme, .bleed.colorized.white .theme-patientcare .panel.colorized.button.colorized-theme, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .panel.colorized.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .panel.colorized.button.colorized-theme, .theme-patientcare .card.colorized.white .panel.colorized.button.colorized-theme, .card.colorized.white .theme-patientcare .panel.colorized.button.colorized-theme, .theme-patientcare .bleed.colorized.colorized-theme, .theme-patientcare .page-header.bleed .bleed.colorized.button, .page-header.bleed .theme-patientcare .bleed.colorized.button, .theme-patientcare .process .page-header.process-item:nth-child(odd) .bleed.colorized.button, .process .page-header.process-item:nth-child(odd) .theme-patientcare .bleed.colorized.button, .theme-patientcare .page-header.bleed .process .colorized.button.process-item:nth-child(odd), .page-header.bleed .process .theme-patientcare .colorized.button.process-item:nth-child(odd), .theme-patientcare .process .page-header.bleed .colorized.button.process-item:nth-child(odd), .process .page-header.bleed .theme-patientcare .colorized.button.process-item:nth-child(odd), .theme-patientcare .process .page-header.process-item:nth-child(odd) .colorized.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-patientcare .colorized.button.process-item:nth-child(odd), .theme-patientcare ul.steps-bar li .bleed.colorized.circle, ul.steps-bar li .theme-patientcare .bleed.colorized.circle, .theme-patientcare ul.steps-bar li .process .colorized.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-patientcare .colorized.circle.process-item:nth-child(odd), .theme-patientcare .process ul.steps-bar li .colorized.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-patientcare .colorized.circle.process-item:nth-child(odd), .theme-patientcare .process .colorized.colorized-theme.process-item:nth-child(odd), .process .theme-patientcare .colorized.colorized-theme.process-item:nth-child(odd), .theme-patientcare .panel.colorized.white .bleed.colorized.button.colorized-theme, .panel.colorized.white .theme-patientcare .bleed.colorized.button.colorized-theme, .theme-patientcare .colorized.white.filters .bleed.colorized.button.colorized-theme, .colorized.white.filters .theme-patientcare .bleed.colorized.button.colorized-theme, .theme-patientcare .bleed.colorized.white .bleed.colorized.button.colorized-theme, .bleed.colorized.white .theme-patientcare .bleed.colorized.button.colorized-theme, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .bleed.colorized.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .bleed.colorized.button.colorized-theme, .theme-patientcare .card.colorized.white .bleed.colorized.button.colorized-theme, .card.colorized.white .theme-patientcare .bleed.colorized.button.colorized-theme, .theme-patientcare .card.colorized.colorized-theme, .theme-patientcare .page-header.bleed .card.colorized.button, .page-header.bleed .theme-patientcare .card.colorized.button, .theme-patientcare .process .page-header.process-item:nth-child(odd) .card.colorized.button, .process .page-header.process-item:nth-child(odd) .theme-patientcare .card.colorized.button, .theme-patientcare ul.steps-bar li .card.colorized.circle, ul.steps-bar li .theme-patientcare .card.colorized.circle, .theme-patientcare .panel.colorized.white .card.colorized.button.colorized-theme, .panel.colorized.white .theme-patientcare .card.colorized.button.colorized-theme, .theme-patientcare .colorized.white.filters .card.colorized.button.colorized-theme, .colorized.white.filters .theme-patientcare .card.colorized.button.colorized-theme, .theme-patientcare .bleed.colorized.white .card.colorized.button.colorized-theme, .bleed.colorized.white .theme-patientcare .card.colorized.button.colorized-theme, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) .card.colorized.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .card.colorized.button.colorized-theme, .theme-patientcare .card.colorized.white .card.colorized.button.colorized-theme, .card.colorized.white .theme-patientcare .card.colorized.button.colorized-theme {
  background-color: #15748C; }

.theme-patientcare .panel.colorized.colorized-theme.single-border-inherit, .theme-patientcare .page-header.bleed .panel.colorized.single-border-inherit.button, .page-header.bleed .theme-patientcare .panel.colorized.single-border-inherit.button, .theme-patientcare .process .page-header.process-item:nth-child(odd) .panel.colorized.single-border-inherit.button, .process .page-header.process-item:nth-child(odd) .theme-patientcare .panel.colorized.single-border-inherit.button, .theme-patientcare .page-header.bleed .colorized.single-border-inherit.button.filters, .page-header.bleed .theme-patientcare .colorized.single-border-inherit.button.filters, .theme-patientcare .process .page-header.process-item:nth-child(odd) .colorized.single-border-inherit.button.filters, .process .page-header.process-item:nth-child(odd) .theme-patientcare .colorized.single-border-inherit.button.filters, .theme-patientcare .colorized.colorized-theme.single-border-inherit.filters, .theme-patientcare ul.steps-bar li .colorized.single-border-inherit.filters.circle, ul.steps-bar li .theme-patientcare .colorized.single-border-inherit.filters.circle, .theme-patientcare ul.steps-bar li .panel.colorized.single-border-inherit.circle, ul.steps-bar li .theme-patientcare .panel.colorized.single-border-inherit.circle, .theme-patientcare .bleed.photo-bleed.colorized.white .panel.colorized.single-border-inherit.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-patientcare .panel.colorized.single-border-inherit.button.colorized-theme, .theme-patientcare .process .photo-bleed.colorized.white.process-item:nth-child(odd) .panel.colorized.single-border-inherit.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-patientcare .panel.colorized.single-border-inherit.button.colorized-theme, .theme-patientcare .bleed.photo-bleed.colorized.white .colorized.single-border-inherit.button.colorized-theme.filters, .bleed.photo-bleed.colorized.white .theme-patientcare .colorized.single-border-inherit.button.colorized-theme.filters, .theme-patientcare .process .photo-bleed.colorized.white.process-item:nth-child(odd) .colorized.single-border-inherit.button.colorized-theme.filters, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-patientcare .colorized.single-border-inherit.button.colorized-theme.filters, .theme-patientcare .bleed.colorized.colorized-theme.single-border-inherit, .theme-patientcare .page-header.bleed .bleed.colorized.single-border-inherit.button, .page-header.bleed .theme-patientcare .bleed.colorized.single-border-inherit.button, .theme-patientcare .process .page-header.process-item:nth-child(odd) .bleed.colorized.single-border-inherit.button, .process .page-header.process-item:nth-child(odd) .theme-patientcare .bleed.colorized.single-border-inherit.button, .theme-patientcare .page-header.bleed .process .colorized.single-border-inherit.button.process-item:nth-child(odd), .page-header.bleed .process .theme-patientcare .colorized.single-border-inherit.button.process-item:nth-child(odd), .theme-patientcare .process .page-header.bleed .colorized.single-border-inherit.button.process-item:nth-child(odd), .process .page-header.bleed .theme-patientcare .colorized.single-border-inherit.button.process-item:nth-child(odd), .theme-patientcare .process .page-header.process-item:nth-child(odd) .colorized.single-border-inherit.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-patientcare .colorized.single-border-inherit.button.process-item:nth-child(odd), .theme-patientcare ul.steps-bar li .bleed.colorized.single-border-inherit.circle, ul.steps-bar li .theme-patientcare .bleed.colorized.single-border-inherit.circle, .theme-patientcare ul.steps-bar li .process .colorized.single-border-inherit.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-patientcare .colorized.single-border-inherit.circle.process-item:nth-child(odd), .theme-patientcare .process ul.steps-bar li .colorized.single-border-inherit.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-patientcare .colorized.single-border-inherit.circle.process-item:nth-child(odd), .theme-patientcare .process .colorized.colorized-theme.single-border-inherit.process-item:nth-child(odd), .process .theme-patientcare .colorized.colorized-theme.single-border-inherit.process-item:nth-child(odd), .theme-patientcare .bleed.photo-bleed.colorized.white .bleed.colorized.single-border-inherit.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-patientcare .bleed.colorized.single-border-inherit.button.colorized-theme, .theme-patientcare .process .photo-bleed.colorized.white.process-item:nth-child(odd) .bleed.colorized.single-border-inherit.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-patientcare .bleed.colorized.single-border-inherit.button.colorized-theme, .theme-patientcare .card.colorized.colorized-theme.single-border-inherit, .theme-patientcare .page-header.bleed .card.colorized.single-border-inherit.button, .page-header.bleed .theme-patientcare .card.colorized.single-border-inherit.button, .theme-patientcare .process .page-header.process-item:nth-child(odd) .card.colorized.single-border-inherit.button, .process .page-header.process-item:nth-child(odd) .theme-patientcare .card.colorized.single-border-inherit.button, .theme-patientcare ul.steps-bar li .card.colorized.single-border-inherit.circle, ul.steps-bar li .theme-patientcare .card.colorized.single-border-inherit.circle, .theme-patientcare .bleed.photo-bleed.colorized.white .card.colorized.single-border-inherit.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-patientcare .card.colorized.single-border-inherit.button.colorized-theme, .theme-patientcare .process .photo-bleed.colorized.white.process-item:nth-child(odd) .card.colorized.single-border-inherit.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-patientcare .card.colorized.single-border-inherit.button.colorized-theme {
  border-color: #4BC0C4; }

.theme-patientcare .panel.colorized.colorized-theme-darken, .theme-patientcare .colorized.colorized-theme-darken.filters, .theme-patientcare .bleed.colorized.colorized-theme-darken, .theme-patientcare .process .colorized.colorized-theme-darken.process-item:nth-child(odd), .process .theme-patientcare .colorized.colorized-theme-darken.process-item:nth-child(odd), .theme-patientcare .card.colorized.colorized-theme-darken {
  background-color: #0d4857; }

.theme-patientcare .panel.colorized.colorized-theme-darken.single-border-inherit, .theme-patientcare .colorized.colorized-theme-darken.single-border-inherit.filters, .theme-patientcare .bleed.colorized.colorized-theme-darken.single-border-inherit, .theme-patientcare .process .colorized.colorized-theme-darken.single-border-inherit.process-item:nth-child(odd), .process .theme-patientcare .colorized.colorized-theme-darken.single-border-inherit.process-item:nth-child(odd), .theme-patientcare .card.colorized.colorized-theme-darken.single-border-inherit {
  border-color: #4BC0C4; }

.theme-patientcare .panel.colorized.colorized-theme-accent, .theme-patientcare .colorized.colorized-theme-accent.filters, .theme-patientcare .bleed.colorized.colorized-theme-accent, .theme-patientcare .process .colorized.colorized-theme-accent.process-item:nth-child(odd), .process .theme-patientcare .colorized.colorized-theme-accent.process-item:nth-child(odd), .theme-patientcare .card.colorized.colorized-theme-accent {
  background-color: #C54417; }

.theme-patientcare .panel.colorized.colorized-theme-accent.single-border-inherit, .theme-patientcare .colorized.colorized-theme-accent.single-border-inherit.filters, .theme-patientcare .bleed.colorized.colorized-theme-accent.single-border-inherit, .theme-patientcare .process .colorized.colorized-theme-accent.single-border-inherit.process-item:nth-child(odd), .process .theme-patientcare .colorized.colorized-theme-accent.single-border-inherit.process-item:nth-child(odd), .theme-patientcare .card.colorized.colorized-theme-accent.single-border-inherit {
  border-color: #eb7d57; }

.theme-patientcare .colorized-border.border-colorized-theme {
  border-color: #15748C; }

.theme-patientcare .colorized-border.border-colorized-theme-darken {
  border-color: #0d4857; }

.theme-patientcare .colorized-border.border-colorized-theme-accent {
  border-color: #C54417; }

.theme-patientcare .colorized-border.border-colorized-teal {
  border-color: #855F5D; }

.theme-patientcare .colorized-border.border-colorized-purple {
  border-color: #15748C; }

.theme-patientcare .colorized-border.border-colorized-dark-orange {
  border-color: #40826C; }

.theme-patientcare .colorized-theme-gray {
  background-color: #ececec; }

.theme-patientcare .colorized-theme-lighter-gray {
  background-color: #eeeeee; }

.theme-patientcare i[class^="icon-"].colorized-theme, .theme-patientcare .page-header.bleed i[class^="icon-"].button, .page-header.bleed .theme-patientcare i[class^="icon-"].button, .theme-patientcare .process .page-header.process-item:nth-child(odd) i[class^="icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-patientcare i[class^="icon-"].button, .theme-patientcare ul.steps-bar li i[class^="icon-"].circle, ul.steps-bar li .theme-patientcare i[class^="icon-"].circle, .theme-patientcare .panel.colorized.white i[class^="icon-"].button.colorized-theme, .panel.colorized.white .theme-patientcare i[class^="icon-"].button.colorized-theme, .theme-patientcare .colorized.white.filters i[class^="icon-"].button.colorized-theme, .colorized.white.filters .theme-patientcare i[class^="icon-"].button.colorized-theme, .theme-patientcare .bleed.colorized.white i[class^="icon-"].button.colorized-theme, .bleed.colorized.white .theme-patientcare i[class^="icon-"].button.colorized-theme, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) i[class^="icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare i[class^="icon-"].button.colorized-theme, .theme-patientcare .card.colorized.white i[class^="icon-"].button.colorized-theme, .card.colorized.white .theme-patientcare i[class^="icon-"].button.colorized-theme, .theme-patientcare i[class*=" icon-"].colorized-theme, .theme-patientcare .page-header.bleed i[class*=" icon-"].button, .page-header.bleed .theme-patientcare i[class*=" icon-"].button, .theme-patientcare .process .page-header.process-item:nth-child(odd) i[class*=" icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-patientcare i[class*=" icon-"].button, .theme-patientcare ul.steps-bar li i[class*=" icon-"].circle, ul.steps-bar li .theme-patientcare i[class*=" icon-"].circle, .theme-patientcare .panel.colorized.white i[class*=" icon-"].button.colorized-theme, .panel.colorized.white .theme-patientcare i[class*=" icon-"].button.colorized-theme, .theme-patientcare .colorized.white.filters i[class*=" icon-"].button.colorized-theme, .colorized.white.filters .theme-patientcare i[class*=" icon-"].button.colorized-theme, .theme-patientcare .bleed.colorized.white i[class*=" icon-"].button.colorized-theme, .bleed.colorized.white .theme-patientcare i[class*=" icon-"].button.colorized-theme, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) i[class*=" icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare i[class*=" icon-"].button.colorized-theme, .theme-patientcare .card.colorized.white i[class*=" icon-"].button.colorized-theme, .card.colorized.white .theme-patientcare i[class*=" icon-"].button.colorized-theme, .theme-patientcare i.colorize-icon[class^="icon-"].colorized-theme, .theme-patientcare .page-header.bleed i.colorize-icon[class^="icon-"].button, .page-header.bleed .theme-patientcare i.colorize-icon[class^="icon-"].button, .theme-patientcare .process .page-header.process-item:nth-child(odd) i.colorize-icon[class^="icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-patientcare i.colorize-icon[class^="icon-"].button, .theme-patientcare ul.steps-bar li i.colorize-icon[class^="icon-"].circle, ul.steps-bar li .theme-patientcare i.colorize-icon[class^="icon-"].circle, .theme-patientcare .panel.colorized.white i.colorize-icon[class^="icon-"].button.colorized-theme, .panel.colorized.white .theme-patientcare i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-patientcare .colorized.white.filters i.colorize-icon[class^="icon-"].button.colorized-theme, .colorized.white.filters .theme-patientcare i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-patientcare .bleed.colorized.white i.colorize-icon[class^="icon-"].button.colorized-theme, .bleed.colorized.white .theme-patientcare i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) i.colorize-icon[class^="icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-patientcare .card.colorized.white i.colorize-icon[class^="icon-"].button.colorized-theme, .card.colorized.white .theme-patientcare i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-patientcare i.colorize-icon[class*=" icon-"].colorized-theme, .theme-patientcare .page-header.bleed i.colorize-icon[class*=" icon-"].button, .page-header.bleed .theme-patientcare i.colorize-icon[class*=" icon-"].button, .theme-patientcare .process .page-header.process-item:nth-child(odd) i.colorize-icon[class*=" icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-patientcare i.colorize-icon[class*=" icon-"].button, .theme-patientcare ul.steps-bar li i.colorize-icon[class*=" icon-"].circle, ul.steps-bar li .theme-patientcare i.colorize-icon[class*=" icon-"].circle, .theme-patientcare .panel.colorized.white i.colorize-icon[class*=" icon-"].button.colorized-theme, .panel.colorized.white .theme-patientcare i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-patientcare .colorized.white.filters i.colorize-icon[class*=" icon-"].button.colorized-theme, .colorized.white.filters .theme-patientcare i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-patientcare .bleed.colorized.white i.colorize-icon[class*=" icon-"].button.colorized-theme, .bleed.colorized.white .theme-patientcare i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) i.colorize-icon[class*=" icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-patientcare .card.colorized.white i.colorize-icon[class*=" icon-"].button.colorized-theme, .card.colorized.white .theme-patientcare i.colorize-icon[class*=" icon-"].button.colorized-theme {
  color: #15748C; }

.theme-patientcare i[class^="icon-"].colorized-theme-darken, .theme-patientcare i[class*=" icon-"].colorized-theme-darken, .theme-patientcare i.colorize-icon[class^="icon-"].colorized-theme-darken, .theme-patientcare i.colorize-icon[class*=" icon-"].colorized-theme-darken {
  color: #0d4857; }

.theme-patientcare i[class^="icon-"].colorized-theme-accent, .theme-patientcare i[class*=" icon-"].colorized-theme-accent, .theme-patientcare i.colorize-icon[class^="icon-"].colorized-theme-accent, .theme-patientcare i.colorize-icon[class*=" icon-"].colorized-theme-accent {
  color: #C54417; }

.theme-patientcare .process {
  border-bottom-color: #15748C; }

.theme-patientcare .process:after {
  border-top-color: #15748C; }

.theme-patientcare .tabs ul.tab-nav.colorized-theme li a, .theme-patientcare .tabs .page-header.bleed ul.tab-nav.button li a, .page-header.bleed .theme-patientcare .tabs ul.tab-nav.button li a, .theme-patientcare .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.button li a, .process .page-header.process-item:nth-child(odd) .theme-patientcare .tabs ul.tab-nav.button li a, .theme-patientcare .tabs ul.steps-bar li ul.tab-nav.circle li a, ul.steps-bar li .theme-patientcare .tabs ul.tab-nav.circle li a, .theme-patientcare .tabs .panel.colorized.white ul.tab-nav.button.colorized-theme li a, .panel.colorized.white .theme-patientcare .tabs ul.tab-nav.button.colorized-theme li a, .theme-patientcare .tabs .colorized.white.filters ul.tab-nav.button.colorized-theme li a, .colorized.white.filters .theme-patientcare .tabs ul.tab-nav.button.colorized-theme li a, .theme-patientcare .tabs .bleed.colorized.white ul.tab-nav.button.colorized-theme li a, .bleed.colorized.white .theme-patientcare .tabs ul.tab-nav.button.colorized-theme li a, .theme-patientcare .tabs .process .colorized.white.process-item:nth-child(odd) ul.tab-nav.button.colorized-theme li a, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare .tabs ul.tab-nav.button.colorized-theme li a, .theme-patientcare .tabs .card.colorized.white ul.tab-nav.button.colorized-theme li a, .card.colorized.white .theme-patientcare .tabs ul.tab-nav.button.colorized-theme li a {
  color: #15748C; }

.theme-patientcare .tabs ul.tab-nav.colorized-theme li.active a, .theme-patientcare .tabs .page-header.bleed ul.tab-nav.button li.active a, .page-header.bleed .theme-patientcare .tabs ul.tab-nav.button li.active a, .theme-patientcare .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.button li.active a, .process .page-header.process-item:nth-child(odd) .theme-patientcare .tabs ul.tab-nav.button li.active a, .theme-patientcare .tabs ul.steps-bar li ul.tab-nav.circle li.active a, ul.steps-bar li .theme-patientcare .tabs ul.tab-nav.circle li.active a, .theme-patientcare .tabs .bleed.photo-bleed.colorized.white ul.tab-nav.button.colorized-theme li.active a, .bleed.photo-bleed.colorized.white .theme-patientcare .tabs ul.tab-nav.button.colorized-theme li.active a, .theme-patientcare .tabs .process .photo-bleed.colorized.white.process-item:nth-child(odd) ul.tab-nav.button.colorized-theme li.active a, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-patientcare .tabs ul.tab-nav.button.colorized-theme li.active a {
  background-color: #15748C;
  color: #fff; }

.theme-patientcare .tabs ul.tab-nav.colorized-theme.tab-nav-pill li a, .theme-patientcare .tabs .page-header.bleed ul.tab-nav.tab-nav-pill.button li a, .page-header.bleed .theme-patientcare .tabs ul.tab-nav.tab-nav-pill.button li a, .theme-patientcare .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button li a, .process .page-header.process-item:nth-child(odd) .theme-patientcare .tabs ul.tab-nav.tab-nav-pill.button li a, .theme-patientcare .tabs ul.steps-bar li ul.tab-nav.tab-nav-pill.circle li a, ul.steps-bar li .theme-patientcare .tabs ul.tab-nav.tab-nav-pill.circle li a, .theme-patientcare .tabs .bleed.photo-bleed.colorized.white ul.tab-nav.tab-nav-pill.button.colorized-theme li a, .bleed.photo-bleed.colorized.white .theme-patientcare .tabs ul.tab-nav.tab-nav-pill.button.colorized-theme li a, .theme-patientcare .tabs .process .photo-bleed.colorized.white.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button.colorized-theme li a, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-patientcare .tabs ul.tab-nav.tab-nav-pill.button.colorized-theme li a {
  background-color: #15748C;
  color: #fff; }

.theme-patientcare .tabs ul.tab-nav.colorized-theme.tab-nav-pill li a:hover, .theme-patientcare .tabs .page-header.bleed ul.tab-nav.tab-nav-pill.button li a:hover, .page-header.bleed .theme-patientcare .tabs ul.tab-nav.tab-nav-pill.button li a:hover, .theme-patientcare .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button li a:hover, .process .page-header.process-item:nth-child(odd) .theme-patientcare .tabs ul.tab-nav.tab-nav-pill.button li a:hover, .theme-patientcare .tabs ul.steps-bar li ul.tab-nav.tab-nav-pill.circle li a:hover, ul.steps-bar li .theme-patientcare .tabs ul.tab-nav.tab-nav-pill.circle li a:hover {
  background-color: #1da0c1; }

.theme-patientcare .tabs ul.tab-nav.colorized-theme.tab-nav-pill li.active a, .theme-patientcare .tabs .page-header.bleed ul.tab-nav.tab-nav-pill.button li.active a, .page-header.bleed .theme-patientcare .tabs ul.tab-nav.tab-nav-pill.button li.active a, .theme-patientcare .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button li.active a, .process .page-header.process-item:nth-child(odd) .theme-patientcare .tabs ul.tab-nav.tab-nav-pill.button li.active a, .theme-patientcare .tabs ul.steps-bar li ul.tab-nav.tab-nav-pill.circle li.active a, ul.steps-bar li .theme-patientcare .tabs ul.tab-nav.tab-nav-pill.circle li.active a {
  background-color: #0d4857; }

@media (max-width: 500px) {
  .theme-patientcare .carousel .crsl-item .crsl-caption {
    background-color: #15748C; } }

.theme-patientcare .datebox {
  background-color: #0d4857; }

.theme-patientcare .datebox.blue-datebox {
  background-color: #0066a4; }

.theme-patientcare .datebox .month {
  background-color: #15748C; }

.theme-patientcare .datebox .month.blue-datebox {
  background-color: #0066a4; }

.theme-patientcare a.datebox:hover {
  background-color: #115e71; }

.theme-patientcare a.datebox:hover .month {
  background-color: #177f99; }

.theme-patientcare a.datebox.blue-datebox:hover {
  background-color: #376a5a; }

.theme-patientcare a.datebox.blue-datebox:hover .month {
  background-color: #376a5a; }

.theme-patientcare table.colorized-theme thead tr td, .theme-patientcare .page-header.bleed table.button thead tr td, .page-header.bleed .theme-patientcare table.button thead tr td, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.button thead tr td, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.button thead tr td, .theme-patientcare ul.steps-bar li table.circle thead tr td, ul.steps-bar li .theme-patientcare table.circle thead tr td, .theme-patientcare .panel.colorized.white table.button.colorized-theme thead tr td, .panel.colorized.white .theme-patientcare table.button.colorized-theme thead tr td, .theme-patientcare .colorized.white.filters table.button.colorized-theme thead tr td, .colorized.white.filters .theme-patientcare table.button.colorized-theme thead tr td, .theme-patientcare .bleed.colorized.white table.button.colorized-theme thead tr td, .bleed.colorized.white .theme-patientcare table.button.colorized-theme thead tr td, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.button.colorized-theme thead tr td, .theme-patientcare .card.colorized.white table.button.colorized-theme thead tr td, .card.colorized.white .theme-patientcare table.button.colorized-theme thead tr td, .theme-patientcare table.colorized-theme thead tr th, .theme-patientcare .page-header.bleed table.button thead tr th, .page-header.bleed .theme-patientcare table.button thead tr th, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.button thead tr th, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.button thead tr th, .theme-patientcare ul.steps-bar li table.circle thead tr th, ul.steps-bar li .theme-patientcare table.circle thead tr th, .theme-patientcare .panel.colorized.white table.button.colorized-theme thead tr th, .panel.colorized.white .theme-patientcare table.button.colorized-theme thead tr th, .theme-patientcare .colorized.white.filters table.button.colorized-theme thead tr th, .colorized.white.filters .theme-patientcare table.button.colorized-theme thead tr th, .theme-patientcare .bleed.colorized.white table.button.colorized-theme thead tr th, .bleed.colorized.white .theme-patientcare table.button.colorized-theme thead tr th, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.button.colorized-theme thead tr th, .theme-patientcare .card.colorized.white table.button.colorized-theme thead tr th, .card.colorized.white .theme-patientcare table.button.colorized-theme thead tr th {
  background-color: #15748C; }

.theme-patientcare table.colorized-theme thead tr td .circle span, .theme-patientcare .page-header.bleed table.button thead tr td .circle span, .page-header.bleed .theme-patientcare table.button thead tr td .circle span, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.button thead tr td .circle span, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.button thead tr td .circle span, .theme-patientcare ul.steps-bar li table.circle thead tr td .circle span, ul.steps-bar li .theme-patientcare table.circle thead tr td .circle span, .theme-patientcare .panel.colorized.white table.button.colorized-theme thead tr td .circle span, .panel.colorized.white .theme-patientcare table.button.colorized-theme thead tr td .circle span, .theme-patientcare .colorized.white.filters table.button.colorized-theme thead tr td .circle span, .colorized.white.filters .theme-patientcare table.button.colorized-theme thead tr td .circle span, .theme-patientcare .bleed.colorized.white table.button.colorized-theme thead tr td .circle span, .bleed.colorized.white .theme-patientcare table.button.colorized-theme thead tr td .circle span, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td .circle span, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.button.colorized-theme thead tr td .circle span, .theme-patientcare .card.colorized.white table.button.colorized-theme thead tr td .circle span, .card.colorized.white .theme-patientcare table.button.colorized-theme thead tr td .circle span, .theme-patientcare table.colorized-theme thead tr th .circle span, .theme-patientcare .page-header.bleed table.button thead tr th .circle span, .page-header.bleed .theme-patientcare table.button thead tr th .circle span, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.button thead tr th .circle span, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.button thead tr th .circle span, .theme-patientcare ul.steps-bar li table.circle thead tr th .circle span, ul.steps-bar li .theme-patientcare table.circle thead tr th .circle span, .theme-patientcare .panel.colorized.white table.button.colorized-theme thead tr th .circle span, .panel.colorized.white .theme-patientcare table.button.colorized-theme thead tr th .circle span, .theme-patientcare .colorized.white.filters table.button.colorized-theme thead tr th .circle span, .colorized.white.filters .theme-patientcare table.button.colorized-theme thead tr th .circle span, .theme-patientcare .bleed.colorized.white table.button.colorized-theme thead tr th .circle span, .bleed.colorized.white .theme-patientcare table.button.colorized-theme thead tr th .circle span, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th .circle span, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.button.colorized-theme thead tr th .circle span, .theme-patientcare .card.colorized.white table.button.colorized-theme thead tr th .circle span, .card.colorized.white .theme-patientcare table.button.colorized-theme thead tr th .circle span {
  color: #15748C; }

.theme-patientcare table.colorized-theme-darken thead tr td, .theme-patientcare table.colorized-theme-darken thead tr th {
  background-color: #0d4857; }

.theme-patientcare table.colorized-theme-darken thead tr td .circle span, .theme-patientcare table.colorized-theme-darken thead tr th .circle span {
  color: #15748C; }

.theme-patientcare table.colorized-theme-accent thead tr td, .theme-patientcare table.colorized-theme-accent thead tr th {
  background-color: #C54417; }

.theme-patientcare table.colorized-theme-accent thead tr td .circle span, .theme-patientcare table.colorized-theme-accent thead tr th .circle span {
  color: #C54417; }

.theme-patientcare table.header-step-shade.colorized-theme thead tr td.step0, .theme-patientcare .page-header.bleed table.header-step-shade.button thead tr td.step0, .page-header.bleed .theme-patientcare table.header-step-shade.button thead tr td.step0, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step0, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.header-step-shade.button thead tr td.step0, .theme-patientcare ul.steps-bar li table.header-step-shade.circle thead tr td.step0, ul.steps-bar li .theme-patientcare table.header-step-shade.circle thead tr td.step0, .theme-patientcare .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step0, .panel.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-patientcare .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step0, .colorized.white.filters .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-patientcare .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step0, .bleed.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step0, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-patientcare .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step0, .card.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step0 {
  background: #15748c; }

.theme-patientcare table.header-step-shade.colorized-theme thead tr td.step1, .theme-patientcare .page-header.bleed table.header-step-shade.button thead tr td.step1, .page-header.bleed .theme-patientcare table.header-step-shade.button thead tr td.step1, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step1, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.header-step-shade.button thead tr td.step1, .theme-patientcare ul.steps-bar li table.header-step-shade.circle thead tr td.step1, ul.steps-bar li .theme-patientcare table.header-step-shade.circle thead tr td.step1, .theme-patientcare .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step1, .panel.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-patientcare .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step1, .colorized.white.filters .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-patientcare .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step1, .bleed.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step1, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-patientcare .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step1, .card.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step1 {
  background: #126276; }

.theme-patientcare table.header-step-shade.colorized-theme thead tr td.step2, .theme-patientcare .page-header.bleed table.header-step-shade.button thead tr td.step2, .page-header.bleed .theme-patientcare table.header-step-shade.button thead tr td.step2, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step2, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.header-step-shade.button thead tr td.step2, .theme-patientcare ul.steps-bar li table.header-step-shade.circle thead tr td.step2, ul.steps-bar li .theme-patientcare table.header-step-shade.circle thead tr td.step2, .theme-patientcare .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step2, .panel.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-patientcare .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step2, .colorized.white.filters .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-patientcare .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step2, .bleed.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step2, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-patientcare .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step2, .card.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step2 {
  background: #0e4f60; }

.theme-patientcare table.header-step-shade.colorized-theme thead tr td.step3, .theme-patientcare .page-header.bleed table.header-step-shade.button thead tr td.step3, .page-header.bleed .theme-patientcare table.header-step-shade.button thead tr td.step3, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step3, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.header-step-shade.button thead tr td.step3, .theme-patientcare ul.steps-bar li table.header-step-shade.circle thead tr td.step3, ul.steps-bar li .theme-patientcare table.header-step-shade.circle thead tr td.step3, .theme-patientcare .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step3, .panel.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-patientcare .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step3, .colorized.white.filters .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-patientcare .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step3, .bleed.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step3, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-patientcare .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step3, .card.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step3 {
  background: #0b3d49; }

.theme-patientcare table.header-step-shade.colorized-theme thead tr td.step4, .theme-patientcare .page-header.bleed table.header-step-shade.button thead tr td.step4, .page-header.bleed .theme-patientcare table.header-step-shade.button thead tr td.step4, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step4, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.header-step-shade.button thead tr td.step4, .theme-patientcare ul.steps-bar li table.header-step-shade.circle thead tr td.step4, ul.steps-bar li .theme-patientcare table.header-step-shade.circle thead tr td.step4, .theme-patientcare .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step4, .panel.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-patientcare .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step4, .colorized.white.filters .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-patientcare .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step4, .bleed.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step4, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-patientcare .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step4, .card.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step4 {
  background: #082b33; }

.theme-patientcare table.header-step-shade.colorized-theme thead tr td.step5, .theme-patientcare .page-header.bleed table.header-step-shade.button thead tr td.step5, .page-header.bleed .theme-patientcare table.header-step-shade.button thead tr td.step5, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step5, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.header-step-shade.button thead tr td.step5, .theme-patientcare ul.steps-bar li table.header-step-shade.circle thead tr td.step5, ul.steps-bar li .theme-patientcare table.header-step-shade.circle thead tr td.step5, .theme-patientcare .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step5, .panel.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-patientcare .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step5, .colorized.white.filters .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-patientcare .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step5, .bleed.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step5, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-patientcare .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step5, .card.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step5 {
  background: #04181d; }

.theme-patientcare table.header-step-shade.colorized-theme thead tr td.step6, .theme-patientcare .page-header.bleed table.header-step-shade.button thead tr td.step6, .page-header.bleed .theme-patientcare table.header-step-shade.button thead tr td.step6, .theme-patientcare .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step6, .process .page-header.process-item:nth-child(odd) .theme-patientcare table.header-step-shade.button thead tr td.step6, .theme-patientcare ul.steps-bar li table.header-step-shade.circle thead tr td.step6, ul.steps-bar li .theme-patientcare table.header-step-shade.circle thead tr td.step6, .theme-patientcare .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step6, .panel.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-patientcare .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step6, .colorized.white.filters .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-patientcare .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step6, .bleed.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-patientcare .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step6, .process .colorized.white.process-item:nth-child(odd) .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-patientcare .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step6, .card.colorized.white .theme-patientcare table.header-step-shade.button.colorized-theme thead tr td.step6 {
  background: #010607; }

.theme-patientcare table.header-step-shade.colorized-theme-accent thead tr td.step0 {
  background: #c54417; }

.theme-patientcare table.header-step-shade.colorized-theme-accent thead tr td.step1 {
  background: #b73f15; }

.theme-patientcare table.header-step-shade.colorized-theme-accent thead tr td.step2 {
  background: #aa3b14; }

.theme-patientcare table.header-step-shade.colorized-theme-accent thead tr td.step3 {
  background: #9c3612; }

.theme-patientcare table.header-step-shade.colorized-theme-accent thead tr td.step4 {
  background: #8e3111; }

.theme-patientcare table.header-step-shade.colorized-theme-accent thead tr td.step5 {
  background: #802c0f; }

.theme-patientcare table.header-step-shade.colorized-theme-accent thead tr td.step6 {
  background: #73280d; }

.theme-patientcare ul.steps-bar li a .bar {
  background: #15748C; }

.theme-patientcare ul.steps-bar li a .bar:before {
  border-bottom-color: #15748C; }

.theme-patientcare ul.steps-bar li a .circle.opacity {
  opacity: 0.4; }

.theme-patientcare ul.steps-bar li a:hover .circle {
  background: #198aa7; }

.theme-patientcare ul.steps-bar li a:hover .bar {
  background: #198aa7; }

.theme-patientcare ul.steps-bar li a:hover .bar:before {
  border-bottom-color: #198aa7; }

.theme-patientcare ul.steps-bar li.active a .circle {
  background: #0d4857; }

.theme-patientcare ul.steps-bar li.active a .bar {
  background: #0d4857; }

.theme-patientcare ul.steps-bar li.active a .bar:before {
  border-bottom-color: #0d4857; }

.theme-patientcare .pricing-table .panel, .theme-patientcare .pricing-table .filters {
  background: #15748C;
  color: #fff !important;
  border-bottom-color: #4BC0C4;
  margin-bottom: 0 !important; }

.theme-patientcare .pricing-table .panel h1, .theme-patientcare .pricing-table .filters h1, .theme-patientcare .pricing-table .panel h2, .theme-patientcare .pricing-table .filters h2, .theme-patientcare .pricing-table .panel h3, .theme-patientcare .pricing-table .filters h3, .theme-patientcare .pricing-table .panel h4, .theme-patientcare .pricing-table .filters h4, .theme-patientcare .pricing-table .panel h5, .theme-patientcare .pricing-table .filters h5, .theme-patientcare .pricing-table .panel h6, .theme-patientcare .pricing-table .filters h6, .theme-patientcare .pricing-table .panel p, .theme-patientcare .pricing-table .filters p {
  color: #fff !important; }

.theme-patientcare .pricing-table td.shade {
  background: #F7F4F0; }

.theme-patientcare footer#main-footer {
  background-color: #0d4857; }

.theme-patientcare footer#main-footer .alamo svg path {
  fill: #0d4857; }

.theme-academics .navbar {
  background-color: #c0511b; }

.theme-academics .navbar .main-nav li a:hover {
  background: #933e15; }

.theme-academics .navbar .main-nav li a span {
  border-left-color: #933e15; }

.theme-academics .navbar .main-nav li.active a {
  background: #863813; }

.theme-academics .navbar .main-nav li.active a span {
  border-left-color: #863813; }

.theme-academics .navbar .utility-nav {
  background-color: #863813; }

.theme-academics .navbar .utility-nav:before {
  background-color: #c0511b; }

.theme-academics .navbar.stack .main-nav li.active a {
  background: none;
  color: #fff;
  font-weight: 900;
  text-decoration: underline; }

.theme-academics .page-header {
  background-color: #427E6B; }

.theme-academics .bleed.pcevents-blue, .theme-academics .process .pcevents-blue.process-item:nth-child(odd), .process .theme-academics .pcevents-blue.process-item:nth-child(odd) {
  background-color: #0a5b8a; }

.theme-academics .page-header.bleed, .theme-academics .process .page-header.process-item:nth-child(odd), .process .theme-academics .page-header.process-item:nth-child(odd) {
  background-color: #26483e; }

.theme-academics .page-header.bleed .panel, .theme-academics .process .page-header.process-item:nth-child(odd) .panel, .process .theme-academics .page-header.process-item:nth-child(odd) .panel, .theme-academics .page-header.bleed .filters, .theme-academics .process .page-header.process-item:nth-child(odd) .filters, .process .theme-academics .page-header.process-item:nth-child(odd) .filters {
  background-color: rgba(38, 72, 62, 0.7); }

.theme-academics .page-header.bleed a.button, .theme-academics .process .page-header.process-item:nth-child(odd) a.button, .process .theme-academics .page-header.process-item:nth-child(odd) a.button, .theme-academics .page-header.bleed .button, .theme-academics .process .page-header.process-item:nth-child(odd) .button, .process .theme-academics .page-header.process-item:nth-child(odd) .button {
  background-color: #427E6B; }

.theme-academics .page-header.bleed a.button:hover, .theme-academics .process .page-header.process-item:nth-child(odd) a.button:hover, .process .theme-academics .page-header.process-item:nth-child(odd) a.button:hover, .theme-academics .page-header.bleed .button:hover, .theme-academics .process .page-header.process-item:nth-child(odd) .button:hover, .process .theme-academics .page-header.process-item:nth-child(odd) .button:hover {
  background-color: #509982; }

.theme-academics .page-header.bleed.hex-header .hexagon .solid, .theme-academics .process .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid, .process .theme-academics .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid {
  background-color: #427E6B;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiM0MjdlNmIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjNiMzIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(40%, #427e6b), color-stop(100%, #1f3b32));
  background: -webkit-linear-gradient(top left, #427e6b 40%, #1f3b32);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #427e6b), color-stop(40%, #1f3b32));
  background: linear-gradient(to bottom right, #427e6b 40%, #1f3b32); }

.theme-academics .page-header.bleed.hex-header .hexagon .solid a.button, .theme-academics .process .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button, .process .theme-academics .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button {
  background-color: #26483e; }

.theme-academics .page-header.bleed.hex-header .hexagon .solid a.button:hover, .theme-academics .process .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button:hover, .process .theme-academics .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button:hover {
  background-color: #182e27; }

.theme-academics .title-block {
  background-color: #427E6B;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiM0MjdlNmIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjNiMzIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(40%, #427e6b), color-stop(100%, #1f3b32));
  background: -webkit-linear-gradient(top left, #427e6b 40%, #1f3b32);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #427e6b), color-stop(40%, #1f3b32));
  background: linear-gradient(to bottom right, #427e6b 40%, #1f3b32); }

.theme-academics .title-block a.button {
  background-color: #26483e; }

.theme-academics .title-block a.button:hover {
  background-color: #182e27; }

.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 {
  background-color: #26483e; }

.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) {
  background-color: #7E4A48; }

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

.theme-academics .bleed.photo-bleed a.stripped, .theme-academics .process .photo-bleed.process-item:nth-child(odd) a.stripped, .process .theme-academics .photo-bleed.process-item:nth-child(odd) a.stripped {
  color: #C0511B; }

.theme-academics .sidebar-colorized {
  background: #427E6B;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM0MjdlNmIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjNiMzIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #427e6b), color-stop(100%, #1f3b32));
  background: -webkit-linear-gradient(left, #427e6b 50%, #1f3b32);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #427e6b), color-stop(50%, #1f3b32));
  background: linear-gradient(to right, #427e6b 50%, #1f3b32);
  background-repeat: no-repeat;
  background-position: top right; }

.theme-academics h1.box-header, .theme-academics h2.box-header, .theme-academics h3.box-header, .theme-academics h4.box-header, .theme-academics h5.box-header, .theme-academics h6.box-header {
  background: #427E6B; }

.theme-academics a.button.colorized-theme, .theme-academics .page-header.bleed a.button, .page-header.bleed .theme-academics a.button, .theme-academics .process .page-header.process-item:nth-child(odd) a.button, .process .page-header.process-item:nth-child(odd) .theme-academics a.button, .theme-academics ul.steps-bar li a.button.circle, ul.steps-bar li .theme-academics a.button.circle, .theme-academics .panel.colorized.white a.button.colorized-theme, .panel.colorized.white .theme-academics a.button.colorized-theme, .theme-academics .colorized.white.filters a.button.colorized-theme, .colorized.white.filters .theme-academics a.button.colorized-theme, .theme-academics .bleed.colorized.white a.button.colorized-theme, .bleed.colorized.white .theme-academics a.button.colorized-theme, .theme-academics .process .colorized.white.process-item:nth-child(odd) a.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-academics a.button.colorized-theme, .theme-academics .card.colorized.white a.button.colorized-theme, .card.colorized.white .theme-academics a.button.colorized-theme, .theme-academics .button.colorized-theme, .theme-academics .page-header.bleed .button, .page-header.bleed .theme-academics .button, .theme-academics .process .page-header.process-item:nth-child(odd) .button, .process .page-header.process-item:nth-child(odd) .theme-academics .button, .theme-academics ul.steps-bar li .button.circle, ul.steps-bar li .theme-academics .button.circle, .theme-academics .panel.colorized.white .button.colorized-theme, .panel.colorized.white .theme-academics .button.colorized-theme, .theme-academics .colorized.white.filters .button.colorized-theme, .colorized.white.filters .theme-academics .button.colorized-theme, .theme-academics .bleed.colorized.white .button.colorized-theme, .bleed.colorized.white .theme-academics .button.colorized-theme, .theme-academics .process .colorized.white.process-item:nth-child(odd) .button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-academics .button.colorized-theme, .theme-academics .card.colorized.white .button.colorized-theme, .card.colorized.white .theme-academics .button.colorized-theme {
  background-color: #427E6B; }

.theme-academics a.button.colorized-theme:hover, .theme-academics .page-header.bleed a.button:hover, .page-header.bleed .theme-academics a.button:hover, .theme-academics .process .page-header.process-item:nth-child(odd) a.button:hover, .process .page-header.process-item:nth-child(odd) .theme-academics a.button:hover, .theme-academics ul.steps-bar li a.button.circle:hover, ul.steps-bar li .theme-academics a.button.circle:hover, .theme-academics .panel.colorized.white a.button.colorized-theme:hover, .panel.colorized.white .theme-academics a.button.colorized-theme:hover, .theme-academics .colorized.white.filters a.button.colorized-theme:hover, .colorized.white.filters .theme-academics a.button.colorized-theme:hover, .theme-academics .bleed.colorized.white a.button.colorized-theme:hover, .bleed.colorized.white .theme-academics a.button.colorized-theme:hover, .theme-academics .process .colorized.white.process-item:nth-child(odd) a.button.colorized-theme:hover, .process .colorized.white.process-item:nth-child(odd) .theme-academics a.button.colorized-theme:hover, .theme-academics .card.colorized.white a.button.colorized-theme:hover, .card.colorized.white .theme-academics a.button.colorized-theme:hover, .theme-academics .button.colorized-theme:hover, .theme-academics .page-header.bleed .button:hover, .page-header.bleed .theme-academics .button:hover, .theme-academics .process .page-header.process-item:nth-child(odd) .button:hover, .process .page-header.process-item:nth-child(odd) .theme-academics .button:hover, .theme-academics ul.steps-bar li .button.circle:hover, ul.steps-bar li .theme-academics .button.circle:hover, .theme-academics .panel.colorized.white .button.colorized-theme:hover, .panel.colorized.white .theme-academics .button.colorized-theme:hover, .theme-academics .colorized.white.filters .button.colorized-theme:hover, .colorized.white.filters .theme-academics .button.colorized-theme:hover, .theme-academics .bleed.colorized.white .button.colorized-theme:hover, .bleed.colorized.white .theme-academics .button.colorized-theme:hover, .theme-academics .process .colorized.white.process-item:nth-child(odd) .button.colorized-theme:hover, .process .colorized.white.process-item:nth-child(odd) .theme-academics .button.colorized-theme:hover, .theme-academics .card.colorized.white .button.colorized-theme:hover, .card.colorized.white .theme-academics .button.colorized-theme:hover {
  background-color: #509982; }

.theme-academics a.button.colorized-theme-invert, .theme-academics .button.colorized-theme-invert {
  background-color: #fff;
  color: #427E6B; }

.theme-academics a.button.colorized-theme-invert:hover, .theme-academics .button.colorized-theme-invert:hover {
  color: #fff; }

.theme-academics a.button.colorized-theme-invert:hover, .theme-academics .button.colorized-theme-invert:hover {
  background-color: #509982; }

.theme-academics .numeric-facts.colorized-theme .number, .theme-academics .page-header.bleed .numeric-facts.button .number, .page-header.bleed .theme-academics .numeric-facts.button .number, .theme-academics .process .page-header.process-item:nth-child(odd) .numeric-facts.button .number, .process .page-header.process-item:nth-child(odd) .theme-academics .numeric-facts.button .number, .theme-academics ul.steps-bar li .numeric-facts.circle .number, ul.steps-bar li .theme-academics .numeric-facts.circle .number, .theme-academics .panel.colorized.white .numeric-facts.button.colorized-theme .number, .panel.colorized.white .theme-academics .numeric-facts.button.colorized-theme .number, .theme-academics .colorized.white.filters .numeric-facts.button.colorized-theme .number, .colorized.white.filters .theme-academics .numeric-facts.button.colorized-theme .number, .theme-academics .bleed.colorized.white .numeric-facts.button.colorized-theme .number, .bleed.colorized.white .theme-academics .numeric-facts.button.colorized-theme .number, .theme-academics .process .colorized.white.process-item:nth-child(odd) .numeric-facts.button.colorized-theme .number, .process .colorized.white.process-item:nth-child(odd) .theme-academics .numeric-facts.button.colorized-theme .number, .theme-academics .card.colorized.white .numeric-facts.button.colorized-theme .number, .card.colorized.white .theme-academics .numeric-facts.button.colorized-theme .number {
  color: #427E6B; }

.theme-academics .numeric-facts.colorized-theme-accent .number {
  color: #7E4A48; }

.theme-academics .numeric-facts.boxed .detail {
  color: inherit; }

.theme-academics .numeric-facts.boxed.colorized-theme .number, .theme-academics .page-header.bleed .numeric-facts.boxed.button .number, .page-header.bleed .theme-academics .numeric-facts.boxed.button .number, .theme-academics .process .page-header.process-item:nth-child(odd) .numeric-facts.boxed.button .number, .process .page-header.process-item:nth-child(odd) .theme-academics .numeric-facts.boxed.button .number, .theme-academics ul.steps-bar li .numeric-facts.boxed.circle .number, ul.steps-bar li .theme-academics .numeric-facts.boxed.circle .number, .theme-academics .bleed.photo-bleed.colorized.white .numeric-facts.boxed.button.colorized-theme .number, .bleed.photo-bleed.colorized.white .theme-academics .numeric-facts.boxed.button.colorized-theme .number, .theme-academics .process .photo-bleed.colorized.white.process-item:nth-child(odd) .numeric-facts.boxed.button.colorized-theme .number, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-academics .numeric-facts.boxed.button.colorized-theme .number {
  color: #fff;
  background-color: #427E6B;
  border-top-color: #26483e; }

.theme-academics .numeric-facts.boxed.colorized-theme-accent .number {
  color: #fff;
  background-color: #7E4A48;
  border-top-color: #4a2c2a; }

.theme-academics .circle.colorized-theme, .theme-academics .page-header.bleed .circle.button, .page-header.bleed .theme-academics .circle.button, .theme-academics .process .page-header.process-item:nth-child(odd) .circle.button, .process .page-header.process-item:nth-child(odd) .theme-academics .circle.button, .theme-academics ul.steps-bar li .circle, ul.steps-bar li .theme-academics .circle, .theme-academics .panel.colorized.white .circle.button.colorized-theme, .panel.colorized.white .theme-academics .circle.button.colorized-theme, .theme-academics .colorized.white.filters .circle.button.colorized-theme, .colorized.white.filters .theme-academics .circle.button.colorized-theme, .theme-academics .bleed.colorized.white .circle.button.colorized-theme, .bleed.colorized.white .theme-academics .circle.button.colorized-theme, .theme-academics .process .colorized.white.process-item:nth-child(odd) .circle.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-academics .circle.button.colorized-theme, .theme-academics .card.colorized.white .circle.button.colorized-theme, .card.colorized.white .theme-academics .circle.button.colorized-theme {
  background-color: #427E6B; }

.theme-academics .circle.colorized-theme-darken {
  background-color: #26483e; }

.theme-academics .circle.colorized-theme-accent {
  background-color: #7E4A48; }

.theme-academics .panel.colorized.colorized-theme, .theme-academics .page-header.bleed .panel.colorized.button, .page-header.bleed .theme-academics .panel.colorized.button, .theme-academics .process .page-header.process-item:nth-child(odd) .panel.colorized.button, .process .page-header.process-item:nth-child(odd) .theme-academics .panel.colorized.button, .theme-academics .page-header.bleed .colorized.button.filters, .page-header.bleed .theme-academics .colorized.button.filters, .theme-academics .process .page-header.process-item:nth-child(odd) .colorized.button.filters, .process .page-header.process-item:nth-child(odd) .theme-academics .colorized.button.filters, .theme-academics .colorized.colorized-theme.filters, .theme-academics ul.steps-bar li .colorized.filters.circle, ul.steps-bar li .theme-academics .colorized.filters.circle, .theme-academics .panel.colorized.white .colorized.filters.button.colorized-theme, .panel.colorized.white .theme-academics .colorized.filters.button.colorized-theme, .theme-academics .bleed.colorized.white .colorized.filters.button.colorized-theme, .bleed.colorized.white .theme-academics .colorized.filters.button.colorized-theme, .theme-academics .process .colorized.white.process-item:nth-child(odd) .colorized.filters.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-academics .colorized.filters.button.colorized-theme, .theme-academics .card.colorized.white .colorized.filters.button.colorized-theme, .card.colorized.white .theme-academics .colorized.filters.button.colorized-theme, .theme-academics ul.steps-bar li .panel.colorized.circle, ul.steps-bar li .theme-academics .panel.colorized.circle, .theme-academics .panel.colorized.white .panel.colorized.button.colorized-theme, .panel.colorized.white .theme-academics .panel.colorized.button.colorized-theme, .theme-academics .colorized.white.filters .panel.colorized.button.colorized-theme, .colorized.white.filters .theme-academics .panel.colorized.button.colorized-theme, .theme-academics .colorized.white.filters .colorized.button.colorized-theme.filters, .colorized.white.filters .theme-academics .colorized.button.colorized-theme.filters, .theme-academics .bleed.colorized.white .panel.colorized.button.colorized-theme, .bleed.colorized.white .theme-academics .panel.colorized.button.colorized-theme, .theme-academics .process .colorized.white.process-item:nth-child(odd) .panel.colorized.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-academics .panel.colorized.button.colorized-theme, .theme-academics .card.colorized.white .panel.colorized.button.colorized-theme, .card.colorized.white .theme-academics .panel.colorized.button.colorized-theme, .theme-academics .bleed.colorized.colorized-theme, .theme-academics .page-header.bleed .bleed.colorized.button, .page-header.bleed .theme-academics .bleed.colorized.button, .theme-academics .process .page-header.process-item:nth-child(odd) .bleed.colorized.button, .process .page-header.process-item:nth-child(odd) .theme-academics .bleed.colorized.button, .theme-academics .page-header.bleed .process .colorized.button.process-item:nth-child(odd), .page-header.bleed .process .theme-academics .colorized.button.process-item:nth-child(odd), .theme-academics .process .page-header.bleed .colorized.button.process-item:nth-child(odd), .process .page-header.bleed .theme-academics .colorized.button.process-item:nth-child(odd), .theme-academics .process .page-header.process-item:nth-child(odd) .colorized.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-academics .colorized.button.process-item:nth-child(odd), .theme-academics ul.steps-bar li .bleed.colorized.circle, ul.steps-bar li .theme-academics .bleed.colorized.circle, .theme-academics ul.steps-bar li .process .colorized.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-academics .colorized.circle.process-item:nth-child(odd), .theme-academics .process ul.steps-bar li .colorized.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-academics .colorized.circle.process-item:nth-child(odd), .theme-academics .process .colorized.colorized-theme.process-item:nth-child(odd), .process .theme-academics .colorized.colorized-theme.process-item:nth-child(odd), .theme-academics .panel.colorized.white .bleed.colorized.button.colorized-theme, .panel.colorized.white .theme-academics .bleed.colorized.button.colorized-theme, .theme-academics .colorized.white.filters .bleed.colorized.button.colorized-theme, .colorized.white.filters .theme-academics .bleed.colorized.button.colorized-theme, .theme-academics .bleed.colorized.white .bleed.colorized.button.colorized-theme, .bleed.colorized.white .theme-academics .bleed.colorized.button.colorized-theme, .theme-academics .process .colorized.white.process-item:nth-child(odd) .bleed.colorized.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-academics .bleed.colorized.button.colorized-theme, .theme-academics .card.colorized.white .bleed.colorized.button.colorized-theme, .card.colorized.white .theme-academics .bleed.colorized.button.colorized-theme, .theme-academics .card.colorized.colorized-theme, .theme-academics .page-header.bleed .card.colorized.button, .page-header.bleed .theme-academics .card.colorized.button, .theme-academics .process .page-header.process-item:nth-child(odd) .card.colorized.button, .process .page-header.process-item:nth-child(odd) .theme-academics .card.colorized.button, .theme-academics ul.steps-bar li .card.colorized.circle, ul.steps-bar li .theme-academics .card.colorized.circle, .theme-academics .panel.colorized.white .card.colorized.button.colorized-theme, .panel.colorized.white .theme-academics .card.colorized.button.colorized-theme, .theme-academics .colorized.white.filters .card.colorized.button.colorized-theme, .colorized.white.filters .theme-academics .card.colorized.button.colorized-theme, .theme-academics .bleed.colorized.white .card.colorized.button.colorized-theme, .bleed.colorized.white .theme-academics .card.colorized.button.colorized-theme, .theme-academics .process .colorized.white.process-item:nth-child(odd) .card.colorized.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-academics .card.colorized.button.colorized-theme, .theme-academics .card.colorized.white .card.colorized.button.colorized-theme, .card.colorized.white .theme-academics .card.colorized.button.colorized-theme {
  background-color: #427E6B; }

.theme-academics .panel.colorized.colorized-theme.single-border-inherit, .theme-academics .page-header.bleed .panel.colorized.single-border-inherit.button, .page-header.bleed .theme-academics .panel.colorized.single-border-inherit.button, .theme-academics .process .page-header.process-item:nth-child(odd) .panel.colorized.single-border-inherit.button, .process .page-header.process-item:nth-child(odd) .theme-academics .panel.colorized.single-border-inherit.button, .theme-academics .page-header.bleed .colorized.single-border-inherit.button.filters, .page-header.bleed .theme-academics .colorized.single-border-inherit.button.filters, .theme-academics .process .page-header.process-item:nth-child(odd) .colorized.single-border-inherit.button.filters, .process .page-header.process-item:nth-child(odd) .theme-academics .colorized.single-border-inherit.button.filters, .theme-academics .colorized.colorized-theme.single-border-inherit.filters, .theme-academics ul.steps-bar li .colorized.single-border-inherit.filters.circle, ul.steps-bar li .theme-academics .colorized.single-border-inherit.filters.circle, .theme-academics ul.steps-bar li .panel.colorized.single-border-inherit.circle, ul.steps-bar li .theme-academics .panel.colorized.single-border-inherit.circle, .theme-academics .bleed.photo-bleed.colorized.white .panel.colorized.single-border-inherit.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-academics .panel.colorized.single-border-inherit.button.colorized-theme, .theme-academics .process .photo-bleed.colorized.white.process-item:nth-child(odd) .panel.colorized.single-border-inherit.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-academics .panel.colorized.single-border-inherit.button.colorized-theme, .theme-academics .bleed.photo-bleed.colorized.white .colorized.single-border-inherit.button.colorized-theme.filters, .bleed.photo-bleed.colorized.white .theme-academics .colorized.single-border-inherit.button.colorized-theme.filters, .theme-academics .process .photo-bleed.colorized.white.process-item:nth-child(odd) .colorized.single-border-inherit.button.colorized-theme.filters, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-academics .colorized.single-border-inherit.button.colorized-theme.filters, .theme-academics .bleed.colorized.colorized-theme.single-border-inherit, .theme-academics .page-header.bleed .bleed.colorized.single-border-inherit.button, .page-header.bleed .theme-academics .bleed.colorized.single-border-inherit.button, .theme-academics .process .page-header.process-item:nth-child(odd) .bleed.colorized.single-border-inherit.button, .process .page-header.process-item:nth-child(odd) .theme-academics .bleed.colorized.single-border-inherit.button, .theme-academics .page-header.bleed .process .colorized.single-border-inherit.button.process-item:nth-child(odd), .page-header.bleed .process .theme-academics .colorized.single-border-inherit.button.process-item:nth-child(odd), .theme-academics .process .page-header.bleed .colorized.single-border-inherit.button.process-item:nth-child(odd), .process .page-header.bleed .theme-academics .colorized.single-border-inherit.button.process-item:nth-child(odd), .theme-academics .process .page-header.process-item:nth-child(odd) .colorized.single-border-inherit.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-academics .colorized.single-border-inherit.button.process-item:nth-child(odd), .theme-academics ul.steps-bar li .bleed.colorized.single-border-inherit.circle, ul.steps-bar li .theme-academics .bleed.colorized.single-border-inherit.circle, .theme-academics ul.steps-bar li .process .colorized.single-border-inherit.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-academics .colorized.single-border-inherit.circle.process-item:nth-child(odd), .theme-academics .process ul.steps-bar li .colorized.single-border-inherit.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-academics .colorized.single-border-inherit.circle.process-item:nth-child(odd), .theme-academics .process .colorized.colorized-theme.single-border-inherit.process-item:nth-child(odd), .process .theme-academics .colorized.colorized-theme.single-border-inherit.process-item:nth-child(odd), .theme-academics .bleed.photo-bleed.colorized.white .bleed.colorized.single-border-inherit.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-academics .bleed.colorized.single-border-inherit.button.colorized-theme, .theme-academics .process .photo-bleed.colorized.white.process-item:nth-child(odd) .bleed.colorized.single-border-inherit.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-academics .bleed.colorized.single-border-inherit.button.colorized-theme, .theme-academics .card.colorized.colorized-theme.single-border-inherit, .theme-academics .page-header.bleed .card.colorized.single-border-inherit.button, .page-header.bleed .theme-academics .card.colorized.single-border-inherit.button, .theme-academics .process .page-header.process-item:nth-child(odd) .card.colorized.single-border-inherit.button, .process .page-header.process-item:nth-child(odd) .theme-academics .card.colorized.single-border-inherit.button, .theme-academics ul.steps-bar li .card.colorized.single-border-inherit.circle, ul.steps-bar li .theme-academics .card.colorized.single-border-inherit.circle, .theme-academics .bleed.photo-bleed.colorized.white .card.colorized.single-border-inherit.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-academics .card.colorized.single-border-inherit.button.colorized-theme, .theme-academics .process .photo-bleed.colorized.white.process-item:nth-child(odd) .card.colorized.single-border-inherit.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-academics .card.colorized.single-border-inherit.button.colorized-theme {
  border-color: #87D680; }

.theme-academics .panel.colorized.colorized-theme-darken, .theme-academics .colorized.colorized-theme-darken.filters, .theme-academics .bleed.colorized.colorized-theme-darken, .theme-academics .process .colorized.colorized-theme-darken.process-item:nth-child(odd), .process .theme-academics .colorized.colorized-theme-darken.process-item:nth-child(odd), .theme-academics .card.colorized.colorized-theme-darken {
  background-color: #26483e; }

.theme-academics .panel.colorized.colorized-theme-darken.single-border-inherit, .theme-academics .colorized.colorized-theme-darken.single-border-inherit.filters, .theme-academics .bleed.colorized.colorized-theme-darken.single-border-inherit, .theme-academics .process .colorized.colorized-theme-darken.single-border-inherit.process-item:nth-child(odd), .process .theme-academics .colorized.colorized-theme-darken.single-border-inherit.process-item:nth-child(odd), .theme-academics .card.colorized.colorized-theme-darken.single-border-inherit {
  border-color: #87D680; }

.theme-academics .panel.colorized.colorized-theme-accent, .theme-academics .colorized.colorized-theme-accent.filters, .theme-academics .bleed.colorized.colorized-theme-accent, .theme-academics .process .colorized.colorized-theme-accent.process-item:nth-child(odd), .process .theme-academics .colorized.colorized-theme-accent.process-item:nth-child(odd), .theme-academics .card.colorized.colorized-theme-accent {
  background-color: #7E4A48; }

.theme-academics .panel.colorized.colorized-theme-accent.single-border-inherit, .theme-academics .colorized.colorized-theme-accent.single-border-inherit.filters, .theme-academics .bleed.colorized.colorized-theme-accent.single-border-inherit, .theme-academics .process .colorized.colorized-theme-accent.single-border-inherit.process-item:nth-child(odd), .process .theme-academics .colorized.colorized-theme-accent.single-border-inherit.process-item:nth-child(odd), .theme-academics .card.colorized.colorized-theme-accent.single-border-inherit {
  border-color: #b37b79; }

.theme-academics .colorized-border.border-colorized-theme {
  border-color: #427E6B; }

.theme-academics .colorized-border.border-colorized-theme-darken {
  border-color: #26483e; }

.theme-academics .colorized-border.border-colorized-theme-accent {
  border-color: #7E4A48; }

.theme-academics .colorized-border.border-colorized-teal {
  border-color: #855F5D; }

.theme-academics .colorized-border.border-colorized-purple {
  border-color: #15748C; }

.theme-academics .colorized-border.border-colorized-dark-orange {
  border-color: #40826C; }

.theme-academics .colorized-theme-gray {
  background-color: #ececec; }

.theme-academics .colorized-theme-lighter-gray {
  background-color: #eeeeee; }

.theme-academics i[class^="icon-"].colorized-theme, .theme-academics .page-header.bleed i[class^="icon-"].button, .page-header.bleed .theme-academics i[class^="icon-"].button, .theme-academics .process .page-header.process-item:nth-child(odd) i[class^="icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-academics i[class^="icon-"].button, .theme-academics ul.steps-bar li i[class^="icon-"].circle, ul.steps-bar li .theme-academics i[class^="icon-"].circle, .theme-academics .panel.colorized.white i[class^="icon-"].button.colorized-theme, .panel.colorized.white .theme-academics i[class^="icon-"].button.colorized-theme, .theme-academics .colorized.white.filters i[class^="icon-"].button.colorized-theme, .colorized.white.filters .theme-academics i[class^="icon-"].button.colorized-theme, .theme-academics .bleed.colorized.white i[class^="icon-"].button.colorized-theme, .bleed.colorized.white .theme-academics i[class^="icon-"].button.colorized-theme, .theme-academics .process .colorized.white.process-item:nth-child(odd) i[class^="icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-academics i[class^="icon-"].button.colorized-theme, .theme-academics .card.colorized.white i[class^="icon-"].button.colorized-theme, .card.colorized.white .theme-academics i[class^="icon-"].button.colorized-theme, .theme-academics i[class*=" icon-"].colorized-theme, .theme-academics .page-header.bleed i[class*=" icon-"].button, .page-header.bleed .theme-academics i[class*=" icon-"].button, .theme-academics .process .page-header.process-item:nth-child(odd) i[class*=" icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-academics i[class*=" icon-"].button, .theme-academics ul.steps-bar li i[class*=" icon-"].circle, ul.steps-bar li .theme-academics i[class*=" icon-"].circle, .theme-academics .panel.colorized.white i[class*=" icon-"].button.colorized-theme, .panel.colorized.white .theme-academics i[class*=" icon-"].button.colorized-theme, .theme-academics .colorized.white.filters i[class*=" icon-"].button.colorized-theme, .colorized.white.filters .theme-academics i[class*=" icon-"].button.colorized-theme, .theme-academics .bleed.colorized.white i[class*=" icon-"].button.colorized-theme, .bleed.colorized.white .theme-academics i[class*=" icon-"].button.colorized-theme, .theme-academics .process .colorized.white.process-item:nth-child(odd) i[class*=" icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-academics i[class*=" icon-"].button.colorized-theme, .theme-academics .card.colorized.white i[class*=" icon-"].button.colorized-theme, .card.colorized.white .theme-academics i[class*=" icon-"].button.colorized-theme, .theme-academics i.colorize-icon[class^="icon-"].colorized-theme, .theme-academics .page-header.bleed i.colorize-icon[class^="icon-"].button, .page-header.bleed .theme-academics i.colorize-icon[class^="icon-"].button, .theme-academics .process .page-header.process-item:nth-child(odd) i.colorize-icon[class^="icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-academics i.colorize-icon[class^="icon-"].button, .theme-academics ul.steps-bar li i.colorize-icon[class^="icon-"].circle, ul.steps-bar li .theme-academics i.colorize-icon[class^="icon-"].circle, .theme-academics .panel.colorized.white i.colorize-icon[class^="icon-"].button.colorized-theme, .panel.colorized.white .theme-academics i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-academics .colorized.white.filters i.colorize-icon[class^="icon-"].button.colorized-theme, .colorized.white.filters .theme-academics i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-academics .bleed.colorized.white i.colorize-icon[class^="icon-"].button.colorized-theme, .bleed.colorized.white .theme-academics i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-academics .process .colorized.white.process-item:nth-child(odd) i.colorize-icon[class^="icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-academics i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-academics .card.colorized.white i.colorize-icon[class^="icon-"].button.colorized-theme, .card.colorized.white .theme-academics i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-academics i.colorize-icon[class*=" icon-"].colorized-theme, .theme-academics .page-header.bleed i.colorize-icon[class*=" icon-"].button, .page-header.bleed .theme-academics i.colorize-icon[class*=" icon-"].button, .theme-academics .process .page-header.process-item:nth-child(odd) i.colorize-icon[class*=" icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-academics i.colorize-icon[class*=" icon-"].button, .theme-academics ul.steps-bar li i.colorize-icon[class*=" icon-"].circle, ul.steps-bar li .theme-academics i.colorize-icon[class*=" icon-"].circle, .theme-academics .panel.colorized.white i.colorize-icon[class*=" icon-"].button.colorized-theme, .panel.colorized.white .theme-academics i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-academics .colorized.white.filters i.colorize-icon[class*=" icon-"].button.colorized-theme, .colorized.white.filters .theme-academics i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-academics .bleed.colorized.white i.colorize-icon[class*=" icon-"].button.colorized-theme, .bleed.colorized.white .theme-academics i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-academics .process .colorized.white.process-item:nth-child(odd) i.colorize-icon[class*=" icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-academics i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-academics .card.colorized.white i.colorize-icon[class*=" icon-"].button.colorized-theme, .card.colorized.white .theme-academics i.colorize-icon[class*=" icon-"].button.colorized-theme {
  color: #427E6B; }

.theme-academics i[class^="icon-"].colorized-theme-darken, .theme-academics i[class*=" icon-"].colorized-theme-darken, .theme-academics i.colorize-icon[class^="icon-"].colorized-theme-darken, .theme-academics i.colorize-icon[class*=" icon-"].colorized-theme-darken {
  color: #26483e; }

.theme-academics i[class^="icon-"].colorized-theme-accent, .theme-academics i[class*=" icon-"].colorized-theme-accent, .theme-academics i.colorize-icon[class^="icon-"].colorized-theme-accent, .theme-academics i.colorize-icon[class*=" icon-"].colorized-theme-accent {
  color: #7E4A48; }

.theme-academics .process {
  border-bottom-color: #427E6B; }

.theme-academics .process:after {
  border-top-color: #427E6B; }

.theme-academics .tabs ul.tab-nav.colorized-theme li a, .theme-academics .tabs .page-header.bleed ul.tab-nav.button li a, .page-header.bleed .theme-academics .tabs ul.tab-nav.button li a, .theme-academics .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.button li a, .process .page-header.process-item:nth-child(odd) .theme-academics .tabs ul.tab-nav.button li a, .theme-academics .tabs ul.steps-bar li ul.tab-nav.circle li a, ul.steps-bar li .theme-academics .tabs ul.tab-nav.circle li a, .theme-academics .tabs .panel.colorized.white ul.tab-nav.button.colorized-theme li a, .panel.colorized.white .theme-academics .tabs ul.tab-nav.button.colorized-theme li a, .theme-academics .tabs .colorized.white.filters ul.tab-nav.button.colorized-theme li a, .colorized.white.filters .theme-academics .tabs ul.tab-nav.button.colorized-theme li a, .theme-academics .tabs .bleed.colorized.white ul.tab-nav.button.colorized-theme li a, .bleed.colorized.white .theme-academics .tabs ul.tab-nav.button.colorized-theme li a, .theme-academics .tabs .process .colorized.white.process-item:nth-child(odd) ul.tab-nav.button.colorized-theme li a, .process .colorized.white.process-item:nth-child(odd) .theme-academics .tabs ul.tab-nav.button.colorized-theme li a, .theme-academics .tabs .card.colorized.white ul.tab-nav.button.colorized-theme li a, .card.colorized.white .theme-academics .tabs ul.tab-nav.button.colorized-theme li a {
  color: #427E6B; }

.theme-academics .tabs ul.tab-nav.colorized-theme li.active a, .theme-academics .tabs .page-header.bleed ul.tab-nav.button li.active a, .page-header.bleed .theme-academics .tabs ul.tab-nav.button li.active a, .theme-academics .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.button li.active a, .process .page-header.process-item:nth-child(odd) .theme-academics .tabs ul.tab-nav.button li.active a, .theme-academics .tabs ul.steps-bar li ul.tab-nav.circle li.active a, ul.steps-bar li .theme-academics .tabs ul.tab-nav.circle li.active a, .theme-academics .tabs .bleed.photo-bleed.colorized.white ul.tab-nav.button.colorized-theme li.active a, .bleed.photo-bleed.colorized.white .theme-academics .tabs ul.tab-nav.button.colorized-theme li.active a, .theme-academics .tabs .process .photo-bleed.colorized.white.process-item:nth-child(odd) ul.tab-nav.button.colorized-theme li.active a, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-academics .tabs ul.tab-nav.button.colorized-theme li.active a {
  background-color: #427E6B;
  color: #fff; }

.theme-academics .tabs ul.tab-nav.colorized-theme.tab-nav-pill li a, .theme-academics .tabs .page-header.bleed ul.tab-nav.tab-nav-pill.button li a, .page-header.bleed .theme-academics .tabs ul.tab-nav.tab-nav-pill.button li a, .theme-academics .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button li a, .process .page-header.process-item:nth-child(odd) .theme-academics .tabs ul.tab-nav.tab-nav-pill.button li a, .theme-academics .tabs ul.steps-bar li ul.tab-nav.tab-nav-pill.circle li a, ul.steps-bar li .theme-academics .tabs ul.tab-nav.tab-nav-pill.circle li a, .theme-academics .tabs .bleed.photo-bleed.colorized.white ul.tab-nav.tab-nav-pill.button.colorized-theme li a, .bleed.photo-bleed.colorized.white .theme-academics .tabs ul.tab-nav.tab-nav-pill.button.colorized-theme li a, .theme-academics .tabs .process .photo-bleed.colorized.white.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button.colorized-theme li a, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-academics .tabs ul.tab-nav.tab-nav-pill.button.colorized-theme li a {
  background-color: #427E6B;
  color: #fff; }

.theme-academics .tabs ul.tab-nav.colorized-theme.tab-nav-pill li a:hover, .theme-academics .tabs .page-header.bleed ul.tab-nav.tab-nav-pill.button li a:hover, .page-header.bleed .theme-academics .tabs ul.tab-nav.tab-nav-pill.button li a:hover, .theme-academics .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button li a:hover, .process .page-header.process-item:nth-child(odd) .theme-academics .tabs ul.tab-nav.tab-nav-pill.button li a:hover, .theme-academics .tabs ul.steps-bar li ul.tab-nav.tab-nav-pill.circle li a:hover, ul.steps-bar li .theme-academics .tabs ul.tab-nav.tab-nav-pill.circle li a:hover {
  background-color: #64ae96; }

.theme-academics .tabs ul.tab-nav.colorized-theme.tab-nav-pill li.active a, .theme-academics .tabs .page-header.bleed ul.tab-nav.tab-nav-pill.button li.active a, .page-header.bleed .theme-academics .tabs ul.tab-nav.tab-nav-pill.button li.active a, .theme-academics .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button li.active a, .process .page-header.process-item:nth-child(odd) .theme-academics .tabs ul.tab-nav.tab-nav-pill.button li.active a, .theme-academics .tabs ul.steps-bar li ul.tab-nav.tab-nav-pill.circle li.active a, ul.steps-bar li .theme-academics .tabs ul.tab-nav.tab-nav-pill.circle li.active a {
  background-color: #26483e; }

@media (max-width: 500px) {
  .theme-academics .carousel .crsl-item .crsl-caption {
    background-color: #427E6B; } }

.theme-academics .datebox {
  background-color: #26483e; }

.theme-academics .datebox.blue-datebox {
  background-color: #0066a4; }

.theme-academics .datebox .month {
  background-color: #427E6B; }

.theme-academics .datebox .month.blue-datebox {
  background-color: #0066a4; }

.theme-academics a.datebox:hover {
  background-color: #346354; }

.theme-academics a.datebox:hover .month {
  background-color: #498b76; }

.theme-academics a.datebox.blue-datebox:hover {
  background-color: #346354; }

.theme-academics a.datebox.blue-datebox:hover .month {
  background-color: #346354; }

.theme-academics table.colorized-theme thead tr td, .theme-academics .page-header.bleed table.button thead tr td, .page-header.bleed .theme-academics table.button thead tr td, .theme-academics .process .page-header.process-item:nth-child(odd) table.button thead tr td, .process .page-header.process-item:nth-child(odd) .theme-academics table.button thead tr td, .theme-academics ul.steps-bar li table.circle thead tr td, ul.steps-bar li .theme-academics table.circle thead tr td, .theme-academics .panel.colorized.white table.button.colorized-theme thead tr td, .panel.colorized.white .theme-academics table.button.colorized-theme thead tr td, .theme-academics .colorized.white.filters table.button.colorized-theme thead tr td, .colorized.white.filters .theme-academics table.button.colorized-theme thead tr td, .theme-academics .bleed.colorized.white table.button.colorized-theme thead tr td, .bleed.colorized.white .theme-academics table.button.colorized-theme thead tr td, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.button.colorized-theme thead tr td, .theme-academics .card.colorized.white table.button.colorized-theme thead tr td, .card.colorized.white .theme-academics table.button.colorized-theme thead tr td, .theme-academics table.colorized-theme thead tr th, .theme-academics .page-header.bleed table.button thead tr th, .page-header.bleed .theme-academics table.button thead tr th, .theme-academics .process .page-header.process-item:nth-child(odd) table.button thead tr th, .process .page-header.process-item:nth-child(odd) .theme-academics table.button thead tr th, .theme-academics ul.steps-bar li table.circle thead tr th, ul.steps-bar li .theme-academics table.circle thead tr th, .theme-academics .panel.colorized.white table.button.colorized-theme thead tr th, .panel.colorized.white .theme-academics table.button.colorized-theme thead tr th, .theme-academics .colorized.white.filters table.button.colorized-theme thead tr th, .colorized.white.filters .theme-academics table.button.colorized-theme thead tr th, .theme-academics .bleed.colorized.white table.button.colorized-theme thead tr th, .bleed.colorized.white .theme-academics table.button.colorized-theme thead tr th, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.button.colorized-theme thead tr th, .theme-academics .card.colorized.white table.button.colorized-theme thead tr th, .card.colorized.white .theme-academics table.button.colorized-theme thead tr th {
  background-color: #427E6B; }

.theme-academics table.colorized-theme thead tr td .circle span, .theme-academics .page-header.bleed table.button thead tr td .circle span, .page-header.bleed .theme-academics table.button thead tr td .circle span, .theme-academics .process .page-header.process-item:nth-child(odd) table.button thead tr td .circle span, .process .page-header.process-item:nth-child(odd) .theme-academics table.button thead tr td .circle span, .theme-academics ul.steps-bar li table.circle thead tr td .circle span, ul.steps-bar li .theme-academics table.circle thead tr td .circle span, .theme-academics .panel.colorized.white table.button.colorized-theme thead tr td .circle span, .panel.colorized.white .theme-academics table.button.colorized-theme thead tr td .circle span, .theme-academics .colorized.white.filters table.button.colorized-theme thead tr td .circle span, .colorized.white.filters .theme-academics table.button.colorized-theme thead tr td .circle span, .theme-academics .bleed.colorized.white table.button.colorized-theme thead tr td .circle span, .bleed.colorized.white .theme-academics table.button.colorized-theme thead tr td .circle span, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td .circle span, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.button.colorized-theme thead tr td .circle span, .theme-academics .card.colorized.white table.button.colorized-theme thead tr td .circle span, .card.colorized.white .theme-academics table.button.colorized-theme thead tr td .circle span, .theme-academics table.colorized-theme thead tr th .circle span, .theme-academics .page-header.bleed table.button thead tr th .circle span, .page-header.bleed .theme-academics table.button thead tr th .circle span, .theme-academics .process .page-header.process-item:nth-child(odd) table.button thead tr th .circle span, .process .page-header.process-item:nth-child(odd) .theme-academics table.button thead tr th .circle span, .theme-academics ul.steps-bar li table.circle thead tr th .circle span, ul.steps-bar li .theme-academics table.circle thead tr th .circle span, .theme-academics .panel.colorized.white table.button.colorized-theme thead tr th .circle span, .panel.colorized.white .theme-academics table.button.colorized-theme thead tr th .circle span, .theme-academics .colorized.white.filters table.button.colorized-theme thead tr th .circle span, .colorized.white.filters .theme-academics table.button.colorized-theme thead tr th .circle span, .theme-academics .bleed.colorized.white table.button.colorized-theme thead tr th .circle span, .bleed.colorized.white .theme-academics table.button.colorized-theme thead tr th .circle span, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th .circle span, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.button.colorized-theme thead tr th .circle span, .theme-academics .card.colorized.white table.button.colorized-theme thead tr th .circle span, .card.colorized.white .theme-academics table.button.colorized-theme thead tr th .circle span {
  color: #427E6B; }

.theme-academics table.colorized-theme-darken thead tr td, .theme-academics table.colorized-theme-darken thead tr th {
  background-color: #26483e; }

.theme-academics table.colorized-theme-darken thead tr td .circle span, .theme-academics table.colorized-theme-darken thead tr th .circle span {
  color: #427E6B; }

.theme-academics table.colorized-theme-accent thead tr td, .theme-academics table.colorized-theme-accent thead tr th {
  background-color: #7E4A48; }

.theme-academics table.colorized-theme-accent thead tr td .circle span, .theme-academics table.colorized-theme-accent thead tr th .circle span {
  color: #7E4A48; }

.theme-academics table.header-step-shade.colorized-theme thead tr td.step0, .theme-academics .page-header.bleed table.header-step-shade.button thead tr td.step0, .page-header.bleed .theme-academics table.header-step-shade.button thead tr td.step0, .theme-academics .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step0, .process .page-header.process-item:nth-child(odd) .theme-academics table.header-step-shade.button thead tr td.step0, .theme-academics ul.steps-bar li table.header-step-shade.circle thead tr td.step0, ul.steps-bar li .theme-academics table.header-step-shade.circle thead tr td.step0, .theme-academics .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step0, .panel.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-academics .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step0, .colorized.white.filters .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-academics .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step0, .bleed.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step0, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-academics .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step0, .card.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step0 {
  background: #427e6b; }

.theme-academics table.header-step-shade.colorized-theme thead tr td.step1, .theme-academics .page-header.bleed table.header-step-shade.button thead tr td.step1, .page-header.bleed .theme-academics table.header-step-shade.button thead tr td.step1, .theme-academics .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step1, .process .page-header.process-item:nth-child(odd) .theme-academics table.header-step-shade.button thead tr td.step1, .theme-academics ul.steps-bar li table.header-step-shade.circle thead tr td.step1, ul.steps-bar li .theme-academics table.header-step-shade.circle thead tr td.step1, .theme-academics .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step1, .panel.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-academics .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step1, .colorized.white.filters .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-academics .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step1, .bleed.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step1, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-academics .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step1, .card.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step1 {
  background: #396d5d; }

.theme-academics table.header-step-shade.colorized-theme thead tr td.step2, .theme-academics .page-header.bleed table.header-step-shade.button thead tr td.step2, .page-header.bleed .theme-academics table.header-step-shade.button thead tr td.step2, .theme-academics .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step2, .process .page-header.process-item:nth-child(odd) .theme-academics table.header-step-shade.button thead tr td.step2, .theme-academics ul.steps-bar li table.header-step-shade.circle thead tr td.step2, ul.steps-bar li .theme-academics table.header-step-shade.circle thead tr td.step2, .theme-academics .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step2, .panel.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-academics .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step2, .colorized.white.filters .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-academics .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step2, .bleed.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step2, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-academics .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step2, .card.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step2 {
  background: #305d4f; }

.theme-academics table.header-step-shade.colorized-theme thead tr td.step3, .theme-academics .page-header.bleed table.header-step-shade.button thead tr td.step3, .page-header.bleed .theme-academics table.header-step-shade.button thead tr td.step3, .theme-academics .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step3, .process .page-header.process-item:nth-child(odd) .theme-academics table.header-step-shade.button thead tr td.step3, .theme-academics ul.steps-bar li table.header-step-shade.circle thead tr td.step3, ul.steps-bar li .theme-academics table.header-step-shade.circle thead tr td.step3, .theme-academics .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step3, .panel.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-academics .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step3, .colorized.white.filters .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-academics .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step3, .bleed.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step3, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-academics .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step3, .card.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step3 {
  background: #284c40; }

.theme-academics table.header-step-shade.colorized-theme thead tr td.step4, .theme-academics .page-header.bleed table.header-step-shade.button thead tr td.step4, .page-header.bleed .theme-academics table.header-step-shade.button thead tr td.step4, .theme-academics .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step4, .process .page-header.process-item:nth-child(odd) .theme-academics table.header-step-shade.button thead tr td.step4, .theme-academics ul.steps-bar li table.header-step-shade.circle thead tr td.step4, ul.steps-bar li .theme-academics table.header-step-shade.circle thead tr td.step4, .theme-academics .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step4, .panel.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-academics .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step4, .colorized.white.filters .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-academics .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step4, .bleed.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step4, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-academics .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step4, .card.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step4 {
  background: #1f3b32; }

.theme-academics table.header-step-shade.colorized-theme thead tr td.step5, .theme-academics .page-header.bleed table.header-step-shade.button thead tr td.step5, .page-header.bleed .theme-academics table.header-step-shade.button thead tr td.step5, .theme-academics .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step5, .process .page-header.process-item:nth-child(odd) .theme-academics table.header-step-shade.button thead tr td.step5, .theme-academics ul.steps-bar li table.header-step-shade.circle thead tr td.step5, ul.steps-bar li .theme-academics table.header-step-shade.circle thead tr td.step5, .theme-academics .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step5, .panel.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-academics .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step5, .colorized.white.filters .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-academics .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step5, .bleed.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step5, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-academics .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step5, .card.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step5 {
  background: #162a24; }

.theme-academics table.header-step-shade.colorized-theme thead tr td.step6, .theme-academics .page-header.bleed table.header-step-shade.button thead tr td.step6, .page-header.bleed .theme-academics table.header-step-shade.button thead tr td.step6, .theme-academics .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step6, .process .page-header.process-item:nth-child(odd) .theme-academics table.header-step-shade.button thead tr td.step6, .theme-academics ul.steps-bar li table.header-step-shade.circle thead tr td.step6, ul.steps-bar li .theme-academics table.header-step-shade.circle thead tr td.step6, .theme-academics .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step6, .panel.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-academics .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step6, .colorized.white.filters .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-academics .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step6, .bleed.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-academics .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step6, .process .colorized.white.process-item:nth-child(odd) .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-academics .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step6, .card.colorized.white .theme-academics table.header-step-shade.button.colorized-theme thead tr td.step6 {
  background: #0d1a16; }

.theme-academics table.header-step-shade.colorized-theme-accent thead tr td.step0 {
  background: #7e4a48; }

.theme-academics table.header-step-shade.colorized-theme-accent thead tr td.step1 {
  background: #744442; }

.theme-academics table.header-step-shade.colorized-theme-accent thead tr td.step2 {
  background: #6b3f3d; }

.theme-academics table.header-step-shade.colorized-theme-accent thead tr td.step3 {
  background: #613937; }

.theme-academics table.header-step-shade.colorized-theme-accent thead tr td.step4 {
  background: #573332; }

.theme-academics table.header-step-shade.colorized-theme-accent thead tr td.step5 {
  background: #4d2d2c; }

.theme-academics table.header-step-shade.colorized-theme-accent thead tr td.step6 {
  background: #442827; }

.theme-academics ul.steps-bar li a .bar {
  background: #427E6B; }

.theme-academics ul.steps-bar li a .bar:before {
  border-bottom-color: #427E6B; }

.theme-academics ul.steps-bar li a .circle.opacity {
  opacity: 0.4; }

.theme-academics ul.steps-bar li a:hover .circle {
  background: #509982; }

.theme-academics ul.steps-bar li a:hover .bar {
  background: #509982; }

.theme-academics ul.steps-bar li a:hover .bar:before {
  border-bottom-color: #509982; }

.theme-academics ul.steps-bar li.active a .circle {
  background: #26483e; }

.theme-academics ul.steps-bar li.active a .bar {
  background: #26483e; }

.theme-academics ul.steps-bar li.active a .bar:before {
  border-bottom-color: #26483e; }

.theme-academics .pricing-table .panel, .theme-academics .pricing-table .filters {
  background: #427E6B;
  color: #fff !important;
  border-bottom-color: #87D680;
  margin-bottom: 0 !important; }

.theme-academics .pricing-table .panel h1, .theme-academics .pricing-table .filters h1, .theme-academics .pricing-table .panel h2, .theme-academics .pricing-table .filters h2, .theme-academics .pricing-table .panel h3, .theme-academics .pricing-table .filters h3, .theme-academics .pricing-table .panel h4, .theme-academics .pricing-table .filters h4, .theme-academics .pricing-table .panel h5, .theme-academics .pricing-table .filters h5, .theme-academics .pricing-table .panel h6, .theme-academics .pricing-table .filters h6, .theme-academics .pricing-table .panel p, .theme-academics .pricing-table .filters p {
  color: #fff !important; }

.theme-academics .pricing-table td.shade {
  background: #F7F4F0; }

.theme-academics footer#main-footer {
  background-color: #26483e; }

.theme-academics footer#main-footer .alamo svg path {
  fill: #26483e; }

.theme-research .navbar {
  background-color: #c0511b; }

.theme-research .navbar .main-nav li a:hover {
  background: #933e15; }

.theme-research .navbar .main-nav li a span {
  border-left-color: #933e15; }

.theme-research .navbar .main-nav li.active a {
  background: #863813; }

.theme-research .navbar .main-nav li.active a span {
  border-left-color: #863813; }

.theme-research .navbar .utility-nav {
  background-color: #863813; }

.theme-research .navbar .utility-nav:before {
  background-color: #c0511b; }

.theme-research .navbar.stack .main-nav li.active a {
  background: none;
  color: #fff;
  font-weight: 900;
  text-decoration: underline; }

.theme-research .page-header {
  background-color: #855F5D; }

.theme-research .bleed.pcevents-blue, .theme-research .process .pcevents-blue.process-item:nth-child(odd), .process .theme-research .pcevents-blue.process-item:nth-child(odd) {
  background-color: #0a5b8a; }

.theme-research .page-header.bleed, .theme-research .process .page-header.process-item:nth-child(odd), .process .theme-research .page-header.process-item:nth-child(odd) {
  background-color: #493433; }

.theme-research .page-header.bleed .panel, .theme-research .process .page-header.process-item:nth-child(odd) .panel, .process .theme-research .page-header.process-item:nth-child(odd) .panel, .theme-research .page-header.bleed .filters, .theme-research .process .page-header.process-item:nth-child(odd) .filters, .process .theme-research .page-header.process-item:nth-child(odd) .filters {
  background-color: rgba(73, 52, 51, 0.7); }

.theme-research .page-header.bleed a.button, .theme-research .process .page-header.process-item:nth-child(odd) a.button, .process .theme-research .page-header.process-item:nth-child(odd) a.button, .theme-research .page-header.bleed .button, .theme-research .process .page-header.process-item:nth-child(odd) .button, .process .theme-research .page-header.process-item:nth-child(odd) .button {
  background-color: #855F5D; }

.theme-research .page-header.bleed a.button:hover, .theme-research .process .page-header.process-item:nth-child(odd) a.button:hover, .process .theme-research .page-header.process-item:nth-child(odd) a.button:hover, .theme-research .page-header.bleed .button:hover, .theme-research .process .page-header.process-item:nth-child(odd) .button:hover, .process .theme-research .page-header.process-item:nth-child(odd) .button:hover {
  background-color: #9f7876; }

.theme-research .page-header.bleed.hex-header .hexagon .solid, .theme-research .process .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid, .process .theme-research .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid {
  background-color: #855F5D;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiM4NTVmNWQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTM0MzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(40%, #855f5d), color-stop(100%, #493433));
  background: -webkit-linear-gradient(top left, #855f5d 40%, #493433);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #855f5d), color-stop(40%, #493433));
  background: linear-gradient(to bottom right, #855f5d 40%, #493433); }

.theme-research .page-header.bleed.hex-header .hexagon .solid a.button, .theme-research .process .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button, .process .theme-research .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button {
  background-color: #493433; }

.theme-research .page-header.bleed.hex-header .hexagon .solid a.button:hover, .theme-research .process .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button:hover, .process .theme-research .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button:hover {
  background-color: #2b1f1e; }

.theme-research .title-block {
  background-color: #855F5D;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiM4NTVmNWQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTM0MzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(40%, #855f5d), color-stop(100%, #493433));
  background: -webkit-linear-gradient(top left, #855f5d 40%, #493433);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #855f5d), color-stop(40%, #493433));
  background: linear-gradient(to bottom right, #855f5d 40%, #493433); }

.theme-research .title-block a.button {
  background-color: #493433; }

.theme-research .title-block a.button:hover {
  background-color: #2b1f1e; }

.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 {
  background-color: #493433; }

.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) {
  background-color: #40826C; }

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

.theme-research .bleed.photo-bleed a.stripped, .theme-research .process .photo-bleed.process-item:nth-child(odd) a.stripped, .process .theme-research .photo-bleed.process-item:nth-child(odd) a.stripped {
  color: #C0511B; }

.theme-research .sidebar-colorized {
  background: #855F5D;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM4NTVmNWQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTM0MzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #855f5d), color-stop(100%, #493433));
  background: -webkit-linear-gradient(left, #855f5d 50%, #493433);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #855f5d), color-stop(50%, #493433));
  background: linear-gradient(to right, #855f5d 50%, #493433);
  background-repeat: no-repeat;
  background-position: top right; }

.theme-research h1.box-header, .theme-research h2.box-header, .theme-research h3.box-header, .theme-research h4.box-header, .theme-research h5.box-header, .theme-research h6.box-header {
  background: #855F5D; }

.theme-research a.button.colorized-theme, .theme-research .page-header.bleed a.button, .page-header.bleed .theme-research a.button, .theme-research .process .page-header.process-item:nth-child(odd) a.button, .process .page-header.process-item:nth-child(odd) .theme-research a.button, .theme-research ul.steps-bar li a.button.circle, ul.steps-bar li .theme-research a.button.circle, .theme-research .panel.colorized.white a.button.colorized-theme, .panel.colorized.white .theme-research a.button.colorized-theme, .theme-research .colorized.white.filters a.button.colorized-theme, .colorized.white.filters .theme-research a.button.colorized-theme, .theme-research .bleed.colorized.white a.button.colorized-theme, .bleed.colorized.white .theme-research a.button.colorized-theme, .theme-research .process .colorized.white.process-item:nth-child(odd) a.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-research a.button.colorized-theme, .theme-research .card.colorized.white a.button.colorized-theme, .card.colorized.white .theme-research a.button.colorized-theme, .theme-research .button.colorized-theme, .theme-research .page-header.bleed .button, .page-header.bleed .theme-research .button, .theme-research .process .page-header.process-item:nth-child(odd) .button, .process .page-header.process-item:nth-child(odd) .theme-research .button, .theme-research ul.steps-bar li .button.circle, ul.steps-bar li .theme-research .button.circle, .theme-research .panel.colorized.white .button.colorized-theme, .panel.colorized.white .theme-research .button.colorized-theme, .theme-research .colorized.white.filters .button.colorized-theme, .colorized.white.filters .theme-research .button.colorized-theme, .theme-research .bleed.colorized.white .button.colorized-theme, .bleed.colorized.white .theme-research .button.colorized-theme, .theme-research .process .colorized.white.process-item:nth-child(odd) .button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-research .button.colorized-theme, .theme-research .card.colorized.white .button.colorized-theme, .card.colorized.white .theme-research .button.colorized-theme {
  background-color: #855F5D; }

.theme-research a.button.colorized-theme:hover, .theme-research .page-header.bleed a.button:hover, .page-header.bleed .theme-research a.button:hover, .theme-research .process .page-header.process-item:nth-child(odd) a.button:hover, .process .page-header.process-item:nth-child(odd) .theme-research a.button:hover, .theme-research ul.steps-bar li a.button.circle:hover, ul.steps-bar li .theme-research a.button.circle:hover, .theme-research .panel.colorized.white a.button.colorized-theme:hover, .panel.colorized.white .theme-research a.button.colorized-theme:hover, .theme-research .colorized.white.filters a.button.colorized-theme:hover, .colorized.white.filters .theme-research a.button.colorized-theme:hover, .theme-research .bleed.colorized.white a.button.colorized-theme:hover, .bleed.colorized.white .theme-research a.button.colorized-theme:hover, .theme-research .process .colorized.white.process-item:nth-child(odd) a.button.colorized-theme:hover, .process .colorized.white.process-item:nth-child(odd) .theme-research a.button.colorized-theme:hover, .theme-research .card.colorized.white a.button.colorized-theme:hover, .card.colorized.white .theme-research a.button.colorized-theme:hover, .theme-research .button.colorized-theme:hover, .theme-research .page-header.bleed .button:hover, .page-header.bleed .theme-research .button:hover, .theme-research .process .page-header.process-item:nth-child(odd) .button:hover, .process .page-header.process-item:nth-child(odd) .theme-research .button:hover, .theme-research ul.steps-bar li .button.circle:hover, ul.steps-bar li .theme-research .button.circle:hover, .theme-research .panel.colorized.white .button.colorized-theme:hover, .panel.colorized.white .theme-research .button.colorized-theme:hover, .theme-research .colorized.white.filters .button.colorized-theme:hover, .colorized.white.filters .theme-research .button.colorized-theme:hover, .theme-research .bleed.colorized.white .button.colorized-theme:hover, .bleed.colorized.white .theme-research .button.colorized-theme:hover, .theme-research .process .colorized.white.process-item:nth-child(odd) .button.colorized-theme:hover, .process .colorized.white.process-item:nth-child(odd) .theme-research .button.colorized-theme:hover, .theme-research .card.colorized.white .button.colorized-theme:hover, .card.colorized.white .theme-research .button.colorized-theme:hover {
  background-color: #9f7876; }

.theme-research a.button.colorized-theme-invert, .theme-research .button.colorized-theme-invert {
  background-color: #fff;
  color: #855F5D; }

.theme-research a.button.colorized-theme-invert:hover, .theme-research .button.colorized-theme-invert:hover {
  color: #fff; }

.theme-research a.button.colorized-theme-invert:hover, .theme-research .button.colorized-theme-invert:hover {
  background-color: #9f7876; }

.theme-research .numeric-facts.colorized-theme .number, .theme-research .page-header.bleed .numeric-facts.button .number, .page-header.bleed .theme-research .numeric-facts.button .number, .theme-research .process .page-header.process-item:nth-child(odd) .numeric-facts.button .number, .process .page-header.process-item:nth-child(odd) .theme-research .numeric-facts.button .number, .theme-research ul.steps-bar li .numeric-facts.circle .number, ul.steps-bar li .theme-research .numeric-facts.circle .number, .theme-research .panel.colorized.white .numeric-facts.button.colorized-theme .number, .panel.colorized.white .theme-research .numeric-facts.button.colorized-theme .number, .theme-research .colorized.white.filters .numeric-facts.button.colorized-theme .number, .colorized.white.filters .theme-research .numeric-facts.button.colorized-theme .number, .theme-research .bleed.colorized.white .numeric-facts.button.colorized-theme .number, .bleed.colorized.white .theme-research .numeric-facts.button.colorized-theme .number, .theme-research .process .colorized.white.process-item:nth-child(odd) .numeric-facts.button.colorized-theme .number, .process .colorized.white.process-item:nth-child(odd) .theme-research .numeric-facts.button.colorized-theme .number, .theme-research .card.colorized.white .numeric-facts.button.colorized-theme .number, .card.colorized.white .theme-research .numeric-facts.button.colorized-theme .number {
  color: #855F5D; }

.theme-research .numeric-facts.colorized-theme-accent .number {
  color: #40826C; }

.theme-research .numeric-facts.boxed .detail {
  color: inherit; }

.theme-research .numeric-facts.boxed.colorized-theme .number, .theme-research .page-header.bleed .numeric-facts.boxed.button .number, .page-header.bleed .theme-research .numeric-facts.boxed.button .number, .theme-research .process .page-header.process-item:nth-child(odd) .numeric-facts.boxed.button .number, .process .page-header.process-item:nth-child(odd) .theme-research .numeric-facts.boxed.button .number, .theme-research ul.steps-bar li .numeric-facts.boxed.circle .number, ul.steps-bar li .theme-research .numeric-facts.boxed.circle .number, .theme-research .bleed.photo-bleed.colorized.white .numeric-facts.boxed.button.colorized-theme .number, .bleed.photo-bleed.colorized.white .theme-research .numeric-facts.boxed.button.colorized-theme .number, .theme-research .process .photo-bleed.colorized.white.process-item:nth-child(odd) .numeric-facts.boxed.button.colorized-theme .number, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-research .numeric-facts.boxed.button.colorized-theme .number {
  color: #fff;
  background-color: #855F5D;
  border-top-color: #493433; }

.theme-research .numeric-facts.boxed.colorized-theme-accent .number {
  color: #fff;
  background-color: #40826C;
  border-top-color: #1e3e33; }

.theme-research .circle.colorized-theme, .theme-research .page-header.bleed .circle.button, .page-header.bleed .theme-research .circle.button, .theme-research .process .page-header.process-item:nth-child(odd) .circle.button, .process .page-header.process-item:nth-child(odd) .theme-research .circle.button, .theme-research ul.steps-bar li .circle, ul.steps-bar li .theme-research .circle, .theme-research .panel.colorized.white .circle.button.colorized-theme, .panel.colorized.white .theme-research .circle.button.colorized-theme, .theme-research .colorized.white.filters .circle.button.colorized-theme, .colorized.white.filters .theme-research .circle.button.colorized-theme, .theme-research .bleed.colorized.white .circle.button.colorized-theme, .bleed.colorized.white .theme-research .circle.button.colorized-theme, .theme-research .process .colorized.white.process-item:nth-child(odd) .circle.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-research .circle.button.colorized-theme, .theme-research .card.colorized.white .circle.button.colorized-theme, .card.colorized.white .theme-research .circle.button.colorized-theme {
  background-color: #855F5D; }

.theme-research .circle.colorized-theme-darken {
  background-color: #493433; }

.theme-research .circle.colorized-theme-accent {
  background-color: #40826C; }

.theme-research .panel.colorized.colorized-theme, .theme-research .page-header.bleed .panel.colorized.button, .page-header.bleed .theme-research .panel.colorized.button, .theme-research .process .page-header.process-item:nth-child(odd) .panel.colorized.button, .process .page-header.process-item:nth-child(odd) .theme-research .panel.colorized.button, .theme-research .page-header.bleed .colorized.button.filters, .page-header.bleed .theme-research .colorized.button.filters, .theme-research .process .page-header.process-item:nth-child(odd) .colorized.button.filters, .process .page-header.process-item:nth-child(odd) .theme-research .colorized.button.filters, .theme-research .colorized.colorized-theme.filters, .theme-research ul.steps-bar li .colorized.filters.circle, ul.steps-bar li .theme-research .colorized.filters.circle, .theme-research .panel.colorized.white .colorized.filters.button.colorized-theme, .panel.colorized.white .theme-research .colorized.filters.button.colorized-theme, .theme-research .bleed.colorized.white .colorized.filters.button.colorized-theme, .bleed.colorized.white .theme-research .colorized.filters.button.colorized-theme, .theme-research .process .colorized.white.process-item:nth-child(odd) .colorized.filters.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-research .colorized.filters.button.colorized-theme, .theme-research .card.colorized.white .colorized.filters.button.colorized-theme, .card.colorized.white .theme-research .colorized.filters.button.colorized-theme, .theme-research ul.steps-bar li .panel.colorized.circle, ul.steps-bar li .theme-research .panel.colorized.circle, .theme-research .panel.colorized.white .panel.colorized.button.colorized-theme, .panel.colorized.white .theme-research .panel.colorized.button.colorized-theme, .theme-research .colorized.white.filters .panel.colorized.button.colorized-theme, .colorized.white.filters .theme-research .panel.colorized.button.colorized-theme, .theme-research .colorized.white.filters .colorized.button.colorized-theme.filters, .colorized.white.filters .theme-research .colorized.button.colorized-theme.filters, .theme-research .bleed.colorized.white .panel.colorized.button.colorized-theme, .bleed.colorized.white .theme-research .panel.colorized.button.colorized-theme, .theme-research .process .colorized.white.process-item:nth-child(odd) .panel.colorized.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-research .panel.colorized.button.colorized-theme, .theme-research .card.colorized.white .panel.colorized.button.colorized-theme, .card.colorized.white .theme-research .panel.colorized.button.colorized-theme, .theme-research .bleed.colorized.colorized-theme, .theme-research .page-header.bleed .bleed.colorized.button, .page-header.bleed .theme-research .bleed.colorized.button, .theme-research .process .page-header.process-item:nth-child(odd) .bleed.colorized.button, .process .page-header.process-item:nth-child(odd) .theme-research .bleed.colorized.button, .theme-research .page-header.bleed .process .colorized.button.process-item:nth-child(odd), .page-header.bleed .process .theme-research .colorized.button.process-item:nth-child(odd), .theme-research .process .page-header.bleed .colorized.button.process-item:nth-child(odd), .process .page-header.bleed .theme-research .colorized.button.process-item:nth-child(odd), .theme-research .process .page-header.process-item:nth-child(odd) .colorized.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-research .colorized.button.process-item:nth-child(odd), .theme-research ul.steps-bar li .bleed.colorized.circle, ul.steps-bar li .theme-research .bleed.colorized.circle, .theme-research ul.steps-bar li .process .colorized.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-research .colorized.circle.process-item:nth-child(odd), .theme-research .process ul.steps-bar li .colorized.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-research .colorized.circle.process-item:nth-child(odd), .theme-research .process .colorized.colorized-theme.process-item:nth-child(odd), .process .theme-research .colorized.colorized-theme.process-item:nth-child(odd), .theme-research .panel.colorized.white .bleed.colorized.button.colorized-theme, .panel.colorized.white .theme-research .bleed.colorized.button.colorized-theme, .theme-research .colorized.white.filters .bleed.colorized.button.colorized-theme, .colorized.white.filters .theme-research .bleed.colorized.button.colorized-theme, .theme-research .bleed.colorized.white .bleed.colorized.button.colorized-theme, .bleed.colorized.white .theme-research .bleed.colorized.button.colorized-theme, .theme-research .process .colorized.white.process-item:nth-child(odd) .bleed.colorized.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-research .bleed.colorized.button.colorized-theme, .theme-research .card.colorized.white .bleed.colorized.button.colorized-theme, .card.colorized.white .theme-research .bleed.colorized.button.colorized-theme, .theme-research .card.colorized.colorized-theme, .theme-research .page-header.bleed .card.colorized.button, .page-header.bleed .theme-research .card.colorized.button, .theme-research .process .page-header.process-item:nth-child(odd) .card.colorized.button, .process .page-header.process-item:nth-child(odd) .theme-research .card.colorized.button, .theme-research ul.steps-bar li .card.colorized.circle, ul.steps-bar li .theme-research .card.colorized.circle, .theme-research .panel.colorized.white .card.colorized.button.colorized-theme, .panel.colorized.white .theme-research .card.colorized.button.colorized-theme, .theme-research .colorized.white.filters .card.colorized.button.colorized-theme, .colorized.white.filters .theme-research .card.colorized.button.colorized-theme, .theme-research .bleed.colorized.white .card.colorized.button.colorized-theme, .bleed.colorized.white .theme-research .card.colorized.button.colorized-theme, .theme-research .process .colorized.white.process-item:nth-child(odd) .card.colorized.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-research .card.colorized.button.colorized-theme, .theme-research .card.colorized.white .card.colorized.button.colorized-theme, .card.colorized.white .theme-research .card.colorized.button.colorized-theme {
  background-color: #855F5D; }

.theme-research .panel.colorized.colorized-theme.single-border-inherit, .theme-research .page-header.bleed .panel.colorized.single-border-inherit.button, .page-header.bleed .theme-research .panel.colorized.single-border-inherit.button, .theme-research .process .page-header.process-item:nth-child(odd) .panel.colorized.single-border-inherit.button, .process .page-header.process-item:nth-child(odd) .theme-research .panel.colorized.single-border-inherit.button, .theme-research .page-header.bleed .colorized.single-border-inherit.button.filters, .page-header.bleed .theme-research .colorized.single-border-inherit.button.filters, .theme-research .process .page-header.process-item:nth-child(odd) .colorized.single-border-inherit.button.filters, .process .page-header.process-item:nth-child(odd) .theme-research .colorized.single-border-inherit.button.filters, .theme-research .colorized.colorized-theme.single-border-inherit.filters, .theme-research ul.steps-bar li .colorized.single-border-inherit.filters.circle, ul.steps-bar li .theme-research .colorized.single-border-inherit.filters.circle, .theme-research ul.steps-bar li .panel.colorized.single-border-inherit.circle, ul.steps-bar li .theme-research .panel.colorized.single-border-inherit.circle, .theme-research .bleed.photo-bleed.colorized.white .panel.colorized.single-border-inherit.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-research .panel.colorized.single-border-inherit.button.colorized-theme, .theme-research .process .photo-bleed.colorized.white.process-item:nth-child(odd) .panel.colorized.single-border-inherit.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-research .panel.colorized.single-border-inherit.button.colorized-theme, .theme-research .bleed.photo-bleed.colorized.white .colorized.single-border-inherit.button.colorized-theme.filters, .bleed.photo-bleed.colorized.white .theme-research .colorized.single-border-inherit.button.colorized-theme.filters, .theme-research .process .photo-bleed.colorized.white.process-item:nth-child(odd) .colorized.single-border-inherit.button.colorized-theme.filters, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-research .colorized.single-border-inherit.button.colorized-theme.filters, .theme-research .bleed.colorized.colorized-theme.single-border-inherit, .theme-research .page-header.bleed .bleed.colorized.single-border-inherit.button, .page-header.bleed .theme-research .bleed.colorized.single-border-inherit.button, .theme-research .process .page-header.process-item:nth-child(odd) .bleed.colorized.single-border-inherit.button, .process .page-header.process-item:nth-child(odd) .theme-research .bleed.colorized.single-border-inherit.button, .theme-research .page-header.bleed .process .colorized.single-border-inherit.button.process-item:nth-child(odd), .page-header.bleed .process .theme-research .colorized.single-border-inherit.button.process-item:nth-child(odd), .theme-research .process .page-header.bleed .colorized.single-border-inherit.button.process-item:nth-child(odd), .process .page-header.bleed .theme-research .colorized.single-border-inherit.button.process-item:nth-child(odd), .theme-research .process .page-header.process-item:nth-child(odd) .colorized.single-border-inherit.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-research .colorized.single-border-inherit.button.process-item:nth-child(odd), .theme-research ul.steps-bar li .bleed.colorized.single-border-inherit.circle, ul.steps-bar li .theme-research .bleed.colorized.single-border-inherit.circle, .theme-research ul.steps-bar li .process .colorized.single-border-inherit.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-research .colorized.single-border-inherit.circle.process-item:nth-child(odd), .theme-research .process ul.steps-bar li .colorized.single-border-inherit.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-research .colorized.single-border-inherit.circle.process-item:nth-child(odd), .theme-research .process .colorized.colorized-theme.single-border-inherit.process-item:nth-child(odd), .process .theme-research .colorized.colorized-theme.single-border-inherit.process-item:nth-child(odd), .theme-research .bleed.photo-bleed.colorized.white .bleed.colorized.single-border-inherit.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-research .bleed.colorized.single-border-inherit.button.colorized-theme, .theme-research .process .photo-bleed.colorized.white.process-item:nth-child(odd) .bleed.colorized.single-border-inherit.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-research .bleed.colorized.single-border-inherit.button.colorized-theme, .theme-research .card.colorized.colorized-theme.single-border-inherit, .theme-research .page-header.bleed .card.colorized.single-border-inherit.button, .page-header.bleed .theme-research .card.colorized.single-border-inherit.button, .theme-research .process .page-header.process-item:nth-child(odd) .card.colorized.single-border-inherit.button, .process .page-header.process-item:nth-child(odd) .theme-research .card.colorized.single-border-inherit.button, .theme-research ul.steps-bar li .card.colorized.single-border-inherit.circle, ul.steps-bar li .theme-research .card.colorized.single-border-inherit.circle, .theme-research .bleed.photo-bleed.colorized.white .card.colorized.single-border-inherit.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-research .card.colorized.single-border-inherit.button.colorized-theme, .theme-research .process .photo-bleed.colorized.white.process-item:nth-child(odd) .card.colorized.single-border-inherit.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-research .card.colorized.single-border-inherit.button.colorized-theme {
  border-color: #B7868F; }

.theme-research .panel.colorized.colorized-theme-darken, .theme-research .colorized.colorized-theme-darken.filters, .theme-research .bleed.colorized.colorized-theme-darken, .theme-research .process .colorized.colorized-theme-darken.process-item:nth-child(odd), .process .theme-research .colorized.colorized-theme-darken.process-item:nth-child(odd), .theme-research .card.colorized.colorized-theme-darken {
  background-color: #493433; }

.theme-research .panel.colorized.colorized-theme-darken.single-border-inherit, .theme-research .colorized.colorized-theme-darken.single-border-inherit.filters, .theme-research .bleed.colorized.colorized-theme-darken.single-border-inherit, .theme-research .process .colorized.colorized-theme-darken.single-border-inherit.process-item:nth-child(odd), .process .theme-research .colorized.colorized-theme-darken.single-border-inherit.process-item:nth-child(odd), .theme-research .card.colorized.colorized-theme-darken.single-border-inherit {
  border-color: #B7868F; }

.theme-research .panel.colorized.colorized-theme-accent, .theme-research .colorized.colorized-theme-accent.filters, .theme-research .bleed.colorized.colorized-theme-accent, .theme-research .process .colorized.colorized-theme-accent.process-item:nth-child(odd), .process .theme-research .colorized.colorized-theme-accent.process-item:nth-child(odd), .theme-research .card.colorized.colorized-theme-accent {
  background-color: #40826C; }

.theme-research .panel.colorized.colorized-theme-accent.single-border-inherit, .theme-research .colorized.colorized-theme-accent.single-border-inherit.filters, .theme-research .bleed.colorized.colorized-theme-accent.single-border-inherit, .theme-research .process .colorized.colorized-theme-accent.single-border-inherit.process-item:nth-child(odd), .process .theme-research .colorized.colorized-theme-accent.single-border-inherit.process-item:nth-child(odd), .theme-research .card.colorized.colorized-theme-accent.single-border-inherit {
  border-color: #70b8a0; }

.theme-research .colorized-border.border-colorized-theme {
  border-color: #855F5D; }

.theme-research .colorized-border.border-colorized-theme-darken {
  border-color: #493433; }

.theme-research .colorized-border.border-colorized-theme-accent {
  border-color: #40826C; }

.theme-research .colorized-border.border-colorized-teal {
  border-color: #855F5D; }

.theme-research .colorized-border.border-colorized-purple {
  border-color: #15748C; }

.theme-research .colorized-border.border-colorized-dark-orange {
  border-color: #40826C; }

.theme-research .colorized-theme-gray {
  background-color: #ececec; }

.theme-research .colorized-theme-lighter-gray {
  background-color: #eeeeee; }

.theme-research i[class^="icon-"].colorized-theme, .theme-research .page-header.bleed i[class^="icon-"].button, .page-header.bleed .theme-research i[class^="icon-"].button, .theme-research .process .page-header.process-item:nth-child(odd) i[class^="icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-research i[class^="icon-"].button, .theme-research ul.steps-bar li i[class^="icon-"].circle, ul.steps-bar li .theme-research i[class^="icon-"].circle, .theme-research .panel.colorized.white i[class^="icon-"].button.colorized-theme, .panel.colorized.white .theme-research i[class^="icon-"].button.colorized-theme, .theme-research .colorized.white.filters i[class^="icon-"].button.colorized-theme, .colorized.white.filters .theme-research i[class^="icon-"].button.colorized-theme, .theme-research .bleed.colorized.white i[class^="icon-"].button.colorized-theme, .bleed.colorized.white .theme-research i[class^="icon-"].button.colorized-theme, .theme-research .process .colorized.white.process-item:nth-child(odd) i[class^="icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-research i[class^="icon-"].button.colorized-theme, .theme-research .card.colorized.white i[class^="icon-"].button.colorized-theme, .card.colorized.white .theme-research i[class^="icon-"].button.colorized-theme, .theme-research i[class*=" icon-"].colorized-theme, .theme-research .page-header.bleed i[class*=" icon-"].button, .page-header.bleed .theme-research i[class*=" icon-"].button, .theme-research .process .page-header.process-item:nth-child(odd) i[class*=" icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-research i[class*=" icon-"].button, .theme-research ul.steps-bar li i[class*=" icon-"].circle, ul.steps-bar li .theme-research i[class*=" icon-"].circle, .theme-research .panel.colorized.white i[class*=" icon-"].button.colorized-theme, .panel.colorized.white .theme-research i[class*=" icon-"].button.colorized-theme, .theme-research .colorized.white.filters i[class*=" icon-"].button.colorized-theme, .colorized.white.filters .theme-research i[class*=" icon-"].button.colorized-theme, .theme-research .bleed.colorized.white i[class*=" icon-"].button.colorized-theme, .bleed.colorized.white .theme-research i[class*=" icon-"].button.colorized-theme, .theme-research .process .colorized.white.process-item:nth-child(odd) i[class*=" icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-research i[class*=" icon-"].button.colorized-theme, .theme-research .card.colorized.white i[class*=" icon-"].button.colorized-theme, .card.colorized.white .theme-research i[class*=" icon-"].button.colorized-theme, .theme-research i.colorize-icon[class^="icon-"].colorized-theme, .theme-research .page-header.bleed i.colorize-icon[class^="icon-"].button, .page-header.bleed .theme-research i.colorize-icon[class^="icon-"].button, .theme-research .process .page-header.process-item:nth-child(odd) i.colorize-icon[class^="icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-research i.colorize-icon[class^="icon-"].button, .theme-research ul.steps-bar li i.colorize-icon[class^="icon-"].circle, ul.steps-bar li .theme-research i.colorize-icon[class^="icon-"].circle, .theme-research .panel.colorized.white i.colorize-icon[class^="icon-"].button.colorized-theme, .panel.colorized.white .theme-research i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-research .colorized.white.filters i.colorize-icon[class^="icon-"].button.colorized-theme, .colorized.white.filters .theme-research i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-research .bleed.colorized.white i.colorize-icon[class^="icon-"].button.colorized-theme, .bleed.colorized.white .theme-research i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-research .process .colorized.white.process-item:nth-child(odd) i.colorize-icon[class^="icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-research i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-research .card.colorized.white i.colorize-icon[class^="icon-"].button.colorized-theme, .card.colorized.white .theme-research i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-research i.colorize-icon[class*=" icon-"].colorized-theme, .theme-research .page-header.bleed i.colorize-icon[class*=" icon-"].button, .page-header.bleed .theme-research i.colorize-icon[class*=" icon-"].button, .theme-research .process .page-header.process-item:nth-child(odd) i.colorize-icon[class*=" icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-research i.colorize-icon[class*=" icon-"].button, .theme-research ul.steps-bar li i.colorize-icon[class*=" icon-"].circle, ul.steps-bar li .theme-research i.colorize-icon[class*=" icon-"].circle, .theme-research .panel.colorized.white i.colorize-icon[class*=" icon-"].button.colorized-theme, .panel.colorized.white .theme-research i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-research .colorized.white.filters i.colorize-icon[class*=" icon-"].button.colorized-theme, .colorized.white.filters .theme-research i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-research .bleed.colorized.white i.colorize-icon[class*=" icon-"].button.colorized-theme, .bleed.colorized.white .theme-research i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-research .process .colorized.white.process-item:nth-child(odd) i.colorize-icon[class*=" icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-research i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-research .card.colorized.white i.colorize-icon[class*=" icon-"].button.colorized-theme, .card.colorized.white .theme-research i.colorize-icon[class*=" icon-"].button.colorized-theme {
  color: #855F5D; }

.theme-research i[class^="icon-"].colorized-theme-darken, .theme-research i[class*=" icon-"].colorized-theme-darken, .theme-research i.colorize-icon[class^="icon-"].colorized-theme-darken, .theme-research i.colorize-icon[class*=" icon-"].colorized-theme-darken {
  color: #493433; }

.theme-research i[class^="icon-"].colorized-theme-accent, .theme-research i[class*=" icon-"].colorized-theme-accent, .theme-research i.colorize-icon[class^="icon-"].colorized-theme-accent, .theme-research i.colorize-icon[class*=" icon-"].colorized-theme-accent {
  color: #40826C; }

.theme-research .process {
  border-bottom-color: #855F5D; }

.theme-research .process:after {
  border-top-color: #855F5D; }

.theme-research .tabs ul.tab-nav.colorized-theme li a, .theme-research .tabs .page-header.bleed ul.tab-nav.button li a, .page-header.bleed .theme-research .tabs ul.tab-nav.button li a, .theme-research .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.button li a, .process .page-header.process-item:nth-child(odd) .theme-research .tabs ul.tab-nav.button li a, .theme-research .tabs ul.steps-bar li ul.tab-nav.circle li a, ul.steps-bar li .theme-research .tabs ul.tab-nav.circle li a, .theme-research .tabs .panel.colorized.white ul.tab-nav.button.colorized-theme li a, .panel.colorized.white .theme-research .tabs ul.tab-nav.button.colorized-theme li a, .theme-research .tabs .colorized.white.filters ul.tab-nav.button.colorized-theme li a, .colorized.white.filters .theme-research .tabs ul.tab-nav.button.colorized-theme li a, .theme-research .tabs .bleed.colorized.white ul.tab-nav.button.colorized-theme li a, .bleed.colorized.white .theme-research .tabs ul.tab-nav.button.colorized-theme li a, .theme-research .tabs .process .colorized.white.process-item:nth-child(odd) ul.tab-nav.button.colorized-theme li a, .process .colorized.white.process-item:nth-child(odd) .theme-research .tabs ul.tab-nav.button.colorized-theme li a, .theme-research .tabs .card.colorized.white ul.tab-nav.button.colorized-theme li a, .card.colorized.white .theme-research .tabs ul.tab-nav.button.colorized-theme li a {
  color: #855F5D; }

.theme-research .tabs ul.tab-nav.colorized-theme li.active a, .theme-research .tabs .page-header.bleed ul.tab-nav.button li.active a, .page-header.bleed .theme-research .tabs ul.tab-nav.button li.active a, .theme-research .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.button li.active a, .process .page-header.process-item:nth-child(odd) .theme-research .tabs ul.tab-nav.button li.active a, .theme-research .tabs ul.steps-bar li ul.tab-nav.circle li.active a, ul.steps-bar li .theme-research .tabs ul.tab-nav.circle li.active a, .theme-research .tabs .bleed.photo-bleed.colorized.white ul.tab-nav.button.colorized-theme li.active a, .bleed.photo-bleed.colorized.white .theme-research .tabs ul.tab-nav.button.colorized-theme li.active a, .theme-research .tabs .process .photo-bleed.colorized.white.process-item:nth-child(odd) ul.tab-nav.button.colorized-theme li.active a, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-research .tabs ul.tab-nav.button.colorized-theme li.active a {
  background-color: #855F5D;
  color: #fff; }

.theme-research .tabs ul.tab-nav.colorized-theme.tab-nav-pill li a, .theme-research .tabs .page-header.bleed ul.tab-nav.tab-nav-pill.button li a, .page-header.bleed .theme-research .tabs ul.tab-nav.tab-nav-pill.button li a, .theme-research .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button li a, .process .page-header.process-item:nth-child(odd) .theme-research .tabs ul.tab-nav.tab-nav-pill.button li a, .theme-research .tabs ul.steps-bar li ul.tab-nav.tab-nav-pill.circle li a, ul.steps-bar li .theme-research .tabs ul.tab-nav.tab-nav-pill.circle li a, .theme-research .tabs .bleed.photo-bleed.colorized.white ul.tab-nav.tab-nav-pill.button.colorized-theme li a, .bleed.photo-bleed.colorized.white .theme-research .tabs ul.tab-nav.tab-nav-pill.button.colorized-theme li a, .theme-research .tabs .process .photo-bleed.colorized.white.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button.colorized-theme li a, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-research .tabs ul.tab-nav.tab-nav-pill.button.colorized-theme li a {
  background-color: #855F5D;
  color: #fff; }

.theme-research .tabs ul.tab-nav.colorized-theme.tab-nav-pill li a:hover, .theme-research .tabs .page-header.bleed ul.tab-nav.tab-nav-pill.button li a:hover, .page-header.bleed .theme-research .tabs ul.tab-nav.tab-nav-pill.button li a:hover, .theme-research .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button li a:hover, .process .page-header.process-item:nth-child(odd) .theme-research .tabs ul.tab-nav.tab-nav-pill.button li a:hover, .theme-research .tabs ul.steps-bar li ul.tab-nav.tab-nav-pill.circle li a:hover, ul.steps-bar li .theme-research .tabs ul.tab-nav.tab-nav-pill.circle li a:hover {
  background-color: #b49694; }

.theme-research .tabs ul.tab-nav.colorized-theme.tab-nav-pill li.active a, .theme-research .tabs .page-header.bleed ul.tab-nav.tab-nav-pill.button li.active a, .page-header.bleed .theme-research .tabs ul.tab-nav.tab-nav-pill.button li.active a, .theme-research .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button li.active a, .process .page-header.process-item:nth-child(odd) .theme-research .tabs ul.tab-nav.tab-nav-pill.button li.active a, .theme-research .tabs ul.steps-bar li ul.tab-nav.tab-nav-pill.circle li.active a, ul.steps-bar li .theme-research .tabs ul.tab-nav.tab-nav-pill.circle li.active a {
  background-color: #493433; }

@media (max-width: 500px) {
  .theme-research .carousel .crsl-item .crsl-caption {
    background-color: #855F5D; } }

.theme-research .datebox {
  background-color: #493433; }

.theme-research .datebox.blue-datebox {
  background-color: #0066a4; }

.theme-research .datebox .month {
  background-color: #855F5D; }

.theme-research .datebox .month.blue-datebox {
  background-color: #0066a4; }

.theme-research a.datebox:hover {
  background-color: #674a48; }

.theme-research a.datebox:hover .month {
  background-color: #946a67; }

.theme-research a.datebox.blue-datebox:hover {
  background-color: #305d4f; }

.theme-research a.datebox.blue-datebox:hover .month {
  background-color: #305d4f; }

.theme-research table.colorized-theme thead tr td, .theme-research .page-header.bleed table.button thead tr td, .page-header.bleed .theme-research table.button thead tr td, .theme-research .process .page-header.process-item:nth-child(odd) table.button thead tr td, .process .page-header.process-item:nth-child(odd) .theme-research table.button thead tr td, .theme-research ul.steps-bar li table.circle thead tr td, ul.steps-bar li .theme-research table.circle thead tr td, .theme-research .panel.colorized.white table.button.colorized-theme thead tr td, .panel.colorized.white .theme-research table.button.colorized-theme thead tr td, .theme-research .colorized.white.filters table.button.colorized-theme thead tr td, .colorized.white.filters .theme-research table.button.colorized-theme thead tr td, .theme-research .bleed.colorized.white table.button.colorized-theme thead tr td, .bleed.colorized.white .theme-research table.button.colorized-theme thead tr td, .theme-research .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td, .process .colorized.white.process-item:nth-child(odd) .theme-research table.button.colorized-theme thead tr td, .theme-research .card.colorized.white table.button.colorized-theme thead tr td, .card.colorized.white .theme-research table.button.colorized-theme thead tr td, .theme-research table.colorized-theme thead tr th, .theme-research .page-header.bleed table.button thead tr th, .page-header.bleed .theme-research table.button thead tr th, .theme-research .process .page-header.process-item:nth-child(odd) table.button thead tr th, .process .page-header.process-item:nth-child(odd) .theme-research table.button thead tr th, .theme-research ul.steps-bar li table.circle thead tr th, ul.steps-bar li .theme-research table.circle thead tr th, .theme-research .panel.colorized.white table.button.colorized-theme thead tr th, .panel.colorized.white .theme-research table.button.colorized-theme thead tr th, .theme-research .colorized.white.filters table.button.colorized-theme thead tr th, .colorized.white.filters .theme-research table.button.colorized-theme thead tr th, .theme-research .bleed.colorized.white table.button.colorized-theme thead tr th, .bleed.colorized.white .theme-research table.button.colorized-theme thead tr th, .theme-research .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th, .process .colorized.white.process-item:nth-child(odd) .theme-research table.button.colorized-theme thead tr th, .theme-research .card.colorized.white table.button.colorized-theme thead tr th, .card.colorized.white .theme-research table.button.colorized-theme thead tr th {
  background-color: #855F5D; }

.theme-research table.colorized-theme thead tr td .circle span, .theme-research .page-header.bleed table.button thead tr td .circle span, .page-header.bleed .theme-research table.button thead tr td .circle span, .theme-research .process .page-header.process-item:nth-child(odd) table.button thead tr td .circle span, .process .page-header.process-item:nth-child(odd) .theme-research table.button thead tr td .circle span, .theme-research ul.steps-bar li table.circle thead tr td .circle span, ul.steps-bar li .theme-research table.circle thead tr td .circle span, .theme-research .panel.colorized.white table.button.colorized-theme thead tr td .circle span, .panel.colorized.white .theme-research table.button.colorized-theme thead tr td .circle span, .theme-research .colorized.white.filters table.button.colorized-theme thead tr td .circle span, .colorized.white.filters .theme-research table.button.colorized-theme thead tr td .circle span, .theme-research .bleed.colorized.white table.button.colorized-theme thead tr td .circle span, .bleed.colorized.white .theme-research table.button.colorized-theme thead tr td .circle span, .theme-research .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td .circle span, .process .colorized.white.process-item:nth-child(odd) .theme-research table.button.colorized-theme thead tr td .circle span, .theme-research .card.colorized.white table.button.colorized-theme thead tr td .circle span, .card.colorized.white .theme-research table.button.colorized-theme thead tr td .circle span, .theme-research table.colorized-theme thead tr th .circle span, .theme-research .page-header.bleed table.button thead tr th .circle span, .page-header.bleed .theme-research table.button thead tr th .circle span, .theme-research .process .page-header.process-item:nth-child(odd) table.button thead tr th .circle span, .process .page-header.process-item:nth-child(odd) .theme-research table.button thead tr th .circle span, .theme-research ul.steps-bar li table.circle thead tr th .circle span, ul.steps-bar li .theme-research table.circle thead tr th .circle span, .theme-research .panel.colorized.white table.button.colorized-theme thead tr th .circle span, .panel.colorized.white .theme-research table.button.colorized-theme thead tr th .circle span, .theme-research .colorized.white.filters table.button.colorized-theme thead tr th .circle span, .colorized.white.filters .theme-research table.button.colorized-theme thead tr th .circle span, .theme-research .bleed.colorized.white table.button.colorized-theme thead tr th .circle span, .bleed.colorized.white .theme-research table.button.colorized-theme thead tr th .circle span, .theme-research .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th .circle span, .process .colorized.white.process-item:nth-child(odd) .theme-research table.button.colorized-theme thead tr th .circle span, .theme-research .card.colorized.white table.button.colorized-theme thead tr th .circle span, .card.colorized.white .theme-research table.button.colorized-theme thead tr th .circle span {
  color: #855F5D; }

.theme-research table.colorized-theme-darken thead tr td, .theme-research table.colorized-theme-darken thead tr th {
  background-color: #493433; }

.theme-research table.colorized-theme-darken thead tr td .circle span, .theme-research table.colorized-theme-darken thead tr th .circle span {
  color: #855F5D; }

.theme-research table.colorized-theme-accent thead tr td, .theme-research table.colorized-theme-accent thead tr th {
  background-color: #40826C; }

.theme-research table.colorized-theme-accent thead tr td .circle span, .theme-research table.colorized-theme-accent thead tr th .circle span {
  color: #40826C; }

.theme-research table.header-step-shade.colorized-theme thead tr td.step0, .theme-research .page-header.bleed table.header-step-shade.button thead tr td.step0, .page-header.bleed .theme-research table.header-step-shade.button thead tr td.step0, .theme-research .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step0, .process .page-header.process-item:nth-child(odd) .theme-research table.header-step-shade.button thead tr td.step0, .theme-research ul.steps-bar li table.header-step-shade.circle thead tr td.step0, ul.steps-bar li .theme-research table.header-step-shade.circle thead tr td.step0, .theme-research .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step0, .panel.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-research .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step0, .colorized.white.filters .theme-research table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-research .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step0, .bleed.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-research .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step0, .process .colorized.white.process-item:nth-child(odd) .theme-research table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-research .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step0, .card.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step0 {
  background: #855f5d; }

.theme-research table.header-step-shade.colorized-theme thead tr td.step1, .theme-research .page-header.bleed table.header-step-shade.button thead tr td.step1, .page-header.bleed .theme-research table.header-step-shade.button thead tr td.step1, .theme-research .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step1, .process .page-header.process-item:nth-child(odd) .theme-research table.header-step-shade.button thead tr td.step1, .theme-research ul.steps-bar li table.header-step-shade.circle thead tr td.step1, ul.steps-bar li .theme-research table.header-step-shade.circle thead tr td.step1, .theme-research .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step1, .panel.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-research .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step1, .colorized.white.filters .theme-research table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-research .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step1, .bleed.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-research .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step1, .process .colorized.white.process-item:nth-child(odd) .theme-research table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-research .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step1, .card.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step1 {
  background: #765453; }

.theme-research table.header-step-shade.colorized-theme thead tr td.step2, .theme-research .page-header.bleed table.header-step-shade.button thead tr td.step2, .page-header.bleed .theme-research table.header-step-shade.button thead tr td.step2, .theme-research .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step2, .process .page-header.process-item:nth-child(odd) .theme-research table.header-step-shade.button thead tr td.step2, .theme-research ul.steps-bar li table.header-step-shade.circle thead tr td.step2, ul.steps-bar li .theme-research table.header-step-shade.circle thead tr td.step2, .theme-research .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step2, .panel.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-research .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step2, .colorized.white.filters .theme-research table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-research .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step2, .bleed.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-research .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step2, .process .colorized.white.process-item:nth-child(odd) .theme-research table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-research .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step2, .card.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step2 {
  background: #674a48; }

.theme-research table.header-step-shade.colorized-theme thead tr td.step3, .theme-research .page-header.bleed table.header-step-shade.button thead tr td.step3, .page-header.bleed .theme-research table.header-step-shade.button thead tr td.step3, .theme-research .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step3, .process .page-header.process-item:nth-child(odd) .theme-research table.header-step-shade.button thead tr td.step3, .theme-research ul.steps-bar li table.header-step-shade.circle thead tr td.step3, ul.steps-bar li .theme-research table.header-step-shade.circle thead tr td.step3, .theme-research .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step3, .panel.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-research .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step3, .colorized.white.filters .theme-research table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-research .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step3, .bleed.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-research .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step3, .process .colorized.white.process-item:nth-child(odd) .theme-research table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-research .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step3, .card.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step3 {
  background: #583f3e; }

.theme-research table.header-step-shade.colorized-theme thead tr td.step4, .theme-research .page-header.bleed table.header-step-shade.button thead tr td.step4, .page-header.bleed .theme-research table.header-step-shade.button thead tr td.step4, .theme-research .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step4, .process .page-header.process-item:nth-child(odd) .theme-research table.header-step-shade.button thead tr td.step4, .theme-research ul.steps-bar li table.header-step-shade.circle thead tr td.step4, ul.steps-bar li .theme-research table.header-step-shade.circle thead tr td.step4, .theme-research .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step4, .panel.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-research .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step4, .colorized.white.filters .theme-research table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-research .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step4, .bleed.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-research .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step4, .process .colorized.white.process-item:nth-child(odd) .theme-research table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-research .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step4, .card.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step4 {
  background: #493433; }

.theme-research table.header-step-shade.colorized-theme thead tr td.step5, .theme-research .page-header.bleed table.header-step-shade.button thead tr td.step5, .page-header.bleed .theme-research table.header-step-shade.button thead tr td.step5, .theme-research .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step5, .process .page-header.process-item:nth-child(odd) .theme-research table.header-step-shade.button thead tr td.step5, .theme-research ul.steps-bar li table.header-step-shade.circle thead tr td.step5, ul.steps-bar li .theme-research table.header-step-shade.circle thead tr td.step5, .theme-research .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step5, .panel.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-research .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step5, .colorized.white.filters .theme-research table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-research .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step5, .bleed.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-research .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step5, .process .colorized.white.process-item:nth-child(odd) .theme-research table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-research .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step5, .card.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step5 {
  background: #3a2929; }

.theme-research table.header-step-shade.colorized-theme thead tr td.step6, .theme-research .page-header.bleed table.header-step-shade.button thead tr td.step6, .page-header.bleed .theme-research table.header-step-shade.button thead tr td.step6, .theme-research .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step6, .process .page-header.process-item:nth-child(odd) .theme-research table.header-step-shade.button thead tr td.step6, .theme-research ul.steps-bar li table.header-step-shade.circle thead tr td.step6, ul.steps-bar li .theme-research table.header-step-shade.circle thead tr td.step6, .theme-research .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step6, .panel.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-research .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step6, .colorized.white.filters .theme-research table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-research .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step6, .bleed.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-research .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step6, .process .colorized.white.process-item:nth-child(odd) .theme-research table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-research .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step6, .card.colorized.white .theme-research table.header-step-shade.button.colorized-theme thead tr td.step6 {
  background: #2b1f1e; }

.theme-research table.header-step-shade.colorized-theme-accent thead tr td.step0 {
  background: #40826c; }

.theme-research table.header-step-shade.colorized-theme-accent thead tr td.step1 {
  background: #3b7863; }

.theme-research table.header-step-shade.colorized-theme-accent thead tr td.step2 {
  background: #366d5b; }

.theme-research table.header-step-shade.colorized-theme-accent thead tr td.step3 {
  background: #316352; }

.theme-research table.header-step-shade.colorized-theme-accent thead tr td.step4 {
  background: #2c594a; }

.theme-research table.header-step-shade.colorized-theme-accent thead tr td.step5 {
  background: #274f41; }

.theme-research table.header-step-shade.colorized-theme-accent thead tr td.step6 {
  background: #224439; }

.theme-research ul.steps-bar li a .bar {
  background: #855F5D; }

.theme-research ul.steps-bar li a .bar:before {
  border-bottom-color: #855F5D; }

.theme-research ul.steps-bar li a .circle.opacity {
  opacity: 0.4; }

.theme-research ul.steps-bar li a:hover .circle {
  background: #9f7876; }

.theme-research ul.steps-bar li a:hover .bar {
  background: #9f7876; }

.theme-research ul.steps-bar li a:hover .bar:before {
  border-bottom-color: #9f7876; }

.theme-research ul.steps-bar li.active a .circle {
  background: #493433; }

.theme-research ul.steps-bar li.active a .bar {
  background: #493433; }

.theme-research ul.steps-bar li.active a .bar:before {
  border-bottom-color: #493433; }

.theme-research .pricing-table .panel, .theme-research .pricing-table .filters {
  background: #855F5D;
  color: #fff !important;
  border-bottom-color: #B7868F;
  margin-bottom: 0 !important; }

.theme-research .pricing-table .panel h1, .theme-research .pricing-table .filters h1, .theme-research .pricing-table .panel h2, .theme-research .pricing-table .filters h2, .theme-research .pricing-table .panel h3, .theme-research .pricing-table .filters h3, .theme-research .pricing-table .panel h4, .theme-research .pricing-table .filters h4, .theme-research .pricing-table .panel h5, .theme-research .pricing-table .filters h5, .theme-research .pricing-table .panel h6, .theme-research .pricing-table .filters h6, .theme-research .pricing-table .panel p, .theme-research .pricing-table .filters p {
  color: #fff !important; }

.theme-research .pricing-table td.shade {
  background: #F7F4F0; }

.theme-research footer#main-footer {
  background-color: #493433; }

.theme-research footer#main-footer .alamo svg path {
  fill: #493433; }

.theme-institutional .navbar {
  background-color: #c0511b; }

.theme-institutional .navbar .main-nav li a:hover {
  background: #933e15; }

.theme-institutional .navbar .main-nav li a span {
  border-left-color: #933e15; }

.theme-institutional .navbar .main-nav li.active a {
  background: #863813; }

.theme-institutional .navbar .main-nav li.active a span {
  border-left-color: #863813; }

.theme-institutional .navbar .utility-nav {
  background-color: #863813; }

.theme-institutional .navbar .utility-nav:before {
  background-color: #c0511b; }

.theme-institutional .navbar.stack .main-nav li.active a {
  background: none;
  color: #fff;
  font-weight: 900;
  text-decoration: underline; }

.theme-institutional .page-header {
  background-color: #865F7B; }

.theme-institutional .bleed.pcevents-blue, .theme-institutional .process .pcevents-blue.process-item:nth-child(odd), .process .theme-institutional .pcevents-blue.process-item:nth-child(odd) {
  background-color: #0a5b8a; }

.theme-institutional .page-header.bleed, .theme-institutional .process .page-header.process-item:nth-child(odd), .process .theme-institutional .page-header.process-item:nth-child(odd) {
  background-color: #4a3544; }

.theme-institutional .page-header.bleed .panel, .theme-institutional .process .page-header.process-item:nth-child(odd) .panel, .process .theme-institutional .page-header.process-item:nth-child(odd) .panel, .theme-institutional .page-header.bleed .filters, .theme-institutional .process .page-header.process-item:nth-child(odd) .filters, .process .theme-institutional .page-header.process-item:nth-child(odd) .filters {
  background-color: rgba(74, 53, 68, 0.7); }

.theme-institutional .page-header.bleed a.button, .theme-institutional .process .page-header.process-item:nth-child(odd) a.button, .process .theme-institutional .page-header.process-item:nth-child(odd) a.button, .theme-institutional .page-header.bleed .button, .theme-institutional .process .page-header.process-item:nth-child(odd) .button, .process .theme-institutional .page-header.process-item:nth-child(odd) .button {
  background-color: #865F7B; }

.theme-institutional .page-header.bleed a.button:hover, .theme-institutional .process .page-header.process-item:nth-child(odd) a.button:hover, .process .theme-institutional .page-header.process-item:nth-child(odd) a.button:hover, .theme-institutional .page-header.bleed .button:hover, .theme-institutional .process .page-header.process-item:nth-child(odd) .button:hover, .process .theme-institutional .page-header.process-item:nth-child(odd) .button:hover {
  background-color: #a07895; }

.theme-institutional .page-header.bleed.hex-header .hexagon .solid, .theme-institutional .process .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid, .process .theme-institutional .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid {
  background-color: #865F7B;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiM4NjVmN2IiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTM1NDQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(40%, #865f7b), color-stop(100%, #4a3544));
  background: -webkit-linear-gradient(top left, #865f7b 40%, #4a3544);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #865f7b), color-stop(40%, #4a3544));
  background: linear-gradient(to bottom right, #865f7b 40%, #4a3544); }

.theme-institutional .page-header.bleed.hex-header .hexagon .solid a.button, .theme-institutional .process .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button, .process .theme-institutional .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button {
  background-color: #4a3544; }

.theme-institutional .page-header.bleed.hex-header .hexagon .solid a.button:hover, .theme-institutional .process .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button:hover, .process .theme-institutional .page-header.hex-header.process-item:nth-child(odd) .hexagon .solid a.button:hover {
  background-color: #2c2029; }

.theme-institutional .title-block {
  background-color: #865F7B;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiM4NjVmN2IiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTM1NDQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(40%, #865f7b), color-stop(100%, #4a3544));
  background: -webkit-linear-gradient(top left, #865f7b 40%, #4a3544);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #865f7b), color-stop(40%, #4a3544));
  background: linear-gradient(to bottom right, #865f7b 40%, #4a3544); }

.theme-institutional .title-block a.button {
  background-color: #4a3544; }

.theme-institutional .title-block a.button:hover {
  background-color: #2c2029; }

.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 {
  background-color: #4a3544; }

.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) {
  background-color: #C0511B; }

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

.theme-institutional .bleed.photo-bleed a.stripped, .theme-institutional .process .photo-bleed.process-item:nth-child(odd) a.stripped, .process .theme-institutional .photo-bleed.process-item:nth-child(odd) a.stripped {
  color: #C0511B; }

.theme-institutional .sidebar-colorized {
  background: #865F7B;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM4NjVmN2IiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTM1NDQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #865f7b), color-stop(100%, #4a3544));
  background: -webkit-linear-gradient(left, #865f7b 50%, #4a3544);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #865f7b), color-stop(50%, #4a3544));
  background: linear-gradient(to right, #865f7b 50%, #4a3544);
  background-repeat: no-repeat;
  background-position: top right; }

.theme-institutional h1.box-header, .theme-institutional h2.box-header, .theme-institutional h3.box-header, .theme-institutional h4.box-header, .theme-institutional h5.box-header, .theme-institutional h6.box-header {
  background: #865F7B; }

.theme-institutional a.button.colorized-theme, .theme-institutional .page-header.bleed a.button, .page-header.bleed .theme-institutional a.button, .theme-institutional .process .page-header.process-item:nth-child(odd) a.button, .process .page-header.process-item:nth-child(odd) .theme-institutional a.button, .theme-institutional ul.steps-bar li a.button.circle, ul.steps-bar li .theme-institutional a.button.circle, .theme-institutional .panel.colorized.white a.button.colorized-theme, .panel.colorized.white .theme-institutional a.button.colorized-theme, .theme-institutional .colorized.white.filters a.button.colorized-theme, .colorized.white.filters .theme-institutional a.button.colorized-theme, .theme-institutional .bleed.colorized.white a.button.colorized-theme, .bleed.colorized.white .theme-institutional a.button.colorized-theme, .theme-institutional .process .colorized.white.process-item:nth-child(odd) a.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-institutional a.button.colorized-theme, .theme-institutional .card.colorized.white a.button.colorized-theme, .card.colorized.white .theme-institutional a.button.colorized-theme, .theme-institutional .button.colorized-theme, .theme-institutional .page-header.bleed .button, .page-header.bleed .theme-institutional .button, .theme-institutional .process .page-header.process-item:nth-child(odd) .button, .process .page-header.process-item:nth-child(odd) .theme-institutional .button, .theme-institutional ul.steps-bar li .button.circle, ul.steps-bar li .theme-institutional .button.circle, .theme-institutional .panel.colorized.white .button.colorized-theme, .panel.colorized.white .theme-institutional .button.colorized-theme, .theme-institutional .colorized.white.filters .button.colorized-theme, .colorized.white.filters .theme-institutional .button.colorized-theme, .theme-institutional .bleed.colorized.white .button.colorized-theme, .bleed.colorized.white .theme-institutional .button.colorized-theme, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .button.colorized-theme, .theme-institutional .card.colorized.white .button.colorized-theme, .card.colorized.white .theme-institutional .button.colorized-theme {
  background-color: #865F7B; }

.theme-institutional a.button.colorized-theme:hover, .theme-institutional .page-header.bleed a.button:hover, .page-header.bleed .theme-institutional a.button:hover, .theme-institutional .process .page-header.process-item:nth-child(odd) a.button:hover, .process .page-header.process-item:nth-child(odd) .theme-institutional a.button:hover, .theme-institutional ul.steps-bar li a.button.circle:hover, ul.steps-bar li .theme-institutional a.button.circle:hover, .theme-institutional .panel.colorized.white a.button.colorized-theme:hover, .panel.colorized.white .theme-institutional a.button.colorized-theme:hover, .theme-institutional .colorized.white.filters a.button.colorized-theme:hover, .colorized.white.filters .theme-institutional a.button.colorized-theme:hover, .theme-institutional .bleed.colorized.white a.button.colorized-theme:hover, .bleed.colorized.white .theme-institutional a.button.colorized-theme:hover, .theme-institutional .process .colorized.white.process-item:nth-child(odd) a.button.colorized-theme:hover, .process .colorized.white.process-item:nth-child(odd) .theme-institutional a.button.colorized-theme:hover, .theme-institutional .card.colorized.white a.button.colorized-theme:hover, .card.colorized.white .theme-institutional a.button.colorized-theme:hover, .theme-institutional .button.colorized-theme:hover, .theme-institutional .page-header.bleed .button:hover, .page-header.bleed .theme-institutional .button:hover, .theme-institutional .process .page-header.process-item:nth-child(odd) .button:hover, .process .page-header.process-item:nth-child(odd) .theme-institutional .button:hover, .theme-institutional ul.steps-bar li .button.circle:hover, ul.steps-bar li .theme-institutional .button.circle:hover, .theme-institutional .panel.colorized.white .button.colorized-theme:hover, .panel.colorized.white .theme-institutional .button.colorized-theme:hover, .theme-institutional .colorized.white.filters .button.colorized-theme:hover, .colorized.white.filters .theme-institutional .button.colorized-theme:hover, .theme-institutional .bleed.colorized.white .button.colorized-theme:hover, .bleed.colorized.white .theme-institutional .button.colorized-theme:hover, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .button.colorized-theme:hover, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .button.colorized-theme:hover, .theme-institutional .card.colorized.white .button.colorized-theme:hover, .card.colorized.white .theme-institutional .button.colorized-theme:hover {
  background-color: #a07895; }

.theme-institutional a.button.colorized-theme-invert, .theme-institutional .button.colorized-theme-invert {
  background-color: #fff;
  color: #865F7B; }

.theme-institutional a.button.colorized-theme-invert:hover, .theme-institutional .button.colorized-theme-invert:hover {
  color: #fff; }

.theme-institutional a.button.colorized-theme-invert:hover, .theme-institutional .button.colorized-theme-invert:hover {
  background-color: #a07895; }

.theme-institutional .numeric-facts.colorized-theme .number, .theme-institutional .page-header.bleed .numeric-facts.button .number, .page-header.bleed .theme-institutional .numeric-facts.button .number, .theme-institutional .process .page-header.process-item:nth-child(odd) .numeric-facts.button .number, .process .page-header.process-item:nth-child(odd) .theme-institutional .numeric-facts.button .number, .theme-institutional ul.steps-bar li .numeric-facts.circle .number, ul.steps-bar li .theme-institutional .numeric-facts.circle .number, .theme-institutional .panel.colorized.white .numeric-facts.button.colorized-theme .number, .panel.colorized.white .theme-institutional .numeric-facts.button.colorized-theme .number, .theme-institutional .colorized.white.filters .numeric-facts.button.colorized-theme .number, .colorized.white.filters .theme-institutional .numeric-facts.button.colorized-theme .number, .theme-institutional .bleed.colorized.white .numeric-facts.button.colorized-theme .number, .bleed.colorized.white .theme-institutional .numeric-facts.button.colorized-theme .number, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .numeric-facts.button.colorized-theme .number, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .numeric-facts.button.colorized-theme .number, .theme-institutional .card.colorized.white .numeric-facts.button.colorized-theme .number, .card.colorized.white .theme-institutional .numeric-facts.button.colorized-theme .number {
  color: #865F7B; }

.theme-institutional .numeric-facts.colorized-theme-accent .number {
  color: #C0511B; }

.theme-institutional .numeric-facts.boxed .detail {
  color: inherit; }

.theme-institutional .numeric-facts.boxed.colorized-theme .number, .theme-institutional .page-header.bleed .numeric-facts.boxed.button .number, .page-header.bleed .theme-institutional .numeric-facts.boxed.button .number, .theme-institutional .process .page-header.process-item:nth-child(odd) .numeric-facts.boxed.button .number, .process .page-header.process-item:nth-child(odd) .theme-institutional .numeric-facts.boxed.button .number, .theme-institutional ul.steps-bar li .numeric-facts.boxed.circle .number, ul.steps-bar li .theme-institutional .numeric-facts.boxed.circle .number, .theme-institutional .bleed.photo-bleed.colorized.white .numeric-facts.boxed.button.colorized-theme .number, .bleed.photo-bleed.colorized.white .theme-institutional .numeric-facts.boxed.button.colorized-theme .number, .theme-institutional .process .photo-bleed.colorized.white.process-item:nth-child(odd) .numeric-facts.boxed.button.colorized-theme .number, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-institutional .numeric-facts.boxed.button.colorized-theme .number {
  color: #fff;
  background-color: #865F7B;
  border-top-color: #4a3544; }

.theme-institutional .numeric-facts.boxed.colorized-theme-accent .number {
  color: #fff;
  background-color: #C0511B;
  border-top-color: #672b0e; }

.theme-institutional .circle.colorized-theme, .theme-institutional .page-header.bleed .circle.button, .page-header.bleed .theme-institutional .circle.button, .theme-institutional .process .page-header.process-item:nth-child(odd) .circle.button, .process .page-header.process-item:nth-child(odd) .theme-institutional .circle.button, .theme-institutional ul.steps-bar li .circle, ul.steps-bar li .theme-institutional .circle, .theme-institutional .panel.colorized.white .circle.button.colorized-theme, .panel.colorized.white .theme-institutional .circle.button.colorized-theme, .theme-institutional .colorized.white.filters .circle.button.colorized-theme, .colorized.white.filters .theme-institutional .circle.button.colorized-theme, .theme-institutional .bleed.colorized.white .circle.button.colorized-theme, .bleed.colorized.white .theme-institutional .circle.button.colorized-theme, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .circle.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .circle.button.colorized-theme, .theme-institutional .card.colorized.white .circle.button.colorized-theme, .card.colorized.white .theme-institutional .circle.button.colorized-theme {
  background-color: #865F7B; }

.theme-institutional .circle.colorized-theme-darken {
  background-color: #4a3544; }

.theme-institutional .circle.colorized-theme-accent {
  background-color: #C0511B; }

.theme-institutional .panel.colorized.colorized-theme, .theme-institutional .page-header.bleed .panel.colorized.button, .page-header.bleed .theme-institutional .panel.colorized.button, .theme-institutional .process .page-header.process-item:nth-child(odd) .panel.colorized.button, .process .page-header.process-item:nth-child(odd) .theme-institutional .panel.colorized.button, .theme-institutional .page-header.bleed .colorized.button.filters, .page-header.bleed .theme-institutional .colorized.button.filters, .theme-institutional .process .page-header.process-item:nth-child(odd) .colorized.button.filters, .process .page-header.process-item:nth-child(odd) .theme-institutional .colorized.button.filters, .theme-institutional .colorized.colorized-theme.filters, .theme-institutional ul.steps-bar li .colorized.filters.circle, ul.steps-bar li .theme-institutional .colorized.filters.circle, .theme-institutional .panel.colorized.white .colorized.filters.button.colorized-theme, .panel.colorized.white .theme-institutional .colorized.filters.button.colorized-theme, .theme-institutional .bleed.colorized.white .colorized.filters.button.colorized-theme, .bleed.colorized.white .theme-institutional .colorized.filters.button.colorized-theme, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .colorized.filters.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .colorized.filters.button.colorized-theme, .theme-institutional .card.colorized.white .colorized.filters.button.colorized-theme, .card.colorized.white .theme-institutional .colorized.filters.button.colorized-theme, .theme-institutional ul.steps-bar li .panel.colorized.circle, ul.steps-bar li .theme-institutional .panel.colorized.circle, .theme-institutional .panel.colorized.white .panel.colorized.button.colorized-theme, .panel.colorized.white .theme-institutional .panel.colorized.button.colorized-theme, .theme-institutional .colorized.white.filters .panel.colorized.button.colorized-theme, .colorized.white.filters .theme-institutional .panel.colorized.button.colorized-theme, .theme-institutional .colorized.white.filters .colorized.button.colorized-theme.filters, .colorized.white.filters .theme-institutional .colorized.button.colorized-theme.filters, .theme-institutional .bleed.colorized.white .panel.colorized.button.colorized-theme, .bleed.colorized.white .theme-institutional .panel.colorized.button.colorized-theme, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .panel.colorized.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .panel.colorized.button.colorized-theme, .theme-institutional .card.colorized.white .panel.colorized.button.colorized-theme, .card.colorized.white .theme-institutional .panel.colorized.button.colorized-theme, .theme-institutional .bleed.colorized.colorized-theme, .theme-institutional .page-header.bleed .bleed.colorized.button, .page-header.bleed .theme-institutional .bleed.colorized.button, .theme-institutional .process .page-header.process-item:nth-child(odd) .bleed.colorized.button, .process .page-header.process-item:nth-child(odd) .theme-institutional .bleed.colorized.button, .theme-institutional .page-header.bleed .process .colorized.button.process-item:nth-child(odd), .page-header.bleed .process .theme-institutional .colorized.button.process-item:nth-child(odd), .theme-institutional .process .page-header.bleed .colorized.button.process-item:nth-child(odd), .process .page-header.bleed .theme-institutional .colorized.button.process-item:nth-child(odd), .theme-institutional .process .page-header.process-item:nth-child(odd) .colorized.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-institutional .colorized.button.process-item:nth-child(odd), .theme-institutional ul.steps-bar li .bleed.colorized.circle, ul.steps-bar li .theme-institutional .bleed.colorized.circle, .theme-institutional ul.steps-bar li .process .colorized.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-institutional .colorized.circle.process-item:nth-child(odd), .theme-institutional .process ul.steps-bar li .colorized.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-institutional .colorized.circle.process-item:nth-child(odd), .theme-institutional .process .colorized.colorized-theme.process-item:nth-child(odd), .process .theme-institutional .colorized.colorized-theme.process-item:nth-child(odd), .theme-institutional .panel.colorized.white .bleed.colorized.button.colorized-theme, .panel.colorized.white .theme-institutional .bleed.colorized.button.colorized-theme, .theme-institutional .colorized.white.filters .bleed.colorized.button.colorized-theme, .colorized.white.filters .theme-institutional .bleed.colorized.button.colorized-theme, .theme-institutional .bleed.colorized.white .bleed.colorized.button.colorized-theme, .bleed.colorized.white .theme-institutional .bleed.colorized.button.colorized-theme, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .bleed.colorized.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .bleed.colorized.button.colorized-theme, .theme-institutional .card.colorized.white .bleed.colorized.button.colorized-theme, .card.colorized.white .theme-institutional .bleed.colorized.button.colorized-theme, .theme-institutional .card.colorized.colorized-theme, .theme-institutional .page-header.bleed .card.colorized.button, .page-header.bleed .theme-institutional .card.colorized.button, .theme-institutional .process .page-header.process-item:nth-child(odd) .card.colorized.button, .process .page-header.process-item:nth-child(odd) .theme-institutional .card.colorized.button, .theme-institutional ul.steps-bar li .card.colorized.circle, ul.steps-bar li .theme-institutional .card.colorized.circle, .theme-institutional .panel.colorized.white .card.colorized.button.colorized-theme, .panel.colorized.white .theme-institutional .card.colorized.button.colorized-theme, .theme-institutional .colorized.white.filters .card.colorized.button.colorized-theme, .colorized.white.filters .theme-institutional .card.colorized.button.colorized-theme, .theme-institutional .bleed.colorized.white .card.colorized.button.colorized-theme, .bleed.colorized.white .theme-institutional .card.colorized.button.colorized-theme, .theme-institutional .process .colorized.white.process-item:nth-child(odd) .card.colorized.button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .card.colorized.button.colorized-theme, .theme-institutional .card.colorized.white .card.colorized.button.colorized-theme, .card.colorized.white .theme-institutional .card.colorized.button.colorized-theme {
  background-color: #865F7B; }

.theme-institutional .panel.colorized.colorized-theme.single-border-inherit, .theme-institutional .page-header.bleed .panel.colorized.single-border-inherit.button, .page-header.bleed .theme-institutional .panel.colorized.single-border-inherit.button, .theme-institutional .process .page-header.process-item:nth-child(odd) .panel.colorized.single-border-inherit.button, .process .page-header.process-item:nth-child(odd) .theme-institutional .panel.colorized.single-border-inherit.button, .theme-institutional .page-header.bleed .colorized.single-border-inherit.button.filters, .page-header.bleed .theme-institutional .colorized.single-border-inherit.button.filters, .theme-institutional .process .page-header.process-item:nth-child(odd) .colorized.single-border-inherit.button.filters, .process .page-header.process-item:nth-child(odd) .theme-institutional .colorized.single-border-inherit.button.filters, .theme-institutional .colorized.colorized-theme.single-border-inherit.filters, .theme-institutional ul.steps-bar li .colorized.single-border-inherit.filters.circle, ul.steps-bar li .theme-institutional .colorized.single-border-inherit.filters.circle, .theme-institutional ul.steps-bar li .panel.colorized.single-border-inherit.circle, ul.steps-bar li .theme-institutional .panel.colorized.single-border-inherit.circle, .theme-institutional .bleed.photo-bleed.colorized.white .panel.colorized.single-border-inherit.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-institutional .panel.colorized.single-border-inherit.button.colorized-theme, .theme-institutional .process .photo-bleed.colorized.white.process-item:nth-child(odd) .panel.colorized.single-border-inherit.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-institutional .panel.colorized.single-border-inherit.button.colorized-theme, .theme-institutional .bleed.photo-bleed.colorized.white .colorized.single-border-inherit.button.colorized-theme.filters, .bleed.photo-bleed.colorized.white .theme-institutional .colorized.single-border-inherit.button.colorized-theme.filters, .theme-institutional .process .photo-bleed.colorized.white.process-item:nth-child(odd) .colorized.single-border-inherit.button.colorized-theme.filters, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-institutional .colorized.single-border-inherit.button.colorized-theme.filters, .theme-institutional .bleed.colorized.colorized-theme.single-border-inherit, .theme-institutional .page-header.bleed .bleed.colorized.single-border-inherit.button, .page-header.bleed .theme-institutional .bleed.colorized.single-border-inherit.button, .theme-institutional .process .page-header.process-item:nth-child(odd) .bleed.colorized.single-border-inherit.button, .process .page-header.process-item:nth-child(odd) .theme-institutional .bleed.colorized.single-border-inherit.button, .theme-institutional .page-header.bleed .process .colorized.single-border-inherit.button.process-item:nth-child(odd), .page-header.bleed .process .theme-institutional .colorized.single-border-inherit.button.process-item:nth-child(odd), .theme-institutional .process .page-header.bleed .colorized.single-border-inherit.button.process-item:nth-child(odd), .process .page-header.bleed .theme-institutional .colorized.single-border-inherit.button.process-item:nth-child(odd), .theme-institutional .process .page-header.process-item:nth-child(odd) .colorized.single-border-inherit.button.process-item:nth-child(odd), .process .page-header.process-item:nth-child(odd) .theme-institutional .colorized.single-border-inherit.button.process-item:nth-child(odd), .theme-institutional ul.steps-bar li .bleed.colorized.single-border-inherit.circle, ul.steps-bar li .theme-institutional .bleed.colorized.single-border-inherit.circle, .theme-institutional ul.steps-bar li .process .colorized.single-border-inherit.circle.process-item:nth-child(odd), ul.steps-bar li .process .theme-institutional .colorized.single-border-inherit.circle.process-item:nth-child(odd), .theme-institutional .process ul.steps-bar li .colorized.single-border-inherit.circle.process-item:nth-child(odd), .process ul.steps-bar li .theme-institutional .colorized.single-border-inherit.circle.process-item:nth-child(odd), .theme-institutional .process .colorized.colorized-theme.single-border-inherit.process-item:nth-child(odd), .process .theme-institutional .colorized.colorized-theme.single-border-inherit.process-item:nth-child(odd), .theme-institutional .bleed.photo-bleed.colorized.white .bleed.colorized.single-border-inherit.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-institutional .bleed.colorized.single-border-inherit.button.colorized-theme, .theme-institutional .process .photo-bleed.colorized.white.process-item:nth-child(odd) .bleed.colorized.single-border-inherit.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-institutional .bleed.colorized.single-border-inherit.button.colorized-theme, .theme-institutional .card.colorized.colorized-theme.single-border-inherit, .theme-institutional .page-header.bleed .card.colorized.single-border-inherit.button, .page-header.bleed .theme-institutional .card.colorized.single-border-inherit.button, .theme-institutional .process .page-header.process-item:nth-child(odd) .card.colorized.single-border-inherit.button, .process .page-header.process-item:nth-child(odd) .theme-institutional .card.colorized.single-border-inherit.button, .theme-institutional ul.steps-bar li .card.colorized.single-border-inherit.circle, ul.steps-bar li .theme-institutional .card.colorized.single-border-inherit.circle, .theme-institutional .bleed.photo-bleed.colorized.white .card.colorized.single-border-inherit.button.colorized-theme, .bleed.photo-bleed.colorized.white .theme-institutional .card.colorized.single-border-inherit.button.colorized-theme, .theme-institutional .process .photo-bleed.colorized.white.process-item:nth-child(odd) .card.colorized.single-border-inherit.button.colorized-theme, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-institutional .card.colorized.single-border-inherit.button.colorized-theme {
  border-color: #a76393; }

.theme-institutional .panel.colorized.colorized-theme-darken, .theme-institutional .colorized.colorized-theme-darken.filters, .theme-institutional .bleed.colorized.colorized-theme-darken, .theme-institutional .process .colorized.colorized-theme-darken.process-item:nth-child(odd), .process .theme-institutional .colorized.colorized-theme-darken.process-item:nth-child(odd), .theme-institutional .card.colorized.colorized-theme-darken {
  background-color: #4a3544; }

.theme-institutional .panel.colorized.colorized-theme-darken.single-border-inherit, .theme-institutional .colorized.colorized-theme-darken.single-border-inherit.filters, .theme-institutional .bleed.colorized.colorized-theme-darken.single-border-inherit, .theme-institutional .process .colorized.colorized-theme-darken.single-border-inherit.process-item:nth-child(odd), .process .theme-institutional .colorized.colorized-theme-darken.single-border-inherit.process-item:nth-child(odd), .theme-institutional .card.colorized.colorized-theme-darken.single-border-inherit {
  border-color: #a76393; }

.theme-institutional .panel.colorized.colorized-theme-accent, .theme-institutional .colorized.colorized-theme-accent.filters, .theme-institutional .bleed.colorized.colorized-theme-accent, .theme-institutional .process .colorized.colorized-theme-accent.process-item:nth-child(odd), .process .theme-institutional .colorized.colorized-theme-accent.process-item:nth-child(odd), .theme-institutional .card.colorized.colorized-theme-accent {
  background-color: #C0511B; }

.theme-institutional .panel.colorized.colorized-theme-accent.single-border-inherit, .theme-institutional .colorized.colorized-theme-accent.single-border-inherit.filters, .theme-institutional .bleed.colorized.colorized-theme-accent.single-border-inherit, .theme-institutional .process .colorized.colorized-theme-accent.single-border-inherit.process-item:nth-child(odd), .process .theme-institutional .colorized.colorized-theme-accent.single-border-inherit.process-item:nth-child(odd), .theme-institutional .card.colorized.colorized-theme-accent.single-border-inherit {
  border-color: #e88859; }

.theme-institutional .colorized-border.border-colorized-theme {
  border-color: #865F7B; }

.theme-institutional .colorized-border.border-colorized-theme-darken {
  border-color: #4a3544; }

.theme-institutional .colorized-border.border-colorized-theme-accent {
  border-color: #C0511B; }

.theme-institutional .colorized-border.border-colorized-teal {
  border-color: #855F5D; }

.theme-institutional .colorized-border.border-colorized-purple {
  border-color: #15748C; }

.theme-institutional .colorized-border.border-colorized-dark-orange {
  border-color: #40826C; }

.theme-institutional .colorized-theme-gray {
  background-color: #ececec; }

.theme-institutional .colorized-theme-lighter-gray {
  background-color: #eeeeee; }

.theme-institutional i[class^="icon-"].colorized-theme, .theme-institutional .page-header.bleed i[class^="icon-"].button, .page-header.bleed .theme-institutional i[class^="icon-"].button, .theme-institutional .process .page-header.process-item:nth-child(odd) i[class^="icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-institutional i[class^="icon-"].button, .theme-institutional ul.steps-bar li i[class^="icon-"].circle, ul.steps-bar li .theme-institutional i[class^="icon-"].circle, .theme-institutional .panel.colorized.white i[class^="icon-"].button.colorized-theme, .panel.colorized.white .theme-institutional i[class^="icon-"].button.colorized-theme, .theme-institutional .colorized.white.filters i[class^="icon-"].button.colorized-theme, .colorized.white.filters .theme-institutional i[class^="icon-"].button.colorized-theme, .theme-institutional .bleed.colorized.white i[class^="icon-"].button.colorized-theme, .bleed.colorized.white .theme-institutional i[class^="icon-"].button.colorized-theme, .theme-institutional .process .colorized.white.process-item:nth-child(odd) i[class^="icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-institutional i[class^="icon-"].button.colorized-theme, .theme-institutional .card.colorized.white i[class^="icon-"].button.colorized-theme, .card.colorized.white .theme-institutional i[class^="icon-"].button.colorized-theme, .theme-institutional i[class*=" icon-"].colorized-theme, .theme-institutional .page-header.bleed i[class*=" icon-"].button, .page-header.bleed .theme-institutional i[class*=" icon-"].button, .theme-institutional .process .page-header.process-item:nth-child(odd) i[class*=" icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-institutional i[class*=" icon-"].button, .theme-institutional ul.steps-bar li i[class*=" icon-"].circle, ul.steps-bar li .theme-institutional i[class*=" icon-"].circle, .theme-institutional .panel.colorized.white i[class*=" icon-"].button.colorized-theme, .panel.colorized.white .theme-institutional i[class*=" icon-"].button.colorized-theme, .theme-institutional .colorized.white.filters i[class*=" icon-"].button.colorized-theme, .colorized.white.filters .theme-institutional i[class*=" icon-"].button.colorized-theme, .theme-institutional .bleed.colorized.white i[class*=" icon-"].button.colorized-theme, .bleed.colorized.white .theme-institutional i[class*=" icon-"].button.colorized-theme, .theme-institutional .process .colorized.white.process-item:nth-child(odd) i[class*=" icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-institutional i[class*=" icon-"].button.colorized-theme, .theme-institutional .card.colorized.white i[class*=" icon-"].button.colorized-theme, .card.colorized.white .theme-institutional i[class*=" icon-"].button.colorized-theme, .theme-institutional i.colorize-icon[class^="icon-"].colorized-theme, .theme-institutional .page-header.bleed i.colorize-icon[class^="icon-"].button, .page-header.bleed .theme-institutional i.colorize-icon[class^="icon-"].button, .theme-institutional .process .page-header.process-item:nth-child(odd) i.colorize-icon[class^="icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-institutional i.colorize-icon[class^="icon-"].button, .theme-institutional ul.steps-bar li i.colorize-icon[class^="icon-"].circle, ul.steps-bar li .theme-institutional i.colorize-icon[class^="icon-"].circle, .theme-institutional .panel.colorized.white i.colorize-icon[class^="icon-"].button.colorized-theme, .panel.colorized.white .theme-institutional i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-institutional .colorized.white.filters i.colorize-icon[class^="icon-"].button.colorized-theme, .colorized.white.filters .theme-institutional i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-institutional .bleed.colorized.white i.colorize-icon[class^="icon-"].button.colorized-theme, .bleed.colorized.white .theme-institutional i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-institutional .process .colorized.white.process-item:nth-child(odd) i.colorize-icon[class^="icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-institutional i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-institutional .card.colorized.white i.colorize-icon[class^="icon-"].button.colorized-theme, .card.colorized.white .theme-institutional i.colorize-icon[class^="icon-"].button.colorized-theme, .theme-institutional i.colorize-icon[class*=" icon-"].colorized-theme, .theme-institutional .page-header.bleed i.colorize-icon[class*=" icon-"].button, .page-header.bleed .theme-institutional i.colorize-icon[class*=" icon-"].button, .theme-institutional .process .page-header.process-item:nth-child(odd) i.colorize-icon[class*=" icon-"].button, .process .page-header.process-item:nth-child(odd) .theme-institutional i.colorize-icon[class*=" icon-"].button, .theme-institutional ul.steps-bar li i.colorize-icon[class*=" icon-"].circle, ul.steps-bar li .theme-institutional i.colorize-icon[class*=" icon-"].circle, .theme-institutional .panel.colorized.white i.colorize-icon[class*=" icon-"].button.colorized-theme, .panel.colorized.white .theme-institutional i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-institutional .colorized.white.filters i.colorize-icon[class*=" icon-"].button.colorized-theme, .colorized.white.filters .theme-institutional i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-institutional .bleed.colorized.white i.colorize-icon[class*=" icon-"].button.colorized-theme, .bleed.colorized.white .theme-institutional i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-institutional .process .colorized.white.process-item:nth-child(odd) i.colorize-icon[class*=" icon-"].button.colorized-theme, .process .colorized.white.process-item:nth-child(odd) .theme-institutional i.colorize-icon[class*=" icon-"].button.colorized-theme, .theme-institutional .card.colorized.white i.colorize-icon[class*=" icon-"].button.colorized-theme, .card.colorized.white .theme-institutional i.colorize-icon[class*=" icon-"].button.colorized-theme {
  color: #865F7B; }

.theme-institutional i[class^="icon-"].colorized-theme-darken, .theme-institutional i[class*=" icon-"].colorized-theme-darken, .theme-institutional i.colorize-icon[class^="icon-"].colorized-theme-darken, .theme-institutional i.colorize-icon[class*=" icon-"].colorized-theme-darken {
  color: #4a3544; }

.theme-institutional i[class^="icon-"].colorized-theme-accent, .theme-institutional i[class*=" icon-"].colorized-theme-accent, .theme-institutional i.colorize-icon[class^="icon-"].colorized-theme-accent, .theme-institutional i.colorize-icon[class*=" icon-"].colorized-theme-accent {
  color: #C0511B; }

.theme-institutional .process {
  border-bottom-color: #865F7B; }

.theme-institutional .process:after {
  border-top-color: #865F7B; }

.theme-institutional .tabs ul.tab-nav.colorized-theme li a, .theme-institutional .tabs .page-header.bleed ul.tab-nav.button li a, .page-header.bleed .theme-institutional .tabs ul.tab-nav.button li a, .theme-institutional .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.button li a, .process .page-header.process-item:nth-child(odd) .theme-institutional .tabs ul.tab-nav.button li a, .theme-institutional .tabs ul.steps-bar li ul.tab-nav.circle li a, ul.steps-bar li .theme-institutional .tabs ul.tab-nav.circle li a, .theme-institutional .tabs .panel.colorized.white ul.tab-nav.button.colorized-theme li a, .panel.colorized.white .theme-institutional .tabs ul.tab-nav.button.colorized-theme li a, .theme-institutional .tabs .colorized.white.filters ul.tab-nav.button.colorized-theme li a, .colorized.white.filters .theme-institutional .tabs ul.tab-nav.button.colorized-theme li a, .theme-institutional .tabs .bleed.colorized.white ul.tab-nav.button.colorized-theme li a, .bleed.colorized.white .theme-institutional .tabs ul.tab-nav.button.colorized-theme li a, .theme-institutional .tabs .process .colorized.white.process-item:nth-child(odd) ul.tab-nav.button.colorized-theme li a, .process .colorized.white.process-item:nth-child(odd) .theme-institutional .tabs ul.tab-nav.button.colorized-theme li a, .theme-institutional .tabs .card.colorized.white ul.tab-nav.button.colorized-theme li a, .card.colorized.white .theme-institutional .tabs ul.tab-nav.button.colorized-theme li a {
  color: #865F7B; }

.theme-institutional .tabs ul.tab-nav.colorized-theme li.active a, .theme-institutional .tabs .page-header.bleed ul.tab-nav.button li.active a, .page-header.bleed .theme-institutional .tabs ul.tab-nav.button li.active a, .theme-institutional .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.button li.active a, .process .page-header.process-item:nth-child(odd) .theme-institutional .tabs ul.tab-nav.button li.active a, .theme-institutional .tabs ul.steps-bar li ul.tab-nav.circle li.active a, ul.steps-bar li .theme-institutional .tabs ul.tab-nav.circle li.active a, .theme-institutional .tabs .bleed.photo-bleed.colorized.white ul.tab-nav.button.colorized-theme li.active a, .bleed.photo-bleed.colorized.white .theme-institutional .tabs ul.tab-nav.button.colorized-theme li.active a, .theme-institutional .tabs .process .photo-bleed.colorized.white.process-item:nth-child(odd) ul.tab-nav.button.colorized-theme li.active a, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-institutional .tabs ul.tab-nav.button.colorized-theme li.active a {
  background-color: #865F7B;
  color: #fff; }

.theme-institutional .tabs ul.tab-nav.colorized-theme.tab-nav-pill li a, .theme-institutional .tabs .page-header.bleed ul.tab-nav.tab-nav-pill.button li a, .page-header.bleed .theme-institutional .tabs ul.tab-nav.tab-nav-pill.button li a, .theme-institutional .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button li a, .process .page-header.process-item:nth-child(odd) .theme-institutional .tabs ul.tab-nav.tab-nav-pill.button li a, .theme-institutional .tabs ul.steps-bar li ul.tab-nav.tab-nav-pill.circle li a, ul.steps-bar li .theme-institutional .tabs ul.tab-nav.tab-nav-pill.circle li a, .theme-institutional .tabs .bleed.photo-bleed.colorized.white ul.tab-nav.tab-nav-pill.button.colorized-theme li a, .bleed.photo-bleed.colorized.white .theme-institutional .tabs ul.tab-nav.tab-nav-pill.button.colorized-theme li a, .theme-institutional .tabs .process .photo-bleed.colorized.white.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button.colorized-theme li a, .process .photo-bleed.colorized.white.process-item:nth-child(odd) .theme-institutional .tabs ul.tab-nav.tab-nav-pill.button.colorized-theme li a {
  background-color: #865F7B;
  color: #fff; }

.theme-institutional .tabs ul.tab-nav.colorized-theme.tab-nav-pill li a:hover, .theme-institutional .tabs .page-header.bleed ul.tab-nav.tab-nav-pill.button li a:hover, .page-header.bleed .theme-institutional .tabs ul.tab-nav.tab-nav-pill.button li a:hover, .theme-institutional .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button li a:hover, .process .page-header.process-item:nth-child(odd) .theme-institutional .tabs ul.tab-nav.tab-nav-pill.button li a:hover, .theme-institutional .tabs ul.steps-bar li ul.tab-nav.tab-nav-pill.circle li a:hover, ul.steps-bar li .theme-institutional .tabs ul.tab-nav.tab-nav-pill.circle li a:hover {
  background-color: #b596ac; }

.theme-institutional .tabs ul.tab-nav.colorized-theme.tab-nav-pill li.active a, .theme-institutional .tabs .page-header.bleed ul.tab-nav.tab-nav-pill.button li.active a, .page-header.bleed .theme-institutional .tabs ul.tab-nav.tab-nav-pill.button li.active a, .theme-institutional .tabs .process .page-header.process-item:nth-child(odd) ul.tab-nav.tab-nav-pill.button li.active a, .process .page-header.process-item:nth-child(odd) .theme-institutional .tabs ul.tab-nav.tab-nav-pill.button li.active a, .theme-institutional .tabs ul.steps-bar li ul.tab-nav.tab-nav-pill.circle li.active a, ul.steps-bar li .theme-institutional .tabs ul.tab-nav.tab-nav-pill.circle li.active a {
  background-color: #4a3544; }

@media (max-width: 500px) {
  .theme-institutional .carousel .crsl-item .crsl-caption {
    background-color: #865F7B; } }

.theme-institutional .datebox {
  background-color: #4a3544; }

.theme-institutional .datebox.blue-datebox {
  background-color: #0066a4; }

.theme-institutional .datebox .month {
  background-color: #865F7B; }

.theme-institutional .datebox .month.blue-datebox {
  background-color: #0066a4; }

.theme-institutional a.datebox:hover {
  background-color: #684a60; }

.theme-institutional a.datebox:hover .month {
  background-color: #956a89; }

.theme-institutional a.datebox.blue-datebox:hover {
  background-color: #305d4f; }

.theme-institutional a.datebox.blue-datebox:hover .month {
  background-color: #305d4f; }

.theme-institutional table.colorized-theme thead tr td, .theme-institutional .page-header.bleed table.button thead tr td, .page-header.bleed .theme-institutional table.button thead tr td, .theme-institutional .process .page-header.process-item:nth-child(odd) table.button thead tr td, .process .page-header.process-item:nth-child(odd) .theme-institutional table.button thead tr td, .theme-institutional ul.steps-bar li table.circle thead tr td, ul.steps-bar li .theme-institutional table.circle thead tr td, .theme-institutional .panel.colorized.white table.button.colorized-theme thead tr td, .panel.colorized.white .theme-institutional table.button.colorized-theme thead tr td, .theme-institutional .colorized.white.filters table.button.colorized-theme thead tr td, .colorized.white.filters .theme-institutional table.button.colorized-theme thead tr td, .theme-institutional .bleed.colorized.white table.button.colorized-theme thead tr td, .bleed.colorized.white .theme-institutional table.button.colorized-theme thead tr td, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.button.colorized-theme thead tr td, .theme-institutional .card.colorized.white table.button.colorized-theme thead tr td, .card.colorized.white .theme-institutional table.button.colorized-theme thead tr td, .theme-institutional table.colorized-theme thead tr th, .theme-institutional .page-header.bleed table.button thead tr th, .page-header.bleed .theme-institutional table.button thead tr th, .theme-institutional .process .page-header.process-item:nth-child(odd) table.button thead tr th, .process .page-header.process-item:nth-child(odd) .theme-institutional table.button thead tr th, .theme-institutional ul.steps-bar li table.circle thead tr th, ul.steps-bar li .theme-institutional table.circle thead tr th, .theme-institutional .panel.colorized.white table.button.colorized-theme thead tr th, .panel.colorized.white .theme-institutional table.button.colorized-theme thead tr th, .theme-institutional .colorized.white.filters table.button.colorized-theme thead tr th, .colorized.white.filters .theme-institutional table.button.colorized-theme thead tr th, .theme-institutional .bleed.colorized.white table.button.colorized-theme thead tr th, .bleed.colorized.white .theme-institutional table.button.colorized-theme thead tr th, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.button.colorized-theme thead tr th, .theme-institutional .card.colorized.white table.button.colorized-theme thead tr th, .card.colorized.white .theme-institutional table.button.colorized-theme thead tr th {
  background-color: #865F7B; }

.theme-institutional table.colorized-theme thead tr td .circle span, .theme-institutional .page-header.bleed table.button thead tr td .circle span, .page-header.bleed .theme-institutional table.button thead tr td .circle span, .theme-institutional .process .page-header.process-item:nth-child(odd) table.button thead tr td .circle span, .process .page-header.process-item:nth-child(odd) .theme-institutional table.button thead tr td .circle span, .theme-institutional ul.steps-bar li table.circle thead tr td .circle span, ul.steps-bar li .theme-institutional table.circle thead tr td .circle span, .theme-institutional .panel.colorized.white table.button.colorized-theme thead tr td .circle span, .panel.colorized.white .theme-institutional table.button.colorized-theme thead tr td .circle span, .theme-institutional .colorized.white.filters table.button.colorized-theme thead tr td .circle span, .colorized.white.filters .theme-institutional table.button.colorized-theme thead tr td .circle span, .theme-institutional .bleed.colorized.white table.button.colorized-theme thead tr td .circle span, .bleed.colorized.white .theme-institutional table.button.colorized-theme thead tr td .circle span, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr td .circle span, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.button.colorized-theme thead tr td .circle span, .theme-institutional .card.colorized.white table.button.colorized-theme thead tr td .circle span, .card.colorized.white .theme-institutional table.button.colorized-theme thead tr td .circle span, .theme-institutional table.colorized-theme thead tr th .circle span, .theme-institutional .page-header.bleed table.button thead tr th .circle span, .page-header.bleed .theme-institutional table.button thead tr th .circle span, .theme-institutional .process .page-header.process-item:nth-child(odd) table.button thead tr th .circle span, .process .page-header.process-item:nth-child(odd) .theme-institutional table.button thead tr th .circle span, .theme-institutional ul.steps-bar li table.circle thead tr th .circle span, ul.steps-bar li .theme-institutional table.circle thead tr th .circle span, .theme-institutional .panel.colorized.white table.button.colorized-theme thead tr th .circle span, .panel.colorized.white .theme-institutional table.button.colorized-theme thead tr th .circle span, .theme-institutional .colorized.white.filters table.button.colorized-theme thead tr th .circle span, .colorized.white.filters .theme-institutional table.button.colorized-theme thead tr th .circle span, .theme-institutional .bleed.colorized.white table.button.colorized-theme thead tr th .circle span, .bleed.colorized.white .theme-institutional table.button.colorized-theme thead tr th .circle span, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.button.colorized-theme thead tr th .circle span, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.button.colorized-theme thead tr th .circle span, .theme-institutional .card.colorized.white table.button.colorized-theme thead tr th .circle span, .card.colorized.white .theme-institutional table.button.colorized-theme thead tr th .circle span {
  color: #865F7B; }

.theme-institutional table.colorized-theme-darken thead tr td, .theme-institutional table.colorized-theme-darken thead tr th {
  background-color: #4a3544; }

.theme-institutional table.colorized-theme-darken thead tr td .circle span, .theme-institutional table.colorized-theme-darken thead tr th .circle span {
  color: #865F7B; }

.theme-institutional table.colorized-theme-accent thead tr td, .theme-institutional table.colorized-theme-accent thead tr th {
  background-color: #C0511B; }

.theme-institutional table.colorized-theme-accent thead tr td .circle span, .theme-institutional table.colorized-theme-accent thead tr th .circle span {
  color: #C0511B; }

.theme-institutional table.header-step-shade.colorized-theme thead tr td.step0, .theme-institutional .page-header.bleed table.header-step-shade.button thead tr td.step0, .page-header.bleed .theme-institutional table.header-step-shade.button thead tr td.step0, .theme-institutional .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step0, .process .page-header.process-item:nth-child(odd) .theme-institutional table.header-step-shade.button thead tr td.step0, .theme-institutional ul.steps-bar li table.header-step-shade.circle thead tr td.step0, ul.steps-bar li .theme-institutional table.header-step-shade.circle thead tr td.step0, .theme-institutional .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step0, .panel.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-institutional .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step0, .colorized.white.filters .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-institutional .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step0, .bleed.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step0, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step0, .theme-institutional .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step0, .card.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step0 {
  background: #865f7b; }

.theme-institutional table.header-step-shade.colorized-theme thead tr td.step1, .theme-institutional .page-header.bleed table.header-step-shade.button thead tr td.step1, .page-header.bleed .theme-institutional table.header-step-shade.button thead tr td.step1, .theme-institutional .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step1, .process .page-header.process-item:nth-child(odd) .theme-institutional table.header-step-shade.button thead tr td.step1, .theme-institutional ul.steps-bar li table.header-step-shade.circle thead tr td.step1, ul.steps-bar li .theme-institutional table.header-step-shade.circle thead tr td.step1, .theme-institutional .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step1, .panel.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-institutional .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step1, .colorized.white.filters .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-institutional .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step1, .bleed.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step1, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step1, .theme-institutional .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step1, .card.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step1 {
  background: #77546d; }

.theme-institutional table.header-step-shade.colorized-theme thead tr td.step2, .theme-institutional .page-header.bleed table.header-step-shade.button thead tr td.step2, .page-header.bleed .theme-institutional table.header-step-shade.button thead tr td.step2, .theme-institutional .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step2, .process .page-header.process-item:nth-child(odd) .theme-institutional table.header-step-shade.button thead tr td.step2, .theme-institutional ul.steps-bar li table.header-step-shade.circle thead tr td.step2, ul.steps-bar li .theme-institutional table.header-step-shade.circle thead tr td.step2, .theme-institutional .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step2, .panel.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-institutional .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step2, .colorized.white.filters .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-institutional .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step2, .bleed.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step2, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step2, .theme-institutional .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step2, .card.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step2 {
  background: #684a60; }

.theme-institutional table.header-step-shade.colorized-theme thead tr td.step3, .theme-institutional .page-header.bleed table.header-step-shade.button thead tr td.step3, .page-header.bleed .theme-institutional table.header-step-shade.button thead tr td.step3, .theme-institutional .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step3, .process .page-header.process-item:nth-child(odd) .theme-institutional table.header-step-shade.button thead tr td.step3, .theme-institutional ul.steps-bar li table.header-step-shade.circle thead tr td.step3, ul.steps-bar li .theme-institutional table.header-step-shade.circle thead tr td.step3, .theme-institutional .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step3, .panel.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-institutional .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step3, .colorized.white.filters .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-institutional .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step3, .bleed.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step3, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step3, .theme-institutional .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step3, .card.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step3 {
  background: #593f52; }

.theme-institutional table.header-step-shade.colorized-theme thead tr td.step4, .theme-institutional .page-header.bleed table.header-step-shade.button thead tr td.step4, .page-header.bleed .theme-institutional table.header-step-shade.button thead tr td.step4, .theme-institutional .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step4, .process .page-header.process-item:nth-child(odd) .theme-institutional table.header-step-shade.button thead tr td.step4, .theme-institutional ul.steps-bar li table.header-step-shade.circle thead tr td.step4, ul.steps-bar li .theme-institutional table.header-step-shade.circle thead tr td.step4, .theme-institutional .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step4, .panel.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-institutional .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step4, .colorized.white.filters .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-institutional .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step4, .bleed.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step4, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step4, .theme-institutional .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step4, .card.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step4 {
  background: #4a3544; }

.theme-institutional table.header-step-shade.colorized-theme thead tr td.step5, .theme-institutional .page-header.bleed table.header-step-shade.button thead tr td.step5, .page-header.bleed .theme-institutional table.header-step-shade.button thead tr td.step5, .theme-institutional .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step5, .process .page-header.process-item:nth-child(odd) .theme-institutional table.header-step-shade.button thead tr td.step5, .theme-institutional ul.steps-bar li table.header-step-shade.circle thead tr td.step5, ul.steps-bar li .theme-institutional table.header-step-shade.circle thead tr td.step5, .theme-institutional .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step5, .panel.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-institutional .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step5, .colorized.white.filters .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-institutional .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step5, .bleed.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step5, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step5, .theme-institutional .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step5, .card.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step5 {
  background: #3b2a37; }

.theme-institutional table.header-step-shade.colorized-theme thead tr td.step6, .theme-institutional .page-header.bleed table.header-step-shade.button thead tr td.step6, .page-header.bleed .theme-institutional table.header-step-shade.button thead tr td.step6, .theme-institutional .process .page-header.process-item:nth-child(odd) table.header-step-shade.button thead tr td.step6, .process .page-header.process-item:nth-child(odd) .theme-institutional table.header-step-shade.button thead tr td.step6, .theme-institutional ul.steps-bar li table.header-step-shade.circle thead tr td.step6, ul.steps-bar li .theme-institutional table.header-step-shade.circle thead tr td.step6, .theme-institutional .panel.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step6, .panel.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-institutional .colorized.white.filters table.header-step-shade.button.colorized-theme thead tr td.step6, .colorized.white.filters .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-institutional .bleed.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step6, .bleed.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-institutional .process .colorized.white.process-item:nth-child(odd) table.header-step-shade.button.colorized-theme thead tr td.step6, .process .colorized.white.process-item:nth-child(odd) .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step6, .theme-institutional .card.colorized.white table.header-step-shade.button.colorized-theme thead tr td.step6, .card.colorized.white .theme-institutional table.header-step-shade.button.colorized-theme thead tr td.step6 {
  background: #2c2029; }

.theme-institutional table.header-step-shade.colorized-theme-accent thead tr td.step0 {
  background: #c0511b; }

.theme-institutional table.header-step-shade.colorized-theme-accent thead tr td.step1 {
  background: #b34b19; }

.theme-institutional table.header-step-shade.colorized-theme-accent thead tr td.step2 {
  background: #a54617; }

.theme-institutional table.header-step-shade.colorized-theme-accent thead tr td.step3 {
  background: #984015; }

.theme-institutional table.header-step-shade.colorized-theme-accent thead tr td.step4 {
  background: #8a3a13; }

.theme-institutional table.header-step-shade.colorized-theme-accent thead tr td.step5 {
  background: #7d3512; }

.theme-institutional table.header-step-shade.colorized-theme-accent thead tr td.step6 {
  background: #702f10; }

.theme-institutional ul.steps-bar li a .bar {
  background: #865F7B; }

.theme-institutional ul.steps-bar li a .bar:before {
  border-bottom-color: #865F7B; }

.theme-institutional ul.steps-bar li a .circle.opacity {
  opacity: 0.4; }

.theme-institutional ul.steps-bar li a:hover .circle {
  background: #a07895; }

.theme-institutional ul.steps-bar li a:hover .bar {
  background: #a07895; }

.theme-institutional ul.steps-bar li a:hover .bar:before {
  border-bottom-color: #a07895; }

.theme-institutional ul.steps-bar li.active a .circle {
  background: #4a3544; }

.theme-institutional ul.steps-bar li.active a .bar {
  background: #4a3544; }

.theme-institutional ul.steps-bar li.active a .bar:before {
  border-bottom-color: #4a3544; }

.theme-institutional .pricing-table .panel, .theme-institutional .pricing-table .filters {
  background: #865F7B;
  color: #fff !important;
  border-bottom-color: #a76393;
  margin-bottom: 0 !important; }

.theme-institutional .pricing-table .panel h1, .theme-institutional .pricing-table .filters h1, .theme-institutional .pricing-table .panel h2, .theme-institutional .pricing-table .filters h2, .theme-institutional .pricing-table .panel h3, .theme-institutional .pricing-table .filters h3, .theme-institutional .pricing-table .panel h4, .theme-institutional .pricing-table .filters h4, .theme-institutional .pricing-table .panel h5, .theme-institutional .pricing-table .filters h5, .theme-institutional .pricing-table .panel h6, .theme-institutional .pricing-table .filters h6, .theme-institutional .pricing-table .panel p, .theme-institutional .pricing-table .filters p {
  color: #fff !important; }

.theme-institutional .pricing-table td.shade {
  background: #F7F4F0; }

.theme-institutional footer#main-footer {
  background-color: #4a3544; }

.theme-institutional footer#main-footer .alamo svg path {
  fill: #4a3544; }

/* _______________________________________________________________ */
/*  Home
/*  The homepage uses its own wrapper and styles
/* _______________________________________________________________ */
html.touch body.home .quicklinks-slide-panel, html.touch body.home #quicklinks {
  -webkit-transition: none;
  transition: none; }

/* ---------------------- */
/* Sticky wrapper	*/
/* ---------------------- */
.sticky-wrapper {
  /* ---------------------- */
  /* Top Level Header		*/
  /* ---------------------- */
  /* ---------------------- */
  /* Contact	*/
  /* ---------------------- */
  /* ---------------------- */
  /* Header Categories */
  /* ---------------------- */
  padding: 0;
  /* ---------------------- */
  /* Sticky Bar Engaged */
  /* ---------------------- */ }

.sticky-wrapper .header.header-top-level#main-header .icon-star {
  color: #ffffff; }

.sticky-wrapper .header.header-top-level#main-header .row .logo, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo, .sticky-wrapper .header.header-top-level#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 .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo {
  float: none; }

@media (max-width: 900px) {
  .sticky-wrapper .header.header-top-level#main-header .row .logo, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo, .sticky-wrapper .header.header-top-level#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 .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo {
    text-align: center; } }

.sticky-wrapper .header.header-top-level#main-header .row .logo a, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a, .sticky-wrapper .header.header-top-level#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 .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a, .sticky-wrapper .header.header-top-level#main-header .row .logo a.horiz, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.horiz, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.horiz, .sticky-wrapper .header.header-top-level#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 .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.horiz {
  float: left; }

@media (max-width: 1100px) {
  .sticky-wrapper .header.header-top-level#main-header .row .logo a, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a, .sticky-wrapper .header.header-top-level#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 .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a, .sticky-wrapper .header.header-top-level#main-header .row .logo a.horiz, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.horiz, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.horiz, .sticky-wrapper .header.header-top-level#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 .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.horiz {
    display: none; } }

@media (max-width: 767px) {
  .sticky-wrapper .header.header-top-level#main-header .row .logo a, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a, .sticky-wrapper .header.header-top-level#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 .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a, .sticky-wrapper .header.header-top-level#main-header .row .logo a.horiz, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.horiz, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.horiz, .sticky-wrapper .header.header-top-level#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 .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.horiz {
    display: inline-block; } }

@media (max-width: 640px) {
  .sticky-wrapper .header.header-top-level#main-header .row .logo a, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a, .sticky-wrapper .header.header-top-level#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 .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a, .sticky-wrapper .header.header-top-level#main-header .row .logo a.horiz, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.horiz, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.horiz, .sticky-wrapper .header.header-top-level#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 .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.horiz {
    display: none; } }

@media (max-width: 1100px) {
  .sticky-wrapper .header.header-top-level#main-header .row .logo a.vert, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.vert, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.vert, .sticky-wrapper .header.header-top-level#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 .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.vert {
    display: inline-block; } }

@media (max-width: 767px) {
  .sticky-wrapper .header.header-top-level#main-header .row .logo a.vert, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.vert, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.vert, .sticky-wrapper .header.header-top-level#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 .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.vert {
    display: none; } }

@media (max-width: 640px) {
  .sticky-wrapper .header.header-top-level#main-header .row .logo a.vert, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.vert, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.vert, .sticky-wrapper .header.header-top-level#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 .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.vert {
    margin-bottom: 0;
    float: none !important;
    display: inline-block; } }

@media (max-width: 900px) {
  .sticky-wrapper .header.header-top-level#main-header .row .logo a.vert, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo a.vert, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.vert, .sticky-wrapper .header.header-top-level#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 .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .logo a.vert {
    float: none !important;
    display: inline-block !important; } }

.sticky-wrapper .header.header-top-level#main-header .row h1, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper h1, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper h1 {
  font-family: "Open Sans", Trebuchet, sans-serif;
  padding: 10px 25px;
  color: #171717;
  font-size: 1.5625em;
  font-weight: normal; }

@media (min-width: 1100px) {
  .sticky-wrapper .header.header-top-level#main-header .row h1, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper h1, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper h1 {
    margin: 40px 25px 25px 0;
    float: left; } }

@media (max-width: 767px) {
  .sticky-wrapper .header.header-top-level#main-header .row h1, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper h1, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper h1 {
    float: none;
    border: 0;
    padding: 0;
    margin: 20px 10px 10px 0; } }

@media (max-width: 1100px) {
  .sticky-wrapper .header.header-top-level#main-header .row h1, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper h1, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper h1 {
    float: left;
    padding: 0;
    margin: 18px 20px 8px 8px !important; } }

@media (max-width: 500px) {
  .sticky-wrapper .header.header-top-level#main-header .row h1, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper h1, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper h1 {
    text-align: center;
    margin: 18px 0 25px 5px; } }

@media (max-width: 360px) {
  .sticky-wrapper .header.header-top-level#main-header .row h1, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper h1, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper h1 {
    text-align: center; } }

@media (max-width: 900px) {
  .sticky-wrapper .header.header-top-level#main-header .row h1, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper h1, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper h1 {
    display: inline-block !important;
    float: none !important;
    margin-top: 0 !important; } }

@media (max-width: 900px) {
  .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.inline li, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.inline li, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.inline li, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.inline li, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.inline li, .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.social-icons li, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.social-icons li, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.social-icons li, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.social-icons li, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.social-icons li, .sticky-wrapper .header.header-top-level#main-header footer#main-footer .row.footer-columns .specific-data .social ul.loose-list.networks li, footer#main-footer .sticky-wrapper .header.header-top-level#main-header .row.footer-columns .specific-data .social ul.loose-list.networks li, footer#main-footer .row.footer-columns .specific-data .social .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.networks li, footer#main-footer .row.footer-columns .specific-data .social .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.networks li, footer#main-footer .row.footer-columns .specific-data .social .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.networks li, footer#main-footer .row.footer-columns .specific-data .social .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.networks li, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.networks li, .sticky-wrapper .header.header-top-level#main-header footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li, footer#main-footer .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .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 .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.networks li, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .sticky-wrapper .header.header-top-level#main-header .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 .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.networks li, .sticky-wrapper .header.header-top-level#main-header 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, footer#main-footer .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .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 .sticky-wrapper .header.header-top-level#main-header .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 .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.networks li, .sticky-wrapper .header.header-top-level#main-header .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, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header footer#main-footer .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 .sticky-wrapper .header.header-top-level#main-header .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li, .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.alphabet li, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.alphabet li, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.alphabet li, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.alphabet li, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.alphabet li, .sticky-wrapper .header.header-top-level#main-header .row .pagination ul.loose-list.prevnext li, .pagination .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.prevnext li, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .pagination ul.loose-list.prevnext li, .pagination .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.prevnext li, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .pagination ul.loose-list.prevnext li, .pagination .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.prevnext li, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .pagination ul.loose-list.prevnext li, .pagination .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.prevnext li, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .pagination ul.loose-list.prevnext li, .pagination .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.prevnext li, .sticky-wrapper .header.header-top-level#main-header .row .pagination ul.loose-list.numbers li, .pagination .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.numbers li, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .pagination ul.loose-list.numbers li, .pagination .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.numbers li, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .pagination ul.loose-list.numbers li, .pagination .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.numbers li, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .pagination ul.loose-list.numbers li, .pagination .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.numbers li, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .pagination ul.loose-list.numbers li, .pagination .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.numbers li {
    margin-right: 0;
    margin-left: 10px; } }

@media (max-width: 900px) {
  .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.inline li.search input, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.inline li.search input, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.inline li.search input, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.inline li.search input, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.inline li.search input, .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.social-icons li.search input, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.social-icons li.search input, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.social-icons li.search input, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.social-icons li.search input, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.social-icons li.search input, .sticky-wrapper .header.header-top-level#main-header footer#main-footer .row.footer-columns .specific-data .social ul.loose-list.networks li.search input, footer#main-footer .sticky-wrapper .header.header-top-level#main-header .row.footer-columns .specific-data .social ul.loose-list.networks li.search input, footer#main-footer .row.footer-columns .specific-data .social .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.networks li.search input, footer#main-footer .row.footer-columns .specific-data .social .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.networks li.search input, footer#main-footer .row.footer-columns .specific-data .social .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.networks li.search input, footer#main-footer .row.footer-columns .specific-data .social .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.networks li.search input, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.networks li.search input, .sticky-wrapper .header.header-top-level#main-header footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li.search input, footer#main-footer .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li.search input, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li.search input, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.networks li.search input, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li.search input, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li.search input, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .sticky-wrapper .header.header-top-level#main-header .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li.search input, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.networks li.search input, .sticky-wrapper .header.header-top-level#main-header 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.search input, footer#main-footer .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li.search input, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li.search input, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.networks li.search input, .sticky-wrapper .header.header-top-level#main-header .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.search input, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li.search input, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .sticky-wrapper .header.header-top-level#main-header .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li.search input, .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.alphabet li.search input, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.alphabet li.search input, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.alphabet li.search input, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.alphabet li.search input, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.alphabet li.search input, .sticky-wrapper .header.header-top-level#main-header .row .pagination ul.loose-list.prevnext li.search input, .pagination .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.prevnext li.search input, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .pagination ul.loose-list.prevnext li.search input, .pagination .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.prevnext li.search input, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .pagination ul.loose-list.prevnext li.search input, .pagination .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.prevnext li.search input, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .pagination ul.loose-list.prevnext li.search input, .pagination .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.prevnext li.search input, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .pagination ul.loose-list.prevnext li.search input, .pagination .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.prevnext li.search input, .sticky-wrapper .header.header-top-level#main-header .row .pagination ul.loose-list.numbers li.search input, .pagination .sticky-wrapper .header.header-top-level#main-header .row ul.loose-list.numbers li.search input, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .pagination ul.loose-list.numbers li.search input, .pagination .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.numbers li.search input, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .pagination ul.loose-list.numbers li.search input, .pagination .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.numbers li.search input, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .pagination ul.loose-list.numbers li.search input, .pagination .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.numbers li.search input, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .pagination ul.loose-list.numbers li.search input, .pagination .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.numbers li.search input {
    left: -35px;
    position: relative; } }

.sticky-wrapper .header.header-top-level#main-header .row .contact, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .contact, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .contact {
  clear: right;
  float: right; }

@media (min-width: 1100px) and (max-width: 1288px) {
  .sticky-wrapper .header.header-top-level#main-header .row .contact, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .contact, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .contact {
    margin-top: 65px; } }

@media (max-width: 1100px) {
  .sticky-wrapper .header.header-top-level#main-header .row .contact, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .contact, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .contact {
    float: left !important;
    clear: none;
    margin-top: 20px;
    margin-right: 25px; } }

@media (max-width: 900px) {
  .sticky-wrapper .header.header-top-level#main-header .row .contact, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .contact, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .contact {
    margin-right: 0;
    margin-top: 0;
    float: left;
    text-align: center;
    width: 100%; } }

@media (min-width: 1100px) {
  .sticky-wrapper .header.header-top-level#main-header .row .contact, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .contact, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .contact {
    margin-right: 25px; } }

.sticky-wrapper .header.header-top-level#main-header .row .search input[type="text"], .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .search input[type="text"], .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search input[type="text"], .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .search input[type="text"], .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search input[type="text"] {
  color: #171717;
  border: #999999 solid 1px;
  text-indent: 20px; }

.sticky-wrapper .header.header-top-level#main-header .row .search ::-webkit-input-placeholder, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .search ::-webkit-input-placeholder, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search ::-webkit-input-placeholder, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .search ::-webkit-input-placeholder, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #171717; }

.sticky-wrapper .header.header-top-level#main-header .row .search :-moz-placeholder, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .search :-moz-placeholder, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search :-moz-placeholder, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .search :-moz-placeholder, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #171717; }

.sticky-wrapper .header.header-top-level#main-header .row .search ::-moz-placeholder, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .search ::-moz-placeholder, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search ::-moz-placeholder, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .search ::-moz-placeholder, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #171717; }

.sticky-wrapper .header.header-top-level#main-header .row .search :-ms-input-placeholder, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .search :-ms-input-placeholder, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search :-ms-input-placeholder, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .search :-ms-input-placeholder, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #171717; }

.sticky-wrapper .header.header-top-level#main-header .row .search .button, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .search .button, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search .button, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .search .button, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search .button {
  position: relative;
  left: 35px;
  padding: 5px 7px;
  background: none;
  border-radius: 0px; }

.sticky-wrapper .header.header-top-level#main-header .row .search .button:hover, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .search .button:hover, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search .button:hover, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .search .button:hover, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search .button:hover {
  text-decoration: none; }

.sticky-wrapper .header.header-top-level#main-header .row .search .button i[class^="icon-"], .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .search .button i[class^="icon-"], .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search .button i[class^="icon-"], .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .search .button i[class^="icon-"], .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search .button i[class^="icon-"], .sticky-wrapper .header.header-top-level#main-header .row .search .button i[class*=" icon-"], .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .search .button i[class*=" icon-"], .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search .button i[class*=" icon-"], .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .search .button i[class*=" icon-"], .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search .button i[class*=" icon-"] {
  color: #C0511B; }

@media (max-width: 900px) {
  .sticky-wrapper .header.header-top-level#main-header .row .search .button, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .search .button, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search .button, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .search .button, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search .button {
    left: 0;
    z-index: 1000;
    margin-top: 10px; } }

.sticky-wrapper .header.header-top-level#main-header .row .search .utility, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .search .utility, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search .utility, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .search .utility, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search .utility {
  text-align: left; }

.sticky-wrapper .header.header-top-level#main-header .row .search .utility .system, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .search .utility .system, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search .utility .system, .sticky-wrapper .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .search .utility .system, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper .header.header-top-level#main-header .crsl-nav-helper .search .utility .system {
  margin-bottom: 7px; }

@media (max-width: 500px) {
  .sticky-wrapper .header.header-top-level#main-header ul.loose-list.inline li.search, .sticky-wrapper .header.header-top-level#main-header ul.loose-list.social-icons li.search, .sticky-wrapper .header.header-top-level#main-header footer#main-footer .row.footer-columns .specific-data .social ul.loose-list.networks li.search, footer#main-footer .row.footer-columns .specific-data .social .sticky-wrapper .header.header-top-level#main-header ul.loose-list.networks li.search, .sticky-wrapper .header.header-top-level#main-header footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li.search, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper .header.header-top-level#main-header ul.loose-list.networks li.search, .sticky-wrapper .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks li.search, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper .header.header-top-level#main-header ul.loose-list.networks li.search, .sticky-wrapper .header.header-top-level#main-header 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.search, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper .header.header-top-level#main-header ul.loose-list.networks li.search, .sticky-wrapper .header.header-top-level#main-header .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.search, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper .header.header-top-level#main-header ul.loose-list.networks li.search, .sticky-wrapper .header.header-top-level#main-header ul.loose-list.alphabet li.search, .sticky-wrapper .header.header-top-level#main-header .pagination ul.loose-list.prevnext li.search, .pagination .sticky-wrapper .header.header-top-level#main-header ul.loose-list.prevnext li.search, .sticky-wrapper .header.header-top-level#main-header .pagination ul.loose-list.numbers li.search, .pagination .sticky-wrapper .header.header-top-level#main-header ul.loose-list.numbers li.search {
    margin-left: 35px; } }

.sticky-wrapper .header-categories {
  margin-top: 8px;
  background-color: #c0511b;
  color: #ffffff; }

@media (max-width: 500px) {
  .sticky-wrapper .header-categories {
    text-align: center; } }

@media (max-width: 900px) {
  .sticky-wrapper .header-categories {
    text-align: center; } }

.sticky-wrapper .sticky-icon {
  display: none; }

.sticky-wrapper .icon-star {
  color: rgba(0, 0, 0, 0.2); }

.sticky-wrapper .icon-star.white {
  color: white; }

@media (max-width: 767px) {
  .sticky-wrapper {
    border-top: 0; } }

.sticky-wrapper .header#main-header {
  position: relative;
  border: 0; }

@media (max-width: 500px) {
  .sticky-wrapper .header#main-header {
    text-align: center; } }

.sticky-wrapper .header#main-header .logo a.horiz {
  margin-right: 5px; }

@media (max-width: 80.5em) {
  .sticky-wrapper .header#main-header .logo a.horiz {
    margin-right: 5px; } }

@media (max-width: 1100px) {
  .sticky-wrapper .header#main-header .logo a.horiz {
    display: none; } }

@media (max-width: 767px) {
  .sticky-wrapper .header#main-header .logo a.horiz {
    display: none !important; } }

@media (max-width: 767px) {
  .sticky-wrapper .header#main-header .logo a.vert {
    display: inline-block !important; } }

@media (max-width: 500px) {
  .sticky-wrapper .header#main-header .logo {
    text-align: center;
    float: none; } }

.sticky-wrapper .header#main-header .utility {
  position: relative;
  z-index: 1; }

@media (max-width: 80.5em) {
  .sticky-wrapper .header#main-header .utility {
    position: absolute;
    top: 0;
    right: 0; } }

@media (max-width: 1100px) {
  .sticky-wrapper .header#main-header .utility {
    display: block;
    padding: 1.25em 1.25em 0 0; } }

@media (max-width: 500px) {
  .sticky-wrapper .header#main-header .utility {
    padding-top: 0.3125em; } }

@media (max-width: 1100px) {
  .sticky-wrapper .header#main-header .utility .system {
    display: none; } }

.sticky-wrapper .header#main-header .utility .give {
  margin-top: 0; }

@media (max-width: 500px) {
  .sticky-wrapper .header#main-header .utility .give {
    margin-bottom: 0; } }

.sticky-wrapper .header#main-header .utility .give a {
  padding: 4px 8px;
  margin-right: 8px; }

.sticky-wrapper .header#main-header .utility .search {
  margin-top: 0; }

.sticky-wrapper .header#main-header .utility .search a:hover {
  text-decoration: none; }

.sticky-wrapper .header#main-header .utility p.toggleQuicklinks {
  margin-bottom: 0;
  margin-right: 0.625em; }

@media (max-width: 1100px) {
  .sticky-wrapper .header#main-header .utility p.toggleQuicklinks {
    margin-right: 0; } }

.sticky-wrapper .header#main-header .utility p.toggleQuicklinks a {
  font-size: 1em; }

.sticky-wrapper .header#main-header .utility p.toggleQuicklinks a i[class^="icon-"], .sticky-wrapper .header#main-header .utility p.toggleQuicklinks a i[class*=" icon-"] {
  vertical-align: middle; }

.sticky-wrapper .header#main-header .system-below {
  margin-left: 0.1875em; }

.sticky-wrapper body.patient-care .header.header-top-level#main-header .row ul.inline.loose-list.contact, .sticky-wrapper body.patient-care .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.inline.loose-list.contact, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper ul.inline.loose-list.contact, .sticky-wrapper body.patient-care .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.inline.loose-list.contact, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper ul.inline.loose-list.contact, .sticky-wrapper body.patient-care .header.header-top-level#main-header .row ul.loose-list.contact.social-icons, .sticky-wrapper body.patient-care .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.contact.social-icons, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.contact.social-icons, .sticky-wrapper body.patient-care .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.contact.social-icons, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.contact.social-icons, .sticky-wrapper body.patient-care .header.header-top-level#main-header footer#main-footer .row.footer-columns .specific-data .social ul.loose-list.contact.networks, footer#main-footer .sticky-wrapper body.patient-care .header.header-top-level#main-header .row.footer-columns .specific-data .social ul.loose-list.contact.networks, footer#main-footer .row.footer-columns .specific-data .social .sticky-wrapper body.patient-care .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.contact.networks, footer#main-footer .row.footer-columns .specific-data .social .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.contact.networks, footer#main-footer .row.footer-columns .specific-data .social .sticky-wrapper body.patient-care .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.contact.networks, footer#main-footer .row.footer-columns .specific-data .social .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.contact.networks, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper body.patient-care .header.header-top-level#main-header .row ul.loose-list.contact.networks, .sticky-wrapper body.patient-care .header.header-top-level#main-header footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.contact.networks, footer#main-footer .sticky-wrapper body.patient-care .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.contact.networks, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.contact.networks, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper body.patient-care .header.header-top-level#main-header .row ul.loose-list.contact.networks, .sticky-wrapper body.patient-care .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.contact.networks, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.contact.networks, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .sticky-wrapper body.patient-care .header.header-top-level#main-header .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.contact.networks, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper body.patient-care .header.header-top-level#main-header .row ul.loose-list.contact.networks, .sticky-wrapper body.patient-care .header.header-top-level#main-header 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.contact.networks, footer#main-footer .sticky-wrapper body.patient-care .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.contact.networks, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.contact.networks, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper body.patient-care .header.header-top-level#main-header .row ul.loose-list.contact.networks, .sticky-wrapper body.patient-care .header.header-top-level#main-header .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.contact.networks, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.contact.networks, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .sticky-wrapper body.patient-care .header.header-top-level#main-header .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.contact.networks, .sticky-wrapper body.patient-care .header.header-top-level#main-header .row ul.loose-list.contact.alphabet, .sticky-wrapper body.patient-care .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.contact.alphabet, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.contact.alphabet, .sticky-wrapper body.patient-care .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.contact.alphabet, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.contact.alphabet, .sticky-wrapper body.patient-care .header.header-top-level#main-header .row .pagination ul.loose-list.contact.prevnext, .pagination .sticky-wrapper body.patient-care .header.header-top-level#main-header .row ul.loose-list.contact.prevnext, .sticky-wrapper body.patient-care .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .pagination ul.loose-list.contact.prevnext, .pagination .sticky-wrapper body.patient-care .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.contact.prevnext, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper .pagination ul.loose-list.contact.prevnext, .pagination .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.contact.prevnext, .sticky-wrapper body.patient-care .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .pagination ul.loose-list.contact.prevnext, .pagination .sticky-wrapper body.patient-care .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.contact.prevnext, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper .pagination ul.loose-list.contact.prevnext, .pagination .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.contact.prevnext, .sticky-wrapper body.patient-care .header.header-top-level#main-header .row .pagination ul.loose-list.contact.numbers, .pagination .sticky-wrapper body.patient-care .header.header-top-level#main-header .row ul.loose-list.contact.numbers, .sticky-wrapper body.patient-care .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .pagination ul.loose-list.contact.numbers, .pagination .sticky-wrapper body.patient-care .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.contact.numbers, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper .pagination ul.loose-list.contact.numbers, .pagination .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.contact.numbers, .sticky-wrapper body.patient-care .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .pagination ul.loose-list.contact.numbers, .pagination .sticky-wrapper body.patient-care .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper ul.loose-list.contact.numbers, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper .pagination ul.loose-list.contact.numbers, .pagination .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper body.patient-care .header.header-top-level#main-header .crsl-nav-helper ul.loose-list.contact.numbers {
  clear: left !important;
  text-align: center !important; }

.sticky-wrapper .logo-and-header {
  text-align: center; }

.sticky-wrapper.fixed {
  display: none;
  border-top: 0;
  border-bottom: #C0511B 5px solid;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 20; }

@media (max-width: 80.5em) {
  .sticky-wrapper.fixed .header.header-top-level#main-header .row .contact, .sticky-wrapper.fixed .header.header-top-level#main-header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed .header.header-top-level#main-header .crsl-nav-helper .contact, .sticky-wrapper.fixed .header.header-top-level#main-header .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed .header.header-top-level#main-header .crsl-nav-helper .contact {
    margin-top: 15px; } }

@media (max-width: 80.5em) {
  .sticky-wrapper.fixed {
    min-height: 107px; } }

@media (max-width: 500px) {
  .sticky-wrapper.fixed ul.contact {
    text-align: center; }
  .sticky-wrapper.fixed .bleed, .sticky-wrapper.fixed .process .process-item:nth-child(odd), .process .sticky-wrapper.fixed .process-item:nth-child(odd) {
    min-height: 75px; }
  .sticky-wrapper.fixed ul.inline.loose-list, .sticky-wrapper.fixed ul.loose-list.social-icons, .sticky-wrapper.fixed footer#main-footer .row.footer-columns .specific-data .social ul.loose-list.networks, footer#main-footer .row.footer-columns .specific-data .social .sticky-wrapper.fixed ul.loose-list.networks, .sticky-wrapper.fixed footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper.fixed ul.loose-list.networks, .sticky-wrapper.fixed .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.networks, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper.fixed ul.loose-list.networks, .sticky-wrapper.fixed 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, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper.fixed ul.loose-list.networks, .sticky-wrapper.fixed .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, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper.fixed ul.loose-list.networks, .sticky-wrapper.fixed ul.loose-list.alphabet, .sticky-wrapper.fixed .pagination ul.loose-list.prevnext, .pagination .sticky-wrapper.fixed ul.loose-list.prevnext, .sticky-wrapper.fixed .pagination ul.loose-list.numbers, .pagination .sticky-wrapper.fixed ul.loose-list.numbers {
    margin-left: 45px;
    margin-top: 10px; }
  .sticky-wrapper.fixed ul.inline.loose-list.contact, .sticky-wrapper.fixed ul.loose-list.contact.social-icons, .sticky-wrapper.fixed footer#main-footer .row.footer-columns .specific-data .social ul.loose-list.contact.networks, footer#main-footer .row.footer-columns .specific-data .social .sticky-wrapper.fixed ul.loose-list.contact.networks, .sticky-wrapper.fixed footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.contact.networks, footer#main-footer .bleed .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper.fixed ul.loose-list.contact.networks, .sticky-wrapper.fixed .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social ul.loose-list.contact.networks, .bleed .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper.fixed ul.loose-list.contact.networks, .sticky-wrapper.fixed 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.contact.networks, footer#main-footer .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper.fixed ul.loose-list.contact.networks, .sticky-wrapper.fixed .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.contact.networks, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav footer#main-footer .footer-columns.crsl-nav-helper .specific-data .social .sticky-wrapper.fixed ul.loose-list.contact.networks, .sticky-wrapper.fixed ul.loose-list.contact.alphabet, .sticky-wrapper.fixed .pagination ul.loose-list.contact.prevnext, .pagination .sticky-wrapper.fixed ul.loose-list.contact.prevnext, .sticky-wrapper.fixed .pagination ul.loose-list.contact.numbers, .pagination .sticky-wrapper.fixed ul.loose-list.contact.numbers {
    margin-left: 0; } }

@media (max-width: 500px) {
  .sticky-wrapper.fixed .sticky-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: inline;
    margin: 0 10px 10px 0;
    float: left; } }

.sticky-wrapper.fixed .system-mobile {
  display: none; }

@media (max-width: 500px) {
  .sticky-wrapper.fixed .header#main-header {
    min-height: 70px; } }

.sticky-wrapper.fixed .header#main-header.header-top-level .row h1, .sticky-wrapper.fixed .header#main-header.header-top-level .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed .header#main-header.header-top-level .crsl-nav-helper h1, .sticky-wrapper.fixed .header#main-header.header-top-level .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed .header#main-header.header-top-level .crsl-nav-helper h1 {
  margin-top: 30px;
  padding: 0; }

@media (max-width: 80.5em) {
  .sticky-wrapper.fixed .header#main-header.header-top-level .row h1, .sticky-wrapper.fixed .header#main-header.header-top-level .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed .header#main-header.header-top-level .crsl-nav-helper h1, .sticky-wrapper.fixed .header#main-header.header-top-level .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed .header#main-header.header-top-level .crsl-nav-helper h1 {
    margin-top: 30px; } }

@media (max-width: 900px) {
  .sticky-wrapper.fixed .header#main-header.header-top-level .row h1, .sticky-wrapper.fixed .header#main-header.header-top-level .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed .header#main-header.header-top-level .crsl-nav-helper h1, .sticky-wrapper.fixed .header#main-header.header-top-level .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed .header#main-header.header-top-level .crsl-nav-helper h1 {
    margin-top: 0 !important;
    margin-bottom: 0; } }

.sticky-wrapper.fixed .header#main-header.header-top-level .row .contact, .sticky-wrapper.fixed .header#main-header.header-top-level .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed .header#main-header.header-top-level .crsl-nav-helper .contact, .sticky-wrapper.fixed .header#main-header.header-top-level .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed .header#main-header.header-top-level .crsl-nav-helper .contact {
  margin-top: 15px !important; }

@media (max-width: 80.5em) {
  .sticky-wrapper.fixed .header#main-header.header-top-level .row .contact, .sticky-wrapper.fixed .header#main-header.header-top-level .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed .header#main-header.header-top-level .crsl-nav-helper .contact, .sticky-wrapper.fixed .header#main-header.header-top-level .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .contact, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed .header#main-header.header-top-level .crsl-nav-helper .contact {
    margin-top: 25px !important; } }

.sticky-wrapper.fixed .header#main-header.header-top-level .row .logo-and-header .logo, .sticky-wrapper.fixed .header#main-header.header-top-level .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo-and-header .logo, .bleed .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed .header#main-header.header-top-level .crsl-nav-helper .logo-and-header .logo, .sticky-wrapper.fixed .header#main-header.header-top-level .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo-and-header .logo, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .sticky-wrapper.fixed .header#main-header.header-top-level .crsl-nav-helper .logo-and-header .logo {
  padding: 10px 0 !important;
  margin-bottom: 10px; }

@media (max-width: 640px) {
  .sticky-wrapper.fixed .header#main-header {
    margin-top: 10px !important; } }

@media (max-width: 500px) {
  .sticky-wrapper.fixed .header#main-header .logo {
    display: none; } }

@media (min-width: 500px) {
  .sticky-wrapper.fixed .header#main-header .logo a.horiz {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url("/images/logos/logo-uthealthsa.png?1587651177");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 90px;
    display: inline-block;
    margin: 7px 40px 0px 25px; } }

@media (min-width: 500px) and (max-width: 900px) {
  .sticky-wrapper.fixed .header#main-header .logo a.horiz {
    padding: 0;
    margin: 0; } }

@media (min-width: 500px) {
  .sticky-wrapper.fixed .header#main-header .logo a.vert {
    display: none; }
  .sticky-wrapper.fixed .header#main-header .logo.svg a.horiz, .sticky-wrapper.fixed .header#main-header .logo.svg a.vert {
    background: none; } }

.sticky-wrapper.fixed .header#main-header .utility {
  *zoom: 1;
  margin-top: 20px; }

.sticky-wrapper.fixed .header#main-header .utility:after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 80.5em) {
  .sticky-wrapper.fixed .header#main-header .utility {
    padding-top: 0;
    padding-right: 1.25em; } }

@media (max-width: 1100px) {
  .sticky-wrapper.fixed .header#main-header .utility {
    margin-top: 5px; } }

@media (max-width: 900px) {
  .sticky-wrapper.fixed .header#main-header .utility {
    margin-top: 20px; } }

@media (max-width: 640px) {
  .sticky-wrapper.fixed .header#main-header .utility {
    margin-top: 5px; } }

.sticky-wrapper.fixed .header#main-header .utility .system-below {
  *zoom: 1; }

.sticky-wrapper.fixed .header#main-header .utility .system-below:after {
  content: "";
  display: table;
  clear: both; }

.sticky-wrapper.fixed .header#main-header .utility .give {
  margin-right: 10px; }

@media (max-width: 1100px) {
  .sticky-wrapper.fixed .header#main-header .utility .give {
    float: none; } }

@media (max-width: 900px) {
  .sticky-wrapper.fixed .header#main-header .utility .give a.button {
    font-size: 0.75em;
    padding: 0.25em 0.875em; } }

.sticky-wrapper.fixed .header#main-header .utility p.system {
  display: none; }

.sticky-wrapper.fixed .header#main-header .utility .search {
  float: left;
  margin-right: 25px;
  *zoom: 1; }

.sticky-wrapper.fixed .header#main-header .utility .search:after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 1100px) {
  .sticky-wrapper.fixed .header#main-header .utility .search {
    float: none;
    margin-right: 0; } }

@media (max-width: 900px) {
  .sticky-wrapper.fixed .header#main-header .utility .search {
    margin-right: 25px; } }

@media (max-width: 640px) {
  .sticky-wrapper.fixed .header#main-header .utility .search {
    float: none;
    margin-right: 0; } }

@media (max-width: 1100px) {
  .sticky-wrapper.fixed .header#main-header .utility .search input[type="text"] {
    width: 100px; } }

@media (max-width: 500px) {
  .sticky-wrapper.fixed .header#main-header .utility .search input[type="text"] {
    width: 100px; } }

.sticky-wrapper.fixed .header#main-header .utility p.toggleQuicklinks {
  float: left;
  margin-right: 0; }

@media (max-width: 1100px) {
  .sticky-wrapper.fixed .header#main-header .utility p.toggleQuicklinks {
    float: none; } }

@media (max-width: 900px) {
  .sticky-wrapper.fixed .header#main-header .utility p.toggleQuicklinks {
    float: left; } }

@media (max-width: 640px) {
  .sticky-wrapper.fixed .header#main-header .utility p.toggleQuicklinks {
    float: none; } }

@media (min-width: 900px) {
  body.home .sticky-wrapper.fixed #main-header.header.header-top-level .row .logo, body.home .sticky-wrapper.fixed #main-header.header.header-top-level .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .logo, .bleed .carousel.massive-nav .crsl-nav body.home .sticky-wrapper.fixed #main-header.header.header-top-level .crsl-nav-helper .logo, body.home .sticky-wrapper.fixed #main-header.header.header-top-level .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 body.home .sticky-wrapper.fixed #main-header.header.header-top-level .crsl-nav-helper .logo {
    float: left !important;
    padding-bottom: 10px !important; } }

body.home {
  background: #E6E3DA;
  /* ----------------------- */
  /* home header		*/
  /* ----------------------- */ }

body.home .row, body.home .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav body.home .crsl-nav-helper, body.home .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 body.home .crsl-nav-helper {
  padding: 0; }

body.home .row .row, body.home .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .row, .bleed .carousel.massive-nav .crsl-nav body.home .crsl-nav-helper .row, body.home .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .row, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.home .crsl-nav-helper .row, body.home .row .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav body.home .row .crsl-nav-helper, body.home .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav body.home .crsl-nav-helper .crsl-nav-helper, body.home .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 body.home .row .crsl-nav-helper, body.home .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .crsl-nav-helper .crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.home .crsl-nav-helper .crsl-nav-helper {
  max-width: none; }

@media (max-width: 1100px) {
  body.home p.system-mobile {
    display: block; } }

/* ---------------------- */
/* Home Footer Modifications	*/
/* ---------------------- */
body.home footer#main-footer {
  padding: 0;
  margin-top: 0; }

/* ---------------------- */
/* UT Healthier Banner	*/
/* ---------------------- */
.uthealthier-home {
  width: 1268px;
  height: 64px;
  font-family: ". SF NS Display";
  font-size: 64px;
  line-height: 64px;
  color: #b53c04;
  letter-spacing: 0.36px;
  color: #535353;
  letter-spacing: 0.42px;
  color: #b53c04;
  letter-spacing: 0.42px; }

@media (min-width: 768px) {
  .page-header.bleed.photo-bleed.close.homev2-banner.roomy, #quicklinks h1.page-header.bleed.photo-bleed.homev2-banner.roomy, #quicklinks .process h1.page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), .process #quicklinks h1.page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), #quicklinks h2.page-header.bleed.photo-bleed.homev2-banner.roomy, #quicklinks .process h2.page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), .process #quicklinks h2.page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), #quicklinks h3.page-header.bleed.photo-bleed.homev2-banner.roomy, #quicklinks .process h3.page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), .process #quicklinks h3.page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), #quicklinks h4.page-header.bleed.photo-bleed.homev2-banner.roomy, #quicklinks .process h4.page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), .process #quicklinks h4.page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), #quicklinks h5.page-header.bleed.photo-bleed.homev2-banner.roomy, #quicklinks .process h5.page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), .process #quicklinks h5.page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), #quicklinks h6.page-header.bleed.photo-bleed.homev2-banner.roomy, #quicklinks .process h6.page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), .process #quicklinks h6.page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), .page-header > .page-header.bleed.photo-bleed.homev2-banner.roomy, .process .page-header > .page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), .numeric-facts .page-header.bleed.photo-bleed.homev2-banner.roomy.number, .numeric-facts .process .page-header.photo-bleed.homev2-banner.roomy.number.process-item:nth-child(odd), .process .numeric-facts .page-header.photo-bleed.homev2-banner.roomy.number.process-item:nth-child(odd), .numeric-facts .page-header.bleed.photo-bleed.homev2-banner.roomy.detail, .numeric-facts .process .page-header.photo-bleed.homev2-banner.roomy.detail.process-item:nth-child(odd), .process .numeric-facts .page-header.photo-bleed.homev2-banner.roomy.detail.process-item:nth-child(odd), .process .page-header.photo-bleed.close.homev2-banner.roomy.process-item:nth-child(odd), .process .column-tester .inner p.page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), .column-tester .inner .process p.page-header.photo-bleed.homev2-banner.roomy.process-item:nth-child(odd), .column-tester .inner p.page-header.bleed.photo-bleed.homev2-banner.roomy {
    height: 715px; } }

@media (min-width: 1100px) {
  .homev2-banner .jump-columns-left {
    position: relative;
    left: -275px; } }

@media (max-width: 767px) {
  .homev2-banner .jump-columns-left {
    position: relative;
    left: 0; }
  .homev2-banner .photo-bleed-left {
    display: none; } }

/* ---------------------- */
/* Patient Care Banner	*/
/* ---------------------- */
.ier {
  color: #535353; }

/* ---------------------- */
/* Popup Panel	*/
/* ---------------------- */
.popup .panel.colorized.white a, .popup .colorized.white.filters a {
  color: #171717; }

.popup a.panel.colorized.white:hover, .popup a.colorized.white.filters:hover {
  -webkit-box-shadow: 0 48px 57px rgba(0, 0, 0, 0.1);
          box-shadow: 0 48px 57px rgba(0, 0, 0, 0.1); }

.popup a.panel.colorized.white:hover h3, .popup a.colorized.white.filters:hover h3 {
  text-decoration: underline; }

.home-accent h2, .home-patient-care-accent h2 {
  font-family: "Open Sans", "Trebuchet", sans-serif; }

.large-block-grid-3.medium-block-grid-3.small-block-grid-1.popup {
  margin-top: 0; }

@media (min-width: 1100px) {
  .large-block-grid-3.medium-block-grid-3.small-block-grid-1.popup {
    margin-top: -150px; } }

/* ---------------------- */
/* Popdown	*/
/* ---------------------- */
@media (min-width: 768px) {
  .large-block-grid-2.medium-block-grid-2.small-block-grid-1.panel.popdown, .large-block-grid-2.medium-block-grid-2.small-block-grid-1.popdown.filters {
    padding-bottom: 0px; } }

.bleed.far2x.roomy .row.popdown-container, .process .far2x.roomy.process-item:nth-child(odd) .row.popdown-container, .bleed.far2x.roomy .carousel.massive-nav .crsl-nav .popdown-container.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav .process .far2x.roomy.process-item:nth-child(odd) .popdown-container.crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .bleed.far2x.roomy .popdown-container.crsl-nav-helper, .process .far2x.roomy.process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .popdown-container.crsl-nav-helper {
  margin-bottom: -175px; }

/* ---------------------- */
/* Quick Facts	*/
/* ---------------------- */
.numeric-facts-home.numeric-facts .number {
  font-size: 68px;
  /* Text style for "32,20" */
  letter-spacing: -0.57px;
  /* Text style for "0" */
  letter-spacing: -0.54px; }

.numeric-facts-home.numeric-facts .detail {
  font-family: Cardo, 'Times New Roman', serif;
  font-size: 22px;
  letter-spacing: 0.03px;
  line-height: 28px;
  text-transform: capitalize; }

/* ---------------------- */
/* Community Events	*/
/* ---------------------- */
.home-accent .date, .home-patient-care-accent .date {
  font-size: 36px;
  line-height: 40px; }

.home-accent .month, .home-patient-care-accent .month {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase; }

/* _______________________________________________________________ */
/*  Stories Landing and Detail Pages
/*  Special styles for stories landing one-off, and for stories detail complex header
/* _______________________________________________________________ */
body.stories {
  background: #E6E3DA; }

body.stories .header.main-header {
  overflow: hidden;
  position: relative; }

body.stories .header.main-header a.button {
  line-height: 30px;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0; }

@media (max-width: 1100px) {
  body.stories .header.main-header a.button {
    display: block; } }

body.stories .header.main-header .content .logo {
  background: url("/images/hexagon-stories-landing-text.png?1587651174") no-repeat bottom left;
  padding: 50px 0 130px 140px;
  margin-top: -30px;
  margin-left: -170px; }

@media (max-width: 1366px) {
  body.stories .header.main-header .content .logo {
    margin-left: -120px; } }

@media (max-width: 900px) {
  body.stories .header.main-header .content .logo {
    margin-top: -50px;
    padding-bottom: 90px; } }

@media (max-width: 1100px) {
  body.stories .header.main-header .content .logo {
    background-image: none;
    background: #fff;
    padding: 10px 20px;
    margin: 0; } }

@media (max-width: 500px) {
  body.stories .header.main-header .content .logo {
    text-align: center; }
  body.stories .header.main-header .content .logo a.vert {
    display: inline-block; }
  body.stories .header.main-header .content .logo a.horiz {
    display: none; } }

body.stories .header.main-header .content .stories-header {
  text-align: right;
  color: #C0511B;
  margin-right: -200px;
  padding: 100px 300px 165px 0;
  background: url("/images/hexagon-stories-landing-text-transparent.png?1587651174") no-repeat top right;
  margin-top: 150px; }

@media (max-width: 80.5em) {
  body.stories .header.main-header .content .stories-header {
    padding-bottom: 0; } }

@media (max-width: 900px) {
  body.stories .header.main-header .content .stories-header {
    padding-top: 60px;
    padding-right: 255px; } }

@media (max-width: 1100px) {
  body.stories .header.main-header .content .stories-header {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: none;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.25em;
    width: 100%; } }

@media (max-width: 500px) {
  body.stories .header.main-header .content .stories-header {
    padding: 0.625em; } }

body.stories .header.main-header .content .stories-header h2 {
  font-size: 3em;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 200;
  line-height: 1em; }

@media (max-width: 900px) {
  body.stories .header.main-header .content .stories-header h2 {
    font-size: 2.5em; } }

@media (max-width: 1100px) {
  body.stories .header.main-header .content .stories-header h2 {
    padding-bottom: 0; } }

@media (max-width: 500px) {
  body.stories .header.main-header .content .stories-header h2 {
    font-size: 1.6em; } }

body.stories .header.main-header .content .stories-header h2 span {
  display: block; }

@media (max-width: 1100px) {
  body.stories .header.main-header .content .stories-header h2 span {
    display: inline;
    font-weight: normal; } }

body.stories .header.main-header .photo {
  margin-top: 30px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1; }

@media (max-width: 1100px) {
  body.stories .header.main-header .photo {
    position: static;
    margin-top: 0; } }

body.stories .header.main-header .photo img {
  margin: 0 auto; }

body.stories .row.story, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper {
  background: #fff;
  margin-top: -165px;
  position: relative;
  z-index: 2; }

@media (max-width: 80.5em) {
  body.stories .row.story, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper {
    margin-top: 0; } }

@media (max-width: 360px) {
  body.stories .row.story, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper {
    padding: 10px; } }

body.stories .row.story .columns, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper .columns, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper .columns, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper .columns, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper .columns {
  padding: 1.875em; }

@media (max-width: 360px) {
  body.stories .row.story .columns, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper .columns, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper .columns, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper .columns, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper .columns {
    padding: 10px; } }

body.stories .row.story .mobile-only-meta, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper .mobile-only-meta, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper .mobile-only-meta, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper .mobile-only-meta, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper .mobile-only-meta {
  display: none; }

@media (max-width: 767px) {
  body.stories .row.story .mobile-only-meta, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper .mobile-only-meta, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper .mobile-only-meta, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper .mobile-only-meta, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper .mobile-only-meta {
    display: block; }
  body.stories .row.story .mobile-only-meta hr, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper .mobile-only-meta hr, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper .mobile-only-meta hr, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper .mobile-only-meta hr, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper .mobile-only-meta hr {
    display: none; } }

body.stories .row.story h1.story-title, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h1.story-title, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h1.story-title, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h1.story-title, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h1.story-title, body.stories .row.story h2.story-title, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h2.story-title, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h2.story-title, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h2.story-title, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h2.story-title, body.stories .row.story h3.story-title, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h3.story-title, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h3.story-title, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h3.story-title, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h3.story-title, body.stories .row.story h4.story-title, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h4.story-title, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h4.story-title, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h4.story-title, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h4.story-title, body.stories .row.story h5.story-title, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h5.story-title, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h5.story-title, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h5.story-title, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h5.story-title, body.stories .row.story h6.story-title, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h6.story-title, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h6.story-title, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h6.story-title, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h6.story-title {
  font-weight: normal; }

body.stories .row.story h1.story-intro, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h1.story-intro, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h1.story-intro, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h1.story-intro, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h1.story-intro, body.stories .row.story h2.story-intro, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h2.story-intro, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h2.story-intro, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h2.story-intro, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h2.story-intro, body.stories .row.story h3.story-intro, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h3.story-intro, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h3.story-intro, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h3.story-intro, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h3.story-intro, body.stories .row.story h4.story-intro, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h4.story-intro, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h4.story-intro, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h4.story-intro, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h4.story-intro, body.stories .row.story h5.story-intro, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h5.story-intro, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h5.story-intro, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h5.story-intro, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h5.story-intro, body.stories .row.story h6.story-intro, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h6.story-intro, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h6.story-intro, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper h6.story-intro, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper h6.story-intro {
  color: #999;
  font-weight: normal; }

body.stories .row.story article.story-text h1, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper article.story-text h1, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper article.story-text h1, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper article.story-text h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper article.story-text h1, body.stories .row.story article.story-text h2, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper article.story-text h2, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper article.story-text h2, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper article.story-text h2, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper article.story-text h2, body.stories .row.story article.story-text h3, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper article.story-text h3, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper article.story-text h3, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper article.story-text h3, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper article.story-text h3, body.stories .row.story article.story-text h4, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper article.story-text h4, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper article.story-text h4, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper article.story-text h4, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper article.story-text h4, body.stories .row.story article.story-text h5, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper article.story-text h5, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper article.story-text h5, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper article.story-text h5, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper article.story-text h5, body.stories .row.story article.story-text h6, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper article.story-text h6, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper article.story-text h6, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper article.story-text h6, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper article.story-text h6 {
  color: #855F5D; }

body.stories .row.story article.story-text .span-cols, body.stories .bleed .carousel.massive-nav .crsl-nav .story.crsl-nav-helper article.story-text .span-cols, .bleed .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper article.story-text .span-cols, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story.crsl-nav-helper article.story-text .span-cols, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story.crsl-nav-helper article.story-text .span-cols {
  margin-bottom: 1.875em; }

body.stories .meta {
  font-size: 1.125em; }

body.stories .meta span.date {
  border-right: #171717 1px solid;
  padding-right: 10px;
  margin-right: 10px; }

body.stories .meta hr {
  margin-bottom: 20px; }

body.stories .meta .share {
  font-style: italic;
  vertical-align: top; }

body.stories .meta .share a {
  font-size: 1.4em;
  padding: 0 10px; }

body.stories .meta .share a:hover {
  text-decoration: none; }

body.stories .story-sidebar .meta, body.stories .story-sidebar .callout {
  margin-bottom: 2.5em; }

@media (max-width: 767px) {
  body.stories .story-sidebar .meta {
    display: none; } }

body.stories .story-sidebar .callout blockquote, body.stories .story-sidebar .callout .caption, body.stories .story-sidebar .callout.rule-left {
  border-left: #999999 1px solid;
  padding-left: 30px; }

@media (max-width: 767px) {
  body.stories .story-sidebar .callout blockquote, body.stories .story-sidebar .callout .caption, body.stories .story-sidebar .callout.rule-left {
    border-left: 0;
    padding-left: 0; } }

@media (max-width: 900px) {
  body.stories .story-sidebar .callout blockquote {
    font-size: 1.4em; } }

body.stories .story-sidebar .callout .caption {
  color: #8A6829; }

body.stories .story-sidebar .callout h1.first, body.stories .story-sidebar .callout h1:first-child, body.stories .story-sidebar .callout h2.first, body.stories .story-sidebar .callout h2:first-child, body.stories .story-sidebar .callout h3.first, body.stories .story-sidebar .callout h3:first-child, body.stories .story-sidebar .callout h4.first, body.stories .story-sidebar .callout h4:first-child, body.stories .story-sidebar .callout h5.first, body.stories .story-sidebar .callout h5:first-child, body.stories .story-sidebar .callout h6.first, body.stories .story-sidebar .callout h6:first-child {
  color: #855F5D; }

body.stories .row.story-footer, body.stories .bleed .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper {
  background: #fff;
  position: relative;
  z-index: 2; }

body.stories .row.story-footer .columns, body.stories .bleed .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper .columns, .bleed .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper .columns, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper .columns, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper .columns {
  padding: 1.875em; }

@media (max-width: 360px) {
  body.stories .row.story-footer .columns, body.stories .bleed .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper .columns, .bleed .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper .columns, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper .columns, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper .columns {
    padding: 10px; } }

body.stories .row.story-footer footer.story-footer, body.stories .bleed .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer, .bleed .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer {
  border: #999999 1px solid;
  padding: 20px;
  padding-bottom: 0; }

@media (max-width: 360px) {
  body.stories .row.story-footer footer.story-footer, body.stories .bleed .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer, .bleed .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer {
    text-align: center; } }

@media (max-width: 360px) {
  body.stories .row.story-footer footer.story-footer ul, body.stories .bleed .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer ul, .bleed .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer ul, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer ul, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer ul {
    margin-left: 0; } }

@media (max-width: 360px) {
  body.stories .row.story-footer footer.story-footer ul li, body.stories .bleed .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer ul li, .bleed .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer ul li, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer ul li, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer ul li {
    border-bottom: #999999 1px solid;
    margin-bottom: 20px; }
  body.stories .row.story-footer footer.story-footer ul li.last, body.stories .bleed .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer ul li.last, .bleed .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer ul li.last, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer ul li.last, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer ul li.last, body.stories .row.story-footer footer.story-footer ul li:last-child, body.stories .bleed .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer ul li:last-child, .bleed .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer ul li:last-child, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer ul li:last-child, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0; } }

body.stories .row.story-footer footer.story-footer ul li img, body.stories .bleed .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer ul li img, .bleed .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer ul li img, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer ul li img, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer ul li img {
  float: left;
  margin-right: 1.25em; }

@media (max-width: 360px) {
  body.stories .row.story-footer footer.story-footer ul li img, body.stories .bleed .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer ul li img, .bleed .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer ul li img, body.stories .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .story-footer.crsl-nav-helper footer.story-footer ul li img, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories .story-footer.crsl-nav-helper footer.story-footer ul li img {
    display: inline-block;
    margin: 0 auto;
    float: none; } }

body.stories footer#main-footer.footer-stories .footer-bottom {
  position: relative;
  z-index: 1;
  padding-top: 330px;
  margin-top: -300px; }

body.stories-landing {
  background: #fff url("/images/bg-stories-landing-hexes-and-glows.png?1587651052") no-repeat top center;
  overflow-x: hidden; }

@media (max-width: 80.5em) {
  body.stories-landing {
    background-position: -156px 0; } }

@media (max-width: 900px) {
  body.stories-landing {
    background-image: none; } }

body.stories-landing .row.primary, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper {
  position: relative;
  z-index: 1;
  margin-bottom: -167px; }

@media (max-width: 900px) {
  body.stories-landing .row.primary, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper {
    margin-bottom: 0; } }

body.stories-landing .row.primary .logo, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo {
  position: relative; }

@media (max-width: 900px) {
  body.stories-landing .row.primary .logo, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo {
    width: 100%;
    background: #fff;
    text-align: center;
    border-bottom: #999999 1px solid; } }

body.stories-landing .row.primary .logo a, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo a, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo a, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo a, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo a {
  margin: 70px 0 0 90px; }

@media (max-width: 900px) {
  body.stories-landing .row.primary .logo a, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo a, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo a, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo a, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo a {
    margin: 20px; } }

body.stories-landing .row.primary .logo img.small-views-hex, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo img.small-views-hex, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo img.small-views-hex, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo img.small-views-hex, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo img.small-views-hex {
  display: none; }

@media (max-width: 900px) {
  body.stories-landing .row.primary .logo img.small-views-hex, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo img.small-views-hex, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo img.small-views-hex, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo img.small-views-hex, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo img.small-views-hex {
    position: absolute;
    left: 0;
    bottom: -50px; } }

@media (max-width: 500px) {
  body.stories-landing .row.primary .logo a.vert, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo a.vert, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo a.vert, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo a.vert, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo a.vert {
    display: inline-block; }
  body.stories-landing .row.primary .logo a.horiz, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo a.horiz, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo a.horiz, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .logo a.horiz, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .logo a.horiz {
    display: none; } }

body.stories-landing .row.primary .story-hex, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex {
  position: absolute;
  top: 300px;
  left: -77px;
  z-index: 4;
  background: url("/images/hexagon-stories-landing-text.png?1587651174") no-repeat bottom left;
  -webkit-background-size: contain;
          background-size: contain;
  width: 638px;
  height: 585px;
  padding: 76px 134px 220px 166px;
  color: #171717; }

@media (max-width: 900px) {
  body.stories-landing .row.primary .story-hex, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex {
    position: static;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 40px;
    background: #fff;
    border-bottom: #999999 1px solid; } }

body.stories-landing .row.primary .story-hex:hover, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex:hover, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex:hover, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex:hover, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex:hover {
  text-decoration: none; }

body.stories-landing .row.primary .story-hex .story-detail h1, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 {
  line-height: 1em;
  color: #C0511B;
  font-size: 3em; }

@media (max-width: 900px) {
  body.stories-landing .row.primary .story-hex .story-detail h1, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 {
    float: left;
    margin-right: 30px; } }

@media (max-width: 640px) {
  body.stories-landing .row.primary .story-hex .story-detail h1, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 0.7em; } }

body.stories-landing .row.primary .story-hex .story-detail h1 span, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1 span, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 span, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1 span, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 span {
  display: block; }

@media (max-width: 640px) {
  body.stories-landing .row.primary .story-hex .story-detail h1 span, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1 span, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 span, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1 span, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 span {
    display: inline; } }

body.stories-landing .row.primary .story-hex .story-detail h1 span.stories, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1 span.stories, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 span.stories, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1 span.stories, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 span.stories {
  font-weight: normal;
  font-size: 0.45em;
  line-height: 1em;
  margin-left: 20px; }

@media (max-width: 640px) {
  body.stories-landing .row.primary .story-hex .story-detail h1 span.stories, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1 span.stories, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 span.stories, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1 span.stories, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 span.stories {
    margin: 0;
    font-size: 0.7em;
    font-weight: 200; } }

body.stories-landing .row.primary .story-hex .story-detail h1 span.making, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1 span.making, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 span.making, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1 span.making, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 span.making {
  font-weight: 200;
  font-size: 0.7em;
  line-height: 1em;
  margin-left: 40px; }

@media (max-width: 640px) {
  body.stories-landing .row.primary .story-hex .story-detail h1 span.making, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1 span.making, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 span.making, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1 span.making, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 span.making {
    margin: 0;
    font-size: 0.7em;
    font-weight: 200; } }

@media (max-width: 640px) {
  body.stories-landing .row.primary .story-hex .story-detail h1 span.action, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1 span.action, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 span.action, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail h1 span.action, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail h1 span.action {
    margin: 0;
    font-size: 0.7em;
    font-weight: 200; } }

body.stories-landing .row.primary .story-hex .story-detail p.story-intro, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail p.story-intro, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail p.story-intro, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail p.story-intro, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail p.story-intro {
  margin-bottom: 0.4375em; }

body.stories-landing .row.primary .story-hex .story-detail p.story-link, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail p.story-link, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail p.story-link, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-hex .story-detail p.story-link, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-hex .story-detail p.story-link {
  color: #C0511B; }

body.stories-landing .row.primary .story-image, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-image, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-image, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-image, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-image {
  position: relative;
  max-width: 700px;
  top: -50px;
  left: 390px;
  z-index: 3; }

@media (max-width: 900px) {
  body.stories-landing .row.primary .story-image, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-image, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-image, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-image, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-image {
    position: static;
    max-width: none; } }

body.stories-landing .row.primary .story-image img, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-image img, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-image img, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-image img, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-image img {
  max-width: none; }

body.stories-landing .row.primary .story-image img.small-only, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-image img.small-only, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-image img.small-only, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-image img.small-only, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-image img.small-only {
  display: none;
  max-width: 100%;
  width: 100%; }

@media (max-width: 900px) {
  body.stories-landing .row.primary .story-image img.small-only, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-image img.small-only, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-image img.small-only, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-image img.small-only, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-image img.small-only {
    display: inline-block; } }

@media (max-width: 900px) {
  body.stories-landing .row.primary .story-image img.large-only, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-image img.large-only, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-image img.large-only, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .primary.crsl-nav-helper .story-image img.large-only, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .primary.crsl-nav-helper .story-image img.large-only {
    display: none; } }

body.stories-landing .bleed, body.stories-landing .process .process-item:nth-child(odd), .process body.stories-landing .process-item:nth-child(odd) {
  background: #fff;
  padding-top: 1.25em;
  position: relative;
  z-index: 2; }

@media (max-width: 900px) {
  body.stories-landing .bleed, body.stories-landing .process .process-item:nth-child(odd), .process body.stories-landing .process-item:nth-child(odd) {
    padding-top: 0; } }

body.stories-landing .bleed .row.secondary, body.stories-landing .process .process-item:nth-child(odd) .row.secondary, .process body.stories-landing .process-item:nth-child(odd) .row.secondary, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .process .process-item:nth-child(odd) .secondary.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav .process body.stories-landing .process-item:nth-child(odd) .secondary.crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .bleed .secondary.crsl-nav-helper, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper, .process body.stories-landing .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper {
  position: relative;
  z-index: 10;
  margin-bottom: 100px; }

@media (max-width: 767px) {
  body.stories-landing .bleed .row.secondary, body.stories-landing .process .process-item:nth-child(odd) .row.secondary, .process body.stories-landing .process-item:nth-child(odd) .row.secondary, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .process .process-item:nth-child(odd) .secondary.crsl-nav-helper, .bleed .carousel.massive-nav .crsl-nav .process body.stories-landing .process-item:nth-child(odd) .secondary.crsl-nav-helper, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .bleed .secondary.crsl-nav-helper, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper, .process body.stories-landing .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper {
    margin-bottom: 0px; } }

@media (max-width: 767px) {
  body.stories-landing .bleed .row.secondary .story, body.stories-landing .process .process-item:nth-child(odd) .row.secondary .story, .process body.stories-landing .process-item:nth-child(odd) .row.secondary .story, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper .story, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .process .process-item:nth-child(odd) .secondary.crsl-nav-helper .story, .bleed .carousel.massive-nav .crsl-nav .process body.stories-landing .process-item:nth-child(odd) .secondary.crsl-nav-helper .story, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .bleed .secondary.crsl-nav-helper .story, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper .story, .process body.stories-landing .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper .story {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: #999999 1px solid; }
  body.stories-landing .bleed .row.secondary .story:last-child, body.stories-landing .process .process-item:nth-child(odd) .row.secondary .story:last-child, .process body.stories-landing .process-item:nth-child(odd) .row.secondary .story:last-child, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper .story:last-child, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .process .process-item:nth-child(odd) .secondary.crsl-nav-helper .story:last-child, .bleed .carousel.massive-nav .crsl-nav .process body.stories-landing .process-item:nth-child(odd) .secondary.crsl-nav-helper .story:last-child, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .bleed .secondary.crsl-nav-helper .story:last-child, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper .story:last-child, .process body.stories-landing .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper .story:last-child {
    border-bottom: 0; } }

body.stories-landing .bleed .row.secondary .story img, body.stories-landing .process .process-item:nth-child(odd) .row.secondary .story img, .process body.stories-landing .process-item:nth-child(odd) .row.secondary .story img, body.stories-landing .bleed .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper .story img, .bleed .carousel.massive-nav .crsl-nav body.stories-landing .process .process-item:nth-child(odd) .secondary.crsl-nav-helper .story img, .bleed .carousel.massive-nav .crsl-nav .process body.stories-landing .process-item:nth-child(odd) .secondary.crsl-nav-helper .story img, .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav body.stories-landing .bleed .secondary.crsl-nav-helper .story img, body.stories-landing .process .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper .story img, .process body.stories-landing .process-item:nth-child(odd) .carousel.massive-nav .crsl-nav .secondary.crsl-nav-helper .story img {
  margin-bottom: 1.25em; }

footer#main-footer.footer-stories {
  padding: 0;
  background: none; }

footer#main-footer.footer-stories .footer-bottom {
  color: #fff;
  padding: 100px 0;
  background-color: #C0511B;
  background-image: url("/images/bg-hexes-stories-detail-footer.png?1587651052");
  background-repeat: no-repeat;
  background-position: center center; }

footer#main-footer.footer-stories .footer-bottom ul {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwMHB4IiBjeT0iNTAwcHgiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: -webkit-radial-gradient(500px 500px, rgba(0, 0, 0, 0.25), transparent);
  background-image: radial-gradient(500px 500px, rgba(0, 0, 0, 0.25), transparent); }

footer#main-footer.footer-stories .footer-bottom ul li {
  display: inline-block;
  padding: 5px 30px; }

footer#main-footer.footer-stories .footer-bottom ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2em; }

footer#main-footer.footer-stories .footer-bottom p {
  font-size: 1.2em; }

/**
@font-face { font-family: "uthscsa-icons"; src: url("/fonts/fonts/uthscsa-icons.eot"); src: url("/fonts/fonts/uthscsa-icons.eot?#iefix") format("embedded-opentype"), url("/fonts/fonts/uthscsa-icons.woff") format("woff"), url("/fonts/fonts/uthscsa-icons.ttf") format("truetype"), url("/fonts/fonts/uthscsa-icons.svg#uthscsa-icons") format("svg"); font-weight: normal; font-style: normal; }
[data-icon]:before { font-family: "uthscsa-icons" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
**/
[class^="icon-"]:before, footer.footer-top-level#main-footer .footer-top hr.hex:after, [class*=" icon-"]:before {
  font-family: "uthscsa-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-person-labcoat-male:before {
  content: "k"; }

.icon-book:before {
  content: "p"; }

.icon-quicklinks:before {
  content: "q"; }

.icon-search:before {
  content: "r"; }

.icon-med-case-lines:before {
  content: "s"; }

.icon-close:before {
  content: "t"; }

.icon-carat-double-up:before {
  content: "u"; }

.icon-carat-double-down:before {
  content: "v"; }

.icon-carat-double-left:before {
  content: "w"; }

.icon-carat-double-right:before {
  content: "x"; }

.icon-facebook:before {
  content: "z"; }

.icon-email:before {
  content: "B"; }

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

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

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

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

.icon-calendar-grid:before {
  content: "G"; }

.icon-calendar-blank:before {
  content: "H"; }

.icon-facebook-square:before {
  content: "I"; }

.icon-linkedin-square:before {
  content: "K"; }

.icon-googleplus-square:before {
  content: "L"; }

.icon-youtube-square:before {
  content: "M"; }

.icon-doctor:before {
  content: "N"; }

.icon-person:before {
  content: "P"; }

.icon-world:before {
  content: "Q"; }

.icon-reset:before {
  content: "R"; }

.icon-question-circle:before {
  content: "S"; }

.icon-information-circle:before {
  content: "T"; }

.icon-exclaim-circle:before {
  content: "U"; }

.icon-carat-down:before {
  content: "V"; }

.icon-carat-left:before {
  content: "W"; }

.icon-carat-right:before {
  content: "X"; }

.icon-carat-up:before {
  content: "Y"; }

.icon-checkbox-checked:before {
  content: "Z"; }

.icon-checkbox-unchecked:before {
  content: "0"; }

.icon-map-marker:before {
  content: "1"; }

.icon-lightbulb:before {
  content: "2"; }

.icon-star:before {
  content: "3"; }

.icon-document:before {
  content: "4"; }

.icon-download:before {
  content: "5"; }

.icon-home:before {
  content: "7"; }

.icon-plus:before {
  content: "8"; }

.icon-minus:before {
  content: "9"; }

.icon-arrow-triangle-down:before {
  content: "!"; }

.icon-arrow-triangle-left:before {
  content: "\""; }

.icon-arrow-triangle-right:before {
  content: "#"; }

.icon-arrow-triangle-up:before {
  content: "$"; }

.icon-flask:before {
  content: "%"; }

.icon-question:before {
  content: "&"; }

.icon-information:before {
  content: "'"; }

.icon-exclaim:before {
  content: "("; }

.icon-tag-2:before {
  content: "J"; }

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

.icon-trash-bin:before {
  content: "/"; }

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

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

.icon-tumblr:before {
  content: "<"; }

.icon-umbrella:before {
  content: ">"; }

.icon-unlock-2:before {
  content: "@"; }

.icon-upload:before {
  content: "["; }

.icon-user:before {
  content: "]"; }

.icon-window-list:before {
  content: "y"; }

.icon-gamepad:before {
  content: "\e007"; }

.icon-gears-setting:before {
  content: "\e011"; }

.icon-harddrive:before {
  content: "6"; }

.icon-headphone:before {
  content: "\e010"; }

.icon-italic:before {
  content: "*"; }

.icon-key:before {
  content: "+"; }

.icon-like:before {
  content: ","; }

.icon-like-filled:before {
  content: "-"; }

.icon-log-in:before {
  content: "\e012"; }

.icon-log-out:before {
  content: "?"; }

.icon-minus-square:before {
  content: "^"; }

.icon-money-banknote:before {
  content: "_"; }

.icon-pinterest:before {
  content: "`"; }

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

.icon-puzzle:before {
  content: "|"; }

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

.icon-resize-down:before {
  content: "~"; }

.icon-resize-expand:before {
  content: "\\"; }

.icon-share-square:before {
  content: "\e000"; }

.icon-share-square-1:before {
  content: "\e001"; }

.icon-sort-amount-two:before {
  content: "\e002"; }

.icon-sort-numeric:before {
  content: "\e003"; }

.icon-stop:before {
  content: "\e004"; }

.icon-tasks:before {
  content: "\e005"; }

.icon-twitter:before {
  content: "A"; }

.icon-stethoscope:before {
  content: "O"; }

.icon-talk-chat:before {
  content: "\e008"; }

.icon-talk-chat-2:before {
  content: ")"; }

.icon-tumblr-square:before {
  content: "="; }

.icon-video-camera:before {
  content: "\e006"; }

.icon-apple:before {
  content: "a"; }

.icon-checkbox-pen:before {
  content: "b"; }

.icon-dollar-sign:before {
  content: "c"; }

.icon-double-arrows:before {
  content: "\e00b"; }

.icon-hexagon:before {
  content: "d"; }

.icon-house:before {
  content: "\e00a"; }

.icon-med-case:before {
  content: "f"; }

.icon-medal:before {
  content: "g"; }

.icon-microscope:before {
  content: "h"; }

.icon-people:before {
  content: "i"; }

.icon-person-labcoat-female:before {
  content: "j"; }

.icon-steps:before {
  content: "\e00c"; }

.icon-toolbox:before {
  content: "\e009"; }

.icon-tooth:before {
  content: "l"; }

.icon-tooth-sparkle:before {
  content: "m"; }

.icon-toothbrush:before {
  content: "n"; }

.icon-toothbrush-toothpaste:before {
  content: "o"; }

.icon-instagram:before {
  content: "\e00d"; }

.icon-logo-hex-group:before {
  content: "e"; }

.icon-uth-shield:before, footer.footer-top-level#main-footer .footer-top hr.hex:after {
  content: "\e00f"; }

.icon-mirror:before {
  content: "\e013"; }

.icon-gradcap:before {
  content: "\e014"; }

/* ---------------------- */
/* Colorizing Icons                  */
/* ---------------------- */
.icon-star.colorize-icon {
  color: #f7c331; }

.icon-facebook.colorize-icon {
  color: #3b5997; }

.icon-twitter.colorize-icon {
  color: #41b7d8; }

.icon-facebook-square.colorize-icon {
  color: #3b5997; }

.icon-twitter-square.colorize-icon {
  color: #41b7d8; }

.icon-linkedin-square.colorize-icon {
  color: #0073b2; }

.icon-googleplus-square.colorize-icon {
  color: #d64937; }

.icon-youtube-square.colorize-icon {
  color: #cd201f; }

.icon-clock.colorize-icon {
  color: #7a68ad; }

.icon-medal.colorize-icon {
  color: #0564a5; }

.icon-dollar-sign.colorize-icon {
  color: #037557; }

.icon-colorized-gray {
  color: #cbc2b6; }

.icon-print:before {
  content: "\e00e"; }

/*  Foundation Icons v 3.0 Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3 MIT License */
@font-face {
  font-family: "foundation-icons";
  src: url("/fonts/foundation-icons/foundation-icons.eot");
  src: url("/fonts/foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("/fonts/foundation-icons/foundation-icons.woff") format("woff"), url("/fonts/foundation-icons/foundation-icons.ttf") format("truetype"), url("/fonts/foundation-icons/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal; }

.fi-address-book:before, .fi-alert:before, .fi-align-center:before, .fi-align-justify:before, .fi-align-left:before, .fi-align-right:before, .fi-anchor:before, .fi-annotate:before, .fi-archive:before, .fi-arrow-down:before, .fi-arrow-left:before, .fi-arrow-right:before, .fi-arrow-up:before, .fi-arrows-compress:before, .fi-arrows-expand:before, .fi-arrows-in:before, .fi-arrows-out:before, .fi-asl:before, .fi-asterisk:before, .fi-at-sign:before, .fi-background-color:before, .fi-battery-empty:before, .fi-battery-full:before, .fi-battery-half:before, .fi-bitcoin-circle:before, .fi-bitcoin:before, .fi-blind:before, .fi-bluetooth:before, .fi-bold:before, .fi-book-bookmark:before, .fi-book:before, .fi-bookmark:before, .fi-braille:before, .fi-burst-new:before, .fi-burst-sale:before, .fi-burst:before, .fi-calendar:before, .fi-camera:before, .fi-check:before, .fi-checkbox:before, .fi-clipboard-notes:before, .fi-clipboard-pencil:before, .fi-clipboard:before, .fi-clock:before, .fi-closed-caption:before, .fi-cloud:before, .fi-comment-minus:before, .fi-comment-quotes:before, .fi-comment-video:before, .fi-comment:before, .fi-comments:before, .fi-compass:before, .fi-contrast:before, .fi-credit-card:before, .fi-crop:before, .fi-crown:before, .fi-css3:before, .fi-database:before, .fi-die-five:before, .fi-die-four:before, .fi-die-one:before, .fi-die-six:before, .fi-die-three:before, .fi-die-two:before, .fi-dislike:before, .fi-dollar-bill:before, .fi-dollar:before, .fi-download:before, .fi-eject:before, .fi-elevator:before, .fi-euro:before, .fi-eye:before, .fi-fast-forward:before, .fi-female-symbol:before, .fi-female:before, .fi-filter:before, .fi-first-aid:before, .fi-flag:before, .fi-folder-add:before, .fi-folder-lock:before, .fi-folder:before, .fi-foot:before, .fi-foundation:before, .fi-graph-bar:before, .fi-graph-horizontal:before, .fi-graph-pie:before, .fi-graph-trend:before, .fi-guide-dog:before, .fi-hearing-aid:before, .fi-heart:before, .fi-home:before, .fi-html5:before, .fi-indent-less:before, .fi-indent-more:before, .fi-info:before, .fi-italic:before, .fi-key:before, .fi-laptop:before, .fi-layout:before, .fi-lightbulb:before, .fi-like:before, .fi-link:before, .fi-list-bullet:before, .fi-list-number:before, .fi-list-thumbnails:before, .fi-list:before, .fi-lock:before, .fi-loop:before, .fi-magnifying-glass:before, .fi-mail:before, .fi-male-female:before, .fi-male-symbol:before, .fi-male:before, .fi-map:before, .fi-marker:before, .fi-megaphone:before, .fi-microphone:before, .fi-minus-circle:before, .fi-minus:before, .fi-mobile-signal:before, .fi-mobile:before, .fi-monitor:before, .fi-mountains:before, .fi-music:before, .fi-next:before, .fi-no-dogs:before, .fi-no-smoking:before, .fi-page-add:before, .fi-page-copy:before, .fi-page-csv:before, .fi-page-delete:before, .fi-page-doc:before, .fi-page-edit:before, .fi-page-export-csv:before, .fi-page-export-doc:before, .fi-page-export-pdf:before, .fi-page-export:before, .fi-page-filled:before, .fi-page-multiple:before, .fi-page-pdf:before, .fi-page-remove:before, .fi-page-search:before, .fi-page:before, .fi-paint-bucket:before, .fi-paperclip:before, .fi-pause:before, .fi-paw:before, .fi-paypal:before, .fi-pencil:before, .fi-photo:before, .fi-play-circle:before, .fi-play-video:before, .fi-play:before, .fi-plus:before, .fi-pound:before, .fi-power:before, .fi-previous:before, .fi-price-tag:before, .fi-pricetag-multiple:before, .fi-print:before, .fi-prohibited:before, .fi-projection-screen:before, .fi-puzzle:before, .fi-quote:before, .fi-record:before, .fi-refresh:before, .fi-results-demographics:before, .fi-results:before, .fi-rewind-ten:before, .fi-rewind:before, .fi-rss:before, .fi-safety-cone:before, .fi-save:before, .fi-share:before, .fi-sheriff-badge:before, .fi-shield:before, .fi-shopping-bag:before, .fi-shopping-cart:before, .fi-shuffle:before, .fi-skull:before, .fi-social-500px:before, .fi-social-adobe:before, .fi-social-amazon:before, .fi-social-android:before, .fi-social-apple:before, .fi-social-behance:before, .fi-social-bing:before, .fi-social-blogger:before, .fi-social-delicious:before, .fi-social-designer-news:before, .fi-social-deviant-art:before, .fi-social-digg:before, .fi-social-dribbble:before, .fi-social-drive:before, .fi-social-dropbox:before, .fi-social-evernote:before, .fi-social-facebook:before, .fi-social-flickr:before, .fi-social-forrst:before, .fi-social-foursquare:before, .fi-social-game-center:before, .fi-social-github:before, .fi-social-google-plus:before, .fi-social-hacker-news:before, .fi-social-hi5:before, .fi-social-instagram:before, .fi-social-joomla:before, .fi-social-lastfm:before, .fi-social-linkedin:before, .fi-social-medium:before, .fi-social-myspace:before, .fi-social-orkut:before, .fi-social-path:before, .fi-social-picasa:before, .fi-social-pinterest:before, .fi-social-rdio:before, .fi-social-reddit:before, .fi-social-skillshare:before, .fi-social-skype:before, .fi-social-smashing-mag:before, .fi-social-snapchat:before, .fi-social-spotify:before, .fi-social-squidoo:before, .fi-social-stack-overflow:before, .fi-social-steam:before, .fi-social-stumbleupon:before, .fi-social-treehouse:before, .fi-social-tumblr:before, .fi-social-twitter:before, .fi-social-vimeo:before, .fi-social-windows:before, .fi-social-xbox:before, .fi-social-yahoo:before, .fi-social-yelp:before, .fi-social-youtube:before, .fi-social-zerply:before, .fi-social-zurb:before, .fi-sound:before, .fi-star:before, .fi-stop:before, .fi-strikethrough:before, .fi-subscript:before, .fi-superscript:before, .fi-tablet-landscape:before, .fi-tablet-portrait:before, .fi-target-two:before, .fi-target:before, .fi-telephone-accessible:before, .fi-telephone:before, .fi-text-color:before, .fi-thumbnails:before, .fi-ticket:before, .fi-torso-business:before, .fi-torso-female:before, .fi-torso:before, .fi-torsos-all-female:before, .fi-torsos-all:before, .fi-torsos-female-male:before, .fi-torsos-male-female:before, .fi-torsos:before, .fi-trash:before, .fi-trees:before, .fi-trophy:before, .fi-underline:before, .fi-universal-access:before, .fi-unlink:before, .fi-unlock:before, .fi-upload-cloud:before, .fi-upload:before, .fi-usb:before, .fi-video:before, .fi-volume-none:before, .fi-volume-strike:before, .fi-volume:before, .fi-web:before, .fi-wheelchair:before, .fi-widget:before, .fi-wrench:before, .fi-x-circle:before, .fi-x:before, .fi-yen:before, .fi-zoom-in:before, .fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.fi-address-book:before {
  content: "\f100"; }

.fi-alert:before {
  content: "\f101"; }

.fi-align-center:before {
  content: "\f102"; }

.fi-align-justify:before {
  content: "\f103"; }

.fi-align-left:before {
  content: "\f104"; }

.fi-align-right:before {
  content: "\f105"; }

.fi-anchor:before {
  content: "\f106"; }

.fi-annotate:before {
  content: "\f107"; }

.fi-archive:before {
  content: "\f108"; }

.fi-arrow-down:before {
  content: "\f109"; }

.fi-arrow-left:before {
  content: "\f10a"; }

.fi-arrow-right:before {
  content: "\f10b"; }

.fi-arrow-up:before {
  content: "\f10c"; }

.fi-arrows-compress:before {
  content: "\f10d"; }

.fi-arrows-expand:before {
  content: "\f10e"; }

.fi-arrows-in:before {
  content: "\f10f"; }

.fi-arrows-out:before {
  content: "\f110"; }

.fi-asl:before {
  content: "\f111"; }

.fi-asterisk:before {
  content: "\f112"; }

.fi-at-sign:before {
  content: "\f113"; }

.fi-background-color:before {
  content: "\f114"; }

.fi-battery-empty:before {
  content: "\f115"; }

.fi-battery-full:before {
  content: "\f116"; }

.fi-battery-half:before {
  content: "\f117"; }

.fi-bitcoin-circle:before {
  content: "\f118"; }

.fi-bitcoin:before {
  content: "\f119"; }

.fi-blind:before {
  content: "\f11a"; }

.fi-bluetooth:before {
  content: "\f11b"; }

.fi-bold:before {
  content: "\f11c"; }

.fi-book-bookmark:before {
  content: "\f11d"; }

.fi-book:before {
  content: "\f11e"; }

.fi-bookmark:before {
  content: "\f11f"; }

.fi-braille:before {
  content: "\f120"; }

.fi-burst-new:before {
  content: "\f121"; }

.fi-burst-sale:before {
  content: "\f122"; }

.fi-burst:before {
  content: "\f123"; }

.fi-calendar:before {
  content: "\f124"; }

.fi-camera:before {
  content: "\f125"; }

.fi-check:before {
  content: "\f126"; }

.fi-checkbox:before {
  content: "\f127"; }

.fi-clipboard-notes:before {
  content: "\f128"; }

.fi-clipboard-pencil:before {
  content: "\f129"; }

.fi-clipboard:before {
  content: "\f12a"; }

.fi-clock:before {
  content: "\f12b"; }

.fi-closed-caption:before {
  content: "\f12c"; }

.fi-cloud:before {
  content: "\f12d"; }

.fi-comment-minus:before {
  content: "\f12e"; }

.fi-comment-quotes:before {
  content: "\f12f"; }

.fi-comment-video:before {
  content: "\f130"; }

.fi-comment:before {
  content: "\f131"; }

.fi-comments:before {
  content: "\f132"; }

.fi-compass:before {
  content: "\f133"; }

.fi-contrast:before {
  content: "\f134"; }

.fi-credit-card:before {
  content: "\f135"; }

.fi-crop:before {
  content: "\f136"; }

.fi-crown:before {
  content: "\f137"; }

.fi-css3:before {
  content: "\f138"; }

.fi-database:before {
  content: "\f139"; }

.fi-die-five:before {
  content: "\f13a"; }

.fi-die-four:before {
  content: "\f13b"; }

.fi-die-one:before {
  content: "\f13c"; }

.fi-die-six:before {
  content: "\f13d"; }

.fi-die-three:before {
  content: "\f13e"; }

.fi-die-two:before {
  content: "\f13f"; }

.fi-dislike:before {
  content: "\f140"; }

.fi-dollar-bill:before {
  content: "\f141"; }

.fi-dollar:before {
  content: "\f142"; }

.fi-download:before {
  content: "\f143"; }

.fi-eject:before {
  content: "\f144"; }

.fi-elevator:before {
  content: "\f145"; }

.fi-euro:before {
  content: "\f146"; }

.fi-eye:before {
  content: "\f147"; }

.fi-fast-forward:before {
  content: "\f148"; }

.fi-female-symbol:before {
  content: "\f149"; }

.fi-female:before {
  content: "\f14a"; }

.fi-filter:before {
  content: "\f14b"; }

.fi-first-aid:before {
  content: "\f14c"; }

.fi-flag:before {
  content: "\f14d"; }

.fi-folder-add:before {
  content: "\f14e"; }

.fi-folder-lock:before {
  content: "\f14f"; }

.fi-folder:before {
  content: "\f150"; }

.fi-foot:before {
  content: "\f151"; }

.fi-foundation:before {
  content: "\f152"; }

.fi-graph-bar:before {
  content: "\f153"; }

.fi-graph-horizontal:before {
  content: "\f154"; }

.fi-graph-pie:before {
  content: "\f155"; }

.fi-graph-trend:before {
  content: "\f156"; }

.fi-guide-dog:before {
  content: "\f157"; }

.fi-hearing-aid:before {
  content: "\f158"; }

.fi-heart:before {
  content: "\f159"; }

.fi-home:before {
  content: "\f15a"; }

.fi-html5:before {
  content: "\f15b"; }

.fi-indent-less:before {
  content: "\f15c"; }

.fi-indent-more:before {
  content: "\f15d"; }

.fi-info:before {
  content: "\f15e"; }

.fi-italic:before {
  content: "\f15f"; }

.fi-key:before {
  content: "\f160"; }

.fi-laptop:before {
  content: "\f161"; }

.fi-layout:before {
  content: "\f162"; }

.fi-lightbulb:before {
  content: "\f163"; }

.fi-like:before {
  content: "\f164"; }

.fi-link:before {
  content: "\f165"; }

.fi-list-bullet:before {
  content: "\f166"; }

.fi-list-number:before {
  content: "\f167"; }

.fi-list-thumbnails:before {
  content: "\f168"; }

.fi-list:before {
  content: "\f169"; }

.fi-lock:before {
  content: "\f16a"; }

.fi-loop:before {
  content: "\f16b"; }

.fi-magnifying-glass:before {
  content: "\f16c"; }

.fi-mail:before {
  content: "\f16d"; }

.fi-male-female:before {
  content: "\f16e"; }

.fi-male-symbol:before {
  content: "\f16f"; }

.fi-male:before {
  content: "\f170"; }

.fi-map:before {
  content: "\f171"; }

.fi-marker:before {
  content: "\f172"; }

.fi-megaphone:before {
  content: "\f173"; }

.fi-microphone:before {
  content: "\f174"; }

.fi-minus-circle:before {
  content: "\f175"; }

.fi-minus:before {
  content: "\f176"; }

.fi-mobile-signal:before {
  content: "\f177"; }

.fi-mobile:before {
  content: "\f178"; }

.fi-monitor:before {
  content: "\f179"; }

.fi-mountains:before {
  content: "\f17a"; }

.fi-music:before {
  content: "\f17b"; }

.fi-next:before {
  content: "\f17c"; }

.fi-no-dogs:before {
  content: "\f17d"; }

.fi-no-smoking:before {
  content: "\f17e"; }

.fi-page-add:before {
  content: "\f17f"; }

.fi-page-copy:before {
  content: "\f180"; }

.fi-page-csv:before {
  content: "\f181"; }

.fi-page-delete:before {
  content: "\f182"; }

.fi-page-doc:before {
  content: "\f183"; }

.fi-page-edit:before {
  content: "\f184"; }

.fi-page-export-csv:before {
  content: "\f185"; }

.fi-page-export-doc:before {
  content: "\f186"; }

.fi-page-export-pdf:before {
  content: "\f187"; }

.fi-page-export:before {
  content: "\f188"; }

.fi-page-filled:before {
  content: "\f189"; }

.fi-page-multiple:before {
  content: "\f18a"; }

.fi-page-pdf:before {
  content: "\f18b"; }

.fi-page-remove:before {
  content: "\f18c"; }

.fi-page-search:before {
  content: "\f18d"; }

.fi-page:before {
  content: "\f18e"; }

.fi-paint-bucket:before {
  content: "\f18f"; }

.fi-paperclip:before {
  content: "\f190"; }

.fi-pause:before {
  content: "\f191"; }

.fi-paw:before {
  content: "\f192"; }

.fi-paypal:before {
  content: "\f193"; }

.fi-pencil:before {
  content: "\f194"; }

.fi-photo:before {
  content: "\f195"; }

.fi-play-circle:before {
  content: "\f196"; }

.fi-play-video:before {
  content: "\f197"; }

.fi-play:before {
  content: "\f198"; }

.fi-plus:before {
  content: "\f199"; }

.fi-pound:before {
  content: "\f19a"; }

.fi-power:before {
  content: "\f19b"; }

.fi-previous:before {
  content: "\f19c"; }

.fi-price-tag:before {
  content: "\f19d"; }

.fi-pricetag-multiple:before {
  content: "\f19e"; }

.fi-print:before {
  content: "\f19f"; }

.fi-prohibited:before {
  content: "\f1a0"; }

.fi-projection-screen:before {
  content: "\f1a1"; }

.fi-puzzle:before {
  content: "\f1a2"; }

.fi-quote:before {
  content: "\f1a3"; }

.fi-record:before {
  content: "\f1a4"; }

.fi-refresh:before {
  content: "\f1a5"; }

.fi-results-demographics:before {
  content: "\f1a6"; }

.fi-results:before {
  content: "\f1a7"; }

.fi-rewind-ten:before {
  content: "\f1a8"; }

.fi-rewind:before {
  content: "\f1a9"; }

.fi-rss:before {
  content: "\f1aa"; }

.fi-safety-cone:before {
  content: "\f1ab"; }

.fi-save:before {
  content: "\f1ac"; }

.fi-share:before {
  content: "\f1ad"; }

.fi-sheriff-badge:before {
  content: "\f1ae"; }

.fi-shield:before {
  content: "\f1af"; }

.fi-shopping-bag:before {
  content: "\f1b0"; }

.fi-shopping-cart:before {
  content: "\f1b1"; }

.fi-shuffle:before {
  content: "\f1b2"; }

.fi-skull:before {
  content: "\f1b3"; }

.fi-social-500px:before {
  content: "\f1b4"; }

.fi-social-adobe:before {
  content: "\f1b5"; }

.fi-social-amazon:before {
  content: "\f1b6"; }

.fi-social-android:before {
  content: "\f1b7"; }

.fi-social-apple:before {
  content: "\f1b8"; }

.fi-social-behance:before {
  content: "\f1b9"; }

.fi-social-bing:before {
  content: "\f1ba"; }

.fi-social-blogger:before {
  content: "\f1bb"; }

.fi-social-delicious:before {
  content: "\f1bc"; }

.fi-social-designer-news:before {
  content: "\f1bd"; }

.fi-social-deviant-art:before {
  content: "\f1be"; }

.fi-social-digg:before {
  content: "\f1bf"; }

.fi-social-dribbble:before {
  content: "\f1c0"; }

.fi-social-drive:before {
  content: "\f1c1"; }

.fi-social-dropbox:before {
  content: "\f1c2"; }

.fi-social-evernote:before {
  content: "\f1c3"; }

.fi-social-facebook:before {
  content: "\f1c4"; }

.fi-social-flickr:before {
  content: "\f1c5"; }

.fi-social-forrst:before {
  content: "\f1c6"; }

.fi-social-foursquare:before {
  content: "\f1c7"; }

.fi-social-game-center:before {
  content: "\f1c8"; }

.fi-social-github:before {
  content: "\f1c9"; }

.fi-social-google-plus:before {
  content: "\f1ca"; }

.fi-social-hacker-news:before {
  content: "\f1cb"; }

.fi-social-hi5:before {
  content: "\f1cc"; }

.fi-social-instagram:before {
  content: "\f1cd"; }

.fi-social-joomla:before {
  content: "\f1ce"; }

.fi-social-lastfm:before {
  content: "\f1cf"; }

.fi-social-linkedin:before {
  content: "\f1d0"; }

.fi-social-medium:before {
  content: "\f1d1"; }

.fi-social-myspace:before {
  content: "\f1d2"; }

.fi-social-orkut:before {
  content: "\f1d3"; }

.fi-social-path:before {
  content: "\f1d4"; }

.fi-social-picasa:before {
  content: "\f1d5"; }

.fi-social-pinterest:before {
  content: "\f1d6"; }

.fi-social-rdio:before {
  content: "\f1d7"; }

.fi-social-reddit:before {
  content: "\f1d8"; }

.fi-social-skillshare:before {
  content: "\f1d9"; }

.fi-social-skype:before {
  content: "\f1da"; }

.fi-social-smashing-mag:before {
  content: "\f1db"; }

.fi-social-snapchat:before {
  content: "\f1dc"; }

.fi-social-spotify:before {
  content: "\f1dd"; }

.fi-social-squidoo:before {
  content: "\f1de"; }

.fi-social-stack-overflow:before {
  content: "\f1df"; }

.fi-social-steam:before {
  content: "\f1e0"; }

.fi-social-stumbleupon:before {
  content: "\f1e1"; }

.fi-social-treehouse:before {
  content: "\f1e2"; }

.fi-social-tumblr:before {
  content: "\f1e3"; }

.fi-social-twitter:before {
  content: "\f1e4"; }

.fi-social-vimeo:before {
  content: "\f1e5"; }

.fi-social-windows:before {
  content: "\f1e6"; }

.fi-social-xbox:before {
  content: "\f1e7"; }

.fi-social-yahoo:before {
  content: "\f1e8"; }

.fi-social-yelp:before {
  content: "\f1e9"; }

.fi-social-youtube:before {
  content: "\f1ea"; }

.fi-social-zerply:before {
  content: "\f1eb"; }

.fi-social-zurb:before {
  content: "\f1ec"; }

.fi-sound:before {
  content: "\f1ed"; }

.fi-star:before {
  content: "\f1ee"; }

.fi-stop:before {
  content: "\f1ef"; }

.fi-strikethrough:before {
  content: "\f1f0"; }

.fi-subscript:before {
  content: "\f1f1"; }

.fi-superscript:before {
  content: "\f1f2"; }

.fi-tablet-landscape:before {
  content: "\f1f3"; }

.fi-tablet-portrait:before {
  content: "\f1f4"; }

.fi-target-two:before {
  content: "\f1f5"; }

.fi-target:before {
  content: "\f1f6"; }

.fi-telephone-accessible:before {
  content: "\f1f7"; }

.fi-telephone:before {
  content: "\f1f8"; }

.fi-text-color:before {
  content: "\f1f9"; }

.fi-thumbnails:before {
  content: "\f1fa"; }

.fi-ticket:before {
  content: "\f1fb"; }

.fi-torso-business:before {
  content: "\f1fc"; }

.fi-torso-female:before {
  content: "\f1fd"; }

.fi-torso:before {
  content: "\f1fe"; }

.fi-torsos-all-female:before {
  content: "\f1ff"; }

.fi-torsos-all:before {
  content: "\f200"; }

.fi-torsos-female-male:before {
  content: "\f201"; }

.fi-torsos-male-female:before {
  content: "\f202"; }

.fi-torsos:before {
  content: "\f203"; }

.fi-trash:before {
  content: "\f204"; }

.fi-trees:before {
  content: "\f205"; }

.fi-trophy:before {
  content: "\f206"; }

.fi-underline:before {
  content: "\f207"; }

.fi-universal-access:before {
  content: "\f208"; }

.fi-unlink:before {
  content: "\f209"; }

.fi-unlock:before {
  content: "\f20a"; }

.fi-upload-cloud:before {
  content: "\f20b"; }

.fi-upload:before {
  content: "\f20c"; }

.fi-usb:before {
  content: "\f20d"; }

.fi-video:before {
  content: "\f20e"; }

.fi-volume-none:before {
  content: "\f20f"; }

.fi-volume-strike:before {
  content: "\f210"; }

.fi-volume:before {
  content: "\f211"; }

.fi-web:before {
  content: "\f212"; }

.fi-wheelchair:before {
  content: "\f213"; }

.fi-widget:before {
  content: "\f214"; }

.fi-wrench:before {
  content: "\f215"; }

.fi-x-circle:before {
  content: "\f216"; }

.fi-x:before {
  content: "\f217"; }

.fi-yen:before {
  content: "\f218"; }

.fi-zoom-in:before {
  content: "\f219"; }

.fi-zoom-out:before {
  content: "\f21a"; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 15, 2013 */
@font-face {
  font-family: 'leaguegothic';
  src: url("/fonts/leaguegothic-regular.eot");
  src: url("/fonts/leaguegothic-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/leaguegothic-regular.woff") format("woff"), url("/fonts/leaguegothic-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* _______________________________________________________________ */
/*  Pattern Library Styles
/*  Components and styles used only by the pattern library, and not by the parent site
/*  Used to better illustrate parent site styles inside the pattern library ONLY
/* _______________________________________________________________ */
.gridbreaker {
  margin-bottom: 1.875em; }

.gridbreaker.lined {
  border: #cccccc 1px solid;
  padding: 1.25em; }

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

.gridbreaker .popout {
  margin-left: -1.25em;
  margin-right: -1.25em; }

.column-tester .inner {
  background: #ccc;
  border: #999999 1px solid;
  padding: 10px;
  text-align: center;
  margin-bottom: 1.25em; }

.library-block-helper {
  background: #F7F4F0;
  padding: 1.25em; }

.library-darken-helper, .panel.library-darken-helper, .library-darken-helper.filters {
  background: #4b4b4b; }

.library-alphabets ul.alphabet {
  margin-bottom: 0; }

.library-alphabets ul.alphabet li {
  font-size: 1em;
  margin: 0; }

.library-bleed-helper {
  padding: 20px; }

.panel.library-swatch, .library-swatch.filters {
  width: 100px;
  height: 100px; }

.panel.library-swatch.colorized-text, .library-swatch.colorized-text.filters {
  background: #171717; }

.panel.library-swatch.colorized-patientcare-accent, .library-swatch.colorized-patientcare-accent.filters {
  background: #C54417; }

.panel.library-swatch.colorized-academics-accent, .library-swatch.colorized-academics-accent.filters {
  background: #7E4A48; }

.panel.library-swatch.colorized-research-accent, .library-swatch.colorized-research-accent.filters {
  background: #40826C; }

.panel.library-swatch.colorized-theme-links, .library-swatch.colorized-theme-links.filters {
  background: #c0511b; }

.force-secondary-font {
  font-family: "David Libre", "Times New Roman", serif; }

span.library-swatch:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ccc;
  border: #999999 1px solid;
  margin: 0 4px -2px 4px; }

span.library-swatch.colorized-orange:after {
  background: #C0511B; }

span.library-swatch.colorized-patientcare:after {
  background: #15748C; }

span.library-swatch.colorized-research:after {
  background: #855F5D; }

span.library-swatch.colorized-academics:after {
  background: #427E6B; }

span.library-swatch.colorized-accent-patientcare:after {
  background: #C54417; }

span.library-swatch.colorized-accent-research:after {
  background: #40826C; }

span.library-swatch.colorized-accent-academics:after {
  background: #7E4A48; }

span.library-swatch.colorized-offcanvas:after {
  background: #E6E3DA; }

span.library-swatch.colorized-caption:after {
  background: #8A6829; }

span.library-swatch.colorized-lines:after {
  background: #999999; }

span.library-swatch.colorized-panel:after {
  background: #F7F4F0; }

span.library-swatch.colorized-alert:after {
  background: #f00; }

span.library-swatch.colorized-text:after {
  background: #171717; }

span.library-swatch.colorized-text-light:after {
  background: #ababab; }

span.library-swatch.colorized-link:after {
  background: #C0511B; }

span.library-swatch.colorized-link-on-dark:after {
  background: #fff; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/fancybox/fancybox_sprite@2x.png");
    -webkit-background-size: 44px 152px;
            background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("/images/fancybox/fancybox_loading@2x.gif");
    -webkit-background-size: 24px 24px;
            background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

@media screen and (max-width: 766px) {
  .bleed.photo-bleed.roomy, .process .photo-bleed.roomy.process-item:nth-child(odd) {
    padding: 2em 0; } }

body.home {
  background: none; }

.events {
  border-left: none; }

e {
  color: #fff !important; }

/** Bullet Fixes **/
ul li {
  list-style-type: disc; }

ol, ul {
  margin-left: 2.75rem; }

ul.loose-list li {
  margin-bottom: .625em;
  list-style-type: none !important; }

.no-bull, div.no-bull ul li {
  list-style-type: none; }

.loose-list, div.loose-list ul {
  margin-left: 0rem !important; }

div.loose-list ul li {
  margin-bottom: 0.625em; }

.bullet-loose-list, div.bullet-loose-list ul {
  margin-left: .5rem !important; }

.loose-list.no-bull .inline.loose-list-button {
  margin-left: 0em; }

div.no-indent ul {
  margin-left: 1em; }

ul.loose-list-button {
  margin-left: 0em; }

div.carat-double-list ul {
  margin-left: 0em; }
  div.carat-double-list ul li {
    list-style-type: none; }
  div.carat-double-list ul a::after {
    content: " »";
    margin-left: 0em; }

div.carat-double-list-before ul {
  margin-left: 0em; }
  div.carat-double-list-before ul li {
    list-style-type: none; }
  div.carat-double-list-before ul a::before {
    content: "» ";
    margin-left: 0em; }

div.carat-double-list-before::before, div.carat-double-list::after {
  content: none; }

/** End Bullet Fixes **/
/** Page Template Top Padding Fixes **/
.page-template-child-page > #main-header, .single-team-member > #main-header {
  margin-bottom: 3em; }

#main-header.header .row .utility .system, #main-header.header .bleed .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system, .bleed .carousel.massive-nav .crsl-nav #main-header.header .crsl-nav-helper .utility .system, #main-header.header .process .process-item:nth-child(2n+1) .carousel.massive-nav .crsl-nav .crsl-nav-helper .utility .system, .process .process-item:nth-child(2n+1) .carousel.massive-nav .crsl-nav #main-header.header .crsl-nav-helper .utility .system {
  padding: 2px 21px; }

/** End of Template Fixes **/
/** THEME HEADER **/
.logo-container {
  float: left;
  width: auto;
  padding-right: .5em;
  margin: 1em 0em; }
  @media screen and (max-width: 766px) {
    .logo-container {
      width: 100%;
      padding-left: 1em; } }

.logo-container a > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 320px; }

.logoHeader {
  margin-top: 1em;
  margin-bottom: 1em; }
  @media screen and (max-width: 766px) {
    .logoHeader {
      text-align: center;
      align: 0 auto; } }

.site-title-box {
  display: table;
  max-width: 40%;
  height: 150px;
  position: relative; }
  @media screen and (max-width: 766px) {
    .site-title-box {
      display: none; } }

.site-title {
  font-size: 1.5em;
  width: 310px;
  float: left;
  position: absolute;
  top: 15%;
  margin-top: 1em;
  padding-left: .5em;
  border-left: solid #c0511b; }
  @media screen and (max-width: 766px) {
    .site-title {
      display: none; } }

input[type="text"] {
  display: inline; }

button > .icon-search {
  line-height: 0em; }

.utility .search {
  width: 15em;
  float: right;
  margin: 0 0 0 3em; }

/** End Header Patches **/
/** General Tweaks **/
.card {
  border: none; }

.roomy {
  padding: 3.125em 0; }

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

.close {
  margin-bottom: 0 !important; }

@media screen and (max-width: 766px) {
  .filters {
    display: block; } }

.filters label {
  font-size: 1em; }

.circle i {
  line-height: inherit; }

p:empty::before {
  content: none; }

.alpha-darker {
  opacity: .25; }

.panel .line-delimited ul li {
  border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
  list-style-type: none; }

/* Subnav V2*/
ul.line-delimited.subnav li {
  list-style-type: none; }

ul.line-delimited.subnav {
  margin-left: 1rem;
  margin-right: 1rem; }

.panel .loose-list ul {
  margin-left: 0; }

li.current-page-ancestor > a {
  background-color: inherit; }

.is-accordion-submenu-parent > a::after {
  border-color: #517F70 transparent transparent; }

nav.collapsible ul.subnav li.current_page_item a, nav.collapsible ul.subnav li.current_page_item a:hover {
  color: black; }

/** Filterable Sidebar Fixes **/
label {
  font-size: 1em;
  font-weight: 600; }

.form-group {
  margin-bottom: 1.5rem; }

div.photo-bleed-left.wpb_content_element {
  margin-bottom: 0em; }

/** End of General Tweaks **/
/** Banner Tweaks **/
.banner-title {
  font-size: 2.2em;
  color: white;
  font-family: 'Cardo', serif;
  line-height: 1.1em; }

.banner-featured-text {
  padding: .5em 0; }

/** End of tweaks **/
/** Pagination for the WP Toolset Views & WordPress Pagination **/
@media screen and (max-width: 766px) {
  .pagination li {
    display: inline-block !important; } }

.wpv-pagination-nav-links-item-current {
  background: #c0511b;
  color: white;
  border-radius: 5px !important; }

li span.wpv-filter-pagination-link {
  padding: 5px 10px; }

.pagination .current {
  background: #c0511b;
  color: white;
  border-radius: 5px !important;
  padding: 5px 10px; }

/** END of Pagination **/
/** Breadcrumbs **/
ul.breadcrumbs li {
  cursor: pointer;
  text-transform: none;
  font-size: 16px;
  padding-right: .5em; }

ul.breadcrumbs li > a {
  color: #c0511b;
  cursor: pointer;
  text-transform: none;
  font-size: 16px; }

ul.breadcrumbs li > a::after {
  content: " » ";
  font-size: 16px; }

.breadcrumbs li:not(:last-child)::after {
  content: none; }

/** Default Foundation link color overides **/
.button {
  vertical-align: middle;
  margin: 0 0 1rem 0;
  line-height: 1.5;
  font-size: 1rem; }

.button:focus, .button:hover {
  background-color: #863813;
  color: #fefefe; }

a {
  color: #c0511b; }

a:hover, a:focus {
  color: #863813; }

.white-text {
  color: white; }

#wp-admin-bar-need-assistance a {
  background-color: #c0511b; }

#wp-admin-bar-need-assistance a:hover, #wp-admin-bar-need-assistance a:focus {
  background: #85351c;
  color: white; }

/** End of Link Styles **/
/** Required By WordPress? **/
.bypostauthor {
  color: black; }

a[href*="/"]:after, a[href*="/"]:visited:after {
  content: normal; }

a.carat-double[href*="/"]:after, a.carat-double[href*="/"]:visited:after {
  content: "»";
  margin-left: 0.25em; }

.card > div > img {
  width: 100%; }

/**
[class*="column"] + [class*="column"]:last-child {
    float: left;
}
**/
[class*=column] + [class*=panel]:last-child, [class*=column] + [class*=wpb_text_column]:last-child {
  float: none !important; }

.mobile-search {
  text-align: center; }
  .mobile-search input {
    max-width: 50%; }
  .mobile-search button {
    margin-left: -30px;
    padding: 5px 7px;
    background: none;
    border-radius: 0px;
    color: black;
    font-size: 1.2em; }
  .mobile-search button:hover {
    background-color: none;
    color: black; }

/** Fixing TablePress Styling **/
.tablepress tfoot th,
.tablepress thead th {
  background-color: #C0511B !important;
  font-weight: 700;
  vertical-align: middle; }

table tbody tr:nth-child(2n) {
  background: #f7f4f0 !important;
  border-bottom: #cccccc 1px dotted; }

/** Caption Fixes **/
.wp-caption > .wp-caption-text {
  color: #8a6829; }

.single-post article figure {
  max-width: 100%; }

.single-post article figure img {
  width: 100%; }

.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 {
  position: static; }

.bleed cite {
  color: white; }

/** Tab Fixes For Department Profiles **/
.tabs-title > a {
  font-size: 18px; }

ul.tab-nav-pill > li.is-active > a {
  background-color: #863813 !important; }

div.tabs-content > .tabs-panel {
  display: none; }
  @media screen and (max-width: 766px) {
    div.tabs-content > .tabs-panel {
      display: block !important; } }

div.tabs-content > div.is-active {
  display: block !important; }

img.popout-item {
  width: 100%; }

.single-team-member .tabs, .single-team-member .tabs-content {
  border: none !important; }

/** Filterable View Fixes / Exposed Filters **/
form .panel .filter-heading {
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: #999999 1px dotted; }

form .panel label {
  margin-bottom: 10px; }

/** Filterable View Pagination Fixes **/
a.js-wpv-pagination-next-link, a.js-wpv-pagination-previous-link {
  color: #c0511b;
  font-size: 1.125em;
  font-family: "Open Sans",Trebuchet,sans-serif; }

a.js-wpv-pagination-next-link[href*="/"]::after, a.carat-double[href*="/"]:visited::after {
  content: "»";
  margin-left: .25em; }

a.js-wpv-pagination-next-link[href*="/"]::after, a.carat-double[href*="/"]:visited::after {
  content: "»";
  margin-left: .25em; }

a.js-wpv-pagination-previous-link[href*="/"]::before, a.carat-double[href*="/"]:visited::before {
  content: "»";
  margin-left: .25em; }

a.js-wpv-pagination-previous-link[href*="/"]::before, a.carat-double[href*="/"]:visited::before {
  content: "« ";
  margin-left: .25em; }

.pagination a:hover, .pagination button:hover {
  background: none; }

/** End Profile Fixes **/
/** Card Fixes **/
a.no-hover:hover {
  text-decoration: none; }

.bleed.colorized div.popout p {
  color: black; }

.bleed.colorized div.popout a {
  color: #c0511b;
  text-decoration: none; }

.bleed.colorized div.popout a:hover {
  color: #863813;
  text-decoration: underline; }

/* Symposium fixes */
.tabs, .tabs-content {
  border: none !important; }

ul.tab-nav-pill > li.is-active > a {
  background-color: #4a3544 !important; }

ul.tab-nav {
  margin-left: 0; }

/** Subnav CSS Fixes **/
li.current_page_item a {
  color: black; }

li.current_page_item a:hover {
  text-decoration: none; }

nav.collapsible ul {
  margin-left: 0em; }

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

.display-block {
  display: block !important; }

nav.collapsible > ul > li.active > a {
  color: black !important; }

/** Fixing far class from fontawesome 5 **/
h2 {
  font-size: 1.5625em;
  margin: 0 0 20px !important; }

body {
  line-height: 1.5 !important; }

.far {
  font-family: inherit !important; }

a, b, strong {
  line-height: 1.5; }

.far p {
  font-family: "Open Sans", Trebuchet, sans-serif !important; }

.far h1, .far h2, .far h3, .far h4, .far h5 {
  font-family: "Cardo", "Times New Roman", serif !important; }

.far {
  display: block;
  line-height: 24px; }

/** Tweaks for Alert Features on Events **/
body.post-type-archive-events .bleed.colorized.colorized-academics ul {
  font-size: 1em; }

ul li.header_alert {
  font-size: 1.4em; }

.no-margin-bottom {
  margin-bottom: 0em !important; }

/** Accessibility Fixes **/
.hide-label {
  display: none; }

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto; }

/** WP Bakery Accordion Styles **/
/** Accordions **/
.vc_tta-accordion .vc_tta-title-text {
  font-size: 1.23em;
  margin-bottom: 0 !important;
  color: #C0511B;
  display: block; }

.vc_tta-accordion .vc_tta-panel {
  border-top: #999 1px solid;
  border-right: #999 1px solid;
  border-bottom: #999 1px solid;
  border-left: #FEC46F 10px solid;
  margin: 8px 0px; }

.vc_tta-accordion .wpb-js-composer .vc_tta.vc_tta-gap-10 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 0px !important; }

.vc_tta-accordion .wpb-js-composer .vc_tta.vc_tta-gap-10 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_tta-gap-10 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
  margin-top: 0px !important; }

.black-text {
  color: black !important; }

/** General Icon Fixes **/
.circle span i[class^="icon-"], .circle span i[class*=" icon-"], .circle span i[class^="vc-"], .circle span i[class*=" vc-"], .circle span i[class^="fa-"], .circle span i[class*=" fa-"] {
  font-size: 1.1em; }

[class^="icon-"]::before, [class*=" icon-"]::before, [class^="vc-"]::before, [class*=" vc-"]::before, [class^="fa-"]::before, [class*=" fa-"]::before {
  line-height: 1.4 !important; }

.fas.ultra-super-mega-icon {
  line-height: 1.4 !important; }

/** Adding Purple Background CSS **/
.circle.colorized-institutional, .panel.colorized.white .circle.colorized-institutional {
  background-color: #865F7B; }

.panel.colorized.white .circle.colorized {
  background-color: #c0511b !important; }

/** Fixing Icon Shield **/
.circle span i.icon-uth-shield {
  font-size: 1.35em; }

.icon-uth-shield::before {
  line-height: 1.15 !important; }

/** Tabs - Accordion / Pill Tabs **/
ul.accordion-block-type li {
  list-style-type: none; }

ul.accordion-block-type > li > a.accordion-title {
  border: none !important;
  font-size: 1em;
  padding-left: 1rem; }

ul.accordion-block-type > li > div.accordion-content {
  border-top: #f7f7f7 2px solid;
  border-left: none;
  border-right: none;
  border-bottom: none; }

/** Author Quote: Block Type **/
.panel.colorized blockquote > cite {
  color: white; }

.bleed blockquote cite {
  color: #8a8a8a;
  font-size: .75em; }

.bleed.colorized blockquote cite {
  color: white; }

blockquote cite {
  font-size: .8em;
  font-weight: bold;
  padding-top: .5em;
  color: #8A6829; }

.bleed blockquote cite {
  color: #8A6829;
  font-size: .75em; }

/** Fixing inline buttons on the double button banners **/
a.button-linear-box.on-dark-links {
  padding: 4px 15px; }

ul.inline.loose-list-button li {
  vertical-align: text-top; }

.tabs ul.tab-nav.tab-nav-pill {
  margin-left: 1.25em; }

/** end banner button fixes **/
.shade-alternate-rows .wpb_row:nth-child(2n+1) {
  background: #F7F4F0; }

.shade-alternate-rows .wpb_row {
  padding: 1.25em; }

div.flex-video iframe {
  border: none; }

/*# sourceMappingURL=foundation.css.map */
#custom_html-3 {display:none;}