/*!
 * UI-Commons v0.5.1 (https://gitlab.med.stanford.edu/irt-as/ui-commons.git)
 * Copyright 2015-2021
 * Licensed under the MIT license
 */


/* uicommons-base.less */
/** RESET STYLES **/
iframe {
  border: none;
}
/** TYPOGRAPHY STYLES **/
html {
  font-size: 14px;
  font-weight: 400;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
}
h1 {
  font-size: 28px;
  font-size: 2rem;
}
h2 {
  font-size: 22px;
  font-size: 1.5714285714285714rem;
}
h3 {
  font-size: 18px;
  font-size: 1.2857142857142858rem;
}
h4 {
  font-size: 14px;
  font-size: 1rem;
}
h5 {
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
h6 {
  font-size: 10px;
  font-size: 0.7142857142857143rem;
}
p,
.btn {
  font-size: 14px;
  font-size: 1rem;
}
a,
a:link,
a:active,
a.active,
a:visited {
  color: #007c92;
  text-decoration: none;
  word-wrap: break-word;
}
a.link-w-arrow .lastWord {
  display: inline-block;
}
a.link-w-arrow .lastWord:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
  line-height: 14px;
  line-height: 1rem;
  font-size: 7px;
  font-size: 0.5rem;
  padding-left: 4px;
  padding-left: 0.2857142857142857rem;
  top: -1px;
  top: -0.07142857142857142rem;
  position: relative;
}
/** LAYOUT STYLES **/
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  position: relative;
}
ul.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
hr {
  color: #dddddd;
  border-top: 1px solid;
  border-top: 0.07142857142857142rem solid;
  margin-top: 12px;
  margin-top: 0.8571428571428571rem;
  margin-bottom: 12px;
  margin-bottom: 0.8571428571428571rem;
}
.table-responsive {
  overflow-x: auto;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: none;
}
.text ul.ul-striped > li:nth-child(odd) {
  border: none;
  padding-top: 3px;
  padding-top: 0.21428571428571427rem;
  padding-bottom: 3px;
  padding-bottom: 0.21428571428571427rem;
  background-color: #eeeeee;
}
.text ul.ul-striped > li:after {
  border-bottom: none;
}
.nowrap {
  white-space: nowrap;
}
/** STYLES FOR SCREEN READERS **/
.off-screen {
  position: absolute;
  left: -10000;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.navbar a.search-button:before {
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar .search-form .btn[type=submit] {
  color: #ffffff;
  background-color: #007c92;
  padding: 4px 9px;
  padding: 0.2857142857142857rem 0.6428571428571429rem;
  font-size: 14px;
  font-size: 1rem;
}
.navbar .search-form .btn[type=submit]:before {
  content: "\f061";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-nav button.nav-sub-menu {
  position: relative;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 75%;
}
.navbar-nav button.nav-sub-menu:after {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  font-style: normal;
  font-weight: normal;
}
/* END uicommons-base.less */

/* uicommons-main.less */
html {
  background-color: #555;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAH0lEQVQImUXGMREAMBAEobWD/jP4VSYVhFU9w7Cf6gCFUwcVKa1TogAAAABJRU5ErkJggg==);
}
.emergency-broadcast {
  display: none;
  width: 100%;
  clear: both;
  z-index: 9999;
  color: #fef5c7;
  line-height: 14px;
  line-height: 1rem;
  padding: 10px 10px 1px 10px;
  padding: 0.7142857142857143rem 0.7142857142857143rem 0.07142857142857142rem 0.7142857142857143rem;
  background-color: #8c1515;
  position: relative;
}
.emergency-broadcast a,
.emergency-broadcast a:link,
.emergency-broadcast a:active,
.emergency-broadcast a:visited {
  color: #fef5c7 !important;
  text-decoration: underline;
}
#outerContainer {
  position: relative;
  width: 100%;
  background-color: #f0f4f5;
  min-height: 100%;
  overflow: hidden;
}
#outerContainer:before,
#outerContainer:after {
  content: " ";
  display: table;
}
#outerContainer:after {
  clear: both;
}
.lt-ie8 #outerContainer {
  zoom: 1;
}
#mainContent {
  margin-top: 24px;
  margin-top: 1.7142857142857142rem;
  outline: 0;
}
@media (max-width: 991px) {
  #mainContent {
    padding-left: 12px;
    padding-left: 0.8571428571428571rem;
    padding-right: 12px;
    padding-right: 0.8571428571428571rem;
  }
}
#mainContent.container:before,
#mainContent.container:after {
  content: " ";
  display: table;
}
#mainContent.container:after {
  clear: both;
}
.lt-ie8 #mainContent.container {
  zoom: 1;
}
.p-link-w-arrow .lastWord {
  display: inline-block;
}
.p-link-w-arrow .lastWord:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
  line-height: 14px;
  line-height: 1rem;
  font-size: 7px;
  font-size: 0.5rem;
  padding-left: 4px;
  padding-left: 0.2857142857142857rem;
  top: -1px;
  top: -0.07142857142857142rem;
  position: relative;
}
.p-e-link-w-arrow .lastWord {
  display: inline-block;
}
.p-e-link-w-arrow .lastWord:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  line-height: 14px;
  line-height: 1rem;
  font-size: 10px;
  font-size: 0.7142857142857143rem;
  padding-left: 6px;
  padding-left: 0.42857142857142855rem;
}
.p-link-w-chevron .lastWord {
  display: inline-block;
}
.p-link-w-chevron .lastWord:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  line-height: 14px;
  line-height: 1rem;
  font-size: 10px;
  font-size: 0.7142857142857143rem;
  padding-left: 6px;
  padding-left: 0.42857142857142855rem;
}
.blue-xx-light-bg,
.blue-xx-light-bg.border-and-shadow {
  background-color: #f0f4f5;
}
.blue-md-light-bg,
.blue-md-light-bg.border-and-shadow {
  background-color: #f1f1f1;
}
.blue-x-light-bg,
.blue-x-light-bg.border-and-shadow {
  background-color: #d0d8da;
}
.white-bg,
.white-bg.border-and-shadow {
  background-color: #ffffff;
}
.grey-x-light-bg,
.grey-x-light-bg.border-and-shadow {
  background-color: #dddddd;
}
.grey-light-bg,
.grey-light-bg.border-and-shadow {
  background-color: #cccccc;
}
.grey-bg,
.grey-bg.border-and-shadow {
  background-color: #999999;
}
.grey-med-bg,
.grey-med-bg.border-and-shadow {
  background-color: #666666;
}
.grey-dark-bg,
.grey-dark-bg.border-and-shadow {
  background-color: #333333;
}
.black-bg,
.black-bg.border-and-shadow {
  background-color: #000000;
}
.blue-light-bg,
.blue-light-bg.border-and-shadow {
  background-color: #aabec6;
}
.blue-bg,
.blue-bg.border-and-shadow {
  background-color: #009abb;
}
.blue-dark-bg,
.blue-dark-bg.border-and-shadow {
  background-color: #007c92;
}
.blue-x-dark-bg,
.blue-x-dark-bg.border-and-shadow {
  background-color: #09425a;
}
.accent-grey-bg,
.accent-grey-bg.border-and-shadow {
  background-color: #c7d1c6;
}
.accent-lt-green-bg,
.accent-lt-green-bg.border-and-shadow {
  background-color: #80982a;
}
.accent-green-bg,
.accent-green-bg.border-and-shadow {
  background-color: #556222;
}
.accent-orange-bg,
.accent-orange-bg.border-and-shadow {
  background-color: #b96d12;
}
.accent-purple-bg,
.accent-purple-bg.border-and-shadow {
  background-color: #53284f;
}
.accent-red-bg,
.accent-red-bg.border-and-shadow {
  background-color: #5e3032;
}
.stanford-red-bg,
.stanford-red-bg.border-and-shadow {
  background-color: #8c1515;
}
.hero-container {
  z-index: 1;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0rem 0.21428571428571427rem 0.42857142857142855rem 0rem rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0rem 0.21428571428571427rem 0.42857142857142855rem 0rem rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0rem 0.21428571428571427rem 0.42857142857142855rem 0rem rgba(0, 0, 0, 0.5);
}
.border-and-shadow {
  padding: 12px;
  padding: 0.8571428571428571rem;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 3px 0.2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0.07142857142857142rem 0.07142857142857142rem 0.21428571428571427rem 0.014285714285714287rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0.2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0.07142857142857142rem 0.07142857142857142rem 0.21428571428571427rem 0.014285714285714287rem rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0.2px rgba(0, 0, 0, 0.1);
  box-shadow: 0.07142857142857142rem 0.07142857142857142rem 0.21428571428571427rem 0.014285714285714287rem rgba(0, 0, 0, 0.1);
}
.border-and-shadow:before,
.border-and-shadow:after {
  content: " ";
  display: table;
}
.border-and-shadow:after {
  clear: both;
}
.lt-ie8 .border-and-shadow {
  zoom: 1;
}
.lt-ie8 .border-and-shadow {
  filter: "progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=3)";
}
.border-and-shadow .border-and-shadow {
  padding: 0;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.lt-ie8 .border-and-shadow .border-and-shadow {
  filter: none;
}
.border-and-shadow h1,
.border-and-shadow h2,
.border-and-shadow h3,
.border-and-shadow h4,
.border-and-shadow h5 {
  color: #333333;
  font-weight: 400;
}
.border-and-shadow ul:last-child,
.border-and-shadow ol:last-child,
.border-and-shadow p:last-child {
  margin-bottom: 0;
}
.jump-link-layout > .border-and-shadow {
  padding-left: 12px;
  padding-left: 0.8571428571428571rem;
  padding-right: 12px;
  padding-right: 0.8571428571428571rem;
}
@media (max-width: 767px) {
  .jump-link-layout > .border-and-shadow {
    padding-left: 6px;
    padding-left: 0.42857142857142855rem;
    padding-right: 6px;
    padding-right: 0.42857142857142855rem;
  }
}
@media (min-width: 768px) {
  .jump-link-layout > .border-and-shadow {
    vertical-align: top;
    float: left;
  }
}
.jump-link-layout.row {
  position: relative;
  padding: 6px;
  padding: 0.42857142857142855rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  overflow: hidden;
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
  .jump-link-layout .extra-top-padding {
    padding-top: 50px;
    padding-top: 3.5714285714285716rem;
  }
}
.jump-link-layout .background-dark {
  background-color: #666666;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAH0lEQVQImUXGMREAMBAEobWD/jP4VSYVhFU9w7Cf6gCFUwcVKa1TogAAAABJRU5ErkJggg==);
  padding: 6px;
  padding: 0.42857142857142855rem;
  color: #ffffff;
  right: 3px;
  right: 0.21428571428571427rem;
}
@media (min-width: 768px) {
  .jump-link-layout .background-dark {
    vertical-align: top;
    float: right;
  }
}
.jump-link-layout .background-dark .section-header h2,
.jump-link-layout .background-dark h2 {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1rem;
  border: 0;
  margin-top: 6px;
  margin-top: 0.42857142857142855rem;
  margin-bottom: 12px;
  margin-bottom: 0.8571428571428571rem;
  padding: 6px;
  padding: 0.42857142857142855rem;
  padding-bottom: 12px;
  padding-bottom: 0.8571428571428571rem;
  padding-top: 12px;
  padding-top: 0.8571428571428571rem;
  background-color: #333333;
  font-weight: 600;
  color: #ffffff;
}
.jump-link-layout .background-dark .section-header.standard:before {
  content: "";
  border: 0;
}
@media (max-width: 767px) {
  .jump-link-layout .background-dark {
    position: static;
  }
}
.jump-link-layout .background-dark hr {
  margin-left: 6px;
  margin-left: 0.42857142857142855rem;
  margin-right: 6px;
  margin-right: 0.42857142857142855rem;
}
.jump-link-layout .background-dark.left {
  right: 0;
  float: left;
}
.is-hidden-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* Social Links Styles */
.link-social a {
  display: inline-block;
  height: 22px;
  height: 1.5714285714285714rem;
  width: 22px;
  width: 1.5714285714285714rem;
  border-radius: 50px;
  color: #fff;
  font-size: 10;
  text-align: center;
  text-decoration: none;
}
.link-social .fa {
  vertical-align: bottom;
}
[class^="bg-icon"],
[class*=" bg-icon"] {
  position: relative;
  overflow: hidden;
  background-image: none;
  background-position: 0 0;
}
[class^="bg-icon"]:before,
[class*=" bg-icon"]:before {
  content: "\f007";
}
[class^="bg-icon"]:before,
[class*=" bg-icon"]:before {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 100px;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
[class^="bg-icon"]:after,
[class*=" bg-icon"]:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 100px;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
[class^="bg-icon"] *,
[class*=" bg-icon"] * {
  position: relative;
  z-index: 3;
}
.bg-icon-user-md:before {
  content: "\f0f0";
}
.bg-icon-book:before {
  /* content: "\f02d"; //fa-book: \f02d */
  content: url(../images/icon-research.svg);
}
.no-svg .bg-icon-book:before {
  content: url(../images/icon-research.png);
}
.bg-icon-money:before {
  content: url(../images/icon-education.svg);
  /* content: "\f0d6"; //fa-money: \f0d6 */
}
.no-svg .bg-icon-money:before {
  content: url(../images/icon-education.png);
}
.bg-icon-give:before {
  content: url(../images/icon-give.svg);
}
.no-svg .bg-icon-give:before {
  content: url(../images/icon-give.png);
}
/* END uicommons-main.less */



/* uicommons-button.less */
.button:before,
.button:after {
  content: " ";
  display: table;
}
.button:after {
  clear: both;
}
.lt-ie8 .button {
  zoom: 1;
}
.button .btn {
  display: block;
  padding: 5px;
  width: auto;
  white-space: normal;
}
.button .btn:before,
.button .btn:after {
  content: " ";
  display: table;
}
.button .btn:after {
  clear: both;
}
.lt-ie8 .button .btn {
  zoom: 1;
}
.button .left .btn {
  float: left;
}
.button .right .btn {
  float: right;
}
.button .center {
  text-align: center;
}
.button .center .btn {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
}
.button .justified .btn {
  display: table;
  max-width: 100%;
  width: 100%;
}
.button .justified .btn .btn-text {
  width: 100%;
}
.button .btn .fa {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
}
.button .btn .btn-icon {
  display: table-cell;
  padding: 6px;
  margin: 0;
  vertical-align: middle;
}
.button .btn .btn-text {
  display: table-cell;
  width: auto;
  padding: 9px 15px 6px 0;
  border-radius: 0 4px 4px 0;
  text-align: left;
}
.button .btn.no-icon > .btn-text {
  padding-left: 6px;
  border-radius: 4px;
}
.button .btn.has-icon > .btn-icon {
  border-radius: 4px 0 0 4px;
}
.button .btn .btn-decoration {
  display: table-cell;
  vertical-align: middle;
  border-radius: 0 4px 4px 0;
}
.button .btn {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.0;
  text-align: left;
}
.button .btn .fa {
  font-size: 13px;
  text-align: center;
}
.button .btn .btn-icon {
  border: 1px solid #dddddd;
  border-right: none;
  box-shadow: 1px 1px 1px #dddddd;
}
.button .btn .btn-text {
  border: 1px solid #dddddd;
  border-left: none;
  box-shadow: 1px 1px 1px #dddddd;
}
.button .btn.no-icon > .btn-text {
  border-left: 1px solid #dddddd;
}
.button .btn .btn-decoration:before {
  content: "\f061";
}
.button .btn {
  /* SIMPLE Button - minimal stlying with no background, looks like a text-only hyperlink, etc... */
  /* STANDARD Button - outer portion is grey, inner portion has a background color, text is white */
  /* WHITE Button - inner portion is white, text has a color */
  /* COLOR ARROW Button - inner portion is white, text has a color, arrows have a background color */
}
.button .btn.simple {
  color: #007c92;
  border-color: transparent;
  background-color: transparent;
}
.button .btn.simple .fa {
  color: #f1f1f1;
  background-color: #007c92;
}
.button .btn.simple .btn-icon {
  background-color: inherit;
  border-color: inherit;
  box-shadow: 1px 1px 1px transparent;
  vertical-align: top;
}
.button .btn.simple .btn-text {
  background-color: inherit;
  border-color: inherit;
  box-shadow: 1px 1px 1px transparent;
}
.button .btn.simple .btn-decoration {
  display: none;
}
.button .btn.simple:hover,
.button .btn.simple:focus,
.button .btn.simple:active {
  background-color: transparent;
  border: 1px solid #dddddd;
}
.border-and-shadow .button .btn.simple:hover,
.border-and-shadow .button .btn.simple:focus,
.border-and-shadow .button .btn.simple:active {
  border-color: #f1f1f1;
}
.button .btn.simple:hover > span,
.button .btn.simple:focus > span,
.button .btn.simple:active > span {
  border-color: transparent;
}
.button .btn.simple.color-white,
.button .btn.simple.color-blue-xx-light,
.button .btn.simple.color-seashell,
.button .btn.simple.color-blue-x-light {
  color: #333333;
}
.button .btn.simple.color-white .btn-icon .fa,
.button .btn.simple.color-blue-xx-light .btn-icon .fa,
.button .btn.simple.color-seashell .btn-icon .fa,
.button .btn.simple.color-blue-x-light .btn-icon .fa,
.button .btn.simple.color-white .btn-decoration,
.button .btn.simple.color-blue-xx-light .btn-decoration,
.button .btn.simple.color-seashell .btn-decoration,
.button .btn.simple.color-blue-x-light .btn-decoration {
  background-color: #333333;
}
.button .btn.simple.color-accent-green {
  color: #556222;
}
.button .btn.simple.color-accent-green .btn-icon .fa,
.button .btn.simple.color-accent-green .btn-decoration {
  background-color: #556222;
}
.button .btn.simple.color-grey-dark {
  color: #333333;
}
.button .btn.simple.color-grey-dark .btn-icon .fa,
.button .btn.simple.color-grey-dark .btn-decoration {
  background-color: #333333;
}
.button .btn.simple.color-red {
  color: #8c1515;
}
.button .btn.simple.color-red .btn-icon .fa,
.button .btn.simple.color-red .btn-decoration {
  background-color: #8c1515;
}
.button .btn.simple.color-accent-purple {
  color: #53284f;
}
.button .btn.simple.color-accent-purple .btn-icon .fa,
.button .btn.simple.color-accent-purple .btn-decoration {
  background-color: #53284f;
}
.button .btn.simple.color-blue-x-dark {
  color: #09425a;
}
.button .btn.simple.color-blue-x-dark .btn-icon .fa,
.button .btn.simple.color-blue-x-dark .btn-decoration {
  background-color: #09425a;
}
.button .btn.simple.color-accent-red {
  color: #5e3032;
}
.button .btn.simple.color-accent-red .btn-icon .fa,
.button .btn.simple.color-accent-red .btn-decoration {
  background-color: #5e3032;
}
.button .btn.standard {
  color: #ffffff;
  background-color: #f1f1f1;
}
.button .btn.standard .btn-decoration,
.button .btn.standard .btn-icon .fa {
  color: #007c92;
  background-color: #ffffff;
}
.button .btn.standard .btn-icon,
.button .btn.standard .btn-text {
  background-color: #007c92;
}
.button .btn.standard .btn-decoration {
  background-color: #f1f1f1;
}
.button .btn.standard.color-white {
  color: #333333;
}
.button .btn.standard.color-white .btn-decoration {
  color: #333333;
}
.button .btn.standard.color-white .btn-icon .fa {
  background-color: #333333;
  color: #ffffff;
}
.button .btn.standard.color-white .btn-text,
.button .btn.standard.color-white .btn-icon {
  background-color: #ffffff;
}
.button .btn.standard.color-blue-xx-light {
  color: #007c92;
}
.button .btn.standard.color-blue-xx-light .btn-decoration {
  color: #007c92;
}
.button .btn.standard.color-blue-xx-light .btn-icon .fa {
  background-color: #007c92;
  color: #ffffff;
}
.button .btn.standard.color-blue-xx-light .btn-text,
.button .btn.standard.color-blue-xx-light .btn-icon {
  background-color: #f0f4f5;
}
.button .btn.standard.color-seashell {
  color: #333333;
}
.button .btn.standard.color-seashell .btn-icon .fa {
  background-color: #333333;
  color: #ffffff;
}
.button .btn.standard.color-seashell .btn-decoration {
  color: #333333;
}
.button .btn.standard.color-seashell .btn-text,
.button .btn.standard.color-seashell .btn-icon {
  background-color: #f1f1f1;
}
.button .btn.standard.color-blue-x-light {
  color: #333333;
}
.button .btn.standard.color-blue-x-light .btn-icon .fa {
  color: #333333;
}
.button .btn.standard.color-blue-x-light .btn-decoration {
  color: #333333;
}
.button .btn.standard.color-blue-x-light .btn-text,
.button .btn.standard.color-blue-x-light .btn-icon {
  background-color: #d0d8da;
}
.button .btn.standard.color-accent-green .btn-decoration,
.button .btn.standard.color-accent-green .btn-icon .fa {
  color: #556222;
}
.button .btn.standard.color-accent-green .btn-text,
.button .btn.standard.color-accent-green .btn-icon {
  background-color: #556222;
}
.button .btn.standard.color-grey-dark .btn-decoration,
.button .btn.standard.color-grey-dark .btn-icon .fa {
  color: #333333;
}
.button .btn.standard.color-grey-dark .btn-text,
.button .btn.standard.color-grey-dark .btn-icon {
  background-color: #333333;
}
.button .btn.standard.color-red .btn-decoration,
.button .btn.standard.color-red .btn-icon .fa {
  color: #8c1515;
}
.button .btn.standard.color-red .btn-text,
.button .btn.standard.color-red .btn-icon {
  background-color: #8c1515;
}
.button .btn.standard.color-accent-purple .btn-decoration,
.button .btn.standard.color-accent-purple .btn-icon .fa {
  color: #53284f;
}
.button .btn.standard.color-accent-purple .btn-text,
.button .btn.standard.color-accent-purple .btn-icon {
  background-color: #53284f;
}
.button .btn.standard.color-blue-x-dark .btn-decoration,
.button .btn.standard.color-blue-x-dark .btn-icon .fa {
  color: #09425a;
}
.button .btn.standard.color-blue-x-dark .btn-text,
.button .btn.standard.color-blue-x-dark .btn-icon {
  background-color: #09425a;
}
.button .btn.standard.color-accent-red .btn-decoration,
.button .btn.standard.color-accent-red .btn-icon .fa {
  color: #5e3032;
}
.button .btn.standard.color-accent-red .btn-text,
.button .btn.standard.color-accent-red .btn-icon {
  background-color: #5e3032;
}
.button .btn.white {
  color: #007c92;
  background-color: #f1f1f1;
}
.button .btn.white .btn-decoration,
.button .btn.white .btn-icon .fa {
  color: #ffffff;
  background-color: #007c92;
}
.button .btn.white .btn-icon,
.button .btn.white .btn-text {
  background-color: #ffffff;
}
.button .btn.white .btn-decoration,
.button .btn.white[class=" color-"] .btn-decoration {
  color: inherit;
  background-color: #f1f1f1;
}
.button .btn.white.color-white,
.button .btn.white.color-blue-xx-light,
.button .btn.white.color-seashell {
  color: #333333;
}
.button .btn.white.color-white .btn-decoration,
.button .btn.white.color-blue-xx-light .btn-decoration,
.button .btn.white.color-seashell .btn-decoration {
  color: #333333;
}
.button .btn.white.color-white .btn-icon .fa,
.button .btn.white.color-blue-xx-light .btn-icon .fa,
.button .btn.white.color-seashell .btn-icon .fa {
  background-color: #333333;
}
.button .btn.white.color-blue-x-light {
  color: #333333;
}
.button .btn.white.color-blue-x-light .btn-decoration {
  color: #333333;
}
.button .btn.white.color-blue-x-light .btn-icon .fa {
  background-color: #d0d8da;
  color: #333333;
}
.button .btn.white.color-accent-green {
  color: #556222;
}
.button .btn.white.color-accent-green .btn-icon .fa {
  background-color: #556222;
}
.button .btn.white.color-grey-dark {
  color: #333333;
}
.button .btn.white.color-grey-dark .btn-icon .fa {
  background-color: #333333;
}
.button .btn.white.color-red {
  color: #8c1515;
}
.button .btn.white.color-red .btn-icon .fa {
  background-color: #8c1515;
}
.button .btn.white.color-accent-purple {
  color: #53284f;
}
.button .btn.white.color-accent-purple .btn-icon .fa {
  background-color: #53284f;
}
.button .btn.white.color-blue-x-dark {
  color: #09425a;
}
.button .btn.white.color-blue-x-dark .btn-icon .fa {
  background-color: #09425a;
}
.button .btn.white.color-accent-red {
  color: #5e3032;
}
.button .btn.white.color-accent-red .btn-icon .fa {
  background-color: #5e3032;
}
.button .btn.color-arrow {
  color: #007c92;
  background-color: #f1f1f1;
}
.button .btn.color-arrow .fa {
  color: #ffffff;
  background-color: #007c92;
}
.button .btn.color-arrow .btn-icon,
.button .btn.color-arrow .btn-text {
  background-color: #ffffff;
}
.button .btn.color-arrow .btn-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button .btn.color-arrow .btn-decoration {
  background-color: #007c92;
}
.button .btn.color-arrow .btn-decoration {
  color: #f1f1f1;
}
.button .btn.color-arrow.color-white {
  color: #333333;
}
.button .btn.color-arrow.color-white .btn-icon .fa {
  color: #ffffff;
  background-color: #333333;
}
.button .btn.color-arrow.color-white .btn-decoration {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #cccccc;
  border-left: none;
}
.button .btn.color-arrow.color-blue-xx-light {
  color: #333333;
}
.button .btn.color-arrow.color-blue-xx-light .btn-icon .fa {
  color: #f0f4f5;
  background-color: #007c92;
}
.button .btn.color-arrow.color-blue-xx-light .btn-decoration {
  background-color: #f0f4f5;
  color: #007c92;
  border: 1px solid #cccccc;
  border-left: none;
}
.button .btn.color-arrow.color-seashell {
  color: #333333;
}
.button .btn.color-arrow.color-seashell .btn-icon .fa {
  color: #f1f1f1;
  background-color: #333333;
}
.button .btn.color-arrow.color-seashell .btn-decoration {
  background-color: #f1f1f1;
  color: #333333;
  border: 1px solid #cccccc;
  border-left: none;
}
.button .btn.color-arrow.color-blue-x-light {
  color: #333333;
}
.button .btn.color-arrow.color-blue-x-light .btn-icon .fa {
  color: #333333;
  background-color: #d0d8da;
}
.button .btn.color-arrow.color-blue-x-light .btn-decoration {
  background-color: #d0d8da;
  color: #333333;
}
.button .btn.color-arrow.color-accent-green {
  color: #556222;
}
.button .btn.color-arrow.color-accent-green .btn-icon .fa,
.button .btn.color-arrow.color-accent-green .btn-decoration {
  background-color: #556222;
}
.button .btn.color-arrow.color-grey-dark {
  color: #333333;
}
.button .btn.color-arrow.color-grey-dark .btn-icon .fa,
.button .btn.color-arrow.color-grey-dark .btn-decoration {
  background-color: #333333;
}
.button .btn.color-arrow.color-red {
  color: #8c1515;
}
.button .btn.color-arrow.color-red .btn-icon .fa,
.button .btn.color-arrow.color-red .btn-decoration {
  background-color: #8c1515;
}
.button .btn.color-arrow.color-accent-purple {
  color: #53284f;
}
.button .btn.color-arrow.color-accent-purple .btn-icon .fa,
.button .btn.color-arrow.color-accent-purple .btn-decoration {
  background-color: #53284f;
}
.button .btn.color-arrow.color-blue-x-dark {
  color: #09425a;
}
.button .btn.color-arrow.color-blue-x-dark .btn-icon .fa,
.button .btn.color-arrow.color-blue-x-dark .btn-decoration {
  background-color: #09425a;
}
.button .btn.color-arrow.color-accent-red {
  color: #5e3032;
}
.button .btn.color-arrow.color-accent-red .btn-icon .fa,
.button .btn.color-arrow.color-accent-red .btn-decoration {
  background-color: #5e3032;
}
.background-dark button.simple .btn-text {
  color: #009abb;
}
/* END uicommons-button.less */

/* uicommons-footer-global.less */
/** LAYOUT STYLES **/
#outerContainer.footer-global-offset {
  padding-bottom: 260px;
  padding-bottom: 18.571428571428573rem;
}
@media (max-width: 991px) {
  #outerContainer.footer-global-offset {
    padding-bottom: 697px;
    padding-bottom: 49.785714285714285rem;
  }
}
.container-with-footer {
  min-height: 100%;
}
.footer-global {
  width: 100%;
}
.footer-global ul.container {
  margin-bottom: 0;
  padding-bottom: 64px;
  padding-top: 16px;
}
.footer-global .footer-item {
  margin-top: 10px;
  margin-top: 0.7142857142857143rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .footer-global .footer-item {
    margin-top: 5px;
    margin-top: 0.35714285714285715rem;
  }
}
@media (min-width: 992px) {
  .footer-global .footer-item {
    display: inline-block;
    width: 16%;
    padding: 0;
  }
}
.footer-global .footer-item .middle {
  padding-top: 7px;
  padding-top: 0.5rem;
}
.footer-global .logo {
  display: block;
  height: 83px;
  height: 5.928571428571429rem;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-bottom: 0.35714285714285715rem;
  text-indent: -9999px;
  -webkit-background-size: 1280px;
  -webkit-background-size: 91.42857142857143rem;
  -khtml-background-size: 1280px;
  -khtml-background-size: 91.42857142857143rem;
  -moz-background-size: 1280px;
  -moz-background-size: 91.42857142857143rem;
  -o-background-size: 1280px;
  -o-background-size: 91.42857142857143rem;
  background-size: 1280px;
  background-size: 91.42857142857143rem;
}
@media (min-width: 992px) {
  .footer-global .logo {
    -webkit-background-size: 924px;
    -webkit-background-size: 66rem;
    -khtml-background-size: 924px;
    -khtml-background-size: 66rem;
    -moz-background-size: 924px;
    -moz-background-size: 66rem;
    -o-background-size: 924px;
    -o-background-size: 66rem;
    background-size: 924px;
    background-size: 66rem;
    margin-bottom: 0;
  }
}
.lt-ie9 .footer-global .logo {
  position: relative;
  z-index: 9;
}
.lt-ie9 .footer-global .logo-stanford {
  background-position: -27px;
  width: 100px;
}
.lt-ie9 .footer-global .logo-stanford-som {
  background-position: -146px;
  width: 153px;
}
.lt-ie9 .footer-global .logo-stanford-hospital {
  background-position: -402px;
  width: 120px;
}
.lt-ie9 .footer-global .logo-stanford-childrens {
  background-position: -601px;
  width: 173px;
}
.lt-ie9 .footer-global .logo-lpch {
  background-position: -844px;
  width: 179px;
}
.lt-ie9 .footer-global .logo-stanford-healthcare {
  background-position: -1083px;
  width: 178px;
}
.footer-global-offset {
  padding-bottom: 335px;
  padding-bottom: 23.928571428571427rem;
}
@media (min-width: 768px) {
  .footer-global-offset {
    padding-bottom: 130px;
    padding-bottom: 9.285714285714286rem;
  }
}
.lt-ie8 .footer-global,
.lt-ie9 .footer-global {
  padding: 0;
}
.lt-ie8 .footer-global {
  position: relative;
}
/** TYPOGRAPHY STYLES **/
/** THEMATIC STYLES **/
.footer-global {
  background-color: #333333;
}
.footer-global .logo {
  background-repeat: no-repeat;
  background-image: url(images/footer-logos.png);
}
.logo-stanford {
  background-position: -27px 0px;
  background-position: -1.9285714285714286rem 0rem;
  width: 100px;
  width: 7.142857142857143rem;
}
@media (min-width: 992px) {
  .logo-stanford {
    background-position: -20px 0px;
    background-position: -1.4285714285714286rem 0rem;
    width: 70px;
    width: 5rem;
  }
}
.logo-stanford-som {
  background-position: -195px 0px;
  background-position: -13.928571428571429rem 0rem;
  width: 135px;
  width: 9.642857142857142rem;
}
@media (min-width: 992px) {
  .logo-stanford-som {
    background-position: -141px 0px;
    background-position: -10.071428571428571rem 0rem;
    width: 100px;
    width: 7.142857142857143rem;
  }
}
.logo-stanford-hospital {
  background-position: -402px 0px;
  background-position: -28.714285714285715rem 0rem;
  width: 120px;
  width: 8.571428571428571rem;
}
@media (min-width: 992px) {
  .logo-stanford-hospital {
    background-position: -291px 0px;
    background-position: -20.785714285714285rem 0rem;
    width: 89px;
    width: 6.357142857142857rem;
  }
}
.logo-stanford-childrens {
  background-position: -601px 0px;
  background-position: -42.92857142857143rem 0rem;
  width: 173px;
  width: 12.357142857142858rem;
}
@media (min-width: 992px) {
  .logo-stanford-childrens {
    background-position: -433px 0px;
    background-position: -30.928571428571427rem 0rem;
    width: 129px;
    width: 9.214285714285714rem;
  }
}
.logo-lpch {
  background-position: -844px 0px;
  background-position: -60.285714285714285rem 0rem;
  width: 179px;
  width: 12.785714285714286rem;
}
@media (min-width: 992px) {
  .logo-lpch {
    background-position: -610px 0px;
    background-position: -43.57142857142857rem 0rem;
    width: 129px;
    width: 9.214285714285714rem;
  }
}
.logo-stanford-healthcare {
  background-position: -1083px 0px;
  background-position: -77.35714285714286rem 0rem;
  width: 178px;
  width: 12.714285714285714rem;
}
@media (min-width: 992px) {
  .logo-stanford-healthcare {
    background-position: -782px 0px;
    background-position: -55.857142857142854rem 0rem;
    width: 128px;
    width: 9.142857142857142rem;
  }
}
#backToTop {
  position: fixed;
  bottom: 50%;
  right: 0px;
  text-decoration: none;
  color: #eeeeee;
  background-color: #333333;
  font-size: 16px;
  padding-top: 3px;
  padding-top: 0.21428571428571427rem;
  padding-bottom: 3px;
  padding-bottom: 0.21428571428571427rem;
  padding-left: 8px;
  padding-left: 0.5714285714285714rem;
  padding-right: 8px;
  padding-right: 0.5714285714285714rem;
  display: none;
}
#backToTop:hover {
  background-color: #007c92;
}
/* END uicommons-footer-global.less */

/* uicommons-footer.less */
/** LAYOUT STYLES **/
#outerContainer {
  padding-bottom: 60px;
  padding-bottom: 4.285714285714286rem;
}
#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#footer .content:before,
#footer .content:after {
  content: " ";
  display: table;
}
#footer .content:after {
  clear: both;
}
.lt-ie8 #footer .content {
  zoom: 1;
}
@media (min-width: 992px) {
  #footer .content {
    width: 940.75px;
    width: 67.19642857142857rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  #footer .content {
    width: 1130px;
    width: 80.71428571428571rem;
  }
}
#footer .footer-local {
  padding: 0;
  width: 100%;
}
.no-cssremunit #footer .footer-local {
  padding: 0 15px 354px;
}
.lt-ie9 #footer .footer-local.container {
  width: 100%;
  padding: 0;
}
#footer .footer-local .simple-footer {
  border-top: 1px solid;
  border-top: 0.07142857142857142rem solid;
  border-color: #DDE0E1;
  padding-top: 12px;
  padding-top: 0.8571428571428571rem;
}
#footer .footer-local .simple-footer:before,
#footer .footer-local .simple-footer:after {
  content: " ";
  display: table;
}
#footer .footer-local .simple-footer:after {
  clear: both;
}
.lt-ie8 #footer .footer-local .simple-footer {
  zoom: 1;
}
@media (max-width: 991px) {
  #footer .footer-local .simple-footer {
    padding-left: 12px;
    padding-left: 0.8571428571428571rem;
    padding-right: 12px;
    padding-right: 0.8571428571428571rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-local {
    /*border-top: none;*/
    margin-top: 0;
  }
}
#footer .footer-local .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-local .links-list:before,
#footer .footer-local .links-list:after {
  content: " ";
  display: table;
}
#footer .footer-local .links-list:after {
  clear: both;
}
.lt-ie8 #footer .footer-local .links-list {
  zoom: 1;
}
@media (max-width: 991px) {
  #footer .footer-local .links {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 479px) {
  #footer .footer-local .links {
    text-align: right;
    margin-bottom: 12px;
    margin-bottom: 0.8571428571428571rem;
    height: 22px;
    height: 1.5714285714285714rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-local .links {
    text-align: left;
    margin-bottom: 12px;
    margin-bottom: 0.8571428571428571rem;
    height: 22px;
    height: 1.5714285714285714rem;
  }
}
#footer .footer-local .links ul {
  display: inline-block;
  height: 22px;
  height: 1.5714285714285714rem;
}
#footer .footer-local .link {
  padding: 3px 0px 5px 0px;
  padding: 0.21428571428571427rem 0rem 0.35714285714285715rem 0rem;
  display: inline-block;
}
#footer .footer-local .link + .link:before {
  content: "\00b7";
  margin-left: 3px;
  margin-left: 0.21428571428571427rem;
  margin-right: 3px;
  margin-right: 0.21428571428571427rem;
  font-size: 16px;
  font-size: 1.1428571428571428rem;
  line-height: 16px;
  line-height: 1.1428571428571428rem;
}
#footer .footer-local .link a {
  display: inline;
}
#footer .footer-local .link-social {
  padding: 0px 2px;
  padding: 0rem 0.14285714285714285rem;
}
#footer .footer-local .social-links .fa {
  width: 22px;
  width: 1.5714285714285714rem;
  height: 22px;
  height: 1.5714285714285714rem;
  padding-top: 5px;
  padding-top: 0.35714285714285715rem;
}
#footer .footer-local .legal-text {
  padding: 3px 5px 5px;
  padding: 0.21428571428571427rem 0.35714285714285715rem 0.35714285714285715rem;
}
@media (max-width: 991px) {
  #footer .footer-local .legal-text,
  #footer .footer-local .footer-links {
    padding-left: 0;
  }
}
/** TYPOGRAPHY STYLES **/
#footer .footer-local {
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
#footer .footer-local .links a {
  font-size: 12px;
  font-size: 0.8571428571428571rem;
  color: #999999;
}
#footer .footer-local .link + .link:before {
  color: #d0d8da;
}
#footer .footer-local .legal-text {
  font-size: 12px;
  font-size: 0.8571428571428571rem;
  color: #999999;
}
@media (min-width: 479px) {
  #footer .footer-local .legal-text {
    text-align: left;
  }
}
/* END uicommons-footer.less */

/* uicommons-header-global.less */
/** LAYOUT STYLES **/
.header-global-offset {
  margin-top: 0px;
  margin-top: 0rem;
}
@media (min-width: 992px) {
  .header-global-offset {
    margin-top: 32px;
    margin-top: 2.2857142857142856rem;
  }
}
.header-global {
  position: absolute;
  top: -32px;
  top: -2.2857142857142856rem;
  right: 0;
  width: 0;
  height: 32px;
  height: 2.2857142857142856rem;
  z-index: 9000;
}
@media (max-width: 991px) {
  .header-global {
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .header-global {
    right: auto;
    left: 0;
    width: 100%;
  }
}
.header-global .navbar {
  min-height: 0;
  margin-bottom: auto;
  border: none;
}
/** TYPOGRAPHY STYLES **/
/** THEMATIC STYLES **/
.header-global {
  border-radius: 0;
}
@media (min-width: 992px) {
  .header-global {
    background-color: #000;
  }
}
@media (min-width: 992px) {
  /* Added the 'body:before' block to mitigate the flash of unstyled content while the page loads */
  body:before {
    content: "";
    position: absolute;
    top: -32px;
    top: -2.2857142857142856rem;
    z-index: 1;
    display: block;
    width: 100%;
    height: 32px;
    background-color: #000;
  }
}
/* END uicommons-header-global.less */

/* uicommons-header.less */
/* Page / Local Header */
.header-local {
  min-height: 92px;
  min-height: 6.571428571428571rem;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0rem 0rem 0.35714285714285715rem 0rem rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0rem 0rem 0.35714285714285715rem 0rem rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0rem 0rem 0.35714285714285715rem 0rem rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid transparent;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .header-local {
    min-height: 0;
  }
}
@media (min-width: 992px) {
  .header-local.header-global-offset {
    margin-top: 32px;
    margin-top: 2.2857142857142856rem;
  }
}
.header-local .container {
  position: relative;
}
.header-local .navbar-toggle {
  background-color: #ffffff;
  outline: none;
  top: -5px;
  top: -0.35714285714285715rem;
  /*
    @media @screen-sm-max {
      display: block;
      position: absolute;
      right: 0;
      margin: 0;
      float: none;
      z-index: 10;
    }
    */
}
@media (max-width: 479px) {
  .header-local .navbar-toggle {
    display: none;
  }
}
@media (min-width: 479px) {
  .header-local .navbar-toggle {
    display: none;
  }
}
.header-local .navbar-toggle:hover {
  background-color: #ffffff;
}
.header-local .navbar-toggle:focus {
  background-color: #cccccc;
}
.header-local .navbar-toggle .fa {
  color: #333333;
  font-size: 32px;
  font-size: 2.2857142857142856rem;
}
.header-local .skip-to-links a.sr-only:focus {
  display: block;
  overflow: visible;
  clip: auto;
  right: 0;
  height: auto;
  width: auto;
}
.lt-ie9 .header-local {
  -ms-filter: "";
}
.lt-ie8 .header-local {
  filter: "progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=135,strength=3)";
}
#headerContent {
  float: none;
  width: auto;
  clear: both;
}
#headerContent:before,
#headerContent:after {
  content: " ";
  display: table;
}
#headerContent:after {
  clear: both;
}
.lt-ie8 #headerContent {
  zoom: 1;
}
@media (min-width: 479px) {
  #headerContent {
    float: right;
    clear: none;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #headerContent {
    width: 30%;
  }
}
/* Branding Styles */
/* SMACCS module */
.skip-to-links a.sr-only:focus {
  padding: 2px 10px;
  background-color: #333333;
  color: #ffffff;
}
.brand {
  position: relative;
  display: block;
  float: left;
  width: auto;
  height: 45px;
  height: 3.2142857142857144rem;
  margin: 5px 0px;
  margin: 0.35714285714285715rem 0rem;
}
.brand:before,
.brand:after {
  content: " ";
  display: table;
}
.brand:after {
  clear: both;
}
.lt-ie8 .brand {
  zoom: 1;
}
@media (max-width: 767px) {
  .brand {
    padding-right: 0;
    display: table-row;
  }
}
@media (min-width: 768px) {
  .brand {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .brand {
    margin-top: 15px;
    margin-top: 1.0714285714285714rem;
    margin-bottom: 15px;
    margin-bottom: 1.0714285714285714rem;
  }
}
@media (min-width: 992px) {
  .brand {
    position: relative;
    margin-top: 25px;
    margin-top: 1.7857142857142858rem;
    margin-bottom: 5px;
    margin-bottom: 0.35714285714285715rem;
  }
}
.brand a,
.brand a:link,
.brand a:focus,
.brand a:visited {
  color: #333333;
  font-weight: 400;
  text-decoration: none;
}
.brand .brand-sitename {
  position: relative;
  z-index: 9;
  display: table-cell;
  width: auto;
  height: 100%;
  font-size: 20px;
  font-size: 1.4285714285714286rem;
  line-height: 110%;
}
@media (max-width: 767px) {
  .brand .brand-sitename {
    font-size: 17px;
    font-size: 1.2142857142857142rem;
  }
}
@media (max-width: 991px) {
  .brand .brand-sitename {
    line-height: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand .brand-sitename {
    font-size: 18px;
    font-size: 1.2857142857142858rem;
  }
}
@media (min-width: 992px) {
  .brand .brand-sitename {
    margin-right: 168px;
    margin-right: 12rem;
  }
}
.brand .brand-sitename .wrap {
  display: table-cell;
  height: 41px;
  height: 2.9285714285714284rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .brand .brand-sitename .wrap {
    vertical-align: bottom;
    height: 46px;
    height: 3.2857142857142856rem;
  }
}
.brand .brand-sitename-title {
  display: block;
  line-height: 21px;
  line-height: 1.5rem;
}
.brand .brand-sitename-subtitle {
  display: block;
  margin-top: 3px;
  margin-top: 0.21428571428571427rem;
  font-size: 14px;
  font-size: 1rem;
  font-style: italic;
  line-height: 13px;
  line-height: 0.9285714285714286rem;
  white-space: normal;
}
@media (min-width: 479px) {
  .brand .brand-sitename-subtitle {
    white-space: nowrap;
  }
}
.brand-logo {
  position: relative;
  z-index: 10;
  float: left;
  display: block;
  width: 177px;
  width: 12.642857142857142rem;
  height: 45px;
  height: 3.2142857142857144rem;
  margin-right: 10px;
  margin-right: 0.7142857142857143rem;
  text-indent: -9999px;
  background: url(images/logo-stanfordmedicine.svg) no-repeat;
  background-position: -8px -3px;
  background-position: -0.5714285714285714rem -0.21428571428571427rem;
  background-size: auto 111%;
  border-right: 1px solid;
  border-right: 0.07142857142857142rem solid;
  border-right-color: #000000;
}
@media (max-width: 767px) {
  .brand-logo {
    width: 45px;
    width: 3.2142857142857144rem;
    height: 45px;
    height: 3.2142857142857144rem;
    margin-right: 0;
    border-right: none;
  }
}
.no-svg .brand-logo {
  background-image: url(images/logo_stanfordmedicine.png);
  background-position: 0 0;
  background-size: auto auto;
}
/* Added support for Opera Mini: no-fontface */
.no-fontface .header-local .navbar-toggle .fa.fa-bars {
  -webkit-background-size: 1200px 407px;
  -webkit-background-size: 85.71428571428571rem 29.071428571428573rem;
  -khtml-background-size: 1200px 407px;
  -khtml-background-size: 85.71428571428571rem 29.071428571428573rem;
  -moz-background-size: 1200px 407px;
  -moz-background-size: 85.71428571428571rem 29.071428571428573rem;
  -o-background-size: 1200px 407px;
  -o-background-size: 85.71428571428571rem 29.071428571428573rem;
  background-size: 1200px 407px;
  background-size: 85.71428571428571rem 29.071428571428573rem;
  background-position: -923px -127px;
  background-position: -65.92857142857143rem -9.071428571428571rem;
  height: 32px;
  height: 2.2857142857142856rem;
  width: 32px;
  width: 2.2857142857142856rem;
}
.no-fontface .header-local .navbar-toggle .fa.fa-bars:before {
  content: "";
}
/* Social Links */
.social-links .fa {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.8571428571428571rem;
  background-color: #009abb;
  width: 20px;
  width: 1.4285714285714286rem;
  height: 20px;
  height: 1.4285714285714286rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  padding-top: 4px;
  padding-top: 0.2857142857142857rem;
}
.header-local .social-links {
  bottom: -30px;
  bottom: -2.142857142857143rem;
  position: absolute;
  right: 8px;
  right: 0.5714285714285714rem;
}
@media (min-width: 992px) {
  .header-local .social-links {
    bottom: 0;
    width: 168px;
    width: 12rem;
  }
}
.header-local .social-links:before,
.header-local .social-links:after {
  content: "";
  display: table;
}
.header-local .social-links:after {
  clear: both;
}
.header-local .social-links > p {
  display: none;
}
@media (min-width: 992px) {
  .header-local .social-links > p {
    display: block;
    margin: 0 0 0.57142857142857rem 0;
    padding: 0;
    color: #999999;
    font-size: 14px;
    font-size: 1rem;
    font-style: italic;
    text-align: right;
    line-height: 16px;
    line-height: 1.1428571428571428rem;
  }
}
.header-local .social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.header-local .social-links li {
  float: left;
  margin-left: 8px;
  margin-left: 0.5714285714285714rem;
}
/* END uicommons-header.less */

/* uicommons-heading.less */
/* Define top margin when headings are placed after elements */
.section.heading + .section.heading .section.text + .section.heading {
  margin-top: 35px;
  margin-top: 2.5rem;
}
.section.heading {
  margin: 0;
}
.section.heading:before,
.section.heading:after {
  content: " ";
  display: table;
}
.section.heading:after {
  clear: both;
}
.lt-ie8 .section.heading {
  zoom: 1;
}
.heading.parbase:first-child .section-header {
  margin-top: 0px;
  margin-top: 0rem;
}
.section-header {
  position: relative;
  margin: 12px 0px 12px 0px;
  margin: 0.8571428571428571rem 0rem 0.8571428571428571rem 0rem;
}
.section-header:first-child h1,
.section-header:first-child h2,
.section-header:first-child h3,
.section-header:first-child h4,
.section-header:first-child h5,
.section-header:first-child h6 {
  padding-top: 0;
  margin-top: 0;
}
.section-header h1,
.section-header h2,
.section-header h3 {
  font-weight: 400;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.section-header h1.black,
.section-header h2.black,
.section-header h3.black {
  color: #333333;
}
.section-header h1.black > a,
.section-header h2.black > a,
.section-header h3.black > a {
  color: #333333;
}
.section-header h1.black > a:link,
.section-header h2.black > a:link,
.section-header h3.black > a:link,
.section-header h1.black > a:visited,
.section-header h2.black > a:visited,
.section-header h3.black > a:visited,
.section-header h1.black > a:active,
.section-header h2.black > a:active,
.section-header h3.black > a:active {
  color: #333333;
}
.section-header h1.red,
.section-header h2.red,
.section-header h3.red,
.section-header h1.additional-color,
.section-header h2.additional-color,
.section-header h3.additional-color {
  color: #8c1515;
}
.section-header h1.red > a,
.section-header h2.red > a,
.section-header h3.red > a,
.section-header h1.additional-color > a,
.section-header h2.additional-color > a,
.section-header h3.additional-color > a {
  color: #8c1515;
}
.section-header h1.red > a:link,
.section-header h2.red > a:link,
.section-header h3.red > a:link,
.section-header h1.additional-color > a:link,
.section-header h2.additional-color > a:link,
.section-header h3.additional-color > a:link,
.section-header h1.red > a:visited,
.section-header h2.red > a:visited,
.section-header h3.red > a:visited,
.section-header h1.additional-color > a:visited,
.section-header h2.additional-color > a:visited,
.section-header h3.additional-color > a:visited,
.section-header h1.red > a:active,
.section-header h2.red > a:active,
.section-header h3.red > a:active,
.section-header h1.additional-color > a:active,
.section-header h2.additional-color > a:active,
.section-header h3.additional-color > a:active {
  color: #8c1515;
}
.section-header h2:after {
  display: none;
}
.section-header h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-size: 1.2857142857142858rem;
  color: #8c1515;
}
.section-header h3 + p {
  font-size: 16px;
  font-size: 1.1428571428571428rem;
  color: #666666;
  font-style: italic;
}
.section-header p.subheading {
  margin-top: 4px;
  margin-top: 0.2857142857142857rem;
}
/* Sytles for headings placed inside of a dark color row */
.color-row.blue-dark-bg .section-header h1.black,
.border-and-shadow.blue-dark-bg .section-header h1.black,
.color-row.grey-bg .section-header h1.black,
.border-and-shadow.grey-bg .section-header h1.black,
.color-row.grey-med-bg .section-header h1.black,
.border-and-shadow.grey-med-bg .section-header h1.black,
.color-row.grey-dark-bg .section-header h1.black,
.border-and-shadow.grey-dark-bg .section-header h1.black,
.color-row.black-bg .section-header h1.black,
.border-and-shadow.black-bg .section-header h1.black,
.color-row.blue-bg .section-header h1.black,
.border-and-shadow.blue-bg .section-header h1.black,
.color-row.blue-dark-bg .section-header h1.black,
.border-and-shadow.blue-dark-bg .section-header h1.black,
.color-row.blue-x-dark-bg .section-header h1.black,
.border-and-shadow.blue-x-dark-bg .section-header h1.black,
.color-row.accent-lt-green-bg .section-header h1.black,
.border-and-shadow.accent-lt-green-bg .section-header h1.black,
.color-row.accent-green-bg .section-header h1.black,
.border-and-shadow.accent-green-bg .section-header h1.black,
.color-row.accent-orange-bg .section-header h1.black,
.border-and-shadow.accent-orange-bg .section-header h1.black,
.color-row.accent-purple-bg .section-header h1.black,
.border-and-shadow.accent-purple-bg .section-header h1.black,
.color-row.accent-red-bg .section-header h1.black,
.border-and-shadow.accent-red-bg .section-header h1.black,
.color-row.stanford-red-bg .section-header h1.black,
.border-and-shadow.stanford-red-bg .section-header h1.black,
.color-row.blue-dark-bg .section-header h2.black,
.border-and-shadow.blue-dark-bg .section-header h2.black,
.color-row.grey-bg .section-header h2.black,
.border-and-shadow.grey-bg .section-header h2.black,
.color-row.grey-med-bg .section-header h2.black,
.border-and-shadow.grey-med-bg .section-header h2.black,
.color-row.grey-dark-bg .section-header h2.black,
.border-and-shadow.grey-dark-bg .section-header h2.black,
.color-row.black-bg .section-header h2.black,
.border-and-shadow.black-bg .section-header h2.black,
.color-row.blue-bg .section-header h2.black,
.border-and-shadow.blue-bg .section-header h2.black,
.color-row.blue-dark-bg .section-header h2.black,
.border-and-shadow.blue-dark-bg .section-header h2.black,
.color-row.blue-x-dark-bg .section-header h2.black,
.border-and-shadow.blue-x-dark-bg .section-header h2.black,
.color-row.accent-lt-green-bg .section-header h2.black,
.border-and-shadow.accent-lt-green-bg .section-header h2.black,
.color-row.accent-green-bg .section-header h2.black,
.border-and-shadow.accent-green-bg .section-header h2.black,
.color-row.accent-orange-bg .section-header h2.black,
.border-and-shadow.accent-orange-bg .section-header h2.black,
.color-row.accent-purple-bg .section-header h2.black,
.border-and-shadow.accent-purple-bg .section-header h2.black,
.color-row.accent-red-bg .section-header h2.black,
.border-and-shadow.accent-red-bg .section-header h2.black,
.color-row.stanford-red-bg .section-header h2.black,
.border-and-shadow.stanford-red-bg .section-header h2.black,
.color-row.blue-dark-bg .section-header h3.black,
.border-and-shadow.blue-dark-bg .section-header h3.black,
.color-row.grey-bg .section-header h3.black,
.border-and-shadow.grey-bg .section-header h3.black,
.color-row.grey-med-bg .section-header h3.black,
.border-and-shadow.grey-med-bg .section-header h3.black,
.color-row.grey-dark-bg .section-header h3.black,
.border-and-shadow.grey-dark-bg .section-header h3.black,
.color-row.black-bg .section-header h3.black,
.border-and-shadow.black-bg .section-header h3.black,
.color-row.blue-bg .section-header h3.black,
.border-and-shadow.blue-bg .section-header h3.black,
.color-row.blue-dark-bg .section-header h3.black,
.border-and-shadow.blue-dark-bg .section-header h3.black,
.color-row.blue-x-dark-bg .section-header h3.black,
.border-and-shadow.blue-x-dark-bg .section-header h3.black,
.color-row.accent-lt-green-bg .section-header h3.black,
.border-and-shadow.accent-lt-green-bg .section-header h3.black,
.color-row.accent-green-bg .section-header h3.black,
.border-and-shadow.accent-green-bg .section-header h3.black,
.color-row.accent-orange-bg .section-header h3.black,
.border-and-shadow.accent-orange-bg .section-header h3.black,
.color-row.accent-purple-bg .section-header h3.black,
.border-and-shadow.accent-purple-bg .section-header h3.black,
.color-row.accent-red-bg .section-header h3.black,
.border-and-shadow.accent-red-bg .section-header h3.black,
.color-row.stanford-red-bg .section-header h3.black,
.border-and-shadow.stanford-red-bg .section-header h3.black {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header h1.black > a,
.border-and-shadow.blue-dark-bg .section-header h1.black > a,
.color-row.grey-bg .section-header h1.black > a,
.border-and-shadow.grey-bg .section-header h1.black > a,
.color-row.grey-med-bg .section-header h1.black > a,
.border-and-shadow.grey-med-bg .section-header h1.black > a,
.color-row.grey-dark-bg .section-header h1.black > a,
.border-and-shadow.grey-dark-bg .section-header h1.black > a,
.color-row.black-bg .section-header h1.black > a,
.border-and-shadow.black-bg .section-header h1.black > a,
.color-row.blue-bg .section-header h1.black > a,
.border-and-shadow.blue-bg .section-header h1.black > a,
.color-row.blue-dark-bg .section-header h1.black > a,
.border-and-shadow.blue-dark-bg .section-header h1.black > a,
.color-row.blue-x-dark-bg .section-header h1.black > a,
.border-and-shadow.blue-x-dark-bg .section-header h1.black > a,
.color-row.accent-lt-green-bg .section-header h1.black > a,
.border-and-shadow.accent-lt-green-bg .section-header h1.black > a,
.color-row.accent-green-bg .section-header h1.black > a,
.border-and-shadow.accent-green-bg .section-header h1.black > a,
.color-row.accent-orange-bg .section-header h1.black > a,
.border-and-shadow.accent-orange-bg .section-header h1.black > a,
.color-row.accent-purple-bg .section-header h1.black > a,
.border-and-shadow.accent-purple-bg .section-header h1.black > a,
.color-row.accent-red-bg .section-header h1.black > a,
.border-and-shadow.accent-red-bg .section-header h1.black > a,
.color-row.stanford-red-bg .section-header h1.black > a,
.border-and-shadow.stanford-red-bg .section-header h1.black > a,
.color-row.blue-dark-bg .section-header h2.black > a,
.border-and-shadow.blue-dark-bg .section-header h2.black > a,
.color-row.grey-bg .section-header h2.black > a,
.border-and-shadow.grey-bg .section-header h2.black > a,
.color-row.grey-med-bg .section-header h2.black > a,
.border-and-shadow.grey-med-bg .section-header h2.black > a,
.color-row.grey-dark-bg .section-header h2.black > a,
.border-and-shadow.grey-dark-bg .section-header h2.black > a,
.color-row.black-bg .section-header h2.black > a,
.border-and-shadow.black-bg .section-header h2.black > a,
.color-row.blue-bg .section-header h2.black > a,
.border-and-shadow.blue-bg .section-header h2.black > a,
.color-row.blue-dark-bg .section-header h2.black > a,
.border-and-shadow.blue-dark-bg .section-header h2.black > a,
.color-row.blue-x-dark-bg .section-header h2.black > a,
.border-and-shadow.blue-x-dark-bg .section-header h2.black > a,
.color-row.accent-lt-green-bg .section-header h2.black > a,
.border-and-shadow.accent-lt-green-bg .section-header h2.black > a,
.color-row.accent-green-bg .section-header h2.black > a,
.border-and-shadow.accent-green-bg .section-header h2.black > a,
.color-row.accent-orange-bg .section-header h2.black > a,
.border-and-shadow.accent-orange-bg .section-header h2.black > a,
.color-row.accent-purple-bg .section-header h2.black > a,
.border-and-shadow.accent-purple-bg .section-header h2.black > a,
.color-row.accent-red-bg .section-header h2.black > a,
.border-and-shadow.accent-red-bg .section-header h2.black > a,
.color-row.stanford-red-bg .section-header h2.black > a,
.border-and-shadow.stanford-red-bg .section-header h2.black > a,
.color-row.blue-dark-bg .section-header h3.black > a,
.border-and-shadow.blue-dark-bg .section-header h3.black > a,
.color-row.grey-bg .section-header h3.black > a,
.border-and-shadow.grey-bg .section-header h3.black > a,
.color-row.grey-med-bg .section-header h3.black > a,
.border-and-shadow.grey-med-bg .section-header h3.black > a,
.color-row.grey-dark-bg .section-header h3.black > a,
.border-and-shadow.grey-dark-bg .section-header h3.black > a,
.color-row.black-bg .section-header h3.black > a,
.border-and-shadow.black-bg .section-header h3.black > a,
.color-row.blue-bg .section-header h3.black > a,
.border-and-shadow.blue-bg .section-header h3.black > a,
.color-row.blue-dark-bg .section-header h3.black > a,
.border-and-shadow.blue-dark-bg .section-header h3.black > a,
.color-row.blue-x-dark-bg .section-header h3.black > a,
.border-and-shadow.blue-x-dark-bg .section-header h3.black > a,
.color-row.accent-lt-green-bg .section-header h3.black > a,
.border-and-shadow.accent-lt-green-bg .section-header h3.black > a,
.color-row.accent-green-bg .section-header h3.black > a,
.border-and-shadow.accent-green-bg .section-header h3.black > a,
.color-row.accent-orange-bg .section-header h3.black > a,
.border-and-shadow.accent-orange-bg .section-header h3.black > a,
.color-row.accent-purple-bg .section-header h3.black > a,
.border-and-shadow.accent-purple-bg .section-header h3.black > a,
.color-row.accent-red-bg .section-header h3.black > a,
.border-and-shadow.accent-red-bg .section-header h3.black > a,
.color-row.stanford-red-bg .section-header h3.black > a,
.border-and-shadow.stanford-red-bg .section-header h3.black > a {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header h1.black > a:link,
.border-and-shadow.blue-dark-bg .section-header h1.black > a:link,
.color-row.grey-bg .section-header h1.black > a:link,
.border-and-shadow.grey-bg .section-header h1.black > a:link,
.color-row.grey-med-bg .section-header h1.black > a:link,
.border-and-shadow.grey-med-bg .section-header h1.black > a:link,
.color-row.grey-dark-bg .section-header h1.black > a:link,
.border-and-shadow.grey-dark-bg .section-header h1.black > a:link,
.color-row.black-bg .section-header h1.black > a:link,
.border-and-shadow.black-bg .section-header h1.black > a:link,
.color-row.blue-bg .section-header h1.black > a:link,
.border-and-shadow.blue-bg .section-header h1.black > a:link,
.color-row.blue-dark-bg .section-header h1.black > a:link,
.border-and-shadow.blue-dark-bg .section-header h1.black > a:link,
.color-row.blue-x-dark-bg .section-header h1.black > a:link,
.border-and-shadow.blue-x-dark-bg .section-header h1.black > a:link,
.color-row.accent-lt-green-bg .section-header h1.black > a:link,
.border-and-shadow.accent-lt-green-bg .section-header h1.black > a:link,
.color-row.accent-green-bg .section-header h1.black > a:link,
.border-and-shadow.accent-green-bg .section-header h1.black > a:link,
.color-row.accent-orange-bg .section-header h1.black > a:link,
.border-and-shadow.accent-orange-bg .section-header h1.black > a:link,
.color-row.accent-purple-bg .section-header h1.black > a:link,
.border-and-shadow.accent-purple-bg .section-header h1.black > a:link,
.color-row.accent-red-bg .section-header h1.black > a:link,
.border-and-shadow.accent-red-bg .section-header h1.black > a:link,
.color-row.stanford-red-bg .section-header h1.black > a:link,
.border-and-shadow.stanford-red-bg .section-header h1.black > a:link,
.color-row.blue-dark-bg .section-header h2.black > a:link,
.border-and-shadow.blue-dark-bg .section-header h2.black > a:link,
.color-row.grey-bg .section-header h2.black > a:link,
.border-and-shadow.grey-bg .section-header h2.black > a:link,
.color-row.grey-med-bg .section-header h2.black > a:link,
.border-and-shadow.grey-med-bg .section-header h2.black > a:link,
.color-row.grey-dark-bg .section-header h2.black > a:link,
.border-and-shadow.grey-dark-bg .section-header h2.black > a:link,
.color-row.black-bg .section-header h2.black > a:link,
.border-and-shadow.black-bg .section-header h2.black > a:link,
.color-row.blue-bg .section-header h2.black > a:link,
.border-and-shadow.blue-bg .section-header h2.black > a:link,
.color-row.blue-dark-bg .section-header h2.black > a:link,
.border-and-shadow.blue-dark-bg .section-header h2.black > a:link,
.color-row.blue-x-dark-bg .section-header h2.black > a:link,
.border-and-shadow.blue-x-dark-bg .section-header h2.black > a:link,
.color-row.accent-lt-green-bg .section-header h2.black > a:link,
.border-and-shadow.accent-lt-green-bg .section-header h2.black > a:link,
.color-row.accent-green-bg .section-header h2.black > a:link,
.border-and-shadow.accent-green-bg .section-header h2.black > a:link,
.color-row.accent-orange-bg .section-header h2.black > a:link,
.border-and-shadow.accent-orange-bg .section-header h2.black > a:link,
.color-row.accent-purple-bg .section-header h2.black > a:link,
.border-and-shadow.accent-purple-bg .section-header h2.black > a:link,
.color-row.accent-red-bg .section-header h2.black > a:link,
.border-and-shadow.accent-red-bg .section-header h2.black > a:link,
.color-row.stanford-red-bg .section-header h2.black > a:link,
.border-and-shadow.stanford-red-bg .section-header h2.black > a:link,
.color-row.blue-dark-bg .section-header h3.black > a:link,
.border-and-shadow.blue-dark-bg .section-header h3.black > a:link,
.color-row.grey-bg .section-header h3.black > a:link,
.border-and-shadow.grey-bg .section-header h3.black > a:link,
.color-row.grey-med-bg .section-header h3.black > a:link,
.border-and-shadow.grey-med-bg .section-header h3.black > a:link,
.color-row.grey-dark-bg .section-header h3.black > a:link,
.border-and-shadow.grey-dark-bg .section-header h3.black > a:link,
.color-row.black-bg .section-header h3.black > a:link,
.border-and-shadow.black-bg .section-header h3.black > a:link,
.color-row.blue-bg .section-header h3.black > a:link,
.border-and-shadow.blue-bg .section-header h3.black > a:link,
.color-row.blue-dark-bg .section-header h3.black > a:link,
.border-and-shadow.blue-dark-bg .section-header h3.black > a:link,
.color-row.blue-x-dark-bg .section-header h3.black > a:link,
.border-and-shadow.blue-x-dark-bg .section-header h3.black > a:link,
.color-row.accent-lt-green-bg .section-header h3.black > a:link,
.border-and-shadow.accent-lt-green-bg .section-header h3.black > a:link,
.color-row.accent-green-bg .section-header h3.black > a:link,
.border-and-shadow.accent-green-bg .section-header h3.black > a:link,
.color-row.accent-orange-bg .section-header h3.black > a:link,
.border-and-shadow.accent-orange-bg .section-header h3.black > a:link,
.color-row.accent-purple-bg .section-header h3.black > a:link,
.border-and-shadow.accent-purple-bg .section-header h3.black > a:link,
.color-row.accent-red-bg .section-header h3.black > a:link,
.border-and-shadow.accent-red-bg .section-header h3.black > a:link,
.color-row.stanford-red-bg .section-header h3.black > a:link,
.border-and-shadow.stanford-red-bg .section-header h3.black > a:link,
.color-row.blue-dark-bg .section-header h1.black > a:visited,
.border-and-shadow.blue-dark-bg .section-header h1.black > a:visited,
.color-row.grey-bg .section-header h1.black > a:visited,
.border-and-shadow.grey-bg .section-header h1.black > a:visited,
.color-row.grey-med-bg .section-header h1.black > a:visited,
.border-and-shadow.grey-med-bg .section-header h1.black > a:visited,
.color-row.grey-dark-bg .section-header h1.black > a:visited,
.border-and-shadow.grey-dark-bg .section-header h1.black > a:visited,
.color-row.black-bg .section-header h1.black > a:visited,
.border-and-shadow.black-bg .section-header h1.black > a:visited,
.color-row.blue-bg .section-header h1.black > a:visited,
.border-and-shadow.blue-bg .section-header h1.black > a:visited,
.color-row.blue-dark-bg .section-header h1.black > a:visited,
.border-and-shadow.blue-dark-bg .section-header h1.black > a:visited,
.color-row.blue-x-dark-bg .section-header h1.black > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header h1.black > a:visited,
.color-row.accent-lt-green-bg .section-header h1.black > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header h1.black > a:visited,
.color-row.accent-green-bg .section-header h1.black > a:visited,
.border-and-shadow.accent-green-bg .section-header h1.black > a:visited,
.color-row.accent-orange-bg .section-header h1.black > a:visited,
.border-and-shadow.accent-orange-bg .section-header h1.black > a:visited,
.color-row.accent-purple-bg .section-header h1.black > a:visited,
.border-and-shadow.accent-purple-bg .section-header h1.black > a:visited,
.color-row.accent-red-bg .section-header h1.black > a:visited,
.border-and-shadow.accent-red-bg .section-header h1.black > a:visited,
.color-row.stanford-red-bg .section-header h1.black > a:visited,
.border-and-shadow.stanford-red-bg .section-header h1.black > a:visited,
.color-row.blue-dark-bg .section-header h2.black > a:visited,
.border-and-shadow.blue-dark-bg .section-header h2.black > a:visited,
.color-row.grey-bg .section-header h2.black > a:visited,
.border-and-shadow.grey-bg .section-header h2.black > a:visited,
.color-row.grey-med-bg .section-header h2.black > a:visited,
.border-and-shadow.grey-med-bg .section-header h2.black > a:visited,
.color-row.grey-dark-bg .section-header h2.black > a:visited,
.border-and-shadow.grey-dark-bg .section-header h2.black > a:visited,
.color-row.black-bg .section-header h2.black > a:visited,
.border-and-shadow.black-bg .section-header h2.black > a:visited,
.color-row.blue-bg .section-header h2.black > a:visited,
.border-and-shadow.blue-bg .section-header h2.black > a:visited,
.color-row.blue-dark-bg .section-header h2.black > a:visited,
.border-and-shadow.blue-dark-bg .section-header h2.black > a:visited,
.color-row.blue-x-dark-bg .section-header h2.black > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header h2.black > a:visited,
.color-row.accent-lt-green-bg .section-header h2.black > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header h2.black > a:visited,
.color-row.accent-green-bg .section-header h2.black > a:visited,
.border-and-shadow.accent-green-bg .section-header h2.black > a:visited,
.color-row.accent-orange-bg .section-header h2.black > a:visited,
.border-and-shadow.accent-orange-bg .section-header h2.black > a:visited,
.color-row.accent-purple-bg .section-header h2.black > a:visited,
.border-and-shadow.accent-purple-bg .section-header h2.black > a:visited,
.color-row.accent-red-bg .section-header h2.black > a:visited,
.border-and-shadow.accent-red-bg .section-header h2.black > a:visited,
.color-row.stanford-red-bg .section-header h2.black > a:visited,
.border-and-shadow.stanford-red-bg .section-header h2.black > a:visited,
.color-row.blue-dark-bg .section-header h3.black > a:visited,
.border-and-shadow.blue-dark-bg .section-header h3.black > a:visited,
.color-row.grey-bg .section-header h3.black > a:visited,
.border-and-shadow.grey-bg .section-header h3.black > a:visited,
.color-row.grey-med-bg .section-header h3.black > a:visited,
.border-and-shadow.grey-med-bg .section-header h3.black > a:visited,
.color-row.grey-dark-bg .section-header h3.black > a:visited,
.border-and-shadow.grey-dark-bg .section-header h3.black > a:visited,
.color-row.black-bg .section-header h3.black > a:visited,
.border-and-shadow.black-bg .section-header h3.black > a:visited,
.color-row.blue-bg .section-header h3.black > a:visited,
.border-and-shadow.blue-bg .section-header h3.black > a:visited,
.color-row.blue-dark-bg .section-header h3.black > a:visited,
.border-and-shadow.blue-dark-bg .section-header h3.black > a:visited,
.color-row.blue-x-dark-bg .section-header h3.black > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header h3.black > a:visited,
.color-row.accent-lt-green-bg .section-header h3.black > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header h3.black > a:visited,
.color-row.accent-green-bg .section-header h3.black > a:visited,
.border-and-shadow.accent-green-bg .section-header h3.black > a:visited,
.color-row.accent-orange-bg .section-header h3.black > a:visited,
.border-and-shadow.accent-orange-bg .section-header h3.black > a:visited,
.color-row.accent-purple-bg .section-header h3.black > a:visited,
.border-and-shadow.accent-purple-bg .section-header h3.black > a:visited,
.color-row.accent-red-bg .section-header h3.black > a:visited,
.border-and-shadow.accent-red-bg .section-header h3.black > a:visited,
.color-row.stanford-red-bg .section-header h3.black > a:visited,
.border-and-shadow.stanford-red-bg .section-header h3.black > a:visited,
.color-row.blue-dark-bg .section-header h1.black > a:active,
.border-and-shadow.blue-dark-bg .section-header h1.black > a:active,
.color-row.grey-bg .section-header h1.black > a:active,
.border-and-shadow.grey-bg .section-header h1.black > a:active,
.color-row.grey-med-bg .section-header h1.black > a:active,
.border-and-shadow.grey-med-bg .section-header h1.black > a:active,
.color-row.grey-dark-bg .section-header h1.black > a:active,
.border-and-shadow.grey-dark-bg .section-header h1.black > a:active,
.color-row.black-bg .section-header h1.black > a:active,
.border-and-shadow.black-bg .section-header h1.black > a:active,
.color-row.blue-bg .section-header h1.black > a:active,
.border-and-shadow.blue-bg .section-header h1.black > a:active,
.color-row.blue-dark-bg .section-header h1.black > a:active,
.border-and-shadow.blue-dark-bg .section-header h1.black > a:active,
.color-row.blue-x-dark-bg .section-header h1.black > a:active,
.border-and-shadow.blue-x-dark-bg .section-header h1.black > a:active,
.color-row.accent-lt-green-bg .section-header h1.black > a:active,
.border-and-shadow.accent-lt-green-bg .section-header h1.black > a:active,
.color-row.accent-green-bg .section-header h1.black > a:active,
.border-and-shadow.accent-green-bg .section-header h1.black > a:active,
.color-row.accent-orange-bg .section-header h1.black > a:active,
.border-and-shadow.accent-orange-bg .section-header h1.black > a:active,
.color-row.accent-purple-bg .section-header h1.black > a:active,
.border-and-shadow.accent-purple-bg .section-header h1.black > a:active,
.color-row.accent-red-bg .section-header h1.black > a:active,
.border-and-shadow.accent-red-bg .section-header h1.black > a:active,
.color-row.stanford-red-bg .section-header h1.black > a:active,
.border-and-shadow.stanford-red-bg .section-header h1.black > a:active,
.color-row.blue-dark-bg .section-header h2.black > a:active,
.border-and-shadow.blue-dark-bg .section-header h2.black > a:active,
.color-row.grey-bg .section-header h2.black > a:active,
.border-and-shadow.grey-bg .section-header h2.black > a:active,
.color-row.grey-med-bg .section-header h2.black > a:active,
.border-and-shadow.grey-med-bg .section-header h2.black > a:active,
.color-row.grey-dark-bg .section-header h2.black > a:active,
.border-and-shadow.grey-dark-bg .section-header h2.black > a:active,
.color-row.black-bg .section-header h2.black > a:active,
.border-and-shadow.black-bg .section-header h2.black > a:active,
.color-row.blue-bg .section-header h2.black > a:active,
.border-and-shadow.blue-bg .section-header h2.black > a:active,
.color-row.blue-dark-bg .section-header h2.black > a:active,
.border-and-shadow.blue-dark-bg .section-header h2.black > a:active,
.color-row.blue-x-dark-bg .section-header h2.black > a:active,
.border-and-shadow.blue-x-dark-bg .section-header h2.black > a:active,
.color-row.accent-lt-green-bg .section-header h2.black > a:active,
.border-and-shadow.accent-lt-green-bg .section-header h2.black > a:active,
.color-row.accent-green-bg .section-header h2.black > a:active,
.border-and-shadow.accent-green-bg .section-header h2.black > a:active,
.color-row.accent-orange-bg .section-header h2.black > a:active,
.border-and-shadow.accent-orange-bg .section-header h2.black > a:active,
.color-row.accent-purple-bg .section-header h2.black > a:active,
.border-and-shadow.accent-purple-bg .section-header h2.black > a:active,
.color-row.accent-red-bg .section-header h2.black > a:active,
.border-and-shadow.accent-red-bg .section-header h2.black > a:active,
.color-row.stanford-red-bg .section-header h2.black > a:active,
.border-and-shadow.stanford-red-bg .section-header h2.black > a:active,
.color-row.blue-dark-bg .section-header h3.black > a:active,
.border-and-shadow.blue-dark-bg .section-header h3.black > a:active,
.color-row.grey-bg .section-header h3.black > a:active,
.border-and-shadow.grey-bg .section-header h3.black > a:active,
.color-row.grey-med-bg .section-header h3.black > a:active,
.border-and-shadow.grey-med-bg .section-header h3.black > a:active,
.color-row.grey-dark-bg .section-header h3.black > a:active,
.border-and-shadow.grey-dark-bg .section-header h3.black > a:active,
.color-row.black-bg .section-header h3.black > a:active,
.border-and-shadow.black-bg .section-header h3.black > a:active,
.color-row.blue-bg .section-header h3.black > a:active,
.border-and-shadow.blue-bg .section-header h3.black > a:active,
.color-row.blue-dark-bg .section-header h3.black > a:active,
.border-and-shadow.blue-dark-bg .section-header h3.black > a:active,
.color-row.blue-x-dark-bg .section-header h3.black > a:active,
.border-and-shadow.blue-x-dark-bg .section-header h3.black > a:active,
.color-row.accent-lt-green-bg .section-header h3.black > a:active,
.border-and-shadow.accent-lt-green-bg .section-header h3.black > a:active,
.color-row.accent-green-bg .section-header h3.black > a:active,
.border-and-shadow.accent-green-bg .section-header h3.black > a:active,
.color-row.accent-orange-bg .section-header h3.black > a:active,
.border-and-shadow.accent-orange-bg .section-header h3.black > a:active,
.color-row.accent-purple-bg .section-header h3.black > a:active,
.border-and-shadow.accent-purple-bg .section-header h3.black > a:active,
.color-row.accent-red-bg .section-header h3.black > a:active,
.border-and-shadow.accent-red-bg .section-header h3.black > a:active,
.color-row.stanford-red-bg .section-header h3.black > a:active,
.border-and-shadow.stanford-red-bg .section-header h3.black > a:active {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header h1.red,
.border-and-shadow.blue-dark-bg .section-header h1.red,
.color-row.grey-bg .section-header h1.red,
.border-and-shadow.grey-bg .section-header h1.red,
.color-row.grey-med-bg .section-header h1.red,
.border-and-shadow.grey-med-bg .section-header h1.red,
.color-row.grey-dark-bg .section-header h1.red,
.border-and-shadow.grey-dark-bg .section-header h1.red,
.color-row.black-bg .section-header h1.red,
.border-and-shadow.black-bg .section-header h1.red,
.color-row.blue-bg .section-header h1.red,
.border-and-shadow.blue-bg .section-header h1.red,
.color-row.blue-dark-bg .section-header h1.red,
.border-and-shadow.blue-dark-bg .section-header h1.red,
.color-row.blue-x-dark-bg .section-header h1.red,
.border-and-shadow.blue-x-dark-bg .section-header h1.red,
.color-row.accent-lt-green-bg .section-header h1.red,
.border-and-shadow.accent-lt-green-bg .section-header h1.red,
.color-row.accent-green-bg .section-header h1.red,
.border-and-shadow.accent-green-bg .section-header h1.red,
.color-row.accent-orange-bg .section-header h1.red,
.border-and-shadow.accent-orange-bg .section-header h1.red,
.color-row.accent-purple-bg .section-header h1.red,
.border-and-shadow.accent-purple-bg .section-header h1.red,
.color-row.accent-red-bg .section-header h1.red,
.border-and-shadow.accent-red-bg .section-header h1.red,
.color-row.stanford-red-bg .section-header h1.red,
.border-and-shadow.stanford-red-bg .section-header h1.red,
.color-row.blue-dark-bg .section-header h2.red,
.border-and-shadow.blue-dark-bg .section-header h2.red,
.color-row.grey-bg .section-header h2.red,
.border-and-shadow.grey-bg .section-header h2.red,
.color-row.grey-med-bg .section-header h2.red,
.border-and-shadow.grey-med-bg .section-header h2.red,
.color-row.grey-dark-bg .section-header h2.red,
.border-and-shadow.grey-dark-bg .section-header h2.red,
.color-row.black-bg .section-header h2.red,
.border-and-shadow.black-bg .section-header h2.red,
.color-row.blue-bg .section-header h2.red,
.border-and-shadow.blue-bg .section-header h2.red,
.color-row.blue-dark-bg .section-header h2.red,
.border-and-shadow.blue-dark-bg .section-header h2.red,
.color-row.blue-x-dark-bg .section-header h2.red,
.border-and-shadow.blue-x-dark-bg .section-header h2.red,
.color-row.accent-lt-green-bg .section-header h2.red,
.border-and-shadow.accent-lt-green-bg .section-header h2.red,
.color-row.accent-green-bg .section-header h2.red,
.border-and-shadow.accent-green-bg .section-header h2.red,
.color-row.accent-orange-bg .section-header h2.red,
.border-and-shadow.accent-orange-bg .section-header h2.red,
.color-row.accent-purple-bg .section-header h2.red,
.border-and-shadow.accent-purple-bg .section-header h2.red,
.color-row.accent-red-bg .section-header h2.red,
.border-and-shadow.accent-red-bg .section-header h2.red,
.color-row.stanford-red-bg .section-header h2.red,
.border-and-shadow.stanford-red-bg .section-header h2.red,
.color-row.blue-dark-bg .section-header h3.red,
.border-and-shadow.blue-dark-bg .section-header h3.red,
.color-row.grey-bg .section-header h3.red,
.border-and-shadow.grey-bg .section-header h3.red,
.color-row.grey-med-bg .section-header h3.red,
.border-and-shadow.grey-med-bg .section-header h3.red,
.color-row.grey-dark-bg .section-header h3.red,
.border-and-shadow.grey-dark-bg .section-header h3.red,
.color-row.black-bg .section-header h3.red,
.border-and-shadow.black-bg .section-header h3.red,
.color-row.blue-bg .section-header h3.red,
.border-and-shadow.blue-bg .section-header h3.red,
.color-row.blue-dark-bg .section-header h3.red,
.border-and-shadow.blue-dark-bg .section-header h3.red,
.color-row.blue-x-dark-bg .section-header h3.red,
.border-and-shadow.blue-x-dark-bg .section-header h3.red,
.color-row.accent-lt-green-bg .section-header h3.red,
.border-and-shadow.accent-lt-green-bg .section-header h3.red,
.color-row.accent-green-bg .section-header h3.red,
.border-and-shadow.accent-green-bg .section-header h3.red,
.color-row.accent-orange-bg .section-header h3.red,
.border-and-shadow.accent-orange-bg .section-header h3.red,
.color-row.accent-purple-bg .section-header h3.red,
.border-and-shadow.accent-purple-bg .section-header h3.red,
.color-row.accent-red-bg .section-header h3.red,
.border-and-shadow.accent-red-bg .section-header h3.red,
.color-row.stanford-red-bg .section-header h3.red,
.border-and-shadow.stanford-red-bg .section-header h3.red,
.color-row.blue-dark-bg .section-header h1.additional-color,
.border-and-shadow.blue-dark-bg .section-header h1.additional-color,
.color-row.grey-bg .section-header h1.additional-color,
.border-and-shadow.grey-bg .section-header h1.additional-color,
.color-row.grey-med-bg .section-header h1.additional-color,
.border-and-shadow.grey-med-bg .section-header h1.additional-color,
.color-row.grey-dark-bg .section-header h1.additional-color,
.border-and-shadow.grey-dark-bg .section-header h1.additional-color,
.color-row.black-bg .section-header h1.additional-color,
.border-and-shadow.black-bg .section-header h1.additional-color,
.color-row.blue-bg .section-header h1.additional-color,
.border-and-shadow.blue-bg .section-header h1.additional-color,
.color-row.blue-dark-bg .section-header h1.additional-color,
.border-and-shadow.blue-dark-bg .section-header h1.additional-color,
.color-row.blue-x-dark-bg .section-header h1.additional-color,
.border-and-shadow.blue-x-dark-bg .section-header h1.additional-color,
.color-row.accent-lt-green-bg .section-header h1.additional-color,
.border-and-shadow.accent-lt-green-bg .section-header h1.additional-color,
.color-row.accent-green-bg .section-header h1.additional-color,
.border-and-shadow.accent-green-bg .section-header h1.additional-color,
.color-row.accent-orange-bg .section-header h1.additional-color,
.border-and-shadow.accent-orange-bg .section-header h1.additional-color,
.color-row.accent-purple-bg .section-header h1.additional-color,
.border-and-shadow.accent-purple-bg .section-header h1.additional-color,
.color-row.accent-red-bg .section-header h1.additional-color,
.border-and-shadow.accent-red-bg .section-header h1.additional-color,
.color-row.stanford-red-bg .section-header h1.additional-color,
.border-and-shadow.stanford-red-bg .section-header h1.additional-color,
.color-row.blue-dark-bg .section-header h2.additional-color,
.border-and-shadow.blue-dark-bg .section-header h2.additional-color,
.color-row.grey-bg .section-header h2.additional-color,
.border-and-shadow.grey-bg .section-header h2.additional-color,
.color-row.grey-med-bg .section-header h2.additional-color,
.border-and-shadow.grey-med-bg .section-header h2.additional-color,
.color-row.grey-dark-bg .section-header h2.additional-color,
.border-and-shadow.grey-dark-bg .section-header h2.additional-color,
.color-row.black-bg .section-header h2.additional-color,
.border-and-shadow.black-bg .section-header h2.additional-color,
.color-row.blue-bg .section-header h2.additional-color,
.border-and-shadow.blue-bg .section-header h2.additional-color,
.color-row.blue-dark-bg .section-header h2.additional-color,
.border-and-shadow.blue-dark-bg .section-header h2.additional-color,
.color-row.blue-x-dark-bg .section-header h2.additional-color,
.border-and-shadow.blue-x-dark-bg .section-header h2.additional-color,
.color-row.accent-lt-green-bg .section-header h2.additional-color,
.border-and-shadow.accent-lt-green-bg .section-header h2.additional-color,
.color-row.accent-green-bg .section-header h2.additional-color,
.border-and-shadow.accent-green-bg .section-header h2.additional-color,
.color-row.accent-orange-bg .section-header h2.additional-color,
.border-and-shadow.accent-orange-bg .section-header h2.additional-color,
.color-row.accent-purple-bg .section-header h2.additional-color,
.border-and-shadow.accent-purple-bg .section-header h2.additional-color,
.color-row.accent-red-bg .section-header h2.additional-color,
.border-and-shadow.accent-red-bg .section-header h2.additional-color,
.color-row.stanford-red-bg .section-header h2.additional-color,
.border-and-shadow.stanford-red-bg .section-header h2.additional-color,
.color-row.blue-dark-bg .section-header h3.additional-color,
.border-and-shadow.blue-dark-bg .section-header h3.additional-color,
.color-row.grey-bg .section-header h3.additional-color,
.border-and-shadow.grey-bg .section-header h3.additional-color,
.color-row.grey-med-bg .section-header h3.additional-color,
.border-and-shadow.grey-med-bg .section-header h3.additional-color,
.color-row.grey-dark-bg .section-header h3.additional-color,
.border-and-shadow.grey-dark-bg .section-header h3.additional-color,
.color-row.black-bg .section-header h3.additional-color,
.border-and-shadow.black-bg .section-header h3.additional-color,
.color-row.blue-bg .section-header h3.additional-color,
.border-and-shadow.blue-bg .section-header h3.additional-color,
.color-row.blue-dark-bg .section-header h3.additional-color,
.border-and-shadow.blue-dark-bg .section-header h3.additional-color,
.color-row.blue-x-dark-bg .section-header h3.additional-color,
.border-and-shadow.blue-x-dark-bg .section-header h3.additional-color,
.color-row.accent-lt-green-bg .section-header h3.additional-color,
.border-and-shadow.accent-lt-green-bg .section-header h3.additional-color,
.color-row.accent-green-bg .section-header h3.additional-color,
.border-and-shadow.accent-green-bg .section-header h3.additional-color,
.color-row.accent-orange-bg .section-header h3.additional-color,
.border-and-shadow.accent-orange-bg .section-header h3.additional-color,
.color-row.accent-purple-bg .section-header h3.additional-color,
.border-and-shadow.accent-purple-bg .section-header h3.additional-color,
.color-row.accent-red-bg .section-header h3.additional-color,
.border-and-shadow.accent-red-bg .section-header h3.additional-color,
.color-row.stanford-red-bg .section-header h3.additional-color,
.border-and-shadow.stanford-red-bg .section-header h3.additional-color {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header h1.red > a,
.border-and-shadow.blue-dark-bg .section-header h1.red > a,
.color-row.grey-bg .section-header h1.red > a,
.border-and-shadow.grey-bg .section-header h1.red > a,
.color-row.grey-med-bg .section-header h1.red > a,
.border-and-shadow.grey-med-bg .section-header h1.red > a,
.color-row.grey-dark-bg .section-header h1.red > a,
.border-and-shadow.grey-dark-bg .section-header h1.red > a,
.color-row.black-bg .section-header h1.red > a,
.border-and-shadow.black-bg .section-header h1.red > a,
.color-row.blue-bg .section-header h1.red > a,
.border-and-shadow.blue-bg .section-header h1.red > a,
.color-row.blue-dark-bg .section-header h1.red > a,
.border-and-shadow.blue-dark-bg .section-header h1.red > a,
.color-row.blue-x-dark-bg .section-header h1.red > a,
.border-and-shadow.blue-x-dark-bg .section-header h1.red > a,
.color-row.accent-lt-green-bg .section-header h1.red > a,
.border-and-shadow.accent-lt-green-bg .section-header h1.red > a,
.color-row.accent-green-bg .section-header h1.red > a,
.border-and-shadow.accent-green-bg .section-header h1.red > a,
.color-row.accent-orange-bg .section-header h1.red > a,
.border-and-shadow.accent-orange-bg .section-header h1.red > a,
.color-row.accent-purple-bg .section-header h1.red > a,
.border-and-shadow.accent-purple-bg .section-header h1.red > a,
.color-row.accent-red-bg .section-header h1.red > a,
.border-and-shadow.accent-red-bg .section-header h1.red > a,
.color-row.stanford-red-bg .section-header h1.red > a,
.border-and-shadow.stanford-red-bg .section-header h1.red > a,
.color-row.blue-dark-bg .section-header h2.red > a,
.border-and-shadow.blue-dark-bg .section-header h2.red > a,
.color-row.grey-bg .section-header h2.red > a,
.border-and-shadow.grey-bg .section-header h2.red > a,
.color-row.grey-med-bg .section-header h2.red > a,
.border-and-shadow.grey-med-bg .section-header h2.red > a,
.color-row.grey-dark-bg .section-header h2.red > a,
.border-and-shadow.grey-dark-bg .section-header h2.red > a,
.color-row.black-bg .section-header h2.red > a,
.border-and-shadow.black-bg .section-header h2.red > a,
.color-row.blue-bg .section-header h2.red > a,
.border-and-shadow.blue-bg .section-header h2.red > a,
.color-row.blue-dark-bg .section-header h2.red > a,
.border-and-shadow.blue-dark-bg .section-header h2.red > a,
.color-row.blue-x-dark-bg .section-header h2.red > a,
.border-and-shadow.blue-x-dark-bg .section-header h2.red > a,
.color-row.accent-lt-green-bg .section-header h2.red > a,
.border-and-shadow.accent-lt-green-bg .section-header h2.red > a,
.color-row.accent-green-bg .section-header h2.red > a,
.border-and-shadow.accent-green-bg .section-header h2.red > a,
.color-row.accent-orange-bg .section-header h2.red > a,
.border-and-shadow.accent-orange-bg .section-header h2.red > a,
.color-row.accent-purple-bg .section-header h2.red > a,
.border-and-shadow.accent-purple-bg .section-header h2.red > a,
.color-row.accent-red-bg .section-header h2.red > a,
.border-and-shadow.accent-red-bg .section-header h2.red > a,
.color-row.stanford-red-bg .section-header h2.red > a,
.border-and-shadow.stanford-red-bg .section-header h2.red > a,
.color-row.blue-dark-bg .section-header h3.red > a,
.border-and-shadow.blue-dark-bg .section-header h3.red > a,
.color-row.grey-bg .section-header h3.red > a,
.border-and-shadow.grey-bg .section-header h3.red > a,
.color-row.grey-med-bg .section-header h3.red > a,
.border-and-shadow.grey-med-bg .section-header h3.red > a,
.color-row.grey-dark-bg .section-header h3.red > a,
.border-and-shadow.grey-dark-bg .section-header h3.red > a,
.color-row.black-bg .section-header h3.red > a,
.border-and-shadow.black-bg .section-header h3.red > a,
.color-row.blue-bg .section-header h3.red > a,
.border-and-shadow.blue-bg .section-header h3.red > a,
.color-row.blue-dark-bg .section-header h3.red > a,
.border-and-shadow.blue-dark-bg .section-header h3.red > a,
.color-row.blue-x-dark-bg .section-header h3.red > a,
.border-and-shadow.blue-x-dark-bg .section-header h3.red > a,
.color-row.accent-lt-green-bg .section-header h3.red > a,
.border-and-shadow.accent-lt-green-bg .section-header h3.red > a,
.color-row.accent-green-bg .section-header h3.red > a,
.border-and-shadow.accent-green-bg .section-header h3.red > a,
.color-row.accent-orange-bg .section-header h3.red > a,
.border-and-shadow.accent-orange-bg .section-header h3.red > a,
.color-row.accent-purple-bg .section-header h3.red > a,
.border-and-shadow.accent-purple-bg .section-header h3.red > a,
.color-row.accent-red-bg .section-header h3.red > a,
.border-and-shadow.accent-red-bg .section-header h3.red > a,
.color-row.stanford-red-bg .section-header h3.red > a,
.border-and-shadow.stanford-red-bg .section-header h3.red > a,
.color-row.blue-dark-bg .section-header h1.additional-color > a,
.border-and-shadow.blue-dark-bg .section-header h1.additional-color > a,
.color-row.grey-bg .section-header h1.additional-color > a,
.border-and-shadow.grey-bg .section-header h1.additional-color > a,
.color-row.grey-med-bg .section-header h1.additional-color > a,
.border-and-shadow.grey-med-bg .section-header h1.additional-color > a,
.color-row.grey-dark-bg .section-header h1.additional-color > a,
.border-and-shadow.grey-dark-bg .section-header h1.additional-color > a,
.color-row.black-bg .section-header h1.additional-color > a,
.border-and-shadow.black-bg .section-header h1.additional-color > a,
.color-row.blue-bg .section-header h1.additional-color > a,
.border-and-shadow.blue-bg .section-header h1.additional-color > a,
.color-row.blue-dark-bg .section-header h1.additional-color > a,
.border-and-shadow.blue-dark-bg .section-header h1.additional-color > a,
.color-row.blue-x-dark-bg .section-header h1.additional-color > a,
.border-and-shadow.blue-x-dark-bg .section-header h1.additional-color > a,
.color-row.accent-lt-green-bg .section-header h1.additional-color > a,
.border-and-shadow.accent-lt-green-bg .section-header h1.additional-color > a,
.color-row.accent-green-bg .section-header h1.additional-color > a,
.border-and-shadow.accent-green-bg .section-header h1.additional-color > a,
.color-row.accent-orange-bg .section-header h1.additional-color > a,
.border-and-shadow.accent-orange-bg .section-header h1.additional-color > a,
.color-row.accent-purple-bg .section-header h1.additional-color > a,
.border-and-shadow.accent-purple-bg .section-header h1.additional-color > a,
.color-row.accent-red-bg .section-header h1.additional-color > a,
.border-and-shadow.accent-red-bg .section-header h1.additional-color > a,
.color-row.stanford-red-bg .section-header h1.additional-color > a,
.border-and-shadow.stanford-red-bg .section-header h1.additional-color > a,
.color-row.blue-dark-bg .section-header h2.additional-color > a,
.border-and-shadow.blue-dark-bg .section-header h2.additional-color > a,
.color-row.grey-bg .section-header h2.additional-color > a,
.border-and-shadow.grey-bg .section-header h2.additional-color > a,
.color-row.grey-med-bg .section-header h2.additional-color > a,
.border-and-shadow.grey-med-bg .section-header h2.additional-color > a,
.color-row.grey-dark-bg .section-header h2.additional-color > a,
.border-and-shadow.grey-dark-bg .section-header h2.additional-color > a,
.color-row.black-bg .section-header h2.additional-color > a,
.border-and-shadow.black-bg .section-header h2.additional-color > a,
.color-row.blue-bg .section-header h2.additional-color > a,
.border-and-shadow.blue-bg .section-header h2.additional-color > a,
.color-row.blue-dark-bg .section-header h2.additional-color > a,
.border-and-shadow.blue-dark-bg .section-header h2.additional-color > a,
.color-row.blue-x-dark-bg .section-header h2.additional-color > a,
.border-and-shadow.blue-x-dark-bg .section-header h2.additional-color > a,
.color-row.accent-lt-green-bg .section-header h2.additional-color > a,
.border-and-shadow.accent-lt-green-bg .section-header h2.additional-color > a,
.color-row.accent-green-bg .section-header h2.additional-color > a,
.border-and-shadow.accent-green-bg .section-header h2.additional-color > a,
.color-row.accent-orange-bg .section-header h2.additional-color > a,
.border-and-shadow.accent-orange-bg .section-header h2.additional-color > a,
.color-row.accent-purple-bg .section-header h2.additional-color > a,
.border-and-shadow.accent-purple-bg .section-header h2.additional-color > a,
.color-row.accent-red-bg .section-header h2.additional-color > a,
.border-and-shadow.accent-red-bg .section-header h2.additional-color > a,
.color-row.stanford-red-bg .section-header h2.additional-color > a,
.border-and-shadow.stanford-red-bg .section-header h2.additional-color > a,
.color-row.blue-dark-bg .section-header h3.additional-color > a,
.border-and-shadow.blue-dark-bg .section-header h3.additional-color > a,
.color-row.grey-bg .section-header h3.additional-color > a,
.border-and-shadow.grey-bg .section-header h3.additional-color > a,
.color-row.grey-med-bg .section-header h3.additional-color > a,
.border-and-shadow.grey-med-bg .section-header h3.additional-color > a,
.color-row.grey-dark-bg .section-header h3.additional-color > a,
.border-and-shadow.grey-dark-bg .section-header h3.additional-color > a,
.color-row.black-bg .section-header h3.additional-color > a,
.border-and-shadow.black-bg .section-header h3.additional-color > a,
.color-row.blue-bg .section-header h3.additional-color > a,
.border-and-shadow.blue-bg .section-header h3.additional-color > a,
.color-row.blue-dark-bg .section-header h3.additional-color > a,
.border-and-shadow.blue-dark-bg .section-header h3.additional-color > a,
.color-row.blue-x-dark-bg .section-header h3.additional-color > a,
.border-and-shadow.blue-x-dark-bg .section-header h3.additional-color > a,
.color-row.accent-lt-green-bg .section-header h3.additional-color > a,
.border-and-shadow.accent-lt-green-bg .section-header h3.additional-color > a,
.color-row.accent-green-bg .section-header h3.additional-color > a,
.border-and-shadow.accent-green-bg .section-header h3.additional-color > a,
.color-row.accent-orange-bg .section-header h3.additional-color > a,
.border-and-shadow.accent-orange-bg .section-header h3.additional-color > a,
.color-row.accent-purple-bg .section-header h3.additional-color > a,
.border-and-shadow.accent-purple-bg .section-header h3.additional-color > a,
.color-row.accent-red-bg .section-header h3.additional-color > a,
.border-and-shadow.accent-red-bg .section-header h3.additional-color > a,
.color-row.stanford-red-bg .section-header h3.additional-color > a,
.border-and-shadow.stanford-red-bg .section-header h3.additional-color > a {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header h1.red > a:link,
.border-and-shadow.blue-dark-bg .section-header h1.red > a:link,
.color-row.grey-bg .section-header h1.red > a:link,
.border-and-shadow.grey-bg .section-header h1.red > a:link,
.color-row.grey-med-bg .section-header h1.red > a:link,
.border-and-shadow.grey-med-bg .section-header h1.red > a:link,
.color-row.grey-dark-bg .section-header h1.red > a:link,
.border-and-shadow.grey-dark-bg .section-header h1.red > a:link,
.color-row.black-bg .section-header h1.red > a:link,
.border-and-shadow.black-bg .section-header h1.red > a:link,
.color-row.blue-bg .section-header h1.red > a:link,
.border-and-shadow.blue-bg .section-header h1.red > a:link,
.color-row.blue-dark-bg .section-header h1.red > a:link,
.border-and-shadow.blue-dark-bg .section-header h1.red > a:link,
.color-row.blue-x-dark-bg .section-header h1.red > a:link,
.border-and-shadow.blue-x-dark-bg .section-header h1.red > a:link,
.color-row.accent-lt-green-bg .section-header h1.red > a:link,
.border-and-shadow.accent-lt-green-bg .section-header h1.red > a:link,
.color-row.accent-green-bg .section-header h1.red > a:link,
.border-and-shadow.accent-green-bg .section-header h1.red > a:link,
.color-row.accent-orange-bg .section-header h1.red > a:link,
.border-and-shadow.accent-orange-bg .section-header h1.red > a:link,
.color-row.accent-purple-bg .section-header h1.red > a:link,
.border-and-shadow.accent-purple-bg .section-header h1.red > a:link,
.color-row.accent-red-bg .section-header h1.red > a:link,
.border-and-shadow.accent-red-bg .section-header h1.red > a:link,
.color-row.stanford-red-bg .section-header h1.red > a:link,
.border-and-shadow.stanford-red-bg .section-header h1.red > a:link,
.color-row.blue-dark-bg .section-header h2.red > a:link,
.border-and-shadow.blue-dark-bg .section-header h2.red > a:link,
.color-row.grey-bg .section-header h2.red > a:link,
.border-and-shadow.grey-bg .section-header h2.red > a:link,
.color-row.grey-med-bg .section-header h2.red > a:link,
.border-and-shadow.grey-med-bg .section-header h2.red > a:link,
.color-row.grey-dark-bg .section-header h2.red > a:link,
.border-and-shadow.grey-dark-bg .section-header h2.red > a:link,
.color-row.black-bg .section-header h2.red > a:link,
.border-and-shadow.black-bg .section-header h2.red > a:link,
.color-row.blue-bg .section-header h2.red > a:link,
.border-and-shadow.blue-bg .section-header h2.red > a:link,
.color-row.blue-dark-bg .section-header h2.red > a:link,
.border-and-shadow.blue-dark-bg .section-header h2.red > a:link,
.color-row.blue-x-dark-bg .section-header h2.red > a:link,
.border-and-shadow.blue-x-dark-bg .section-header h2.red > a:link,
.color-row.accent-lt-green-bg .section-header h2.red > a:link,
.border-and-shadow.accent-lt-green-bg .section-header h2.red > a:link,
.color-row.accent-green-bg .section-header h2.red > a:link,
.border-and-shadow.accent-green-bg .section-header h2.red > a:link,
.color-row.accent-orange-bg .section-header h2.red > a:link,
.border-and-shadow.accent-orange-bg .section-header h2.red > a:link,
.color-row.accent-purple-bg .section-header h2.red > a:link,
.border-and-shadow.accent-purple-bg .section-header h2.red > a:link,
.color-row.accent-red-bg .section-header h2.red > a:link,
.border-and-shadow.accent-red-bg .section-header h2.red > a:link,
.color-row.stanford-red-bg .section-header h2.red > a:link,
.border-and-shadow.stanford-red-bg .section-header h2.red > a:link,
.color-row.blue-dark-bg .section-header h3.red > a:link,
.border-and-shadow.blue-dark-bg .section-header h3.red > a:link,
.color-row.grey-bg .section-header h3.red > a:link,
.border-and-shadow.grey-bg .section-header h3.red > a:link,
.color-row.grey-med-bg .section-header h3.red > a:link,
.border-and-shadow.grey-med-bg .section-header h3.red > a:link,
.color-row.grey-dark-bg .section-header h3.red > a:link,
.border-and-shadow.grey-dark-bg .section-header h3.red > a:link,
.color-row.black-bg .section-header h3.red > a:link,
.border-and-shadow.black-bg .section-header h3.red > a:link,
.color-row.blue-bg .section-header h3.red > a:link,
.border-and-shadow.blue-bg .section-header h3.red > a:link,
.color-row.blue-dark-bg .section-header h3.red > a:link,
.border-and-shadow.blue-dark-bg .section-header h3.red > a:link,
.color-row.blue-x-dark-bg .section-header h3.red > a:link,
.border-and-shadow.blue-x-dark-bg .section-header h3.red > a:link,
.color-row.accent-lt-green-bg .section-header h3.red > a:link,
.border-and-shadow.accent-lt-green-bg .section-header h3.red > a:link,
.color-row.accent-green-bg .section-header h3.red > a:link,
.border-and-shadow.accent-green-bg .section-header h3.red > a:link,
.color-row.accent-orange-bg .section-header h3.red > a:link,
.border-and-shadow.accent-orange-bg .section-header h3.red > a:link,
.color-row.accent-purple-bg .section-header h3.red > a:link,
.border-and-shadow.accent-purple-bg .section-header h3.red > a:link,
.color-row.accent-red-bg .section-header h3.red > a:link,
.border-and-shadow.accent-red-bg .section-header h3.red > a:link,
.color-row.stanford-red-bg .section-header h3.red > a:link,
.border-and-shadow.stanford-red-bg .section-header h3.red > a:link,
.color-row.blue-dark-bg .section-header h1.additional-color > a:link,
.border-and-shadow.blue-dark-bg .section-header h1.additional-color > a:link,
.color-row.grey-bg .section-header h1.additional-color > a:link,
.border-and-shadow.grey-bg .section-header h1.additional-color > a:link,
.color-row.grey-med-bg .section-header h1.additional-color > a:link,
.border-and-shadow.grey-med-bg .section-header h1.additional-color > a:link,
.color-row.grey-dark-bg .section-header h1.additional-color > a:link,
.border-and-shadow.grey-dark-bg .section-header h1.additional-color > a:link,
.color-row.black-bg .section-header h1.additional-color > a:link,
.border-and-shadow.black-bg .section-header h1.additional-color > a:link,
.color-row.blue-bg .section-header h1.additional-color > a:link,
.border-and-shadow.blue-bg .section-header h1.additional-color > a:link,
.color-row.blue-dark-bg .section-header h1.additional-color > a:link,
.border-and-shadow.blue-dark-bg .section-header h1.additional-color > a:link,
.color-row.blue-x-dark-bg .section-header h1.additional-color > a:link,
.border-and-shadow.blue-x-dark-bg .section-header h1.additional-color > a:link,
.color-row.accent-lt-green-bg .section-header h1.additional-color > a:link,
.border-and-shadow.accent-lt-green-bg .section-header h1.additional-color > a:link,
.color-row.accent-green-bg .section-header h1.additional-color > a:link,
.border-and-shadow.accent-green-bg .section-header h1.additional-color > a:link,
.color-row.accent-orange-bg .section-header h1.additional-color > a:link,
.border-and-shadow.accent-orange-bg .section-header h1.additional-color > a:link,
.color-row.accent-purple-bg .section-header h1.additional-color > a:link,
.border-and-shadow.accent-purple-bg .section-header h1.additional-color > a:link,
.color-row.accent-red-bg .section-header h1.additional-color > a:link,
.border-and-shadow.accent-red-bg .section-header h1.additional-color > a:link,
.color-row.stanford-red-bg .section-header h1.additional-color > a:link,
.border-and-shadow.stanford-red-bg .section-header h1.additional-color > a:link,
.color-row.blue-dark-bg .section-header h2.additional-color > a:link,
.border-and-shadow.blue-dark-bg .section-header h2.additional-color > a:link,
.color-row.grey-bg .section-header h2.additional-color > a:link,
.border-and-shadow.grey-bg .section-header h2.additional-color > a:link,
.color-row.grey-med-bg .section-header h2.additional-color > a:link,
.border-and-shadow.grey-med-bg .section-header h2.additional-color > a:link,
.color-row.grey-dark-bg .section-header h2.additional-color > a:link,
.border-and-shadow.grey-dark-bg .section-header h2.additional-color > a:link,
.color-row.black-bg .section-header h2.additional-color > a:link,
.border-and-shadow.black-bg .section-header h2.additional-color > a:link,
.color-row.blue-bg .section-header h2.additional-color > a:link,
.border-and-shadow.blue-bg .section-header h2.additional-color > a:link,
.color-row.blue-dark-bg .section-header h2.additional-color > a:link,
.border-and-shadow.blue-dark-bg .section-header h2.additional-color > a:link,
.color-row.blue-x-dark-bg .section-header h2.additional-color > a:link,
.border-and-shadow.blue-x-dark-bg .section-header h2.additional-color > a:link,
.color-row.accent-lt-green-bg .section-header h2.additional-color > a:link,
.border-and-shadow.accent-lt-green-bg .section-header h2.additional-color > a:link,
.color-row.accent-green-bg .section-header h2.additional-color > a:link,
.border-and-shadow.accent-green-bg .section-header h2.additional-color > a:link,
.color-row.accent-orange-bg .section-header h2.additional-color > a:link,
.border-and-shadow.accent-orange-bg .section-header h2.additional-color > a:link,
.color-row.accent-purple-bg .section-header h2.additional-color > a:link,
.border-and-shadow.accent-purple-bg .section-header h2.additional-color > a:link,
.color-row.accent-red-bg .section-header h2.additional-color > a:link,
.border-and-shadow.accent-red-bg .section-header h2.additional-color > a:link,
.color-row.stanford-red-bg .section-header h2.additional-color > a:link,
.border-and-shadow.stanford-red-bg .section-header h2.additional-color > a:link,
.color-row.blue-dark-bg .section-header h3.additional-color > a:link,
.border-and-shadow.blue-dark-bg .section-header h3.additional-color > a:link,
.color-row.grey-bg .section-header h3.additional-color > a:link,
.border-and-shadow.grey-bg .section-header h3.additional-color > a:link,
.color-row.grey-med-bg .section-header h3.additional-color > a:link,
.border-and-shadow.grey-med-bg .section-header h3.additional-color > a:link,
.color-row.grey-dark-bg .section-header h3.additional-color > a:link,
.border-and-shadow.grey-dark-bg .section-header h3.additional-color > a:link,
.color-row.black-bg .section-header h3.additional-color > a:link,
.border-and-shadow.black-bg .section-header h3.additional-color > a:link,
.color-row.blue-bg .section-header h3.additional-color > a:link,
.border-and-shadow.blue-bg .section-header h3.additional-color > a:link,
.color-row.blue-dark-bg .section-header h3.additional-color > a:link,
.border-and-shadow.blue-dark-bg .section-header h3.additional-color > a:link,
.color-row.blue-x-dark-bg .section-header h3.additional-color > a:link,
.border-and-shadow.blue-x-dark-bg .section-header h3.additional-color > a:link,
.color-row.accent-lt-green-bg .section-header h3.additional-color > a:link,
.border-and-shadow.accent-lt-green-bg .section-header h3.additional-color > a:link,
.color-row.accent-green-bg .section-header h3.additional-color > a:link,
.border-and-shadow.accent-green-bg .section-header h3.additional-color > a:link,
.color-row.accent-orange-bg .section-header h3.additional-color > a:link,
.border-and-shadow.accent-orange-bg .section-header h3.additional-color > a:link,
.color-row.accent-purple-bg .section-header h3.additional-color > a:link,
.border-and-shadow.accent-purple-bg .section-header h3.additional-color > a:link,
.color-row.accent-red-bg .section-header h3.additional-color > a:link,
.border-and-shadow.accent-red-bg .section-header h3.additional-color > a:link,
.color-row.stanford-red-bg .section-header h3.additional-color > a:link,
.border-and-shadow.stanford-red-bg .section-header h3.additional-color > a:link,
.color-row.blue-dark-bg .section-header h1.red > a:visited,
.border-and-shadow.blue-dark-bg .section-header h1.red > a:visited,
.color-row.grey-bg .section-header h1.red > a:visited,
.border-and-shadow.grey-bg .section-header h1.red > a:visited,
.color-row.grey-med-bg .section-header h1.red > a:visited,
.border-and-shadow.grey-med-bg .section-header h1.red > a:visited,
.color-row.grey-dark-bg .section-header h1.red > a:visited,
.border-and-shadow.grey-dark-bg .section-header h1.red > a:visited,
.color-row.black-bg .section-header h1.red > a:visited,
.border-and-shadow.black-bg .section-header h1.red > a:visited,
.color-row.blue-bg .section-header h1.red > a:visited,
.border-and-shadow.blue-bg .section-header h1.red > a:visited,
.color-row.blue-dark-bg .section-header h1.red > a:visited,
.border-and-shadow.blue-dark-bg .section-header h1.red > a:visited,
.color-row.blue-x-dark-bg .section-header h1.red > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header h1.red > a:visited,
.color-row.accent-lt-green-bg .section-header h1.red > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header h1.red > a:visited,
.color-row.accent-green-bg .section-header h1.red > a:visited,
.border-and-shadow.accent-green-bg .section-header h1.red > a:visited,
.color-row.accent-orange-bg .section-header h1.red > a:visited,
.border-and-shadow.accent-orange-bg .section-header h1.red > a:visited,
.color-row.accent-purple-bg .section-header h1.red > a:visited,
.border-and-shadow.accent-purple-bg .section-header h1.red > a:visited,
.color-row.accent-red-bg .section-header h1.red > a:visited,
.border-and-shadow.accent-red-bg .section-header h1.red > a:visited,
.color-row.stanford-red-bg .section-header h1.red > a:visited,
.border-and-shadow.stanford-red-bg .section-header h1.red > a:visited,
.color-row.blue-dark-bg .section-header h2.red > a:visited,
.border-and-shadow.blue-dark-bg .section-header h2.red > a:visited,
.color-row.grey-bg .section-header h2.red > a:visited,
.border-and-shadow.grey-bg .section-header h2.red > a:visited,
.color-row.grey-med-bg .section-header h2.red > a:visited,
.border-and-shadow.grey-med-bg .section-header h2.red > a:visited,
.color-row.grey-dark-bg .section-header h2.red > a:visited,
.border-and-shadow.grey-dark-bg .section-header h2.red > a:visited,
.color-row.black-bg .section-header h2.red > a:visited,
.border-and-shadow.black-bg .section-header h2.red > a:visited,
.color-row.blue-bg .section-header h2.red > a:visited,
.border-and-shadow.blue-bg .section-header h2.red > a:visited,
.color-row.blue-dark-bg .section-header h2.red > a:visited,
.border-and-shadow.blue-dark-bg .section-header h2.red > a:visited,
.color-row.blue-x-dark-bg .section-header h2.red > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header h2.red > a:visited,
.color-row.accent-lt-green-bg .section-header h2.red > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header h2.red > a:visited,
.color-row.accent-green-bg .section-header h2.red > a:visited,
.border-and-shadow.accent-green-bg .section-header h2.red > a:visited,
.color-row.accent-orange-bg .section-header h2.red > a:visited,
.border-and-shadow.accent-orange-bg .section-header h2.red > a:visited,
.color-row.accent-purple-bg .section-header h2.red > a:visited,
.border-and-shadow.accent-purple-bg .section-header h2.red > a:visited,
.color-row.accent-red-bg .section-header h2.red > a:visited,
.border-and-shadow.accent-red-bg .section-header h2.red > a:visited,
.color-row.stanford-red-bg .section-header h2.red > a:visited,
.border-and-shadow.stanford-red-bg .section-header h2.red > a:visited,
.color-row.blue-dark-bg .section-header h3.red > a:visited,
.border-and-shadow.blue-dark-bg .section-header h3.red > a:visited,
.color-row.grey-bg .section-header h3.red > a:visited,
.border-and-shadow.grey-bg .section-header h3.red > a:visited,
.color-row.grey-med-bg .section-header h3.red > a:visited,
.border-and-shadow.grey-med-bg .section-header h3.red > a:visited,
.color-row.grey-dark-bg .section-header h3.red > a:visited,
.border-and-shadow.grey-dark-bg .section-header h3.red > a:visited,
.color-row.black-bg .section-header h3.red > a:visited,
.border-and-shadow.black-bg .section-header h3.red > a:visited,
.color-row.blue-bg .section-header h3.red > a:visited,
.border-and-shadow.blue-bg .section-header h3.red > a:visited,
.color-row.blue-dark-bg .section-header h3.red > a:visited,
.border-and-shadow.blue-dark-bg .section-header h3.red > a:visited,
.color-row.blue-x-dark-bg .section-header h3.red > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header h3.red > a:visited,
.color-row.accent-lt-green-bg .section-header h3.red > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header h3.red > a:visited,
.color-row.accent-green-bg .section-header h3.red > a:visited,
.border-and-shadow.accent-green-bg .section-header h3.red > a:visited,
.color-row.accent-orange-bg .section-header h3.red > a:visited,
.border-and-shadow.accent-orange-bg .section-header h3.red > a:visited,
.color-row.accent-purple-bg .section-header h3.red > a:visited,
.border-and-shadow.accent-purple-bg .section-header h3.red > a:visited,
.color-row.accent-red-bg .section-header h3.red > a:visited,
.border-and-shadow.accent-red-bg .section-header h3.red > a:visited,
.color-row.stanford-red-bg .section-header h3.red > a:visited,
.border-and-shadow.stanford-red-bg .section-header h3.red > a:visited,
.color-row.blue-dark-bg .section-header h1.additional-color > a:visited,
.border-and-shadow.blue-dark-bg .section-header h1.additional-color > a:visited,
.color-row.grey-bg .section-header h1.additional-color > a:visited,
.border-and-shadow.grey-bg .section-header h1.additional-color > a:visited,
.color-row.grey-med-bg .section-header h1.additional-color > a:visited,
.border-and-shadow.grey-med-bg .section-header h1.additional-color > a:visited,
.color-row.grey-dark-bg .section-header h1.additional-color > a:visited,
.border-and-shadow.grey-dark-bg .section-header h1.additional-color > a:visited,
.color-row.black-bg .section-header h1.additional-color > a:visited,
.border-and-shadow.black-bg .section-header h1.additional-color > a:visited,
.color-row.blue-bg .section-header h1.additional-color > a:visited,
.border-and-shadow.blue-bg .section-header h1.additional-color > a:visited,
.color-row.blue-dark-bg .section-header h1.additional-color > a:visited,
.border-and-shadow.blue-dark-bg .section-header h1.additional-color > a:visited,
.color-row.blue-x-dark-bg .section-header h1.additional-color > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header h1.additional-color > a:visited,
.color-row.accent-lt-green-bg .section-header h1.additional-color > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header h1.additional-color > a:visited,
.color-row.accent-green-bg .section-header h1.additional-color > a:visited,
.border-and-shadow.accent-green-bg .section-header h1.additional-color > a:visited,
.color-row.accent-orange-bg .section-header h1.additional-color > a:visited,
.border-and-shadow.accent-orange-bg .section-header h1.additional-color > a:visited,
.color-row.accent-purple-bg .section-header h1.additional-color > a:visited,
.border-and-shadow.accent-purple-bg .section-header h1.additional-color > a:visited,
.color-row.accent-red-bg .section-header h1.additional-color > a:visited,
.border-and-shadow.accent-red-bg .section-header h1.additional-color > a:visited,
.color-row.stanford-red-bg .section-header h1.additional-color > a:visited,
.border-and-shadow.stanford-red-bg .section-header h1.additional-color > a:visited,
.color-row.blue-dark-bg .section-header h2.additional-color > a:visited,
.border-and-shadow.blue-dark-bg .section-header h2.additional-color > a:visited,
.color-row.grey-bg .section-header h2.additional-color > a:visited,
.border-and-shadow.grey-bg .section-header h2.additional-color > a:visited,
.color-row.grey-med-bg .section-header h2.additional-color > a:visited,
.border-and-shadow.grey-med-bg .section-header h2.additional-color > a:visited,
.color-row.grey-dark-bg .section-header h2.additional-color > a:visited,
.border-and-shadow.grey-dark-bg .section-header h2.additional-color > a:visited,
.color-row.black-bg .section-header h2.additional-color > a:visited,
.border-and-shadow.black-bg .section-header h2.additional-color > a:visited,
.color-row.blue-bg .section-header h2.additional-color > a:visited,
.border-and-shadow.blue-bg .section-header h2.additional-color > a:visited,
.color-row.blue-dark-bg .section-header h2.additional-color > a:visited,
.border-and-shadow.blue-dark-bg .section-header h2.additional-color > a:visited,
.color-row.blue-x-dark-bg .section-header h2.additional-color > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header h2.additional-color > a:visited,
.color-row.accent-lt-green-bg .section-header h2.additional-color > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header h2.additional-color > a:visited,
.color-row.accent-green-bg .section-header h2.additional-color > a:visited,
.border-and-shadow.accent-green-bg .section-header h2.additional-color > a:visited,
.color-row.accent-orange-bg .section-header h2.additional-color > a:visited,
.border-and-shadow.accent-orange-bg .section-header h2.additional-color > a:visited,
.color-row.accent-purple-bg .section-header h2.additional-color > a:visited,
.border-and-shadow.accent-purple-bg .section-header h2.additional-color > a:visited,
.color-row.accent-red-bg .section-header h2.additional-color > a:visited,
.border-and-shadow.accent-red-bg .section-header h2.additional-color > a:visited,
.color-row.stanford-red-bg .section-header h2.additional-color > a:visited,
.border-and-shadow.stanford-red-bg .section-header h2.additional-color > a:visited,
.color-row.blue-dark-bg .section-header h3.additional-color > a:visited,
.border-and-shadow.blue-dark-bg .section-header h3.additional-color > a:visited,
.color-row.grey-bg .section-header h3.additional-color > a:visited,
.border-and-shadow.grey-bg .section-header h3.additional-color > a:visited,
.color-row.grey-med-bg .section-header h3.additional-color > a:visited,
.border-and-shadow.grey-med-bg .section-header h3.additional-color > a:visited,
.color-row.grey-dark-bg .section-header h3.additional-color > a:visited,
.border-and-shadow.grey-dark-bg .section-header h3.additional-color > a:visited,
.color-row.black-bg .section-header h3.additional-color > a:visited,
.border-and-shadow.black-bg .section-header h3.additional-color > a:visited,
.color-row.blue-bg .section-header h3.additional-color > a:visited,
.border-and-shadow.blue-bg .section-header h3.additional-color > a:visited,
.color-row.blue-dark-bg .section-header h3.additional-color > a:visited,
.border-and-shadow.blue-dark-bg .section-header h3.additional-color > a:visited,
.color-row.blue-x-dark-bg .section-header h3.additional-color > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header h3.additional-color > a:visited,
.color-row.accent-lt-green-bg .section-header h3.additional-color > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header h3.additional-color > a:visited,
.color-row.accent-green-bg .section-header h3.additional-color > a:visited,
.border-and-shadow.accent-green-bg .section-header h3.additional-color > a:visited,
.color-row.accent-orange-bg .section-header h3.additional-color > a:visited,
.border-and-shadow.accent-orange-bg .section-header h3.additional-color > a:visited,
.color-row.accent-purple-bg .section-header h3.additional-color > a:visited,
.border-and-shadow.accent-purple-bg .section-header h3.additional-color > a:visited,
.color-row.accent-red-bg .section-header h3.additional-color > a:visited,
.border-and-shadow.accent-red-bg .section-header h3.additional-color > a:visited,
.color-row.stanford-red-bg .section-header h3.additional-color > a:visited,
.border-and-shadow.stanford-red-bg .section-header h3.additional-color > a:visited,
.color-row.blue-dark-bg .section-header h1.red > a:active,
.border-and-shadow.blue-dark-bg .section-header h1.red > a:active,
.color-row.grey-bg .section-header h1.red > a:active,
.border-and-shadow.grey-bg .section-header h1.red > a:active,
.color-row.grey-med-bg .section-header h1.red > a:active,
.border-and-shadow.grey-med-bg .section-header h1.red > a:active,
.color-row.grey-dark-bg .section-header h1.red > a:active,
.border-and-shadow.grey-dark-bg .section-header h1.red > a:active,
.color-row.black-bg .section-header h1.red > a:active,
.border-and-shadow.black-bg .section-header h1.red > a:active,
.color-row.blue-bg .section-header h1.red > a:active,
.border-and-shadow.blue-bg .section-header h1.red > a:active,
.color-row.blue-dark-bg .section-header h1.red > a:active,
.border-and-shadow.blue-dark-bg .section-header h1.red > a:active,
.color-row.blue-x-dark-bg .section-header h1.red > a:active,
.border-and-shadow.blue-x-dark-bg .section-header h1.red > a:active,
.color-row.accent-lt-green-bg .section-header h1.red > a:active,
.border-and-shadow.accent-lt-green-bg .section-header h1.red > a:active,
.color-row.accent-green-bg .section-header h1.red > a:active,
.border-and-shadow.accent-green-bg .section-header h1.red > a:active,
.color-row.accent-orange-bg .section-header h1.red > a:active,
.border-and-shadow.accent-orange-bg .section-header h1.red > a:active,
.color-row.accent-purple-bg .section-header h1.red > a:active,
.border-and-shadow.accent-purple-bg .section-header h1.red > a:active,
.color-row.accent-red-bg .section-header h1.red > a:active,
.border-and-shadow.accent-red-bg .section-header h1.red > a:active,
.color-row.stanford-red-bg .section-header h1.red > a:active,
.border-and-shadow.stanford-red-bg .section-header h1.red > a:active,
.color-row.blue-dark-bg .section-header h2.red > a:active,
.border-and-shadow.blue-dark-bg .section-header h2.red > a:active,
.color-row.grey-bg .section-header h2.red > a:active,
.border-and-shadow.grey-bg .section-header h2.red > a:active,
.color-row.grey-med-bg .section-header h2.red > a:active,
.border-and-shadow.grey-med-bg .section-header h2.red > a:active,
.color-row.grey-dark-bg .section-header h2.red > a:active,
.border-and-shadow.grey-dark-bg .section-header h2.red > a:active,
.color-row.black-bg .section-header h2.red > a:active,
.border-and-shadow.black-bg .section-header h2.red > a:active,
.color-row.blue-bg .section-header h2.red > a:active,
.border-and-shadow.blue-bg .section-header h2.red > a:active,
.color-row.blue-dark-bg .section-header h2.red > a:active,
.border-and-shadow.blue-dark-bg .section-header h2.red > a:active,
.color-row.blue-x-dark-bg .section-header h2.red > a:active,
.border-and-shadow.blue-x-dark-bg .section-header h2.red > a:active,
.color-row.accent-lt-green-bg .section-header h2.red > a:active,
.border-and-shadow.accent-lt-green-bg .section-header h2.red > a:active,
.color-row.accent-green-bg .section-header h2.red > a:active,
.border-and-shadow.accent-green-bg .section-header h2.red > a:active,
.color-row.accent-orange-bg .section-header h2.red > a:active,
.border-and-shadow.accent-orange-bg .section-header h2.red > a:active,
.color-row.accent-purple-bg .section-header h2.red > a:active,
.border-and-shadow.accent-purple-bg .section-header h2.red > a:active,
.color-row.accent-red-bg .section-header h2.red > a:active,
.border-and-shadow.accent-red-bg .section-header h2.red > a:active,
.color-row.stanford-red-bg .section-header h2.red > a:active,
.border-and-shadow.stanford-red-bg .section-header h2.red > a:active,
.color-row.blue-dark-bg .section-header h3.red > a:active,
.border-and-shadow.blue-dark-bg .section-header h3.red > a:active,
.color-row.grey-bg .section-header h3.red > a:active,
.border-and-shadow.grey-bg .section-header h3.red > a:active,
.color-row.grey-med-bg .section-header h3.red > a:active,
.border-and-shadow.grey-med-bg .section-header h3.red > a:active,
.color-row.grey-dark-bg .section-header h3.red > a:active,
.border-and-shadow.grey-dark-bg .section-header h3.red > a:active,
.color-row.black-bg .section-header h3.red > a:active,
.border-and-shadow.black-bg .section-header h3.red > a:active,
.color-row.blue-bg .section-header h3.red > a:active,
.border-and-shadow.blue-bg .section-header h3.red > a:active,
.color-row.blue-dark-bg .section-header h3.red > a:active,
.border-and-shadow.blue-dark-bg .section-header h3.red > a:active,
.color-row.blue-x-dark-bg .section-header h3.red > a:active,
.border-and-shadow.blue-x-dark-bg .section-header h3.red > a:active,
.color-row.accent-lt-green-bg .section-header h3.red > a:active,
.border-and-shadow.accent-lt-green-bg .section-header h3.red > a:active,
.color-row.accent-green-bg .section-header h3.red > a:active,
.border-and-shadow.accent-green-bg .section-header h3.red > a:active,
.color-row.accent-orange-bg .section-header h3.red > a:active,
.border-and-shadow.accent-orange-bg .section-header h3.red > a:active,
.color-row.accent-purple-bg .section-header h3.red > a:active,
.border-and-shadow.accent-purple-bg .section-header h3.red > a:active,
.color-row.accent-red-bg .section-header h3.red > a:active,
.border-and-shadow.accent-red-bg .section-header h3.red > a:active,
.color-row.stanford-red-bg .section-header h3.red > a:active,
.border-and-shadow.stanford-red-bg .section-header h3.red > a:active,
.color-row.blue-dark-bg .section-header h1.additional-color > a:active,
.border-and-shadow.blue-dark-bg .section-header h1.additional-color > a:active,
.color-row.grey-bg .section-header h1.additional-color > a:active,
.border-and-shadow.grey-bg .section-header h1.additional-color > a:active,
.color-row.grey-med-bg .section-header h1.additional-color > a:active,
.border-and-shadow.grey-med-bg .section-header h1.additional-color > a:active,
.color-row.grey-dark-bg .section-header h1.additional-color > a:active,
.border-and-shadow.grey-dark-bg .section-header h1.additional-color > a:active,
.color-row.black-bg .section-header h1.additional-color > a:active,
.border-and-shadow.black-bg .section-header h1.additional-color > a:active,
.color-row.blue-bg .section-header h1.additional-color > a:active,
.border-and-shadow.blue-bg .section-header h1.additional-color > a:active,
.color-row.blue-dark-bg .section-header h1.additional-color > a:active,
.border-and-shadow.blue-dark-bg .section-header h1.additional-color > a:active,
.color-row.blue-x-dark-bg .section-header h1.additional-color > a:active,
.border-and-shadow.blue-x-dark-bg .section-header h1.additional-color > a:active,
.color-row.accent-lt-green-bg .section-header h1.additional-color > a:active,
.border-and-shadow.accent-lt-green-bg .section-header h1.additional-color > a:active,
.color-row.accent-green-bg .section-header h1.additional-color > a:active,
.border-and-shadow.accent-green-bg .section-header h1.additional-color > a:active,
.color-row.accent-orange-bg .section-header h1.additional-color > a:active,
.border-and-shadow.accent-orange-bg .section-header h1.additional-color > a:active,
.color-row.accent-purple-bg .section-header h1.additional-color > a:active,
.border-and-shadow.accent-purple-bg .section-header h1.additional-color > a:active,
.color-row.accent-red-bg .section-header h1.additional-color > a:active,
.border-and-shadow.accent-red-bg .section-header h1.additional-color > a:active,
.color-row.stanford-red-bg .section-header h1.additional-color > a:active,
.border-and-shadow.stanford-red-bg .section-header h1.additional-color > a:active,
.color-row.blue-dark-bg .section-header h2.additional-color > a:active,
.border-and-shadow.blue-dark-bg .section-header h2.additional-color > a:active,
.color-row.grey-bg .section-header h2.additional-color > a:active,
.border-and-shadow.grey-bg .section-header h2.additional-color > a:active,
.color-row.grey-med-bg .section-header h2.additional-color > a:active,
.border-and-shadow.grey-med-bg .section-header h2.additional-color > a:active,
.color-row.grey-dark-bg .section-header h2.additional-color > a:active,
.border-and-shadow.grey-dark-bg .section-header h2.additional-color > a:active,
.color-row.black-bg .section-header h2.additional-color > a:active,
.border-and-shadow.black-bg .section-header h2.additional-color > a:active,
.color-row.blue-bg .section-header h2.additional-color > a:active,
.border-and-shadow.blue-bg .section-header h2.additional-color > a:active,
.color-row.blue-dark-bg .section-header h2.additional-color > a:active,
.border-and-shadow.blue-dark-bg .section-header h2.additional-color > a:active,
.color-row.blue-x-dark-bg .section-header h2.additional-color > a:active,
.border-and-shadow.blue-x-dark-bg .section-header h2.additional-color > a:active,
.color-row.accent-lt-green-bg .section-header h2.additional-color > a:active,
.border-and-shadow.accent-lt-green-bg .section-header h2.additional-color > a:active,
.color-row.accent-green-bg .section-header h2.additional-color > a:active,
.border-and-shadow.accent-green-bg .section-header h2.additional-color > a:active,
.color-row.accent-orange-bg .section-header h2.additional-color > a:active,
.border-and-shadow.accent-orange-bg .section-header h2.additional-color > a:active,
.color-row.accent-purple-bg .section-header h2.additional-color > a:active,
.border-and-shadow.accent-purple-bg .section-header h2.additional-color > a:active,
.color-row.accent-red-bg .section-header h2.additional-color > a:active,
.border-and-shadow.accent-red-bg .section-header h2.additional-color > a:active,
.color-row.stanford-red-bg .section-header h2.additional-color > a:active,
.border-and-shadow.stanford-red-bg .section-header h2.additional-color > a:active,
.color-row.blue-dark-bg .section-header h3.additional-color > a:active,
.border-and-shadow.blue-dark-bg .section-header h3.additional-color > a:active,
.color-row.grey-bg .section-header h3.additional-color > a:active,
.border-and-shadow.grey-bg .section-header h3.additional-color > a:active,
.color-row.grey-med-bg .section-header h3.additional-color > a:active,
.border-and-shadow.grey-med-bg .section-header h3.additional-color > a:active,
.color-row.grey-dark-bg .section-header h3.additional-color > a:active,
.border-and-shadow.grey-dark-bg .section-header h3.additional-color > a:active,
.color-row.black-bg .section-header h3.additional-color > a:active,
.border-and-shadow.black-bg .section-header h3.additional-color > a:active,
.color-row.blue-bg .section-header h3.additional-color > a:active,
.border-and-shadow.blue-bg .section-header h3.additional-color > a:active,
.color-row.blue-dark-bg .section-header h3.additional-color > a:active,
.border-and-shadow.blue-dark-bg .section-header h3.additional-color > a:active,
.color-row.blue-x-dark-bg .section-header h3.additional-color > a:active,
.border-and-shadow.blue-x-dark-bg .section-header h3.additional-color > a:active,
.color-row.accent-lt-green-bg .section-header h3.additional-color > a:active,
.border-and-shadow.accent-lt-green-bg .section-header h3.additional-color > a:active,
.color-row.accent-green-bg .section-header h3.additional-color > a:active,
.border-and-shadow.accent-green-bg .section-header h3.additional-color > a:active,
.color-row.accent-orange-bg .section-header h3.additional-color > a:active,
.border-and-shadow.accent-orange-bg .section-header h3.additional-color > a:active,
.color-row.accent-purple-bg .section-header h3.additional-color > a:active,
.border-and-shadow.accent-purple-bg .section-header h3.additional-color > a:active,
.color-row.accent-red-bg .section-header h3.additional-color > a:active,
.border-and-shadow.accent-red-bg .section-header h3.additional-color > a:active,
.color-row.stanford-red-bg .section-header h3.additional-color > a:active,
.border-and-shadow.stanford-red-bg .section-header h3.additional-color > a:active {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header h3,
.border-and-shadow.blue-dark-bg .section-header h3,
.color-row.grey-bg .section-header h3,
.border-and-shadow.grey-bg .section-header h3,
.color-row.grey-med-bg .section-header h3,
.border-and-shadow.grey-med-bg .section-header h3,
.color-row.grey-dark-bg .section-header h3,
.border-and-shadow.grey-dark-bg .section-header h3,
.color-row.black-bg .section-header h3,
.border-and-shadow.black-bg .section-header h3,
.color-row.blue-bg .section-header h3,
.border-and-shadow.blue-bg .section-header h3,
.color-row.blue-dark-bg .section-header h3,
.border-and-shadow.blue-dark-bg .section-header h3,
.color-row.blue-x-dark-bg .section-header h3,
.border-and-shadow.blue-x-dark-bg .section-header h3,
.color-row.accent-lt-green-bg .section-header h3,
.border-and-shadow.accent-lt-green-bg .section-header h3,
.color-row.accent-green-bg .section-header h3,
.border-and-shadow.accent-green-bg .section-header h3,
.color-row.accent-orange-bg .section-header h3,
.border-and-shadow.accent-orange-bg .section-header h3,
.color-row.accent-purple-bg .section-header h3,
.border-and-shadow.accent-purple-bg .section-header h3,
.color-row.accent-red-bg .section-header h3,
.border-and-shadow.accent-red-bg .section-header h3,
.color-row.stanford-red-bg .section-header h3,
.border-and-shadow.stanford-red-bg .section-header h3 {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header h3 + p,
.border-and-shadow.blue-dark-bg .section-header h3 + p,
.color-row.grey-bg .section-header h3 + p,
.border-and-shadow.grey-bg .section-header h3 + p,
.color-row.grey-med-bg .section-header h3 + p,
.border-and-shadow.grey-med-bg .section-header h3 + p,
.color-row.grey-dark-bg .section-header h3 + p,
.border-and-shadow.grey-dark-bg .section-header h3 + p,
.color-row.black-bg .section-header h3 + p,
.border-and-shadow.black-bg .section-header h3 + p,
.color-row.blue-bg .section-header h3 + p,
.border-and-shadow.blue-bg .section-header h3 + p,
.color-row.blue-dark-bg .section-header h3 + p,
.border-and-shadow.blue-dark-bg .section-header h3 + p,
.color-row.blue-x-dark-bg .section-header h3 + p,
.border-and-shadow.blue-x-dark-bg .section-header h3 + p,
.color-row.accent-lt-green-bg .section-header h3 + p,
.border-and-shadow.accent-lt-green-bg .section-header h3 + p,
.color-row.accent-green-bg .section-header h3 + p,
.border-and-shadow.accent-green-bg .section-header h3 + p,
.color-row.accent-orange-bg .section-header h3 + p,
.border-and-shadow.accent-orange-bg .section-header h3 + p,
.color-row.accent-purple-bg .section-header h3 + p,
.border-and-shadow.accent-purple-bg .section-header h3 + p,
.color-row.accent-red-bg .section-header h3 + p,
.border-and-shadow.accent-red-bg .section-header h3 + p,
.color-row.stanford-red-bg .section-header h3 + p,
.border-and-shadow.stanford-red-bg .section-header h3 + p {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.standard:after,
.border-and-shadow.blue-dark-bg .section-header.standard:after,
.color-row.grey-bg .section-header.standard:after,
.border-and-shadow.grey-bg .section-header.standard:after,
.color-row.grey-med-bg .section-header.standard:after,
.border-and-shadow.grey-med-bg .section-header.standard:after,
.color-row.grey-dark-bg .section-header.standard:after,
.border-and-shadow.grey-dark-bg .section-header.standard:after,
.color-row.black-bg .section-header.standard:after,
.border-and-shadow.black-bg .section-header.standard:after,
.color-row.blue-bg .section-header.standard:after,
.border-and-shadow.blue-bg .section-header.standard:after,
.color-row.blue-dark-bg .section-header.standard:after,
.border-and-shadow.blue-dark-bg .section-header.standard:after,
.color-row.blue-x-dark-bg .section-header.standard:after,
.border-and-shadow.blue-x-dark-bg .section-header.standard:after,
.color-row.accent-lt-green-bg .section-header.standard:after,
.border-and-shadow.accent-lt-green-bg .section-header.standard:after,
.color-row.accent-green-bg .section-header.standard:after,
.border-and-shadow.accent-green-bg .section-header.standard:after,
.color-row.accent-orange-bg .section-header.standard:after,
.border-and-shadow.accent-orange-bg .section-header.standard:after,
.color-row.accent-purple-bg .section-header.standard:after,
.border-and-shadow.accent-purple-bg .section-header.standard:after,
.color-row.accent-red-bg .section-header.standard:after,
.border-and-shadow.accent-red-bg .section-header.standard:after,
.color-row.stanford-red-bg .section-header.standard:after,
.border-and-shadow.stanford-red-bg .section-header.standard:after {
  border-top-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
}
.color-row.blue-dark-bg .section-header.standard h1,
.border-and-shadow.blue-dark-bg .section-header.standard h1,
.color-row.grey-bg .section-header.standard h1,
.border-and-shadow.grey-bg .section-header.standard h1,
.color-row.grey-med-bg .section-header.standard h1,
.border-and-shadow.grey-med-bg .section-header.standard h1,
.color-row.grey-dark-bg .section-header.standard h1,
.border-and-shadow.grey-dark-bg .section-header.standard h1,
.color-row.black-bg .section-header.standard h1,
.border-and-shadow.black-bg .section-header.standard h1,
.color-row.blue-bg .section-header.standard h1,
.border-and-shadow.blue-bg .section-header.standard h1,
.color-row.blue-dark-bg .section-header.standard h1,
.border-and-shadow.blue-dark-bg .section-header.standard h1,
.color-row.blue-x-dark-bg .section-header.standard h1,
.border-and-shadow.blue-x-dark-bg .section-header.standard h1,
.color-row.accent-lt-green-bg .section-header.standard h1,
.border-and-shadow.accent-lt-green-bg .section-header.standard h1,
.color-row.accent-green-bg .section-header.standard h1,
.border-and-shadow.accent-green-bg .section-header.standard h1,
.color-row.accent-orange-bg .section-header.standard h1,
.border-and-shadow.accent-orange-bg .section-header.standard h1,
.color-row.accent-purple-bg .section-header.standard h1,
.border-and-shadow.accent-purple-bg .section-header.standard h1,
.color-row.accent-red-bg .section-header.standard h1,
.border-and-shadow.accent-red-bg .section-header.standard h1,
.color-row.stanford-red-bg .section-header.standard h1,
.border-and-shadow.stanford-red-bg .section-header.standard h1,
.color-row.blue-dark-bg .section-header.standard h2,
.border-and-shadow.blue-dark-bg .section-header.standard h2,
.color-row.grey-bg .section-header.standard h2,
.border-and-shadow.grey-bg .section-header.standard h2,
.color-row.grey-med-bg .section-header.standard h2,
.border-and-shadow.grey-med-bg .section-header.standard h2,
.color-row.grey-dark-bg .section-header.standard h2,
.border-and-shadow.grey-dark-bg .section-header.standard h2,
.color-row.black-bg .section-header.standard h2,
.border-and-shadow.black-bg .section-header.standard h2,
.color-row.blue-bg .section-header.standard h2,
.border-and-shadow.blue-bg .section-header.standard h2,
.color-row.blue-dark-bg .section-header.standard h2,
.border-and-shadow.blue-dark-bg .section-header.standard h2,
.color-row.blue-x-dark-bg .section-header.standard h2,
.border-and-shadow.blue-x-dark-bg .section-header.standard h2,
.color-row.accent-lt-green-bg .section-header.standard h2,
.border-and-shadow.accent-lt-green-bg .section-header.standard h2,
.color-row.accent-green-bg .section-header.standard h2,
.border-and-shadow.accent-green-bg .section-header.standard h2,
.color-row.accent-orange-bg .section-header.standard h2,
.border-and-shadow.accent-orange-bg .section-header.standard h2,
.color-row.accent-purple-bg .section-header.standard h2,
.border-and-shadow.accent-purple-bg .section-header.standard h2,
.color-row.accent-red-bg .section-header.standard h2,
.border-and-shadow.accent-red-bg .section-header.standard h2,
.color-row.stanford-red-bg .section-header.standard h2,
.border-and-shadow.stanford-red-bg .section-header.standard h2 {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.standard h2 > a,
.border-and-shadow.blue-dark-bg .section-header.standard h2 > a,
.color-row.grey-bg .section-header.standard h2 > a,
.border-and-shadow.grey-bg .section-header.standard h2 > a,
.color-row.grey-med-bg .section-header.standard h2 > a,
.border-and-shadow.grey-med-bg .section-header.standard h2 > a,
.color-row.grey-dark-bg .section-header.standard h2 > a,
.border-and-shadow.grey-dark-bg .section-header.standard h2 > a,
.color-row.black-bg .section-header.standard h2 > a,
.border-and-shadow.black-bg .section-header.standard h2 > a,
.color-row.blue-bg .section-header.standard h2 > a,
.border-and-shadow.blue-bg .section-header.standard h2 > a,
.color-row.blue-dark-bg .section-header.standard h2 > a,
.border-and-shadow.blue-dark-bg .section-header.standard h2 > a,
.color-row.blue-x-dark-bg .section-header.standard h2 > a,
.border-and-shadow.blue-x-dark-bg .section-header.standard h2 > a,
.color-row.accent-lt-green-bg .section-header.standard h2 > a,
.border-and-shadow.accent-lt-green-bg .section-header.standard h2 > a,
.color-row.accent-green-bg .section-header.standard h2 > a,
.border-and-shadow.accent-green-bg .section-header.standard h2 > a,
.color-row.accent-orange-bg .section-header.standard h2 > a,
.border-and-shadow.accent-orange-bg .section-header.standard h2 > a,
.color-row.accent-purple-bg .section-header.standard h2 > a,
.border-and-shadow.accent-purple-bg .section-header.standard h2 > a,
.color-row.accent-red-bg .section-header.standard h2 > a,
.border-and-shadow.accent-red-bg .section-header.standard h2 > a,
.color-row.stanford-red-bg .section-header.standard h2 > a,
.border-and-shadow.stanford-red-bg .section-header.standard h2 > a,
.color-row.blue-dark-bg .section-header.standard h3 > a,
.border-and-shadow.blue-dark-bg .section-header.standard h3 > a,
.color-row.grey-bg .section-header.standard h3 > a,
.border-and-shadow.grey-bg .section-header.standard h3 > a,
.color-row.grey-med-bg .section-header.standard h3 > a,
.border-and-shadow.grey-med-bg .section-header.standard h3 > a,
.color-row.grey-dark-bg .section-header.standard h3 > a,
.border-and-shadow.grey-dark-bg .section-header.standard h3 > a,
.color-row.black-bg .section-header.standard h3 > a,
.border-and-shadow.black-bg .section-header.standard h3 > a,
.color-row.blue-bg .section-header.standard h3 > a,
.border-and-shadow.blue-bg .section-header.standard h3 > a,
.color-row.blue-dark-bg .section-header.standard h3 > a,
.border-and-shadow.blue-dark-bg .section-header.standard h3 > a,
.color-row.blue-x-dark-bg .section-header.standard h3 > a,
.border-and-shadow.blue-x-dark-bg .section-header.standard h3 > a,
.color-row.accent-lt-green-bg .section-header.standard h3 > a,
.border-and-shadow.accent-lt-green-bg .section-header.standard h3 > a,
.color-row.accent-green-bg .section-header.standard h3 > a,
.border-and-shadow.accent-green-bg .section-header.standard h3 > a,
.color-row.accent-orange-bg .section-header.standard h3 > a,
.border-and-shadow.accent-orange-bg .section-header.standard h3 > a,
.color-row.accent-purple-bg .section-header.standard h3 > a,
.border-and-shadow.accent-purple-bg .section-header.standard h3 > a,
.color-row.accent-red-bg .section-header.standard h3 > a,
.border-and-shadow.accent-red-bg .section-header.standard h3 > a,
.color-row.stanford-red-bg .section-header.standard h3 > a,
.border-and-shadow.stanford-red-bg .section-header.standard h3 > a {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.standard h2 > a:link,
.border-and-shadow.blue-dark-bg .section-header.standard h2 > a:link,
.color-row.grey-bg .section-header.standard h2 > a:link,
.border-and-shadow.grey-bg .section-header.standard h2 > a:link,
.color-row.grey-med-bg .section-header.standard h2 > a:link,
.border-and-shadow.grey-med-bg .section-header.standard h2 > a:link,
.color-row.grey-dark-bg .section-header.standard h2 > a:link,
.border-and-shadow.grey-dark-bg .section-header.standard h2 > a:link,
.color-row.black-bg .section-header.standard h2 > a:link,
.border-and-shadow.black-bg .section-header.standard h2 > a:link,
.color-row.blue-bg .section-header.standard h2 > a:link,
.border-and-shadow.blue-bg .section-header.standard h2 > a:link,
.color-row.blue-dark-bg .section-header.standard h2 > a:link,
.border-and-shadow.blue-dark-bg .section-header.standard h2 > a:link,
.color-row.blue-x-dark-bg .section-header.standard h2 > a:link,
.border-and-shadow.blue-x-dark-bg .section-header.standard h2 > a:link,
.color-row.accent-lt-green-bg .section-header.standard h2 > a:link,
.border-and-shadow.accent-lt-green-bg .section-header.standard h2 > a:link,
.color-row.accent-green-bg .section-header.standard h2 > a:link,
.border-and-shadow.accent-green-bg .section-header.standard h2 > a:link,
.color-row.accent-orange-bg .section-header.standard h2 > a:link,
.border-and-shadow.accent-orange-bg .section-header.standard h2 > a:link,
.color-row.accent-purple-bg .section-header.standard h2 > a:link,
.border-and-shadow.accent-purple-bg .section-header.standard h2 > a:link,
.color-row.accent-red-bg .section-header.standard h2 > a:link,
.border-and-shadow.accent-red-bg .section-header.standard h2 > a:link,
.color-row.stanford-red-bg .section-header.standard h2 > a:link,
.border-and-shadow.stanford-red-bg .section-header.standard h2 > a:link,
.color-row.blue-dark-bg .section-header.standard h3 > a:link,
.border-and-shadow.blue-dark-bg .section-header.standard h3 > a:link,
.color-row.grey-bg .section-header.standard h3 > a:link,
.border-and-shadow.grey-bg .section-header.standard h3 > a:link,
.color-row.grey-med-bg .section-header.standard h3 > a:link,
.border-and-shadow.grey-med-bg .section-header.standard h3 > a:link,
.color-row.grey-dark-bg .section-header.standard h3 > a:link,
.border-and-shadow.grey-dark-bg .section-header.standard h3 > a:link,
.color-row.black-bg .section-header.standard h3 > a:link,
.border-and-shadow.black-bg .section-header.standard h3 > a:link,
.color-row.blue-bg .section-header.standard h3 > a:link,
.border-and-shadow.blue-bg .section-header.standard h3 > a:link,
.color-row.blue-dark-bg .section-header.standard h3 > a:link,
.border-and-shadow.blue-dark-bg .section-header.standard h3 > a:link,
.color-row.blue-x-dark-bg .section-header.standard h3 > a:link,
.border-and-shadow.blue-x-dark-bg .section-header.standard h3 > a:link,
.color-row.accent-lt-green-bg .section-header.standard h3 > a:link,
.border-and-shadow.accent-lt-green-bg .section-header.standard h3 > a:link,
.color-row.accent-green-bg .section-header.standard h3 > a:link,
.border-and-shadow.accent-green-bg .section-header.standard h3 > a:link,
.color-row.accent-orange-bg .section-header.standard h3 > a:link,
.border-and-shadow.accent-orange-bg .section-header.standard h3 > a:link,
.color-row.accent-purple-bg .section-header.standard h3 > a:link,
.border-and-shadow.accent-purple-bg .section-header.standard h3 > a:link,
.color-row.accent-red-bg .section-header.standard h3 > a:link,
.border-and-shadow.accent-red-bg .section-header.standard h3 > a:link,
.color-row.stanford-red-bg .section-header.standard h3 > a:link,
.border-and-shadow.stanford-red-bg .section-header.standard h3 > a:link,
.color-row.blue-dark-bg .section-header.standard h2 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.standard h2 > a:visited,
.color-row.grey-bg .section-header.standard h2 > a:visited,
.border-and-shadow.grey-bg .section-header.standard h2 > a:visited,
.color-row.grey-med-bg .section-header.standard h2 > a:visited,
.border-and-shadow.grey-med-bg .section-header.standard h2 > a:visited,
.color-row.grey-dark-bg .section-header.standard h2 > a:visited,
.border-and-shadow.grey-dark-bg .section-header.standard h2 > a:visited,
.color-row.black-bg .section-header.standard h2 > a:visited,
.border-and-shadow.black-bg .section-header.standard h2 > a:visited,
.color-row.blue-bg .section-header.standard h2 > a:visited,
.border-and-shadow.blue-bg .section-header.standard h2 > a:visited,
.color-row.blue-dark-bg .section-header.standard h2 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.standard h2 > a:visited,
.color-row.blue-x-dark-bg .section-header.standard h2 > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header.standard h2 > a:visited,
.color-row.accent-lt-green-bg .section-header.standard h2 > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header.standard h2 > a:visited,
.color-row.accent-green-bg .section-header.standard h2 > a:visited,
.border-and-shadow.accent-green-bg .section-header.standard h2 > a:visited,
.color-row.accent-orange-bg .section-header.standard h2 > a:visited,
.border-and-shadow.accent-orange-bg .section-header.standard h2 > a:visited,
.color-row.accent-purple-bg .section-header.standard h2 > a:visited,
.border-and-shadow.accent-purple-bg .section-header.standard h2 > a:visited,
.color-row.accent-red-bg .section-header.standard h2 > a:visited,
.border-and-shadow.accent-red-bg .section-header.standard h2 > a:visited,
.color-row.stanford-red-bg .section-header.standard h2 > a:visited,
.border-and-shadow.stanford-red-bg .section-header.standard h2 > a:visited,
.color-row.blue-dark-bg .section-header.standard h3 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.standard h3 > a:visited,
.color-row.grey-bg .section-header.standard h3 > a:visited,
.border-and-shadow.grey-bg .section-header.standard h3 > a:visited,
.color-row.grey-med-bg .section-header.standard h3 > a:visited,
.border-and-shadow.grey-med-bg .section-header.standard h3 > a:visited,
.color-row.grey-dark-bg .section-header.standard h3 > a:visited,
.border-and-shadow.grey-dark-bg .section-header.standard h3 > a:visited,
.color-row.black-bg .section-header.standard h3 > a:visited,
.border-and-shadow.black-bg .section-header.standard h3 > a:visited,
.color-row.blue-bg .section-header.standard h3 > a:visited,
.border-and-shadow.blue-bg .section-header.standard h3 > a:visited,
.color-row.blue-dark-bg .section-header.standard h3 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.standard h3 > a:visited,
.color-row.blue-x-dark-bg .section-header.standard h3 > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header.standard h3 > a:visited,
.color-row.accent-lt-green-bg .section-header.standard h3 > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header.standard h3 > a:visited,
.color-row.accent-green-bg .section-header.standard h3 > a:visited,
.border-and-shadow.accent-green-bg .section-header.standard h3 > a:visited,
.color-row.accent-orange-bg .section-header.standard h3 > a:visited,
.border-and-shadow.accent-orange-bg .section-header.standard h3 > a:visited,
.color-row.accent-purple-bg .section-header.standard h3 > a:visited,
.border-and-shadow.accent-purple-bg .section-header.standard h3 > a:visited,
.color-row.accent-red-bg .section-header.standard h3 > a:visited,
.border-and-shadow.accent-red-bg .section-header.standard h3 > a:visited,
.color-row.stanford-red-bg .section-header.standard h3 > a:visited,
.border-and-shadow.stanford-red-bg .section-header.standard h3 > a:visited,
.color-row.blue-dark-bg .section-header.standard h2 > a:active,
.border-and-shadow.blue-dark-bg .section-header.standard h2 > a:active,
.color-row.grey-bg .section-header.standard h2 > a:active,
.border-and-shadow.grey-bg .section-header.standard h2 > a:active,
.color-row.grey-med-bg .section-header.standard h2 > a:active,
.border-and-shadow.grey-med-bg .section-header.standard h2 > a:active,
.color-row.grey-dark-bg .section-header.standard h2 > a:active,
.border-and-shadow.grey-dark-bg .section-header.standard h2 > a:active,
.color-row.black-bg .section-header.standard h2 > a:active,
.border-and-shadow.black-bg .section-header.standard h2 > a:active,
.color-row.blue-bg .section-header.standard h2 > a:active,
.border-and-shadow.blue-bg .section-header.standard h2 > a:active,
.color-row.blue-dark-bg .section-header.standard h2 > a:active,
.border-and-shadow.blue-dark-bg .section-header.standard h2 > a:active,
.color-row.blue-x-dark-bg .section-header.standard h2 > a:active,
.border-and-shadow.blue-x-dark-bg .section-header.standard h2 > a:active,
.color-row.accent-lt-green-bg .section-header.standard h2 > a:active,
.border-and-shadow.accent-lt-green-bg .section-header.standard h2 > a:active,
.color-row.accent-green-bg .section-header.standard h2 > a:active,
.border-and-shadow.accent-green-bg .section-header.standard h2 > a:active,
.color-row.accent-orange-bg .section-header.standard h2 > a:active,
.border-and-shadow.accent-orange-bg .section-header.standard h2 > a:active,
.color-row.accent-purple-bg .section-header.standard h2 > a:active,
.border-and-shadow.accent-purple-bg .section-header.standard h2 > a:active,
.color-row.accent-red-bg .section-header.standard h2 > a:active,
.border-and-shadow.accent-red-bg .section-header.standard h2 > a:active,
.color-row.stanford-red-bg .section-header.standard h2 > a:active,
.border-and-shadow.stanford-red-bg .section-header.standard h2 > a:active,
.color-row.blue-dark-bg .section-header.standard h3 > a:active,
.border-and-shadow.blue-dark-bg .section-header.standard h3 > a:active,
.color-row.grey-bg .section-header.standard h3 > a:active,
.border-and-shadow.grey-bg .section-header.standard h3 > a:active,
.color-row.grey-med-bg .section-header.standard h3 > a:active,
.border-and-shadow.grey-med-bg .section-header.standard h3 > a:active,
.color-row.grey-dark-bg .section-header.standard h3 > a:active,
.border-and-shadow.grey-dark-bg .section-header.standard h3 > a:active,
.color-row.black-bg .section-header.standard h3 > a:active,
.border-and-shadow.black-bg .section-header.standard h3 > a:active,
.color-row.blue-bg .section-header.standard h3 > a:active,
.border-and-shadow.blue-bg .section-header.standard h3 > a:active,
.color-row.blue-dark-bg .section-header.standard h3 > a:active,
.border-and-shadow.blue-dark-bg .section-header.standard h3 > a:active,
.color-row.blue-x-dark-bg .section-header.standard h3 > a:active,
.border-and-shadow.blue-x-dark-bg .section-header.standard h3 > a:active,
.color-row.accent-lt-green-bg .section-header.standard h3 > a:active,
.border-and-shadow.accent-lt-green-bg .section-header.standard h3 > a:active,
.color-row.accent-green-bg .section-header.standard h3 > a:active,
.border-and-shadow.accent-green-bg .section-header.standard h3 > a:active,
.color-row.accent-orange-bg .section-header.standard h3 > a:active,
.border-and-shadow.accent-orange-bg .section-header.standard h3 > a:active,
.color-row.accent-purple-bg .section-header.standard h3 > a:active,
.border-and-shadow.accent-purple-bg .section-header.standard h3 > a:active,
.color-row.accent-red-bg .section-header.standard h3 > a:active,
.border-and-shadow.accent-red-bg .section-header.standard h3 > a:active,
.color-row.stanford-red-bg .section-header.standard h3 > a:active,
.border-and-shadow.stanford-red-bg .section-header.standard h3 > a:active {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.standard p,
.border-and-shadow.blue-dark-bg .section-header.standard p,
.color-row.grey-bg .section-header.standard p,
.border-and-shadow.grey-bg .section-header.standard p,
.color-row.grey-med-bg .section-header.standard p,
.border-and-shadow.grey-med-bg .section-header.standard p,
.color-row.grey-dark-bg .section-header.standard p,
.border-and-shadow.grey-dark-bg .section-header.standard p,
.color-row.black-bg .section-header.standard p,
.border-and-shadow.black-bg .section-header.standard p,
.color-row.blue-bg .section-header.standard p,
.border-and-shadow.blue-bg .section-header.standard p,
.color-row.blue-dark-bg .section-header.standard p,
.border-and-shadow.blue-dark-bg .section-header.standard p,
.color-row.blue-x-dark-bg .section-header.standard p,
.border-and-shadow.blue-x-dark-bg .section-header.standard p,
.color-row.accent-lt-green-bg .section-header.standard p,
.border-and-shadow.accent-lt-green-bg .section-header.standard p,
.color-row.accent-green-bg .section-header.standard p,
.border-and-shadow.accent-green-bg .section-header.standard p,
.color-row.accent-orange-bg .section-header.standard p,
.border-and-shadow.accent-orange-bg .section-header.standard p,
.color-row.accent-purple-bg .section-header.standard p,
.border-and-shadow.accent-purple-bg .section-header.standard p,
.color-row.accent-red-bg .section-header.standard p,
.border-and-shadow.accent-red-bg .section-header.standard p,
.color-row.stanford-red-bg .section-header.standard p,
.border-and-shadow.stanford-red-bg .section-header.standard p {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.feature h1,
.border-and-shadow.blue-dark-bg .section-header.feature h1,
.color-row.grey-bg .section-header.feature h1,
.border-and-shadow.grey-bg .section-header.feature h1,
.color-row.grey-med-bg .section-header.feature h1,
.border-and-shadow.grey-med-bg .section-header.feature h1,
.color-row.grey-dark-bg .section-header.feature h1,
.border-and-shadow.grey-dark-bg .section-header.feature h1,
.color-row.black-bg .section-header.feature h1,
.border-and-shadow.black-bg .section-header.feature h1,
.color-row.blue-bg .section-header.feature h1,
.border-and-shadow.blue-bg .section-header.feature h1,
.color-row.blue-dark-bg .section-header.feature h1,
.border-and-shadow.blue-dark-bg .section-header.feature h1,
.color-row.blue-x-dark-bg .section-header.feature h1,
.border-and-shadow.blue-x-dark-bg .section-header.feature h1,
.color-row.accent-lt-green-bg .section-header.feature h1,
.border-and-shadow.accent-lt-green-bg .section-header.feature h1,
.color-row.accent-green-bg .section-header.feature h1,
.border-and-shadow.accent-green-bg .section-header.feature h1,
.color-row.accent-orange-bg .section-header.feature h1,
.border-and-shadow.accent-orange-bg .section-header.feature h1,
.color-row.accent-purple-bg .section-header.feature h1,
.border-and-shadow.accent-purple-bg .section-header.feature h1,
.color-row.accent-red-bg .section-header.feature h1,
.border-and-shadow.accent-red-bg .section-header.feature h1,
.color-row.stanford-red-bg .section-header.feature h1,
.border-and-shadow.stanford-red-bg .section-header.feature h1,
.color-row.blue-dark-bg .section-header.feature h2,
.border-and-shadow.blue-dark-bg .section-header.feature h2,
.color-row.grey-bg .section-header.feature h2,
.border-and-shadow.grey-bg .section-header.feature h2,
.color-row.grey-med-bg .section-header.feature h2,
.border-and-shadow.grey-med-bg .section-header.feature h2,
.color-row.grey-dark-bg .section-header.feature h2,
.border-and-shadow.grey-dark-bg .section-header.feature h2,
.color-row.black-bg .section-header.feature h2,
.border-and-shadow.black-bg .section-header.feature h2,
.color-row.blue-bg .section-header.feature h2,
.border-and-shadow.blue-bg .section-header.feature h2,
.color-row.blue-dark-bg .section-header.feature h2,
.border-and-shadow.blue-dark-bg .section-header.feature h2,
.color-row.blue-x-dark-bg .section-header.feature h2,
.border-and-shadow.blue-x-dark-bg .section-header.feature h2,
.color-row.accent-lt-green-bg .section-header.feature h2,
.border-and-shadow.accent-lt-green-bg .section-header.feature h2,
.color-row.accent-green-bg .section-header.feature h2,
.border-and-shadow.accent-green-bg .section-header.feature h2,
.color-row.accent-orange-bg .section-header.feature h2,
.border-and-shadow.accent-orange-bg .section-header.feature h2,
.color-row.accent-purple-bg .section-header.feature h2,
.border-and-shadow.accent-purple-bg .section-header.feature h2,
.color-row.accent-red-bg .section-header.feature h2,
.border-and-shadow.accent-red-bg .section-header.feature h2,
.color-row.stanford-red-bg .section-header.feature h2,
.border-and-shadow.stanford-red-bg .section-header.feature h2,
.color-row.blue-dark-bg .section-header.feature h3,
.border-and-shadow.blue-dark-bg .section-header.feature h3,
.color-row.grey-bg .section-header.feature h3,
.border-and-shadow.grey-bg .section-header.feature h3,
.color-row.grey-med-bg .section-header.feature h3,
.border-and-shadow.grey-med-bg .section-header.feature h3,
.color-row.grey-dark-bg .section-header.feature h3,
.border-and-shadow.grey-dark-bg .section-header.feature h3,
.color-row.black-bg .section-header.feature h3,
.border-and-shadow.black-bg .section-header.feature h3,
.color-row.blue-bg .section-header.feature h3,
.border-and-shadow.blue-bg .section-header.feature h3,
.color-row.blue-dark-bg .section-header.feature h3,
.border-and-shadow.blue-dark-bg .section-header.feature h3,
.color-row.blue-x-dark-bg .section-header.feature h3,
.border-and-shadow.blue-x-dark-bg .section-header.feature h3,
.color-row.accent-lt-green-bg .section-header.feature h3,
.border-and-shadow.accent-lt-green-bg .section-header.feature h3,
.color-row.accent-green-bg .section-header.feature h3,
.border-and-shadow.accent-green-bg .section-header.feature h3,
.color-row.accent-orange-bg .section-header.feature h3,
.border-and-shadow.accent-orange-bg .section-header.feature h3,
.color-row.accent-purple-bg .section-header.feature h3,
.border-and-shadow.accent-purple-bg .section-header.feature h3,
.color-row.accent-red-bg .section-header.feature h3,
.border-and-shadow.accent-red-bg .section-header.feature h3,
.color-row.stanford-red-bg .section-header.feature h3,
.border-and-shadow.stanford-red-bg .section-header.feature h3 {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.feature h1.black,
.border-and-shadow.blue-dark-bg .section-header.feature h1.black,
.color-row.grey-bg .section-header.feature h1.black,
.border-and-shadow.grey-bg .section-header.feature h1.black,
.color-row.grey-med-bg .section-header.feature h1.black,
.border-and-shadow.grey-med-bg .section-header.feature h1.black,
.color-row.grey-dark-bg .section-header.feature h1.black,
.border-and-shadow.grey-dark-bg .section-header.feature h1.black,
.color-row.black-bg .section-header.feature h1.black,
.border-and-shadow.black-bg .section-header.feature h1.black,
.color-row.blue-bg .section-header.feature h1.black,
.border-and-shadow.blue-bg .section-header.feature h1.black,
.color-row.blue-dark-bg .section-header.feature h1.black,
.border-and-shadow.blue-dark-bg .section-header.feature h1.black,
.color-row.blue-x-dark-bg .section-header.feature h1.black,
.border-and-shadow.blue-x-dark-bg .section-header.feature h1.black,
.color-row.accent-lt-green-bg .section-header.feature h1.black,
.border-and-shadow.accent-lt-green-bg .section-header.feature h1.black,
.color-row.accent-green-bg .section-header.feature h1.black,
.border-and-shadow.accent-green-bg .section-header.feature h1.black,
.color-row.accent-orange-bg .section-header.feature h1.black,
.border-and-shadow.accent-orange-bg .section-header.feature h1.black,
.color-row.accent-purple-bg .section-header.feature h1.black,
.border-and-shadow.accent-purple-bg .section-header.feature h1.black,
.color-row.accent-red-bg .section-header.feature h1.black,
.border-and-shadow.accent-red-bg .section-header.feature h1.black,
.color-row.stanford-red-bg .section-header.feature h1.black,
.border-and-shadow.stanford-red-bg .section-header.feature h1.black,
.color-row.blue-dark-bg .section-header.feature h2.black,
.border-and-shadow.blue-dark-bg .section-header.feature h2.black,
.color-row.grey-bg .section-header.feature h2.black,
.border-and-shadow.grey-bg .section-header.feature h2.black,
.color-row.grey-med-bg .section-header.feature h2.black,
.border-and-shadow.grey-med-bg .section-header.feature h2.black,
.color-row.grey-dark-bg .section-header.feature h2.black,
.border-and-shadow.grey-dark-bg .section-header.feature h2.black,
.color-row.black-bg .section-header.feature h2.black,
.border-and-shadow.black-bg .section-header.feature h2.black,
.color-row.blue-bg .section-header.feature h2.black,
.border-and-shadow.blue-bg .section-header.feature h2.black,
.color-row.blue-dark-bg .section-header.feature h2.black,
.border-and-shadow.blue-dark-bg .section-header.feature h2.black,
.color-row.blue-x-dark-bg .section-header.feature h2.black,
.border-and-shadow.blue-x-dark-bg .section-header.feature h2.black,
.color-row.accent-lt-green-bg .section-header.feature h2.black,
.border-and-shadow.accent-lt-green-bg .section-header.feature h2.black,
.color-row.accent-green-bg .section-header.feature h2.black,
.border-and-shadow.accent-green-bg .section-header.feature h2.black,
.color-row.accent-orange-bg .section-header.feature h2.black,
.border-and-shadow.accent-orange-bg .section-header.feature h2.black,
.color-row.accent-purple-bg .section-header.feature h2.black,
.border-and-shadow.accent-purple-bg .section-header.feature h2.black,
.color-row.accent-red-bg .section-header.feature h2.black,
.border-and-shadow.accent-red-bg .section-header.feature h2.black,
.color-row.stanford-red-bg .section-header.feature h2.black,
.border-and-shadow.stanford-red-bg .section-header.feature h2.black,
.color-row.blue-dark-bg .section-header.feature h3.black,
.border-and-shadow.blue-dark-bg .section-header.feature h3.black,
.color-row.grey-bg .section-header.feature h3.black,
.border-and-shadow.grey-bg .section-header.feature h3.black,
.color-row.grey-med-bg .section-header.feature h3.black,
.border-and-shadow.grey-med-bg .section-header.feature h3.black,
.color-row.grey-dark-bg .section-header.feature h3.black,
.border-and-shadow.grey-dark-bg .section-header.feature h3.black,
.color-row.black-bg .section-header.feature h3.black,
.border-and-shadow.black-bg .section-header.feature h3.black,
.color-row.blue-bg .section-header.feature h3.black,
.border-and-shadow.blue-bg .section-header.feature h3.black,
.color-row.blue-dark-bg .section-header.feature h3.black,
.border-and-shadow.blue-dark-bg .section-header.feature h3.black,
.color-row.blue-x-dark-bg .section-header.feature h3.black,
.border-and-shadow.blue-x-dark-bg .section-header.feature h3.black,
.color-row.accent-lt-green-bg .section-header.feature h3.black,
.border-and-shadow.accent-lt-green-bg .section-header.feature h3.black,
.color-row.accent-green-bg .section-header.feature h3.black,
.border-and-shadow.accent-green-bg .section-header.feature h3.black,
.color-row.accent-orange-bg .section-header.feature h3.black,
.border-and-shadow.accent-orange-bg .section-header.feature h3.black,
.color-row.accent-purple-bg .section-header.feature h3.black,
.border-and-shadow.accent-purple-bg .section-header.feature h3.black,
.color-row.accent-red-bg .section-header.feature h3.black,
.border-and-shadow.accent-red-bg .section-header.feature h3.black,
.color-row.stanford-red-bg .section-header.feature h3.black,
.border-and-shadow.stanford-red-bg .section-header.feature h3.black {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.feature h1.black > a,
.border-and-shadow.blue-dark-bg .section-header.feature h1.black > a,
.color-row.grey-bg .section-header.feature h1.black > a,
.border-and-shadow.grey-bg .section-header.feature h1.black > a,
.color-row.grey-med-bg .section-header.feature h1.black > a,
.border-and-shadow.grey-med-bg .section-header.feature h1.black > a,
.color-row.grey-dark-bg .section-header.feature h1.black > a,
.border-and-shadow.grey-dark-bg .section-header.feature h1.black > a,
.color-row.black-bg .section-header.feature h1.black > a,
.border-and-shadow.black-bg .section-header.feature h1.black > a,
.color-row.blue-bg .section-header.feature h1.black > a,
.border-and-shadow.blue-bg .section-header.feature h1.black > a,
.color-row.blue-dark-bg .section-header.feature h1.black > a,
.border-and-shadow.blue-dark-bg .section-header.feature h1.black > a,
.color-row.blue-x-dark-bg .section-header.feature h1.black > a,
.border-and-shadow.blue-x-dark-bg .section-header.feature h1.black > a,
.color-row.accent-lt-green-bg .section-header.feature h1.black > a,
.border-and-shadow.accent-lt-green-bg .section-header.feature h1.black > a,
.color-row.accent-green-bg .section-header.feature h1.black > a,
.border-and-shadow.accent-green-bg .section-header.feature h1.black > a,
.color-row.accent-orange-bg .section-header.feature h1.black > a,
.border-and-shadow.accent-orange-bg .section-header.feature h1.black > a,
.color-row.accent-purple-bg .section-header.feature h1.black > a,
.border-and-shadow.accent-purple-bg .section-header.feature h1.black > a,
.color-row.accent-red-bg .section-header.feature h1.black > a,
.border-and-shadow.accent-red-bg .section-header.feature h1.black > a,
.color-row.stanford-red-bg .section-header.feature h1.black > a,
.border-and-shadow.stanford-red-bg .section-header.feature h1.black > a,
.color-row.blue-dark-bg .section-header.feature h2.black > a,
.border-and-shadow.blue-dark-bg .section-header.feature h2.black > a,
.color-row.grey-bg .section-header.feature h2.black > a,
.border-and-shadow.grey-bg .section-header.feature h2.black > a,
.color-row.grey-med-bg .section-header.feature h2.black > a,
.border-and-shadow.grey-med-bg .section-header.feature h2.black > a,
.color-row.grey-dark-bg .section-header.feature h2.black > a,
.border-and-shadow.grey-dark-bg .section-header.feature h2.black > a,
.color-row.black-bg .section-header.feature h2.black > a,
.border-and-shadow.black-bg .section-header.feature h2.black > a,
.color-row.blue-bg .section-header.feature h2.black > a,
.border-and-shadow.blue-bg .section-header.feature h2.black > a,
.color-row.blue-dark-bg .section-header.feature h2.black > a,
.border-and-shadow.blue-dark-bg .section-header.feature h2.black > a,
.color-row.blue-x-dark-bg .section-header.feature h2.black > a,
.border-and-shadow.blue-x-dark-bg .section-header.feature h2.black > a,
.color-row.accent-lt-green-bg .section-header.feature h2.black > a,
.border-and-shadow.accent-lt-green-bg .section-header.feature h2.black > a,
.color-row.accent-green-bg .section-header.feature h2.black > a,
.border-and-shadow.accent-green-bg .section-header.feature h2.black > a,
.color-row.accent-orange-bg .section-header.feature h2.black > a,
.border-and-shadow.accent-orange-bg .section-header.feature h2.black > a,
.color-row.accent-purple-bg .section-header.feature h2.black > a,
.border-and-shadow.accent-purple-bg .section-header.feature h2.black > a,
.color-row.accent-red-bg .section-header.feature h2.black > a,
.border-and-shadow.accent-red-bg .section-header.feature h2.black > a,
.color-row.stanford-red-bg .section-header.feature h2.black > a,
.border-and-shadow.stanford-red-bg .section-header.feature h2.black > a,
.color-row.blue-dark-bg .section-header.feature h3.black > a,
.border-and-shadow.blue-dark-bg .section-header.feature h3.black > a,
.color-row.grey-bg .section-header.feature h3.black > a,
.border-and-shadow.grey-bg .section-header.feature h3.black > a,
.color-row.grey-med-bg .section-header.feature h3.black > a,
.border-and-shadow.grey-med-bg .section-header.feature h3.black > a,
.color-row.grey-dark-bg .section-header.feature h3.black > a,
.border-and-shadow.grey-dark-bg .section-header.feature h3.black > a,
.color-row.black-bg .section-header.feature h3.black > a,
.border-and-shadow.black-bg .section-header.feature h3.black > a,
.color-row.blue-bg .section-header.feature h3.black > a,
.border-and-shadow.blue-bg .section-header.feature h3.black > a,
.color-row.blue-dark-bg .section-header.feature h3.black > a,
.border-and-shadow.blue-dark-bg .section-header.feature h3.black > a,
.color-row.blue-x-dark-bg .section-header.feature h3.black > a,
.border-and-shadow.blue-x-dark-bg .section-header.feature h3.black > a,
.color-row.accent-lt-green-bg .section-header.feature h3.black > a,
.border-and-shadow.accent-lt-green-bg .section-header.feature h3.black > a,
.color-row.accent-green-bg .section-header.feature h3.black > a,
.border-and-shadow.accent-green-bg .section-header.feature h3.black > a,
.color-row.accent-orange-bg .section-header.feature h3.black > a,
.border-and-shadow.accent-orange-bg .section-header.feature h3.black > a,
.color-row.accent-purple-bg .section-header.feature h3.black > a,
.border-and-shadow.accent-purple-bg .section-header.feature h3.black > a,
.color-row.accent-red-bg .section-header.feature h3.black > a,
.border-and-shadow.accent-red-bg .section-header.feature h3.black > a,
.color-row.stanford-red-bg .section-header.feature h3.black > a,
.border-and-shadow.stanford-red-bg .section-header.feature h3.black > a {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.feature h1.black > a:link,
.border-and-shadow.blue-dark-bg .section-header.feature h1.black > a:link,
.color-row.grey-bg .section-header.feature h1.black > a:link,
.border-and-shadow.grey-bg .section-header.feature h1.black > a:link,
.color-row.grey-med-bg .section-header.feature h1.black > a:link,
.border-and-shadow.grey-med-bg .section-header.feature h1.black > a:link,
.color-row.grey-dark-bg .section-header.feature h1.black > a:link,
.border-and-shadow.grey-dark-bg .section-header.feature h1.black > a:link,
.color-row.black-bg .section-header.feature h1.black > a:link,
.border-and-shadow.black-bg .section-header.feature h1.black > a:link,
.color-row.blue-bg .section-header.feature h1.black > a:link,
.border-and-shadow.blue-bg .section-header.feature h1.black > a:link,
.color-row.blue-dark-bg .section-header.feature h1.black > a:link,
.border-and-shadow.blue-dark-bg .section-header.feature h1.black > a:link,
.color-row.blue-x-dark-bg .section-header.feature h1.black > a:link,
.border-and-shadow.blue-x-dark-bg .section-header.feature h1.black > a:link,
.color-row.accent-lt-green-bg .section-header.feature h1.black > a:link,
.border-and-shadow.accent-lt-green-bg .section-header.feature h1.black > a:link,
.color-row.accent-green-bg .section-header.feature h1.black > a:link,
.border-and-shadow.accent-green-bg .section-header.feature h1.black > a:link,
.color-row.accent-orange-bg .section-header.feature h1.black > a:link,
.border-and-shadow.accent-orange-bg .section-header.feature h1.black > a:link,
.color-row.accent-purple-bg .section-header.feature h1.black > a:link,
.border-and-shadow.accent-purple-bg .section-header.feature h1.black > a:link,
.color-row.accent-red-bg .section-header.feature h1.black > a:link,
.border-and-shadow.accent-red-bg .section-header.feature h1.black > a:link,
.color-row.stanford-red-bg .section-header.feature h1.black > a:link,
.border-and-shadow.stanford-red-bg .section-header.feature h1.black > a:link,
.color-row.blue-dark-bg .section-header.feature h2.black > a:link,
.border-and-shadow.blue-dark-bg .section-header.feature h2.black > a:link,
.color-row.grey-bg .section-header.feature h2.black > a:link,
.border-and-shadow.grey-bg .section-header.feature h2.black > a:link,
.color-row.grey-med-bg .section-header.feature h2.black > a:link,
.border-and-shadow.grey-med-bg .section-header.feature h2.black > a:link,
.color-row.grey-dark-bg .section-header.feature h2.black > a:link,
.border-and-shadow.grey-dark-bg .section-header.feature h2.black > a:link,
.color-row.black-bg .section-header.feature h2.black > a:link,
.border-and-shadow.black-bg .section-header.feature h2.black > a:link,
.color-row.blue-bg .section-header.feature h2.black > a:link,
.border-and-shadow.blue-bg .section-header.feature h2.black > a:link,
.color-row.blue-dark-bg .section-header.feature h2.black > a:link,
.border-and-shadow.blue-dark-bg .section-header.feature h2.black > a:link,
.color-row.blue-x-dark-bg .section-header.feature h2.black > a:link,
.border-and-shadow.blue-x-dark-bg .section-header.feature h2.black > a:link,
.color-row.accent-lt-green-bg .section-header.feature h2.black > a:link,
.border-and-shadow.accent-lt-green-bg .section-header.feature h2.black > a:link,
.color-row.accent-green-bg .section-header.feature h2.black > a:link,
.border-and-shadow.accent-green-bg .section-header.feature h2.black > a:link,
.color-row.accent-orange-bg .section-header.feature h2.black > a:link,
.border-and-shadow.accent-orange-bg .section-header.feature h2.black > a:link,
.color-row.accent-purple-bg .section-header.feature h2.black > a:link,
.border-and-shadow.accent-purple-bg .section-header.feature h2.black > a:link,
.color-row.accent-red-bg .section-header.feature h2.black > a:link,
.border-and-shadow.accent-red-bg .section-header.feature h2.black > a:link,
.color-row.stanford-red-bg .section-header.feature h2.black > a:link,
.border-and-shadow.stanford-red-bg .section-header.feature h2.black > a:link,
.color-row.blue-dark-bg .section-header.feature h3.black > a:link,
.border-and-shadow.blue-dark-bg .section-header.feature h3.black > a:link,
.color-row.grey-bg .section-header.feature h3.black > a:link,
.border-and-shadow.grey-bg .section-header.feature h3.black > a:link,
.color-row.grey-med-bg .section-header.feature h3.black > a:link,
.border-and-shadow.grey-med-bg .section-header.feature h3.black > a:link,
.color-row.grey-dark-bg .section-header.feature h3.black > a:link,
.border-and-shadow.grey-dark-bg .section-header.feature h3.black > a:link,
.color-row.black-bg .section-header.feature h3.black > a:link,
.border-and-shadow.black-bg .section-header.feature h3.black > a:link,
.color-row.blue-bg .section-header.feature h3.black > a:link,
.border-and-shadow.blue-bg .section-header.feature h3.black > a:link,
.color-row.blue-dark-bg .section-header.feature h3.black > a:link,
.border-and-shadow.blue-dark-bg .section-header.feature h3.black > a:link,
.color-row.blue-x-dark-bg .section-header.feature h3.black > a:link,
.border-and-shadow.blue-x-dark-bg .section-header.feature h3.black > a:link,
.color-row.accent-lt-green-bg .section-header.feature h3.black > a:link,
.border-and-shadow.accent-lt-green-bg .section-header.feature h3.black > a:link,
.color-row.accent-green-bg .section-header.feature h3.black > a:link,
.border-and-shadow.accent-green-bg .section-header.feature h3.black > a:link,
.color-row.accent-orange-bg .section-header.feature h3.black > a:link,
.border-and-shadow.accent-orange-bg .section-header.feature h3.black > a:link,
.color-row.accent-purple-bg .section-header.feature h3.black > a:link,
.border-and-shadow.accent-purple-bg .section-header.feature h3.black > a:link,
.color-row.accent-red-bg .section-header.feature h3.black > a:link,
.border-and-shadow.accent-red-bg .section-header.feature h3.black > a:link,
.color-row.stanford-red-bg .section-header.feature h3.black > a:link,
.border-and-shadow.stanford-red-bg .section-header.feature h3.black > a:link,
.color-row.blue-dark-bg .section-header.feature h1.black > a:visited,
.border-and-shadow.blue-dark-bg .section-header.feature h1.black > a:visited,
.color-row.grey-bg .section-header.feature h1.black > a:visited,
.border-and-shadow.grey-bg .section-header.feature h1.black > a:visited,
.color-row.grey-med-bg .section-header.feature h1.black > a:visited,
.border-and-shadow.grey-med-bg .section-header.feature h1.black > a:visited,
.color-row.grey-dark-bg .section-header.feature h1.black > a:visited,
.border-and-shadow.grey-dark-bg .section-header.feature h1.black > a:visited,
.color-row.black-bg .section-header.feature h1.black > a:visited,
.border-and-shadow.black-bg .section-header.feature h1.black > a:visited,
.color-row.blue-bg .section-header.feature h1.black > a:visited,
.border-and-shadow.blue-bg .section-header.feature h1.black > a:visited,
.color-row.blue-dark-bg .section-header.feature h1.black > a:visited,
.border-and-shadow.blue-dark-bg .section-header.feature h1.black > a:visited,
.color-row.blue-x-dark-bg .section-header.feature h1.black > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header.feature h1.black > a:visited,
.color-row.accent-lt-green-bg .section-header.feature h1.black > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header.feature h1.black > a:visited,
.color-row.accent-green-bg .section-header.feature h1.black > a:visited,
.border-and-shadow.accent-green-bg .section-header.feature h1.black > a:visited,
.color-row.accent-orange-bg .section-header.feature h1.black > a:visited,
.border-and-shadow.accent-orange-bg .section-header.feature h1.black > a:visited,
.color-row.accent-purple-bg .section-header.feature h1.black > a:visited,
.border-and-shadow.accent-purple-bg .section-header.feature h1.black > a:visited,
.color-row.accent-red-bg .section-header.feature h1.black > a:visited,
.border-and-shadow.accent-red-bg .section-header.feature h1.black > a:visited,
.color-row.stanford-red-bg .section-header.feature h1.black > a:visited,
.border-and-shadow.stanford-red-bg .section-header.feature h1.black > a:visited,
.color-row.blue-dark-bg .section-header.feature h2.black > a:visited,
.border-and-shadow.blue-dark-bg .section-header.feature h2.black > a:visited,
.color-row.grey-bg .section-header.feature h2.black > a:visited,
.border-and-shadow.grey-bg .section-header.feature h2.black > a:visited,
.color-row.grey-med-bg .section-header.feature h2.black > a:visited,
.border-and-shadow.grey-med-bg .section-header.feature h2.black > a:visited,
.color-row.grey-dark-bg .section-header.feature h2.black > a:visited,
.border-and-shadow.grey-dark-bg .section-header.feature h2.black > a:visited,
.color-row.black-bg .section-header.feature h2.black > a:visited,
.border-and-shadow.black-bg .section-header.feature h2.black > a:visited,
.color-row.blue-bg .section-header.feature h2.black > a:visited,
.border-and-shadow.blue-bg .section-header.feature h2.black > a:visited,
.color-row.blue-dark-bg .section-header.feature h2.black > a:visited,
.border-and-shadow.blue-dark-bg .section-header.feature h2.black > a:visited,
.color-row.blue-x-dark-bg .section-header.feature h2.black > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header.feature h2.black > a:visited,
.color-row.accent-lt-green-bg .section-header.feature h2.black > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header.feature h2.black > a:visited,
.color-row.accent-green-bg .section-header.feature h2.black > a:visited,
.border-and-shadow.accent-green-bg .section-header.feature h2.black > a:visited,
.color-row.accent-orange-bg .section-header.feature h2.black > a:visited,
.border-and-shadow.accent-orange-bg .section-header.feature h2.black > a:visited,
.color-row.accent-purple-bg .section-header.feature h2.black > a:visited,
.border-and-shadow.accent-purple-bg .section-header.feature h2.black > a:visited,
.color-row.accent-red-bg .section-header.feature h2.black > a:visited,
.border-and-shadow.accent-red-bg .section-header.feature h2.black > a:visited,
.color-row.stanford-red-bg .section-header.feature h2.black > a:visited,
.border-and-shadow.stanford-red-bg .section-header.feature h2.black > a:visited,
.color-row.blue-dark-bg .section-header.feature h3.black > a:visited,
.border-and-shadow.blue-dark-bg .section-header.feature h3.black > a:visited,
.color-row.grey-bg .section-header.feature h3.black > a:visited,
.border-and-shadow.grey-bg .section-header.feature h3.black > a:visited,
.color-row.grey-med-bg .section-header.feature h3.black > a:visited,
.border-and-shadow.grey-med-bg .section-header.feature h3.black > a:visited,
.color-row.grey-dark-bg .section-header.feature h3.black > a:visited,
.border-and-shadow.grey-dark-bg .section-header.feature h3.black > a:visited,
.color-row.black-bg .section-header.feature h3.black > a:visited,
.border-and-shadow.black-bg .section-header.feature h3.black > a:visited,
.color-row.blue-bg .section-header.feature h3.black > a:visited,
.border-and-shadow.blue-bg .section-header.feature h3.black > a:visited,
.color-row.blue-dark-bg .section-header.feature h3.black > a:visited,
.border-and-shadow.blue-dark-bg .section-header.feature h3.black > a:visited,
.color-row.blue-x-dark-bg .section-header.feature h3.black > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header.feature h3.black > a:visited,
.color-row.accent-lt-green-bg .section-header.feature h3.black > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header.feature h3.black > a:visited,
.color-row.accent-green-bg .section-header.feature h3.black > a:visited,
.border-and-shadow.accent-green-bg .section-header.feature h3.black > a:visited,
.color-row.accent-orange-bg .section-header.feature h3.black > a:visited,
.border-and-shadow.accent-orange-bg .section-header.feature h3.black > a:visited,
.color-row.accent-purple-bg .section-header.feature h3.black > a:visited,
.border-and-shadow.accent-purple-bg .section-header.feature h3.black > a:visited,
.color-row.accent-red-bg .section-header.feature h3.black > a:visited,
.border-and-shadow.accent-red-bg .section-header.feature h3.black > a:visited,
.color-row.stanford-red-bg .section-header.feature h3.black > a:visited,
.border-and-shadow.stanford-red-bg .section-header.feature h3.black > a:visited,
.color-row.blue-dark-bg .section-header.feature h1.black > a:active,
.border-and-shadow.blue-dark-bg .section-header.feature h1.black > a:active,
.color-row.grey-bg .section-header.feature h1.black > a:active,
.border-and-shadow.grey-bg .section-header.feature h1.black > a:active,
.color-row.grey-med-bg .section-header.feature h1.black > a:active,
.border-and-shadow.grey-med-bg .section-header.feature h1.black > a:active,
.color-row.grey-dark-bg .section-header.feature h1.black > a:active,
.border-and-shadow.grey-dark-bg .section-header.feature h1.black > a:active,
.color-row.black-bg .section-header.feature h1.black > a:active,
.border-and-shadow.black-bg .section-header.feature h1.black > a:active,
.color-row.blue-bg .section-header.feature h1.black > a:active,
.border-and-shadow.blue-bg .section-header.feature h1.black > a:active,
.color-row.blue-dark-bg .section-header.feature h1.black > a:active,
.border-and-shadow.blue-dark-bg .section-header.feature h1.black > a:active,
.color-row.blue-x-dark-bg .section-header.feature h1.black > a:active,
.border-and-shadow.blue-x-dark-bg .section-header.feature h1.black > a:active,
.color-row.accent-lt-green-bg .section-header.feature h1.black > a:active,
.border-and-shadow.accent-lt-green-bg .section-header.feature h1.black > a:active,
.color-row.accent-green-bg .section-header.feature h1.black > a:active,
.border-and-shadow.accent-green-bg .section-header.feature h1.black > a:active,
.color-row.accent-orange-bg .section-header.feature h1.black > a:active,
.border-and-shadow.accent-orange-bg .section-header.feature h1.black > a:active,
.color-row.accent-purple-bg .section-header.feature h1.black > a:active,
.border-and-shadow.accent-purple-bg .section-header.feature h1.black > a:active,
.color-row.accent-red-bg .section-header.feature h1.black > a:active,
.border-and-shadow.accent-red-bg .section-header.feature h1.black > a:active,
.color-row.stanford-red-bg .section-header.feature h1.black > a:active,
.border-and-shadow.stanford-red-bg .section-header.feature h1.black > a:active,
.color-row.blue-dark-bg .section-header.feature h2.black > a:active,
.border-and-shadow.blue-dark-bg .section-header.feature h2.black > a:active,
.color-row.grey-bg .section-header.feature h2.black > a:active,
.border-and-shadow.grey-bg .section-header.feature h2.black > a:active,
.color-row.grey-med-bg .section-header.feature h2.black > a:active,
.border-and-shadow.grey-med-bg .section-header.feature h2.black > a:active,
.color-row.grey-dark-bg .section-header.feature h2.black > a:active,
.border-and-shadow.grey-dark-bg .section-header.feature h2.black > a:active,
.color-row.black-bg .section-header.feature h2.black > a:active,
.border-and-shadow.black-bg .section-header.feature h2.black > a:active,
.color-row.blue-bg .section-header.feature h2.black > a:active,
.border-and-shadow.blue-bg .section-header.feature h2.black > a:active,
.color-row.blue-dark-bg .section-header.feature h2.black > a:active,
.border-and-shadow.blue-dark-bg .section-header.feature h2.black > a:active,
.color-row.blue-x-dark-bg .section-header.feature h2.black > a:active,
.border-and-shadow.blue-x-dark-bg .section-header.feature h2.black > a:active,
.color-row.accent-lt-green-bg .section-header.feature h2.black > a:active,
.border-and-shadow.accent-lt-green-bg .section-header.feature h2.black > a:active,
.color-row.accent-green-bg .section-header.feature h2.black > a:active,
.border-and-shadow.accent-green-bg .section-header.feature h2.black > a:active,
.color-row.accent-orange-bg .section-header.feature h2.black > a:active,
.border-and-shadow.accent-orange-bg .section-header.feature h2.black > a:active,
.color-row.accent-purple-bg .section-header.feature h2.black > a:active,
.border-and-shadow.accent-purple-bg .section-header.feature h2.black > a:active,
.color-row.accent-red-bg .section-header.feature h2.black > a:active,
.border-and-shadow.accent-red-bg .section-header.feature h2.black > a:active,
.color-row.stanford-red-bg .section-header.feature h2.black > a:active,
.border-and-shadow.stanford-red-bg .section-header.feature h2.black > a:active,
.color-row.blue-dark-bg .section-header.feature h3.black > a:active,
.border-and-shadow.blue-dark-bg .section-header.feature h3.black > a:active,
.color-row.grey-bg .section-header.feature h3.black > a:active,
.border-and-shadow.grey-bg .section-header.feature h3.black > a:active,
.color-row.grey-med-bg .section-header.feature h3.black > a:active,
.border-and-shadow.grey-med-bg .section-header.feature h3.black > a:active,
.color-row.grey-dark-bg .section-header.feature h3.black > a:active,
.border-and-shadow.grey-dark-bg .section-header.feature h3.black > a:active,
.color-row.black-bg .section-header.feature h3.black > a:active,
.border-and-shadow.black-bg .section-header.feature h3.black > a:active,
.color-row.blue-bg .section-header.feature h3.black > a:active,
.border-and-shadow.blue-bg .section-header.feature h3.black > a:active,
.color-row.blue-dark-bg .section-header.feature h3.black > a:active,
.border-and-shadow.blue-dark-bg .section-header.feature h3.black > a:active,
.color-row.blue-x-dark-bg .section-header.feature h3.black > a:active,
.border-and-shadow.blue-x-dark-bg .section-header.feature h3.black > a:active,
.color-row.accent-lt-green-bg .section-header.feature h3.black > a:active,
.border-and-shadow.accent-lt-green-bg .section-header.feature h3.black > a:active,
.color-row.accent-green-bg .section-header.feature h3.black > a:active,
.border-and-shadow.accent-green-bg .section-header.feature h3.black > a:active,
.color-row.accent-orange-bg .section-header.feature h3.black > a:active,
.border-and-shadow.accent-orange-bg .section-header.feature h3.black > a:active,
.color-row.accent-purple-bg .section-header.feature h3.black > a:active,
.border-and-shadow.accent-purple-bg .section-header.feature h3.black > a:active,
.color-row.accent-red-bg .section-header.feature h3.black > a:active,
.border-and-shadow.accent-red-bg .section-header.feature h3.black > a:active,
.color-row.stanford-red-bg .section-header.feature h3.black > a:active,
.border-and-shadow.stanford-red-bg .section-header.feature h3.black > a:active {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.feature .heading-1-container .heading-1-left:before,
.border-and-shadow.blue-dark-bg .section-header.feature .heading-1-container .heading-1-left:before,
.color-row.grey-bg .section-header.feature .heading-1-container .heading-1-left:before,
.border-and-shadow.grey-bg .section-header.feature .heading-1-container .heading-1-left:before,
.color-row.grey-med-bg .section-header.feature .heading-1-container .heading-1-left:before,
.border-and-shadow.grey-med-bg .section-header.feature .heading-1-container .heading-1-left:before,
.color-row.grey-dark-bg .section-header.feature .heading-1-container .heading-1-left:before,
.border-and-shadow.grey-dark-bg .section-header.feature .heading-1-container .heading-1-left:before,
.color-row.black-bg .section-header.feature .heading-1-container .heading-1-left:before,
.border-and-shadow.black-bg .section-header.feature .heading-1-container .heading-1-left:before,
.color-row.blue-bg .section-header.feature .heading-1-container .heading-1-left:before,
.border-and-shadow.blue-bg .section-header.feature .heading-1-container .heading-1-left:before,
.color-row.blue-dark-bg .section-header.feature .heading-1-container .heading-1-left:before,
.border-and-shadow.blue-dark-bg .section-header.feature .heading-1-container .heading-1-left:before,
.color-row.blue-x-dark-bg .section-header.feature .heading-1-container .heading-1-left:before,
.border-and-shadow.blue-x-dark-bg .section-header.feature .heading-1-container .heading-1-left:before,
.color-row.accent-lt-green-bg .section-header.feature .heading-1-container .heading-1-left:before,
.border-and-shadow.accent-lt-green-bg .section-header.feature .heading-1-container .heading-1-left:before,
.color-row.accent-green-bg .section-header.feature .heading-1-container .heading-1-left:before,
.border-and-shadow.accent-green-bg .section-header.feature .heading-1-container .heading-1-left:before,
.color-row.accent-orange-bg .section-header.feature .heading-1-container .heading-1-left:before,
.border-and-shadow.accent-orange-bg .section-header.feature .heading-1-container .heading-1-left:before,
.color-row.accent-purple-bg .section-header.feature .heading-1-container .heading-1-left:before,
.border-and-shadow.accent-purple-bg .section-header.feature .heading-1-container .heading-1-left:before,
.color-row.accent-red-bg .section-header.feature .heading-1-container .heading-1-left:before,
.border-and-shadow.accent-red-bg .section-header.feature .heading-1-container .heading-1-left:before,
.color-row.stanford-red-bg .section-header.feature .heading-1-container .heading-1-left:before,
.border-and-shadow.stanford-red-bg .section-header.feature .heading-1-container .heading-1-left:before,
.color-row.blue-dark-bg .section-header.feature .heading-1-container .heading-1-right:before,
.border-and-shadow.blue-dark-bg .section-header.feature .heading-1-container .heading-1-right:before,
.color-row.grey-bg .section-header.feature .heading-1-container .heading-1-right:before,
.border-and-shadow.grey-bg .section-header.feature .heading-1-container .heading-1-right:before,
.color-row.grey-med-bg .section-header.feature .heading-1-container .heading-1-right:before,
.border-and-shadow.grey-med-bg .section-header.feature .heading-1-container .heading-1-right:before,
.color-row.grey-dark-bg .section-header.feature .heading-1-container .heading-1-right:before,
.border-and-shadow.grey-dark-bg .section-header.feature .heading-1-container .heading-1-right:before,
.color-row.black-bg .section-header.feature .heading-1-container .heading-1-right:before,
.border-and-shadow.black-bg .section-header.feature .heading-1-container .heading-1-right:before,
.color-row.blue-bg .section-header.feature .heading-1-container .heading-1-right:before,
.border-and-shadow.blue-bg .section-header.feature .heading-1-container .heading-1-right:before,
.color-row.blue-dark-bg .section-header.feature .heading-1-container .heading-1-right:before,
.border-and-shadow.blue-dark-bg .section-header.feature .heading-1-container .heading-1-right:before,
.color-row.blue-x-dark-bg .section-header.feature .heading-1-container .heading-1-right:before,
.border-and-shadow.blue-x-dark-bg .section-header.feature .heading-1-container .heading-1-right:before,
.color-row.accent-lt-green-bg .section-header.feature .heading-1-container .heading-1-right:before,
.border-and-shadow.accent-lt-green-bg .section-header.feature .heading-1-container .heading-1-right:before,
.color-row.accent-green-bg .section-header.feature .heading-1-container .heading-1-right:before,
.border-and-shadow.accent-green-bg .section-header.feature .heading-1-container .heading-1-right:before,
.color-row.accent-orange-bg .section-header.feature .heading-1-container .heading-1-right:before,
.border-and-shadow.accent-orange-bg .section-header.feature .heading-1-container .heading-1-right:before,
.color-row.accent-purple-bg .section-header.feature .heading-1-container .heading-1-right:before,
.border-and-shadow.accent-purple-bg .section-header.feature .heading-1-container .heading-1-right:before,
.color-row.accent-red-bg .section-header.feature .heading-1-container .heading-1-right:before,
.border-and-shadow.accent-red-bg .section-header.feature .heading-1-container .heading-1-right:before,
.color-row.stanford-red-bg .section-header.feature .heading-1-container .heading-1-right:before,
.border-and-shadow.stanford-red-bg .section-header.feature .heading-1-container .heading-1-right:before {
  border-top-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
}
.color-row.blue-dark-bg .section-header.feature p,
.border-and-shadow.blue-dark-bg .section-header.feature p,
.color-row.grey-bg .section-header.feature p,
.border-and-shadow.grey-bg .section-header.feature p,
.color-row.grey-med-bg .section-header.feature p,
.border-and-shadow.grey-med-bg .section-header.feature p,
.color-row.grey-dark-bg .section-header.feature p,
.border-and-shadow.grey-dark-bg .section-header.feature p,
.color-row.black-bg .section-header.feature p,
.border-and-shadow.black-bg .section-header.feature p,
.color-row.blue-bg .section-header.feature p,
.border-and-shadow.blue-bg .section-header.feature p,
.color-row.blue-dark-bg .section-header.feature p,
.border-and-shadow.blue-dark-bg .section-header.feature p,
.color-row.blue-x-dark-bg .section-header.feature p,
.border-and-shadow.blue-x-dark-bg .section-header.feature p,
.color-row.accent-lt-green-bg .section-header.feature p,
.border-and-shadow.accent-lt-green-bg .section-header.feature p,
.color-row.accent-green-bg .section-header.feature p,
.border-and-shadow.accent-green-bg .section-header.feature p,
.color-row.accent-orange-bg .section-header.feature p,
.border-and-shadow.accent-orange-bg .section-header.feature p,
.color-row.accent-purple-bg .section-header.feature p,
.border-and-shadow.accent-purple-bg .section-header.feature p,
.color-row.accent-red-bg .section-header.feature p,
.border-and-shadow.accent-red-bg .section-header.feature p,
.color-row.stanford-red-bg .section-header.feature p,
.border-and-shadow.stanford-red-bg .section-header.feature p {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.simple h1,
.border-and-shadow.blue-dark-bg .section-header.simple h1,
.color-row.grey-bg .section-header.simple h1,
.border-and-shadow.grey-bg .section-header.simple h1,
.color-row.grey-med-bg .section-header.simple h1,
.border-and-shadow.grey-med-bg .section-header.simple h1,
.color-row.grey-dark-bg .section-header.simple h1,
.border-and-shadow.grey-dark-bg .section-header.simple h1,
.color-row.black-bg .section-header.simple h1,
.border-and-shadow.black-bg .section-header.simple h1,
.color-row.blue-bg .section-header.simple h1,
.border-and-shadow.blue-bg .section-header.simple h1,
.color-row.blue-dark-bg .section-header.simple h1,
.border-and-shadow.blue-dark-bg .section-header.simple h1,
.color-row.blue-x-dark-bg .section-header.simple h1,
.border-and-shadow.blue-x-dark-bg .section-header.simple h1,
.color-row.accent-lt-green-bg .section-header.simple h1,
.border-and-shadow.accent-lt-green-bg .section-header.simple h1,
.color-row.accent-green-bg .section-header.simple h1,
.border-and-shadow.accent-green-bg .section-header.simple h1,
.color-row.accent-orange-bg .section-header.simple h1,
.border-and-shadow.accent-orange-bg .section-header.simple h1,
.color-row.accent-purple-bg .section-header.simple h1,
.border-and-shadow.accent-purple-bg .section-header.simple h1,
.color-row.accent-red-bg .section-header.simple h1,
.border-and-shadow.accent-red-bg .section-header.simple h1,
.color-row.stanford-red-bg .section-header.simple h1,
.border-and-shadow.stanford-red-bg .section-header.simple h1,
.color-row.blue-dark-bg .section-header.simple h2,
.border-and-shadow.blue-dark-bg .section-header.simple h2,
.color-row.grey-bg .section-header.simple h2,
.border-and-shadow.grey-bg .section-header.simple h2,
.color-row.grey-med-bg .section-header.simple h2,
.border-and-shadow.grey-med-bg .section-header.simple h2,
.color-row.grey-dark-bg .section-header.simple h2,
.border-and-shadow.grey-dark-bg .section-header.simple h2,
.color-row.black-bg .section-header.simple h2,
.border-and-shadow.black-bg .section-header.simple h2,
.color-row.blue-bg .section-header.simple h2,
.border-and-shadow.blue-bg .section-header.simple h2,
.color-row.blue-dark-bg .section-header.simple h2,
.border-and-shadow.blue-dark-bg .section-header.simple h2,
.color-row.blue-x-dark-bg .section-header.simple h2,
.border-and-shadow.blue-x-dark-bg .section-header.simple h2,
.color-row.accent-lt-green-bg .section-header.simple h2,
.border-and-shadow.accent-lt-green-bg .section-header.simple h2,
.color-row.accent-green-bg .section-header.simple h2,
.border-and-shadow.accent-green-bg .section-header.simple h2,
.color-row.accent-orange-bg .section-header.simple h2,
.border-and-shadow.accent-orange-bg .section-header.simple h2,
.color-row.accent-purple-bg .section-header.simple h2,
.border-and-shadow.accent-purple-bg .section-header.simple h2,
.color-row.accent-red-bg .section-header.simple h2,
.border-and-shadow.accent-red-bg .section-header.simple h2,
.color-row.stanford-red-bg .section-header.simple h2,
.border-and-shadow.stanford-red-bg .section-header.simple h2,
.color-row.blue-dark-bg .section-header.simple h3,
.border-and-shadow.blue-dark-bg .section-header.simple h3,
.color-row.grey-bg .section-header.simple h3,
.border-and-shadow.grey-bg .section-header.simple h3,
.color-row.grey-med-bg .section-header.simple h3,
.border-and-shadow.grey-med-bg .section-header.simple h3,
.color-row.grey-dark-bg .section-header.simple h3,
.border-and-shadow.grey-dark-bg .section-header.simple h3,
.color-row.black-bg .section-header.simple h3,
.border-and-shadow.black-bg .section-header.simple h3,
.color-row.blue-bg .section-header.simple h3,
.border-and-shadow.blue-bg .section-header.simple h3,
.color-row.blue-dark-bg .section-header.simple h3,
.border-and-shadow.blue-dark-bg .section-header.simple h3,
.color-row.blue-x-dark-bg .section-header.simple h3,
.border-and-shadow.blue-x-dark-bg .section-header.simple h3,
.color-row.accent-lt-green-bg .section-header.simple h3,
.border-and-shadow.accent-lt-green-bg .section-header.simple h3,
.color-row.accent-green-bg .section-header.simple h3,
.border-and-shadow.accent-green-bg .section-header.simple h3,
.color-row.accent-orange-bg .section-header.simple h3,
.border-and-shadow.accent-orange-bg .section-header.simple h3,
.color-row.accent-purple-bg .section-header.simple h3,
.border-and-shadow.accent-purple-bg .section-header.simple h3,
.color-row.accent-red-bg .section-header.simple h3,
.border-and-shadow.accent-red-bg .section-header.simple h3,
.color-row.stanford-red-bg .section-header.simple h3,
.border-and-shadow.stanford-red-bg .section-header.simple h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.simple h1 > a,
.border-and-shadow.blue-dark-bg .section-header.simple h1 > a,
.color-row.grey-bg .section-header.simple h1 > a,
.border-and-shadow.grey-bg .section-header.simple h1 > a,
.color-row.grey-med-bg .section-header.simple h1 > a,
.border-and-shadow.grey-med-bg .section-header.simple h1 > a,
.color-row.grey-dark-bg .section-header.simple h1 > a,
.border-and-shadow.grey-dark-bg .section-header.simple h1 > a,
.color-row.black-bg .section-header.simple h1 > a,
.border-and-shadow.black-bg .section-header.simple h1 > a,
.color-row.blue-bg .section-header.simple h1 > a,
.border-and-shadow.blue-bg .section-header.simple h1 > a,
.color-row.blue-dark-bg .section-header.simple h1 > a,
.border-and-shadow.blue-dark-bg .section-header.simple h1 > a,
.color-row.blue-x-dark-bg .section-header.simple h1 > a,
.border-and-shadow.blue-x-dark-bg .section-header.simple h1 > a,
.color-row.accent-lt-green-bg .section-header.simple h1 > a,
.border-and-shadow.accent-lt-green-bg .section-header.simple h1 > a,
.color-row.accent-green-bg .section-header.simple h1 > a,
.border-and-shadow.accent-green-bg .section-header.simple h1 > a,
.color-row.accent-orange-bg .section-header.simple h1 > a,
.border-and-shadow.accent-orange-bg .section-header.simple h1 > a,
.color-row.accent-purple-bg .section-header.simple h1 > a,
.border-and-shadow.accent-purple-bg .section-header.simple h1 > a,
.color-row.accent-red-bg .section-header.simple h1 > a,
.border-and-shadow.accent-red-bg .section-header.simple h1 > a,
.color-row.stanford-red-bg .section-header.simple h1 > a,
.border-and-shadow.stanford-red-bg .section-header.simple h1 > a,
.color-row.blue-dark-bg .section-header.simple h2 > a,
.border-and-shadow.blue-dark-bg .section-header.simple h2 > a,
.color-row.grey-bg .section-header.simple h2 > a,
.border-and-shadow.grey-bg .section-header.simple h2 > a,
.color-row.grey-med-bg .section-header.simple h2 > a,
.border-and-shadow.grey-med-bg .section-header.simple h2 > a,
.color-row.grey-dark-bg .section-header.simple h2 > a,
.border-and-shadow.grey-dark-bg .section-header.simple h2 > a,
.color-row.black-bg .section-header.simple h2 > a,
.border-and-shadow.black-bg .section-header.simple h2 > a,
.color-row.blue-bg .section-header.simple h2 > a,
.border-and-shadow.blue-bg .section-header.simple h2 > a,
.color-row.blue-dark-bg .section-header.simple h2 > a,
.border-and-shadow.blue-dark-bg .section-header.simple h2 > a,
.color-row.blue-x-dark-bg .section-header.simple h2 > a,
.border-and-shadow.blue-x-dark-bg .section-header.simple h2 > a,
.color-row.accent-lt-green-bg .section-header.simple h2 > a,
.border-and-shadow.accent-lt-green-bg .section-header.simple h2 > a,
.color-row.accent-green-bg .section-header.simple h2 > a,
.border-and-shadow.accent-green-bg .section-header.simple h2 > a,
.color-row.accent-orange-bg .section-header.simple h2 > a,
.border-and-shadow.accent-orange-bg .section-header.simple h2 > a,
.color-row.accent-purple-bg .section-header.simple h2 > a,
.border-and-shadow.accent-purple-bg .section-header.simple h2 > a,
.color-row.accent-red-bg .section-header.simple h2 > a,
.border-and-shadow.accent-red-bg .section-header.simple h2 > a,
.color-row.stanford-red-bg .section-header.simple h2 > a,
.border-and-shadow.stanford-red-bg .section-header.simple h2 > a,
.color-row.blue-dark-bg .section-header.simple h3 > a,
.border-and-shadow.blue-dark-bg .section-header.simple h3 > a,
.color-row.grey-bg .section-header.simple h3 > a,
.border-and-shadow.grey-bg .section-header.simple h3 > a,
.color-row.grey-med-bg .section-header.simple h3 > a,
.border-and-shadow.grey-med-bg .section-header.simple h3 > a,
.color-row.grey-dark-bg .section-header.simple h3 > a,
.border-and-shadow.grey-dark-bg .section-header.simple h3 > a,
.color-row.black-bg .section-header.simple h3 > a,
.border-and-shadow.black-bg .section-header.simple h3 > a,
.color-row.blue-bg .section-header.simple h3 > a,
.border-and-shadow.blue-bg .section-header.simple h3 > a,
.color-row.blue-dark-bg .section-header.simple h3 > a,
.border-and-shadow.blue-dark-bg .section-header.simple h3 > a,
.color-row.blue-x-dark-bg .section-header.simple h3 > a,
.border-and-shadow.blue-x-dark-bg .section-header.simple h3 > a,
.color-row.accent-lt-green-bg .section-header.simple h3 > a,
.border-and-shadow.accent-lt-green-bg .section-header.simple h3 > a,
.color-row.accent-green-bg .section-header.simple h3 > a,
.border-and-shadow.accent-green-bg .section-header.simple h3 > a,
.color-row.accent-orange-bg .section-header.simple h3 > a,
.border-and-shadow.accent-orange-bg .section-header.simple h3 > a,
.color-row.accent-purple-bg .section-header.simple h3 > a,
.border-and-shadow.accent-purple-bg .section-header.simple h3 > a,
.color-row.accent-red-bg .section-header.simple h3 > a,
.border-and-shadow.accent-red-bg .section-header.simple h3 > a,
.color-row.stanford-red-bg .section-header.simple h3 > a,
.border-and-shadow.stanford-red-bg .section-header.simple h3 > a {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.simple h1 > a:link,
.border-and-shadow.blue-dark-bg .section-header.simple h1 > a:link,
.color-row.grey-bg .section-header.simple h1 > a:link,
.border-and-shadow.grey-bg .section-header.simple h1 > a:link,
.color-row.grey-med-bg .section-header.simple h1 > a:link,
.border-and-shadow.grey-med-bg .section-header.simple h1 > a:link,
.color-row.grey-dark-bg .section-header.simple h1 > a:link,
.border-and-shadow.grey-dark-bg .section-header.simple h1 > a:link,
.color-row.black-bg .section-header.simple h1 > a:link,
.border-and-shadow.black-bg .section-header.simple h1 > a:link,
.color-row.blue-bg .section-header.simple h1 > a:link,
.border-and-shadow.blue-bg .section-header.simple h1 > a:link,
.color-row.blue-dark-bg .section-header.simple h1 > a:link,
.border-and-shadow.blue-dark-bg .section-header.simple h1 > a:link,
.color-row.blue-x-dark-bg .section-header.simple h1 > a:link,
.border-and-shadow.blue-x-dark-bg .section-header.simple h1 > a:link,
.color-row.accent-lt-green-bg .section-header.simple h1 > a:link,
.border-and-shadow.accent-lt-green-bg .section-header.simple h1 > a:link,
.color-row.accent-green-bg .section-header.simple h1 > a:link,
.border-and-shadow.accent-green-bg .section-header.simple h1 > a:link,
.color-row.accent-orange-bg .section-header.simple h1 > a:link,
.border-and-shadow.accent-orange-bg .section-header.simple h1 > a:link,
.color-row.accent-purple-bg .section-header.simple h1 > a:link,
.border-and-shadow.accent-purple-bg .section-header.simple h1 > a:link,
.color-row.accent-red-bg .section-header.simple h1 > a:link,
.border-and-shadow.accent-red-bg .section-header.simple h1 > a:link,
.color-row.stanford-red-bg .section-header.simple h1 > a:link,
.border-and-shadow.stanford-red-bg .section-header.simple h1 > a:link,
.color-row.blue-dark-bg .section-header.simple h2 > a:link,
.border-and-shadow.blue-dark-bg .section-header.simple h2 > a:link,
.color-row.grey-bg .section-header.simple h2 > a:link,
.border-and-shadow.grey-bg .section-header.simple h2 > a:link,
.color-row.grey-med-bg .section-header.simple h2 > a:link,
.border-and-shadow.grey-med-bg .section-header.simple h2 > a:link,
.color-row.grey-dark-bg .section-header.simple h2 > a:link,
.border-and-shadow.grey-dark-bg .section-header.simple h2 > a:link,
.color-row.black-bg .section-header.simple h2 > a:link,
.border-and-shadow.black-bg .section-header.simple h2 > a:link,
.color-row.blue-bg .section-header.simple h2 > a:link,
.border-and-shadow.blue-bg .section-header.simple h2 > a:link,
.color-row.blue-dark-bg .section-header.simple h2 > a:link,
.border-and-shadow.blue-dark-bg .section-header.simple h2 > a:link,
.color-row.blue-x-dark-bg .section-header.simple h2 > a:link,
.border-and-shadow.blue-x-dark-bg .section-header.simple h2 > a:link,
.color-row.accent-lt-green-bg .section-header.simple h2 > a:link,
.border-and-shadow.accent-lt-green-bg .section-header.simple h2 > a:link,
.color-row.accent-green-bg .section-header.simple h2 > a:link,
.border-and-shadow.accent-green-bg .section-header.simple h2 > a:link,
.color-row.accent-orange-bg .section-header.simple h2 > a:link,
.border-and-shadow.accent-orange-bg .section-header.simple h2 > a:link,
.color-row.accent-purple-bg .section-header.simple h2 > a:link,
.border-and-shadow.accent-purple-bg .section-header.simple h2 > a:link,
.color-row.accent-red-bg .section-header.simple h2 > a:link,
.border-and-shadow.accent-red-bg .section-header.simple h2 > a:link,
.color-row.stanford-red-bg .section-header.simple h2 > a:link,
.border-and-shadow.stanford-red-bg .section-header.simple h2 > a:link,
.color-row.blue-dark-bg .section-header.simple h3 > a:link,
.border-and-shadow.blue-dark-bg .section-header.simple h3 > a:link,
.color-row.grey-bg .section-header.simple h3 > a:link,
.border-and-shadow.grey-bg .section-header.simple h3 > a:link,
.color-row.grey-med-bg .section-header.simple h3 > a:link,
.border-and-shadow.grey-med-bg .section-header.simple h3 > a:link,
.color-row.grey-dark-bg .section-header.simple h3 > a:link,
.border-and-shadow.grey-dark-bg .section-header.simple h3 > a:link,
.color-row.black-bg .section-header.simple h3 > a:link,
.border-and-shadow.black-bg .section-header.simple h3 > a:link,
.color-row.blue-bg .section-header.simple h3 > a:link,
.border-and-shadow.blue-bg .section-header.simple h3 > a:link,
.color-row.blue-dark-bg .section-header.simple h3 > a:link,
.border-and-shadow.blue-dark-bg .section-header.simple h3 > a:link,
.color-row.blue-x-dark-bg .section-header.simple h3 > a:link,
.border-and-shadow.blue-x-dark-bg .section-header.simple h3 > a:link,
.color-row.accent-lt-green-bg .section-header.simple h3 > a:link,
.border-and-shadow.accent-lt-green-bg .section-header.simple h3 > a:link,
.color-row.accent-green-bg .section-header.simple h3 > a:link,
.border-and-shadow.accent-green-bg .section-header.simple h3 > a:link,
.color-row.accent-orange-bg .section-header.simple h3 > a:link,
.border-and-shadow.accent-orange-bg .section-header.simple h3 > a:link,
.color-row.accent-purple-bg .section-header.simple h3 > a:link,
.border-and-shadow.accent-purple-bg .section-header.simple h3 > a:link,
.color-row.accent-red-bg .section-header.simple h3 > a:link,
.border-and-shadow.accent-red-bg .section-header.simple h3 > a:link,
.color-row.stanford-red-bg .section-header.simple h3 > a:link,
.border-and-shadow.stanford-red-bg .section-header.simple h3 > a:link,
.color-row.blue-dark-bg .section-header.simple h1 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.simple h1 > a:visited,
.color-row.grey-bg .section-header.simple h1 > a:visited,
.border-and-shadow.grey-bg .section-header.simple h1 > a:visited,
.color-row.grey-med-bg .section-header.simple h1 > a:visited,
.border-and-shadow.grey-med-bg .section-header.simple h1 > a:visited,
.color-row.grey-dark-bg .section-header.simple h1 > a:visited,
.border-and-shadow.grey-dark-bg .section-header.simple h1 > a:visited,
.color-row.black-bg .section-header.simple h1 > a:visited,
.border-and-shadow.black-bg .section-header.simple h1 > a:visited,
.color-row.blue-bg .section-header.simple h1 > a:visited,
.border-and-shadow.blue-bg .section-header.simple h1 > a:visited,
.color-row.blue-dark-bg .section-header.simple h1 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.simple h1 > a:visited,
.color-row.blue-x-dark-bg .section-header.simple h1 > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header.simple h1 > a:visited,
.color-row.accent-lt-green-bg .section-header.simple h1 > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header.simple h1 > a:visited,
.color-row.accent-green-bg .section-header.simple h1 > a:visited,
.border-and-shadow.accent-green-bg .section-header.simple h1 > a:visited,
.color-row.accent-orange-bg .section-header.simple h1 > a:visited,
.border-and-shadow.accent-orange-bg .section-header.simple h1 > a:visited,
.color-row.accent-purple-bg .section-header.simple h1 > a:visited,
.border-and-shadow.accent-purple-bg .section-header.simple h1 > a:visited,
.color-row.accent-red-bg .section-header.simple h1 > a:visited,
.border-and-shadow.accent-red-bg .section-header.simple h1 > a:visited,
.color-row.stanford-red-bg .section-header.simple h1 > a:visited,
.border-and-shadow.stanford-red-bg .section-header.simple h1 > a:visited,
.color-row.blue-dark-bg .section-header.simple h2 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.simple h2 > a:visited,
.color-row.grey-bg .section-header.simple h2 > a:visited,
.border-and-shadow.grey-bg .section-header.simple h2 > a:visited,
.color-row.grey-med-bg .section-header.simple h2 > a:visited,
.border-and-shadow.grey-med-bg .section-header.simple h2 > a:visited,
.color-row.grey-dark-bg .section-header.simple h2 > a:visited,
.border-and-shadow.grey-dark-bg .section-header.simple h2 > a:visited,
.color-row.black-bg .section-header.simple h2 > a:visited,
.border-and-shadow.black-bg .section-header.simple h2 > a:visited,
.color-row.blue-bg .section-header.simple h2 > a:visited,
.border-and-shadow.blue-bg .section-header.simple h2 > a:visited,
.color-row.blue-dark-bg .section-header.simple h2 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.simple h2 > a:visited,
.color-row.blue-x-dark-bg .section-header.simple h2 > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header.simple h2 > a:visited,
.color-row.accent-lt-green-bg .section-header.simple h2 > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header.simple h2 > a:visited,
.color-row.accent-green-bg .section-header.simple h2 > a:visited,
.border-and-shadow.accent-green-bg .section-header.simple h2 > a:visited,
.color-row.accent-orange-bg .section-header.simple h2 > a:visited,
.border-and-shadow.accent-orange-bg .section-header.simple h2 > a:visited,
.color-row.accent-purple-bg .section-header.simple h2 > a:visited,
.border-and-shadow.accent-purple-bg .section-header.simple h2 > a:visited,
.color-row.accent-red-bg .section-header.simple h2 > a:visited,
.border-and-shadow.accent-red-bg .section-header.simple h2 > a:visited,
.color-row.stanford-red-bg .section-header.simple h2 > a:visited,
.border-and-shadow.stanford-red-bg .section-header.simple h2 > a:visited,
.color-row.blue-dark-bg .section-header.simple h3 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.simple h3 > a:visited,
.color-row.grey-bg .section-header.simple h3 > a:visited,
.border-and-shadow.grey-bg .section-header.simple h3 > a:visited,
.color-row.grey-med-bg .section-header.simple h3 > a:visited,
.border-and-shadow.grey-med-bg .section-header.simple h3 > a:visited,
.color-row.grey-dark-bg .section-header.simple h3 > a:visited,
.border-and-shadow.grey-dark-bg .section-header.simple h3 > a:visited,
.color-row.black-bg .section-header.simple h3 > a:visited,
.border-and-shadow.black-bg .section-header.simple h3 > a:visited,
.color-row.blue-bg .section-header.simple h3 > a:visited,
.border-and-shadow.blue-bg .section-header.simple h3 > a:visited,
.color-row.blue-dark-bg .section-header.simple h3 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.simple h3 > a:visited,
.color-row.blue-x-dark-bg .section-header.simple h3 > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header.simple h3 > a:visited,
.color-row.accent-lt-green-bg .section-header.simple h3 > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header.simple h3 > a:visited,
.color-row.accent-green-bg .section-header.simple h3 > a:visited,
.border-and-shadow.accent-green-bg .section-header.simple h3 > a:visited,
.color-row.accent-orange-bg .section-header.simple h3 > a:visited,
.border-and-shadow.accent-orange-bg .section-header.simple h3 > a:visited,
.color-row.accent-purple-bg .section-header.simple h3 > a:visited,
.border-and-shadow.accent-purple-bg .section-header.simple h3 > a:visited,
.color-row.accent-red-bg .section-header.simple h3 > a:visited,
.border-and-shadow.accent-red-bg .section-header.simple h3 > a:visited,
.color-row.stanford-red-bg .section-header.simple h3 > a:visited,
.border-and-shadow.stanford-red-bg .section-header.simple h3 > a:visited,
.color-row.blue-dark-bg .section-header.simple h1 > a:active,
.border-and-shadow.blue-dark-bg .section-header.simple h1 > a:active,
.color-row.grey-bg .section-header.simple h1 > a:active,
.border-and-shadow.grey-bg .section-header.simple h1 > a:active,
.color-row.grey-med-bg .section-header.simple h1 > a:active,
.border-and-shadow.grey-med-bg .section-header.simple h1 > a:active,
.color-row.grey-dark-bg .section-header.simple h1 > a:active,
.border-and-shadow.grey-dark-bg .section-header.simple h1 > a:active,
.color-row.black-bg .section-header.simple h1 > a:active,
.border-and-shadow.black-bg .section-header.simple h1 > a:active,
.color-row.blue-bg .section-header.simple h1 > a:active,
.border-and-shadow.blue-bg .section-header.simple h1 > a:active,
.color-row.blue-dark-bg .section-header.simple h1 > a:active,
.border-and-shadow.blue-dark-bg .section-header.simple h1 > a:active,
.color-row.blue-x-dark-bg .section-header.simple h1 > a:active,
.border-and-shadow.blue-x-dark-bg .section-header.simple h1 > a:active,
.color-row.accent-lt-green-bg .section-header.simple h1 > a:active,
.border-and-shadow.accent-lt-green-bg .section-header.simple h1 > a:active,
.color-row.accent-green-bg .section-header.simple h1 > a:active,
.border-and-shadow.accent-green-bg .section-header.simple h1 > a:active,
.color-row.accent-orange-bg .section-header.simple h1 > a:active,
.border-and-shadow.accent-orange-bg .section-header.simple h1 > a:active,
.color-row.accent-purple-bg .section-header.simple h1 > a:active,
.border-and-shadow.accent-purple-bg .section-header.simple h1 > a:active,
.color-row.accent-red-bg .section-header.simple h1 > a:active,
.border-and-shadow.accent-red-bg .section-header.simple h1 > a:active,
.color-row.stanford-red-bg .section-header.simple h1 > a:active,
.border-and-shadow.stanford-red-bg .section-header.simple h1 > a:active,
.color-row.blue-dark-bg .section-header.simple h2 > a:active,
.border-and-shadow.blue-dark-bg .section-header.simple h2 > a:active,
.color-row.grey-bg .section-header.simple h2 > a:active,
.border-and-shadow.grey-bg .section-header.simple h2 > a:active,
.color-row.grey-med-bg .section-header.simple h2 > a:active,
.border-and-shadow.grey-med-bg .section-header.simple h2 > a:active,
.color-row.grey-dark-bg .section-header.simple h2 > a:active,
.border-and-shadow.grey-dark-bg .section-header.simple h2 > a:active,
.color-row.black-bg .section-header.simple h2 > a:active,
.border-and-shadow.black-bg .section-header.simple h2 > a:active,
.color-row.blue-bg .section-header.simple h2 > a:active,
.border-and-shadow.blue-bg .section-header.simple h2 > a:active,
.color-row.blue-dark-bg .section-header.simple h2 > a:active,
.border-and-shadow.blue-dark-bg .section-header.simple h2 > a:active,
.color-row.blue-x-dark-bg .section-header.simple h2 > a:active,
.border-and-shadow.blue-x-dark-bg .section-header.simple h2 > a:active,
.color-row.accent-lt-green-bg .section-header.simple h2 > a:active,
.border-and-shadow.accent-lt-green-bg .section-header.simple h2 > a:active,
.color-row.accent-green-bg .section-header.simple h2 > a:active,
.border-and-shadow.accent-green-bg .section-header.simple h2 > a:active,
.color-row.accent-orange-bg .section-header.simple h2 > a:active,
.border-and-shadow.accent-orange-bg .section-header.simple h2 > a:active,
.color-row.accent-purple-bg .section-header.simple h2 > a:active,
.border-and-shadow.accent-purple-bg .section-header.simple h2 > a:active,
.color-row.accent-red-bg .section-header.simple h2 > a:active,
.border-and-shadow.accent-red-bg .section-header.simple h2 > a:active,
.color-row.stanford-red-bg .section-header.simple h2 > a:active,
.border-and-shadow.stanford-red-bg .section-header.simple h2 > a:active,
.color-row.blue-dark-bg .section-header.simple h3 > a:active,
.border-and-shadow.blue-dark-bg .section-header.simple h3 > a:active,
.color-row.grey-bg .section-header.simple h3 > a:active,
.border-and-shadow.grey-bg .section-header.simple h3 > a:active,
.color-row.grey-med-bg .section-header.simple h3 > a:active,
.border-and-shadow.grey-med-bg .section-header.simple h3 > a:active,
.color-row.grey-dark-bg .section-header.simple h3 > a:active,
.border-and-shadow.grey-dark-bg .section-header.simple h3 > a:active,
.color-row.black-bg .section-header.simple h3 > a:active,
.border-and-shadow.black-bg .section-header.simple h3 > a:active,
.color-row.blue-bg .section-header.simple h3 > a:active,
.border-and-shadow.blue-bg .section-header.simple h3 > a:active,
.color-row.blue-dark-bg .section-header.simple h3 > a:active,
.border-and-shadow.blue-dark-bg .section-header.simple h3 > a:active,
.color-row.blue-x-dark-bg .section-header.simple h3 > a:active,
.border-and-shadow.blue-x-dark-bg .section-header.simple h3 > a:active,
.color-row.accent-lt-green-bg .section-header.simple h3 > a:active,
.border-and-shadow.accent-lt-green-bg .section-header.simple h3 > a:active,
.color-row.accent-green-bg .section-header.simple h3 > a:active,
.border-and-shadow.accent-green-bg .section-header.simple h3 > a:active,
.color-row.accent-orange-bg .section-header.simple h3 > a:active,
.border-and-shadow.accent-orange-bg .section-header.simple h3 > a:active,
.color-row.accent-purple-bg .section-header.simple h3 > a:active,
.border-and-shadow.accent-purple-bg .section-header.simple h3 > a:active,
.color-row.accent-red-bg .section-header.simple h3 > a:active,
.border-and-shadow.accent-red-bg .section-header.simple h3 > a:active,
.color-row.stanford-red-bg .section-header.simple h3 > a:active,
.border-and-shadow.stanford-red-bg .section-header.simple h3 > a:active {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.simple .subheading,
.border-and-shadow.blue-dark-bg .section-header.simple .subheading,
.color-row.grey-bg .section-header.simple .subheading,
.border-and-shadow.grey-bg .section-header.simple .subheading,
.color-row.grey-med-bg .section-header.simple .subheading,
.border-and-shadow.grey-med-bg .section-header.simple .subheading,
.color-row.grey-dark-bg .section-header.simple .subheading,
.border-and-shadow.grey-dark-bg .section-header.simple .subheading,
.color-row.black-bg .section-header.simple .subheading,
.border-and-shadow.black-bg .section-header.simple .subheading,
.color-row.blue-bg .section-header.simple .subheading,
.border-and-shadow.blue-bg .section-header.simple .subheading,
.color-row.blue-dark-bg .section-header.simple .subheading,
.border-and-shadow.blue-dark-bg .section-header.simple .subheading,
.color-row.blue-x-dark-bg .section-header.simple .subheading,
.border-and-shadow.blue-x-dark-bg .section-header.simple .subheading,
.color-row.accent-lt-green-bg .section-header.simple .subheading,
.border-and-shadow.accent-lt-green-bg .section-header.simple .subheading,
.color-row.accent-green-bg .section-header.simple .subheading,
.border-and-shadow.accent-green-bg .section-header.simple .subheading,
.color-row.accent-orange-bg .section-header.simple .subheading,
.border-and-shadow.accent-orange-bg .section-header.simple .subheading,
.color-row.accent-purple-bg .section-header.simple .subheading,
.border-and-shadow.accent-purple-bg .section-header.simple .subheading,
.color-row.accent-red-bg .section-header.simple .subheading,
.border-and-shadow.accent-red-bg .section-header.simple .subheading,
.color-row.stanford-red-bg .section-header.simple .subheading,
.border-and-shadow.stanford-red-bg .section-header.simple .subheading {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.modern h1,
.border-and-shadow.blue-dark-bg .section-header.modern h1,
.color-row.grey-bg .section-header.modern h1,
.border-and-shadow.grey-bg .section-header.modern h1,
.color-row.grey-med-bg .section-header.modern h1,
.border-and-shadow.grey-med-bg .section-header.modern h1,
.color-row.grey-dark-bg .section-header.modern h1,
.border-and-shadow.grey-dark-bg .section-header.modern h1,
.color-row.black-bg .section-header.modern h1,
.border-and-shadow.black-bg .section-header.modern h1,
.color-row.blue-bg .section-header.modern h1,
.border-and-shadow.blue-bg .section-header.modern h1,
.color-row.blue-dark-bg .section-header.modern h1,
.border-and-shadow.blue-dark-bg .section-header.modern h1,
.color-row.blue-x-dark-bg .section-header.modern h1,
.border-and-shadow.blue-x-dark-bg .section-header.modern h1,
.color-row.accent-lt-green-bg .section-header.modern h1,
.border-and-shadow.accent-lt-green-bg .section-header.modern h1,
.color-row.accent-green-bg .section-header.modern h1,
.border-and-shadow.accent-green-bg .section-header.modern h1,
.color-row.accent-orange-bg .section-header.modern h1,
.border-and-shadow.accent-orange-bg .section-header.modern h1,
.color-row.accent-purple-bg .section-header.modern h1,
.border-and-shadow.accent-purple-bg .section-header.modern h1,
.color-row.accent-red-bg .section-header.modern h1,
.border-and-shadow.accent-red-bg .section-header.modern h1,
.color-row.stanford-red-bg .section-header.modern h1,
.border-and-shadow.stanford-red-bg .section-header.modern h1,
.color-row.blue-dark-bg .section-header.block h1,
.border-and-shadow.blue-dark-bg .section-header.block h1,
.color-row.grey-bg .section-header.block h1,
.border-and-shadow.grey-bg .section-header.block h1,
.color-row.grey-med-bg .section-header.block h1,
.border-and-shadow.grey-med-bg .section-header.block h1,
.color-row.grey-dark-bg .section-header.block h1,
.border-and-shadow.grey-dark-bg .section-header.block h1,
.color-row.black-bg .section-header.block h1,
.border-and-shadow.black-bg .section-header.block h1,
.color-row.blue-bg .section-header.block h1,
.border-and-shadow.blue-bg .section-header.block h1,
.color-row.blue-dark-bg .section-header.block h1,
.border-and-shadow.blue-dark-bg .section-header.block h1,
.color-row.blue-x-dark-bg .section-header.block h1,
.border-and-shadow.blue-x-dark-bg .section-header.block h1,
.color-row.accent-lt-green-bg .section-header.block h1,
.border-and-shadow.accent-lt-green-bg .section-header.block h1,
.color-row.accent-green-bg .section-header.block h1,
.border-and-shadow.accent-green-bg .section-header.block h1,
.color-row.accent-orange-bg .section-header.block h1,
.border-and-shadow.accent-orange-bg .section-header.block h1,
.color-row.accent-purple-bg .section-header.block h1,
.border-and-shadow.accent-purple-bg .section-header.block h1,
.color-row.accent-red-bg .section-header.block h1,
.border-and-shadow.accent-red-bg .section-header.block h1,
.color-row.stanford-red-bg .section-header.block h1,
.border-and-shadow.stanford-red-bg .section-header.block h1,
.color-row.blue-dark-bg .section-header.modern h2,
.border-and-shadow.blue-dark-bg .section-header.modern h2,
.color-row.grey-bg .section-header.modern h2,
.border-and-shadow.grey-bg .section-header.modern h2,
.color-row.grey-med-bg .section-header.modern h2,
.border-and-shadow.grey-med-bg .section-header.modern h2,
.color-row.grey-dark-bg .section-header.modern h2,
.border-and-shadow.grey-dark-bg .section-header.modern h2,
.color-row.black-bg .section-header.modern h2,
.border-and-shadow.black-bg .section-header.modern h2,
.color-row.blue-bg .section-header.modern h2,
.border-and-shadow.blue-bg .section-header.modern h2,
.color-row.blue-dark-bg .section-header.modern h2,
.border-and-shadow.blue-dark-bg .section-header.modern h2,
.color-row.blue-x-dark-bg .section-header.modern h2,
.border-and-shadow.blue-x-dark-bg .section-header.modern h2,
.color-row.accent-lt-green-bg .section-header.modern h2,
.border-and-shadow.accent-lt-green-bg .section-header.modern h2,
.color-row.accent-green-bg .section-header.modern h2,
.border-and-shadow.accent-green-bg .section-header.modern h2,
.color-row.accent-orange-bg .section-header.modern h2,
.border-and-shadow.accent-orange-bg .section-header.modern h2,
.color-row.accent-purple-bg .section-header.modern h2,
.border-and-shadow.accent-purple-bg .section-header.modern h2,
.color-row.accent-red-bg .section-header.modern h2,
.border-and-shadow.accent-red-bg .section-header.modern h2,
.color-row.stanford-red-bg .section-header.modern h2,
.border-and-shadow.stanford-red-bg .section-header.modern h2,
.color-row.blue-dark-bg .section-header.block h2,
.border-and-shadow.blue-dark-bg .section-header.block h2,
.color-row.grey-bg .section-header.block h2,
.border-and-shadow.grey-bg .section-header.block h2,
.color-row.grey-med-bg .section-header.block h2,
.border-and-shadow.grey-med-bg .section-header.block h2,
.color-row.grey-dark-bg .section-header.block h2,
.border-and-shadow.grey-dark-bg .section-header.block h2,
.color-row.black-bg .section-header.block h2,
.border-and-shadow.black-bg .section-header.block h2,
.color-row.blue-bg .section-header.block h2,
.border-and-shadow.blue-bg .section-header.block h2,
.color-row.blue-dark-bg .section-header.block h2,
.border-and-shadow.blue-dark-bg .section-header.block h2,
.color-row.blue-x-dark-bg .section-header.block h2,
.border-and-shadow.blue-x-dark-bg .section-header.block h2,
.color-row.accent-lt-green-bg .section-header.block h2,
.border-and-shadow.accent-lt-green-bg .section-header.block h2,
.color-row.accent-green-bg .section-header.block h2,
.border-and-shadow.accent-green-bg .section-header.block h2,
.color-row.accent-orange-bg .section-header.block h2,
.border-and-shadow.accent-orange-bg .section-header.block h2,
.color-row.accent-purple-bg .section-header.block h2,
.border-and-shadow.accent-purple-bg .section-header.block h2,
.color-row.accent-red-bg .section-header.block h2,
.border-and-shadow.accent-red-bg .section-header.block h2,
.color-row.stanford-red-bg .section-header.block h2,
.border-and-shadow.stanford-red-bg .section-header.block h2,
.color-row.blue-dark-bg .section-header.modern h3,
.border-and-shadow.blue-dark-bg .section-header.modern h3,
.color-row.grey-bg .section-header.modern h3,
.border-and-shadow.grey-bg .section-header.modern h3,
.color-row.grey-med-bg .section-header.modern h3,
.border-and-shadow.grey-med-bg .section-header.modern h3,
.color-row.grey-dark-bg .section-header.modern h3,
.border-and-shadow.grey-dark-bg .section-header.modern h3,
.color-row.black-bg .section-header.modern h3,
.border-and-shadow.black-bg .section-header.modern h3,
.color-row.blue-bg .section-header.modern h3,
.border-and-shadow.blue-bg .section-header.modern h3,
.color-row.blue-dark-bg .section-header.modern h3,
.border-and-shadow.blue-dark-bg .section-header.modern h3,
.color-row.blue-x-dark-bg .section-header.modern h3,
.border-and-shadow.blue-x-dark-bg .section-header.modern h3,
.color-row.accent-lt-green-bg .section-header.modern h3,
.border-and-shadow.accent-lt-green-bg .section-header.modern h3,
.color-row.accent-green-bg .section-header.modern h3,
.border-and-shadow.accent-green-bg .section-header.modern h3,
.color-row.accent-orange-bg .section-header.modern h3,
.border-and-shadow.accent-orange-bg .section-header.modern h3,
.color-row.accent-purple-bg .section-header.modern h3,
.border-and-shadow.accent-purple-bg .section-header.modern h3,
.color-row.accent-red-bg .section-header.modern h3,
.border-and-shadow.accent-red-bg .section-header.modern h3,
.color-row.stanford-red-bg .section-header.modern h3,
.border-and-shadow.stanford-red-bg .section-header.modern h3,
.color-row.blue-dark-bg .section-header.block h3,
.border-and-shadow.blue-dark-bg .section-header.block h3,
.color-row.grey-bg .section-header.block h3,
.border-and-shadow.grey-bg .section-header.block h3,
.color-row.grey-med-bg .section-header.block h3,
.border-and-shadow.grey-med-bg .section-header.block h3,
.color-row.grey-dark-bg .section-header.block h3,
.border-and-shadow.grey-dark-bg .section-header.block h3,
.color-row.black-bg .section-header.block h3,
.border-and-shadow.black-bg .section-header.block h3,
.color-row.blue-bg .section-header.block h3,
.border-and-shadow.blue-bg .section-header.block h3,
.color-row.blue-dark-bg .section-header.block h3,
.border-and-shadow.blue-dark-bg .section-header.block h3,
.color-row.blue-x-dark-bg .section-header.block h3,
.border-and-shadow.blue-x-dark-bg .section-header.block h3,
.color-row.accent-lt-green-bg .section-header.block h3,
.border-and-shadow.accent-lt-green-bg .section-header.block h3,
.color-row.accent-green-bg .section-header.block h3,
.border-and-shadow.accent-green-bg .section-header.block h3,
.color-row.accent-orange-bg .section-header.block h3,
.border-and-shadow.accent-orange-bg .section-header.block h3,
.color-row.accent-purple-bg .section-header.block h3,
.border-and-shadow.accent-purple-bg .section-header.block h3,
.color-row.accent-red-bg .section-header.block h3,
.border-and-shadow.accent-red-bg .section-header.block h3,
.color-row.stanford-red-bg .section-header.block h3,
.border-and-shadow.stanford-red-bg .section-header.block h3 {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.modern h1 + p,
.border-and-shadow.blue-dark-bg .section-header.modern h1 + p,
.color-row.grey-bg .section-header.modern h1 + p,
.border-and-shadow.grey-bg .section-header.modern h1 + p,
.color-row.grey-med-bg .section-header.modern h1 + p,
.border-and-shadow.grey-med-bg .section-header.modern h1 + p,
.color-row.grey-dark-bg .section-header.modern h1 + p,
.border-and-shadow.grey-dark-bg .section-header.modern h1 + p,
.color-row.black-bg .section-header.modern h1 + p,
.border-and-shadow.black-bg .section-header.modern h1 + p,
.color-row.blue-bg .section-header.modern h1 + p,
.border-and-shadow.blue-bg .section-header.modern h1 + p,
.color-row.blue-dark-bg .section-header.modern h1 + p,
.border-and-shadow.blue-dark-bg .section-header.modern h1 + p,
.color-row.blue-x-dark-bg .section-header.modern h1 + p,
.border-and-shadow.blue-x-dark-bg .section-header.modern h1 + p,
.color-row.accent-lt-green-bg .section-header.modern h1 + p,
.border-and-shadow.accent-lt-green-bg .section-header.modern h1 + p,
.color-row.accent-green-bg .section-header.modern h1 + p,
.border-and-shadow.accent-green-bg .section-header.modern h1 + p,
.color-row.accent-orange-bg .section-header.modern h1 + p,
.border-and-shadow.accent-orange-bg .section-header.modern h1 + p,
.color-row.accent-purple-bg .section-header.modern h1 + p,
.border-and-shadow.accent-purple-bg .section-header.modern h1 + p,
.color-row.accent-red-bg .section-header.modern h1 + p,
.border-and-shadow.accent-red-bg .section-header.modern h1 + p,
.color-row.stanford-red-bg .section-header.modern h1 + p,
.border-and-shadow.stanford-red-bg .section-header.modern h1 + p,
.color-row.blue-dark-bg .section-header.block h1 + p,
.border-and-shadow.blue-dark-bg .section-header.block h1 + p,
.color-row.grey-bg .section-header.block h1 + p,
.border-and-shadow.grey-bg .section-header.block h1 + p,
.color-row.grey-med-bg .section-header.block h1 + p,
.border-and-shadow.grey-med-bg .section-header.block h1 + p,
.color-row.grey-dark-bg .section-header.block h1 + p,
.border-and-shadow.grey-dark-bg .section-header.block h1 + p,
.color-row.black-bg .section-header.block h1 + p,
.border-and-shadow.black-bg .section-header.block h1 + p,
.color-row.blue-bg .section-header.block h1 + p,
.border-and-shadow.blue-bg .section-header.block h1 + p,
.color-row.blue-dark-bg .section-header.block h1 + p,
.border-and-shadow.blue-dark-bg .section-header.block h1 + p,
.color-row.blue-x-dark-bg .section-header.block h1 + p,
.border-and-shadow.blue-x-dark-bg .section-header.block h1 + p,
.color-row.accent-lt-green-bg .section-header.block h1 + p,
.border-and-shadow.accent-lt-green-bg .section-header.block h1 + p,
.color-row.accent-green-bg .section-header.block h1 + p,
.border-and-shadow.accent-green-bg .section-header.block h1 + p,
.color-row.accent-orange-bg .section-header.block h1 + p,
.border-and-shadow.accent-orange-bg .section-header.block h1 + p,
.color-row.accent-purple-bg .section-header.block h1 + p,
.border-and-shadow.accent-purple-bg .section-header.block h1 + p,
.color-row.accent-red-bg .section-header.block h1 + p,
.border-and-shadow.accent-red-bg .section-header.block h1 + p,
.color-row.stanford-red-bg .section-header.block h1 + p,
.border-and-shadow.stanford-red-bg .section-header.block h1 + p,
.color-row.blue-dark-bg .section-header.modern h2 + p,
.border-and-shadow.blue-dark-bg .section-header.modern h2 + p,
.color-row.grey-bg .section-header.modern h2 + p,
.border-and-shadow.grey-bg .section-header.modern h2 + p,
.color-row.grey-med-bg .section-header.modern h2 + p,
.border-and-shadow.grey-med-bg .section-header.modern h2 + p,
.color-row.grey-dark-bg .section-header.modern h2 + p,
.border-and-shadow.grey-dark-bg .section-header.modern h2 + p,
.color-row.black-bg .section-header.modern h2 + p,
.border-and-shadow.black-bg .section-header.modern h2 + p,
.color-row.blue-bg .section-header.modern h2 + p,
.border-and-shadow.blue-bg .section-header.modern h2 + p,
.color-row.blue-dark-bg .section-header.modern h2 + p,
.border-and-shadow.blue-dark-bg .section-header.modern h2 + p,
.color-row.blue-x-dark-bg .section-header.modern h2 + p,
.border-and-shadow.blue-x-dark-bg .section-header.modern h2 + p,
.color-row.accent-lt-green-bg .section-header.modern h2 + p,
.border-and-shadow.accent-lt-green-bg .section-header.modern h2 + p,
.color-row.accent-green-bg .section-header.modern h2 + p,
.border-and-shadow.accent-green-bg .section-header.modern h2 + p,
.color-row.accent-orange-bg .section-header.modern h2 + p,
.border-and-shadow.accent-orange-bg .section-header.modern h2 + p,
.color-row.accent-purple-bg .section-header.modern h2 + p,
.border-and-shadow.accent-purple-bg .section-header.modern h2 + p,
.color-row.accent-red-bg .section-header.modern h2 + p,
.border-and-shadow.accent-red-bg .section-header.modern h2 + p,
.color-row.stanford-red-bg .section-header.modern h2 + p,
.border-and-shadow.stanford-red-bg .section-header.modern h2 + p,
.color-row.blue-dark-bg .section-header.block h2 + p,
.border-and-shadow.blue-dark-bg .section-header.block h2 + p,
.color-row.grey-bg .section-header.block h2 + p,
.border-and-shadow.grey-bg .section-header.block h2 + p,
.color-row.grey-med-bg .section-header.block h2 + p,
.border-and-shadow.grey-med-bg .section-header.block h2 + p,
.color-row.grey-dark-bg .section-header.block h2 + p,
.border-and-shadow.grey-dark-bg .section-header.block h2 + p,
.color-row.black-bg .section-header.block h2 + p,
.border-and-shadow.black-bg .section-header.block h2 + p,
.color-row.blue-bg .section-header.block h2 + p,
.border-and-shadow.blue-bg .section-header.block h2 + p,
.color-row.blue-dark-bg .section-header.block h2 + p,
.border-and-shadow.blue-dark-bg .section-header.block h2 + p,
.color-row.blue-x-dark-bg .section-header.block h2 + p,
.border-and-shadow.blue-x-dark-bg .section-header.block h2 + p,
.color-row.accent-lt-green-bg .section-header.block h2 + p,
.border-and-shadow.accent-lt-green-bg .section-header.block h2 + p,
.color-row.accent-green-bg .section-header.block h2 + p,
.border-and-shadow.accent-green-bg .section-header.block h2 + p,
.color-row.accent-orange-bg .section-header.block h2 + p,
.border-and-shadow.accent-orange-bg .section-header.block h2 + p,
.color-row.accent-purple-bg .section-header.block h2 + p,
.border-and-shadow.accent-purple-bg .section-header.block h2 + p,
.color-row.accent-red-bg .section-header.block h2 + p,
.border-and-shadow.accent-red-bg .section-header.block h2 + p,
.color-row.stanford-red-bg .section-header.block h2 + p,
.border-and-shadow.stanford-red-bg .section-header.block h2 + p,
.color-row.blue-dark-bg .section-header.modern h3 + p,
.border-and-shadow.blue-dark-bg .section-header.modern h3 + p,
.color-row.grey-bg .section-header.modern h3 + p,
.border-and-shadow.grey-bg .section-header.modern h3 + p,
.color-row.grey-med-bg .section-header.modern h3 + p,
.border-and-shadow.grey-med-bg .section-header.modern h3 + p,
.color-row.grey-dark-bg .section-header.modern h3 + p,
.border-and-shadow.grey-dark-bg .section-header.modern h3 + p,
.color-row.black-bg .section-header.modern h3 + p,
.border-and-shadow.black-bg .section-header.modern h3 + p,
.color-row.blue-bg .section-header.modern h3 + p,
.border-and-shadow.blue-bg .section-header.modern h3 + p,
.color-row.blue-dark-bg .section-header.modern h3 + p,
.border-and-shadow.blue-dark-bg .section-header.modern h3 + p,
.color-row.blue-x-dark-bg .section-header.modern h3 + p,
.border-and-shadow.blue-x-dark-bg .section-header.modern h3 + p,
.color-row.accent-lt-green-bg .section-header.modern h3 + p,
.border-and-shadow.accent-lt-green-bg .section-header.modern h3 + p,
.color-row.accent-green-bg .section-header.modern h3 + p,
.border-and-shadow.accent-green-bg .section-header.modern h3 + p,
.color-row.accent-orange-bg .section-header.modern h3 + p,
.border-and-shadow.accent-orange-bg .section-header.modern h3 + p,
.color-row.accent-purple-bg .section-header.modern h3 + p,
.border-and-shadow.accent-purple-bg .section-header.modern h3 + p,
.color-row.accent-red-bg .section-header.modern h3 + p,
.border-and-shadow.accent-red-bg .section-header.modern h3 + p,
.color-row.stanford-red-bg .section-header.modern h3 + p,
.border-and-shadow.stanford-red-bg .section-header.modern h3 + p,
.color-row.blue-dark-bg .section-header.block h3 + p,
.border-and-shadow.blue-dark-bg .section-header.block h3 + p,
.color-row.grey-bg .section-header.block h3 + p,
.border-and-shadow.grey-bg .section-header.block h3 + p,
.color-row.grey-med-bg .section-header.block h3 + p,
.border-and-shadow.grey-med-bg .section-header.block h3 + p,
.color-row.grey-dark-bg .section-header.block h3 + p,
.border-and-shadow.grey-dark-bg .section-header.block h3 + p,
.color-row.black-bg .section-header.block h3 + p,
.border-and-shadow.black-bg .section-header.block h3 + p,
.color-row.blue-bg .section-header.block h3 + p,
.border-and-shadow.blue-bg .section-header.block h3 + p,
.color-row.blue-dark-bg .section-header.block h3 + p,
.border-and-shadow.blue-dark-bg .section-header.block h3 + p,
.color-row.blue-x-dark-bg .section-header.block h3 + p,
.border-and-shadow.blue-x-dark-bg .section-header.block h3 + p,
.color-row.accent-lt-green-bg .section-header.block h3 + p,
.border-and-shadow.accent-lt-green-bg .section-header.block h3 + p,
.color-row.accent-green-bg .section-header.block h3 + p,
.border-and-shadow.accent-green-bg .section-header.block h3 + p,
.color-row.accent-orange-bg .section-header.block h3 + p,
.border-and-shadow.accent-orange-bg .section-header.block h3 + p,
.color-row.accent-purple-bg .section-header.block h3 + p,
.border-and-shadow.accent-purple-bg .section-header.block h3 + p,
.color-row.accent-red-bg .section-header.block h3 + p,
.border-and-shadow.accent-red-bg .section-header.block h3 + p,
.color-row.stanford-red-bg .section-header.block h3 + p,
.border-and-shadow.stanford-red-bg .section-header.block h3 + p {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.modern h1 > a,
.border-and-shadow.blue-dark-bg .section-header.modern h1 > a,
.color-row.grey-bg .section-header.modern h1 > a,
.border-and-shadow.grey-bg .section-header.modern h1 > a,
.color-row.grey-med-bg .section-header.modern h1 > a,
.border-and-shadow.grey-med-bg .section-header.modern h1 > a,
.color-row.grey-dark-bg .section-header.modern h1 > a,
.border-and-shadow.grey-dark-bg .section-header.modern h1 > a,
.color-row.black-bg .section-header.modern h1 > a,
.border-and-shadow.black-bg .section-header.modern h1 > a,
.color-row.blue-bg .section-header.modern h1 > a,
.border-and-shadow.blue-bg .section-header.modern h1 > a,
.color-row.blue-dark-bg .section-header.modern h1 > a,
.border-and-shadow.blue-dark-bg .section-header.modern h1 > a,
.color-row.blue-x-dark-bg .section-header.modern h1 > a,
.border-and-shadow.blue-x-dark-bg .section-header.modern h1 > a,
.color-row.accent-lt-green-bg .section-header.modern h1 > a,
.border-and-shadow.accent-lt-green-bg .section-header.modern h1 > a,
.color-row.accent-green-bg .section-header.modern h1 > a,
.border-and-shadow.accent-green-bg .section-header.modern h1 > a,
.color-row.accent-orange-bg .section-header.modern h1 > a,
.border-and-shadow.accent-orange-bg .section-header.modern h1 > a,
.color-row.accent-purple-bg .section-header.modern h1 > a,
.border-and-shadow.accent-purple-bg .section-header.modern h1 > a,
.color-row.accent-red-bg .section-header.modern h1 > a,
.border-and-shadow.accent-red-bg .section-header.modern h1 > a,
.color-row.stanford-red-bg .section-header.modern h1 > a,
.border-and-shadow.stanford-red-bg .section-header.modern h1 > a,
.color-row.blue-dark-bg .section-header.block h1 > a,
.border-and-shadow.blue-dark-bg .section-header.block h1 > a,
.color-row.grey-bg .section-header.block h1 > a,
.border-and-shadow.grey-bg .section-header.block h1 > a,
.color-row.grey-med-bg .section-header.block h1 > a,
.border-and-shadow.grey-med-bg .section-header.block h1 > a,
.color-row.grey-dark-bg .section-header.block h1 > a,
.border-and-shadow.grey-dark-bg .section-header.block h1 > a,
.color-row.black-bg .section-header.block h1 > a,
.border-and-shadow.black-bg .section-header.block h1 > a,
.color-row.blue-bg .section-header.block h1 > a,
.border-and-shadow.blue-bg .section-header.block h1 > a,
.color-row.blue-dark-bg .section-header.block h1 > a,
.border-and-shadow.blue-dark-bg .section-header.block h1 > a,
.color-row.blue-x-dark-bg .section-header.block h1 > a,
.border-and-shadow.blue-x-dark-bg .section-header.block h1 > a,
.color-row.accent-lt-green-bg .section-header.block h1 > a,
.border-and-shadow.accent-lt-green-bg .section-header.block h1 > a,
.color-row.accent-green-bg .section-header.block h1 > a,
.border-and-shadow.accent-green-bg .section-header.block h1 > a,
.color-row.accent-orange-bg .section-header.block h1 > a,
.border-and-shadow.accent-orange-bg .section-header.block h1 > a,
.color-row.accent-purple-bg .section-header.block h1 > a,
.border-and-shadow.accent-purple-bg .section-header.block h1 > a,
.color-row.accent-red-bg .section-header.block h1 > a,
.border-and-shadow.accent-red-bg .section-header.block h1 > a,
.color-row.stanford-red-bg .section-header.block h1 > a,
.border-and-shadow.stanford-red-bg .section-header.block h1 > a,
.color-row.blue-dark-bg .section-header.modern h2 > a,
.border-and-shadow.blue-dark-bg .section-header.modern h2 > a,
.color-row.grey-bg .section-header.modern h2 > a,
.border-and-shadow.grey-bg .section-header.modern h2 > a,
.color-row.grey-med-bg .section-header.modern h2 > a,
.border-and-shadow.grey-med-bg .section-header.modern h2 > a,
.color-row.grey-dark-bg .section-header.modern h2 > a,
.border-and-shadow.grey-dark-bg .section-header.modern h2 > a,
.color-row.black-bg .section-header.modern h2 > a,
.border-and-shadow.black-bg .section-header.modern h2 > a,
.color-row.blue-bg .section-header.modern h2 > a,
.border-and-shadow.blue-bg .section-header.modern h2 > a,
.color-row.blue-dark-bg .section-header.modern h2 > a,
.border-and-shadow.blue-dark-bg .section-header.modern h2 > a,
.color-row.blue-x-dark-bg .section-header.modern h2 > a,
.border-and-shadow.blue-x-dark-bg .section-header.modern h2 > a,
.color-row.accent-lt-green-bg .section-header.modern h2 > a,
.border-and-shadow.accent-lt-green-bg .section-header.modern h2 > a,
.color-row.accent-green-bg .section-header.modern h2 > a,
.border-and-shadow.accent-green-bg .section-header.modern h2 > a,
.color-row.accent-orange-bg .section-header.modern h2 > a,
.border-and-shadow.accent-orange-bg .section-header.modern h2 > a,
.color-row.accent-purple-bg .section-header.modern h2 > a,
.border-and-shadow.accent-purple-bg .section-header.modern h2 > a,
.color-row.accent-red-bg .section-header.modern h2 > a,
.border-and-shadow.accent-red-bg .section-header.modern h2 > a,
.color-row.stanford-red-bg .section-header.modern h2 > a,
.border-and-shadow.stanford-red-bg .section-header.modern h2 > a,
.color-row.blue-dark-bg .section-header.block h2 > a,
.border-and-shadow.blue-dark-bg .section-header.block h2 > a,
.color-row.grey-bg .section-header.block h2 > a,
.border-and-shadow.grey-bg .section-header.block h2 > a,
.color-row.grey-med-bg .section-header.block h2 > a,
.border-and-shadow.grey-med-bg .section-header.block h2 > a,
.color-row.grey-dark-bg .section-header.block h2 > a,
.border-and-shadow.grey-dark-bg .section-header.block h2 > a,
.color-row.black-bg .section-header.block h2 > a,
.border-and-shadow.black-bg .section-header.block h2 > a,
.color-row.blue-bg .section-header.block h2 > a,
.border-and-shadow.blue-bg .section-header.block h2 > a,
.color-row.blue-dark-bg .section-header.block h2 > a,
.border-and-shadow.blue-dark-bg .section-header.block h2 > a,
.color-row.blue-x-dark-bg .section-header.block h2 > a,
.border-and-shadow.blue-x-dark-bg .section-header.block h2 > a,
.color-row.accent-lt-green-bg .section-header.block h2 > a,
.border-and-shadow.accent-lt-green-bg .section-header.block h2 > a,
.color-row.accent-green-bg .section-header.block h2 > a,
.border-and-shadow.accent-green-bg .section-header.block h2 > a,
.color-row.accent-orange-bg .section-header.block h2 > a,
.border-and-shadow.accent-orange-bg .section-header.block h2 > a,
.color-row.accent-purple-bg .section-header.block h2 > a,
.border-and-shadow.accent-purple-bg .section-header.block h2 > a,
.color-row.accent-red-bg .section-header.block h2 > a,
.border-and-shadow.accent-red-bg .section-header.block h2 > a,
.color-row.stanford-red-bg .section-header.block h2 > a,
.border-and-shadow.stanford-red-bg .section-header.block h2 > a,
.color-row.blue-dark-bg .section-header.modern h3 > a,
.border-and-shadow.blue-dark-bg .section-header.modern h3 > a,
.color-row.grey-bg .section-header.modern h3 > a,
.border-and-shadow.grey-bg .section-header.modern h3 > a,
.color-row.grey-med-bg .section-header.modern h3 > a,
.border-and-shadow.grey-med-bg .section-header.modern h3 > a,
.color-row.grey-dark-bg .section-header.modern h3 > a,
.border-and-shadow.grey-dark-bg .section-header.modern h3 > a,
.color-row.black-bg .section-header.modern h3 > a,
.border-and-shadow.black-bg .section-header.modern h3 > a,
.color-row.blue-bg .section-header.modern h3 > a,
.border-and-shadow.blue-bg .section-header.modern h3 > a,
.color-row.blue-dark-bg .section-header.modern h3 > a,
.border-and-shadow.blue-dark-bg .section-header.modern h3 > a,
.color-row.blue-x-dark-bg .section-header.modern h3 > a,
.border-and-shadow.blue-x-dark-bg .section-header.modern h3 > a,
.color-row.accent-lt-green-bg .section-header.modern h3 > a,
.border-and-shadow.accent-lt-green-bg .section-header.modern h3 > a,
.color-row.accent-green-bg .section-header.modern h3 > a,
.border-and-shadow.accent-green-bg .section-header.modern h3 > a,
.color-row.accent-orange-bg .section-header.modern h3 > a,
.border-and-shadow.accent-orange-bg .section-header.modern h3 > a,
.color-row.accent-purple-bg .section-header.modern h3 > a,
.border-and-shadow.accent-purple-bg .section-header.modern h3 > a,
.color-row.accent-red-bg .section-header.modern h3 > a,
.border-and-shadow.accent-red-bg .section-header.modern h3 > a,
.color-row.stanford-red-bg .section-header.modern h3 > a,
.border-and-shadow.stanford-red-bg .section-header.modern h3 > a,
.color-row.blue-dark-bg .section-header.block h3 > a,
.border-and-shadow.blue-dark-bg .section-header.block h3 > a,
.color-row.grey-bg .section-header.block h3 > a,
.border-and-shadow.grey-bg .section-header.block h3 > a,
.color-row.grey-med-bg .section-header.block h3 > a,
.border-and-shadow.grey-med-bg .section-header.block h3 > a,
.color-row.grey-dark-bg .section-header.block h3 > a,
.border-and-shadow.grey-dark-bg .section-header.block h3 > a,
.color-row.black-bg .section-header.block h3 > a,
.border-and-shadow.black-bg .section-header.block h3 > a,
.color-row.blue-bg .section-header.block h3 > a,
.border-and-shadow.blue-bg .section-header.block h3 > a,
.color-row.blue-dark-bg .section-header.block h3 > a,
.border-and-shadow.blue-dark-bg .section-header.block h3 > a,
.color-row.blue-x-dark-bg .section-header.block h3 > a,
.border-and-shadow.blue-x-dark-bg .section-header.block h3 > a,
.color-row.accent-lt-green-bg .section-header.block h3 > a,
.border-and-shadow.accent-lt-green-bg .section-header.block h3 > a,
.color-row.accent-green-bg .section-header.block h3 > a,
.border-and-shadow.accent-green-bg .section-header.block h3 > a,
.color-row.accent-orange-bg .section-header.block h3 > a,
.border-and-shadow.accent-orange-bg .section-header.block h3 > a,
.color-row.accent-purple-bg .section-header.block h3 > a,
.border-and-shadow.accent-purple-bg .section-header.block h3 > a,
.color-row.accent-red-bg .section-header.block h3 > a,
.border-and-shadow.accent-red-bg .section-header.block h3 > a,
.color-row.stanford-red-bg .section-header.block h3 > a,
.border-and-shadow.stanford-red-bg .section-header.block h3 > a,
.color-row.blue-dark-bg .section-header.modern h1 > a:link,
.border-and-shadow.blue-dark-bg .section-header.modern h1 > a:link,
.color-row.grey-bg .section-header.modern h1 > a:link,
.border-and-shadow.grey-bg .section-header.modern h1 > a:link,
.color-row.grey-med-bg .section-header.modern h1 > a:link,
.border-and-shadow.grey-med-bg .section-header.modern h1 > a:link,
.color-row.grey-dark-bg .section-header.modern h1 > a:link,
.border-and-shadow.grey-dark-bg .section-header.modern h1 > a:link,
.color-row.black-bg .section-header.modern h1 > a:link,
.border-and-shadow.black-bg .section-header.modern h1 > a:link,
.color-row.blue-bg .section-header.modern h1 > a:link,
.border-and-shadow.blue-bg .section-header.modern h1 > a:link,
.color-row.blue-dark-bg .section-header.modern h1 > a:link,
.border-and-shadow.blue-dark-bg .section-header.modern h1 > a:link,
.color-row.blue-x-dark-bg .section-header.modern h1 > a:link,
.border-and-shadow.blue-x-dark-bg .section-header.modern h1 > a:link,
.color-row.accent-lt-green-bg .section-header.modern h1 > a:link,
.border-and-shadow.accent-lt-green-bg .section-header.modern h1 > a:link,
.color-row.accent-green-bg .section-header.modern h1 > a:link,
.border-and-shadow.accent-green-bg .section-header.modern h1 > a:link,
.color-row.accent-orange-bg .section-header.modern h1 > a:link,
.border-and-shadow.accent-orange-bg .section-header.modern h1 > a:link,
.color-row.accent-purple-bg .section-header.modern h1 > a:link,
.border-and-shadow.accent-purple-bg .section-header.modern h1 > a:link,
.color-row.accent-red-bg .section-header.modern h1 > a:link,
.border-and-shadow.accent-red-bg .section-header.modern h1 > a:link,
.color-row.stanford-red-bg .section-header.modern h1 > a:link,
.border-and-shadow.stanford-red-bg .section-header.modern h1 > a:link,
.color-row.blue-dark-bg .section-header.block h1 > a:link,
.border-and-shadow.blue-dark-bg .section-header.block h1 > a:link,
.color-row.grey-bg .section-header.block h1 > a:link,
.border-and-shadow.grey-bg .section-header.block h1 > a:link,
.color-row.grey-med-bg .section-header.block h1 > a:link,
.border-and-shadow.grey-med-bg .section-header.block h1 > a:link,
.color-row.grey-dark-bg .section-header.block h1 > a:link,
.border-and-shadow.grey-dark-bg .section-header.block h1 > a:link,
.color-row.black-bg .section-header.block h1 > a:link,
.border-and-shadow.black-bg .section-header.block h1 > a:link,
.color-row.blue-bg .section-header.block h1 > a:link,
.border-and-shadow.blue-bg .section-header.block h1 > a:link,
.color-row.blue-dark-bg .section-header.block h1 > a:link,
.border-and-shadow.blue-dark-bg .section-header.block h1 > a:link,
.color-row.blue-x-dark-bg .section-header.block h1 > a:link,
.border-and-shadow.blue-x-dark-bg .section-header.block h1 > a:link,
.color-row.accent-lt-green-bg .section-header.block h1 > a:link,
.border-and-shadow.accent-lt-green-bg .section-header.block h1 > a:link,
.color-row.accent-green-bg .section-header.block h1 > a:link,
.border-and-shadow.accent-green-bg .section-header.block h1 > a:link,
.color-row.accent-orange-bg .section-header.block h1 > a:link,
.border-and-shadow.accent-orange-bg .section-header.block h1 > a:link,
.color-row.accent-purple-bg .section-header.block h1 > a:link,
.border-and-shadow.accent-purple-bg .section-header.block h1 > a:link,
.color-row.accent-red-bg .section-header.block h1 > a:link,
.border-and-shadow.accent-red-bg .section-header.block h1 > a:link,
.color-row.stanford-red-bg .section-header.block h1 > a:link,
.border-and-shadow.stanford-red-bg .section-header.block h1 > a:link,
.color-row.blue-dark-bg .section-header.modern h2 > a:link,
.border-and-shadow.blue-dark-bg .section-header.modern h2 > a:link,
.color-row.grey-bg .section-header.modern h2 > a:link,
.border-and-shadow.grey-bg .section-header.modern h2 > a:link,
.color-row.grey-med-bg .section-header.modern h2 > a:link,
.border-and-shadow.grey-med-bg .section-header.modern h2 > a:link,
.color-row.grey-dark-bg .section-header.modern h2 > a:link,
.border-and-shadow.grey-dark-bg .section-header.modern h2 > a:link,
.color-row.black-bg .section-header.modern h2 > a:link,
.border-and-shadow.black-bg .section-header.modern h2 > a:link,
.color-row.blue-bg .section-header.modern h2 > a:link,
.border-and-shadow.blue-bg .section-header.modern h2 > a:link,
.color-row.blue-dark-bg .section-header.modern h2 > a:link,
.border-and-shadow.blue-dark-bg .section-header.modern h2 > a:link,
.color-row.blue-x-dark-bg .section-header.modern h2 > a:link,
.border-and-shadow.blue-x-dark-bg .section-header.modern h2 > a:link,
.color-row.accent-lt-green-bg .section-header.modern h2 > a:link,
.border-and-shadow.accent-lt-green-bg .section-header.modern h2 > a:link,
.color-row.accent-green-bg .section-header.modern h2 > a:link,
.border-and-shadow.accent-green-bg .section-header.modern h2 > a:link,
.color-row.accent-orange-bg .section-header.modern h2 > a:link,
.border-and-shadow.accent-orange-bg .section-header.modern h2 > a:link,
.color-row.accent-purple-bg .section-header.modern h2 > a:link,
.border-and-shadow.accent-purple-bg .section-header.modern h2 > a:link,
.color-row.accent-red-bg .section-header.modern h2 > a:link,
.border-and-shadow.accent-red-bg .section-header.modern h2 > a:link,
.color-row.stanford-red-bg .section-header.modern h2 > a:link,
.border-and-shadow.stanford-red-bg .section-header.modern h2 > a:link,
.color-row.blue-dark-bg .section-header.block h2 > a:link,
.border-and-shadow.blue-dark-bg .section-header.block h2 > a:link,
.color-row.grey-bg .section-header.block h2 > a:link,
.border-and-shadow.grey-bg .section-header.block h2 > a:link,
.color-row.grey-med-bg .section-header.block h2 > a:link,
.border-and-shadow.grey-med-bg .section-header.block h2 > a:link,
.color-row.grey-dark-bg .section-header.block h2 > a:link,
.border-and-shadow.grey-dark-bg .section-header.block h2 > a:link,
.color-row.black-bg .section-header.block h2 > a:link,
.border-and-shadow.black-bg .section-header.block h2 > a:link,
.color-row.blue-bg .section-header.block h2 > a:link,
.border-and-shadow.blue-bg .section-header.block h2 > a:link,
.color-row.blue-dark-bg .section-header.block h2 > a:link,
.border-and-shadow.blue-dark-bg .section-header.block h2 > a:link,
.color-row.blue-x-dark-bg .section-header.block h2 > a:link,
.border-and-shadow.blue-x-dark-bg .section-header.block h2 > a:link,
.color-row.accent-lt-green-bg .section-header.block h2 > a:link,
.border-and-shadow.accent-lt-green-bg .section-header.block h2 > a:link,
.color-row.accent-green-bg .section-header.block h2 > a:link,
.border-and-shadow.accent-green-bg .section-header.block h2 > a:link,
.color-row.accent-orange-bg .section-header.block h2 > a:link,
.border-and-shadow.accent-orange-bg .section-header.block h2 > a:link,
.color-row.accent-purple-bg .section-header.block h2 > a:link,
.border-and-shadow.accent-purple-bg .section-header.block h2 > a:link,
.color-row.accent-red-bg .section-header.block h2 > a:link,
.border-and-shadow.accent-red-bg .section-header.block h2 > a:link,
.color-row.stanford-red-bg .section-header.block h2 > a:link,
.border-and-shadow.stanford-red-bg .section-header.block h2 > a:link,
.color-row.blue-dark-bg .section-header.modern h3 > a:link,
.border-and-shadow.blue-dark-bg .section-header.modern h3 > a:link,
.color-row.grey-bg .section-header.modern h3 > a:link,
.border-and-shadow.grey-bg .section-header.modern h3 > a:link,
.color-row.grey-med-bg .section-header.modern h3 > a:link,
.border-and-shadow.grey-med-bg .section-header.modern h3 > a:link,
.color-row.grey-dark-bg .section-header.modern h3 > a:link,
.border-and-shadow.grey-dark-bg .section-header.modern h3 > a:link,
.color-row.black-bg .section-header.modern h3 > a:link,
.border-and-shadow.black-bg .section-header.modern h3 > a:link,
.color-row.blue-bg .section-header.modern h3 > a:link,
.border-and-shadow.blue-bg .section-header.modern h3 > a:link,
.color-row.blue-dark-bg .section-header.modern h3 > a:link,
.border-and-shadow.blue-dark-bg .section-header.modern h3 > a:link,
.color-row.blue-x-dark-bg .section-header.modern h3 > a:link,
.border-and-shadow.blue-x-dark-bg .section-header.modern h3 > a:link,
.color-row.accent-lt-green-bg .section-header.modern h3 > a:link,
.border-and-shadow.accent-lt-green-bg .section-header.modern h3 > a:link,
.color-row.accent-green-bg .section-header.modern h3 > a:link,
.border-and-shadow.accent-green-bg .section-header.modern h3 > a:link,
.color-row.accent-orange-bg .section-header.modern h3 > a:link,
.border-and-shadow.accent-orange-bg .section-header.modern h3 > a:link,
.color-row.accent-purple-bg .section-header.modern h3 > a:link,
.border-and-shadow.accent-purple-bg .section-header.modern h3 > a:link,
.color-row.accent-red-bg .section-header.modern h3 > a:link,
.border-and-shadow.accent-red-bg .section-header.modern h3 > a:link,
.color-row.stanford-red-bg .section-header.modern h3 > a:link,
.border-and-shadow.stanford-red-bg .section-header.modern h3 > a:link,
.color-row.blue-dark-bg .section-header.block h3 > a:link,
.border-and-shadow.blue-dark-bg .section-header.block h3 > a:link,
.color-row.grey-bg .section-header.block h3 > a:link,
.border-and-shadow.grey-bg .section-header.block h3 > a:link,
.color-row.grey-med-bg .section-header.block h3 > a:link,
.border-and-shadow.grey-med-bg .section-header.block h3 > a:link,
.color-row.grey-dark-bg .section-header.block h3 > a:link,
.border-and-shadow.grey-dark-bg .section-header.block h3 > a:link,
.color-row.black-bg .section-header.block h3 > a:link,
.border-and-shadow.black-bg .section-header.block h3 > a:link,
.color-row.blue-bg .section-header.block h3 > a:link,
.border-and-shadow.blue-bg .section-header.block h3 > a:link,
.color-row.blue-dark-bg .section-header.block h3 > a:link,
.border-and-shadow.blue-dark-bg .section-header.block h3 > a:link,
.color-row.blue-x-dark-bg .section-header.block h3 > a:link,
.border-and-shadow.blue-x-dark-bg .section-header.block h3 > a:link,
.color-row.accent-lt-green-bg .section-header.block h3 > a:link,
.border-and-shadow.accent-lt-green-bg .section-header.block h3 > a:link,
.color-row.accent-green-bg .section-header.block h3 > a:link,
.border-and-shadow.accent-green-bg .section-header.block h3 > a:link,
.color-row.accent-orange-bg .section-header.block h3 > a:link,
.border-and-shadow.accent-orange-bg .section-header.block h3 > a:link,
.color-row.accent-purple-bg .section-header.block h3 > a:link,
.border-and-shadow.accent-purple-bg .section-header.block h3 > a:link,
.color-row.accent-red-bg .section-header.block h3 > a:link,
.border-and-shadow.accent-red-bg .section-header.block h3 > a:link,
.color-row.stanford-red-bg .section-header.block h3 > a:link,
.border-and-shadow.stanford-red-bg .section-header.block h3 > a:link,
.color-row.blue-dark-bg .section-header.modern h1 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.modern h1 > a:visited,
.color-row.grey-bg .section-header.modern h1 > a:visited,
.border-and-shadow.grey-bg .section-header.modern h1 > a:visited,
.color-row.grey-med-bg .section-header.modern h1 > a:visited,
.border-and-shadow.grey-med-bg .section-header.modern h1 > a:visited,
.color-row.grey-dark-bg .section-header.modern h1 > a:visited,
.border-and-shadow.grey-dark-bg .section-header.modern h1 > a:visited,
.color-row.black-bg .section-header.modern h1 > a:visited,
.border-and-shadow.black-bg .section-header.modern h1 > a:visited,
.color-row.blue-bg .section-header.modern h1 > a:visited,
.border-and-shadow.blue-bg .section-header.modern h1 > a:visited,
.color-row.blue-dark-bg .section-header.modern h1 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.modern h1 > a:visited,
.color-row.blue-x-dark-bg .section-header.modern h1 > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header.modern h1 > a:visited,
.color-row.accent-lt-green-bg .section-header.modern h1 > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header.modern h1 > a:visited,
.color-row.accent-green-bg .section-header.modern h1 > a:visited,
.border-and-shadow.accent-green-bg .section-header.modern h1 > a:visited,
.color-row.accent-orange-bg .section-header.modern h1 > a:visited,
.border-and-shadow.accent-orange-bg .section-header.modern h1 > a:visited,
.color-row.accent-purple-bg .section-header.modern h1 > a:visited,
.border-and-shadow.accent-purple-bg .section-header.modern h1 > a:visited,
.color-row.accent-red-bg .section-header.modern h1 > a:visited,
.border-and-shadow.accent-red-bg .section-header.modern h1 > a:visited,
.color-row.stanford-red-bg .section-header.modern h1 > a:visited,
.border-and-shadow.stanford-red-bg .section-header.modern h1 > a:visited,
.color-row.blue-dark-bg .section-header.block h1 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.block h1 > a:visited,
.color-row.grey-bg .section-header.block h1 > a:visited,
.border-and-shadow.grey-bg .section-header.block h1 > a:visited,
.color-row.grey-med-bg .section-header.block h1 > a:visited,
.border-and-shadow.grey-med-bg .section-header.block h1 > a:visited,
.color-row.grey-dark-bg .section-header.block h1 > a:visited,
.border-and-shadow.grey-dark-bg .section-header.block h1 > a:visited,
.color-row.black-bg .section-header.block h1 > a:visited,
.border-and-shadow.black-bg .section-header.block h1 > a:visited,
.color-row.blue-bg .section-header.block h1 > a:visited,
.border-and-shadow.blue-bg .section-header.block h1 > a:visited,
.color-row.blue-dark-bg .section-header.block h1 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.block h1 > a:visited,
.color-row.blue-x-dark-bg .section-header.block h1 > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header.block h1 > a:visited,
.color-row.accent-lt-green-bg .section-header.block h1 > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header.block h1 > a:visited,
.color-row.accent-green-bg .section-header.block h1 > a:visited,
.border-and-shadow.accent-green-bg .section-header.block h1 > a:visited,
.color-row.accent-orange-bg .section-header.block h1 > a:visited,
.border-and-shadow.accent-orange-bg .section-header.block h1 > a:visited,
.color-row.accent-purple-bg .section-header.block h1 > a:visited,
.border-and-shadow.accent-purple-bg .section-header.block h1 > a:visited,
.color-row.accent-red-bg .section-header.block h1 > a:visited,
.border-and-shadow.accent-red-bg .section-header.block h1 > a:visited,
.color-row.stanford-red-bg .section-header.block h1 > a:visited,
.border-and-shadow.stanford-red-bg .section-header.block h1 > a:visited,
.color-row.blue-dark-bg .section-header.modern h2 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.modern h2 > a:visited,
.color-row.grey-bg .section-header.modern h2 > a:visited,
.border-and-shadow.grey-bg .section-header.modern h2 > a:visited,
.color-row.grey-med-bg .section-header.modern h2 > a:visited,
.border-and-shadow.grey-med-bg .section-header.modern h2 > a:visited,
.color-row.grey-dark-bg .section-header.modern h2 > a:visited,
.border-and-shadow.grey-dark-bg .section-header.modern h2 > a:visited,
.color-row.black-bg .section-header.modern h2 > a:visited,
.border-and-shadow.black-bg .section-header.modern h2 > a:visited,
.color-row.blue-bg .section-header.modern h2 > a:visited,
.border-and-shadow.blue-bg .section-header.modern h2 > a:visited,
.color-row.blue-dark-bg .section-header.modern h2 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.modern h2 > a:visited,
.color-row.blue-x-dark-bg .section-header.modern h2 > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header.modern h2 > a:visited,
.color-row.accent-lt-green-bg .section-header.modern h2 > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header.modern h2 > a:visited,
.color-row.accent-green-bg .section-header.modern h2 > a:visited,
.border-and-shadow.accent-green-bg .section-header.modern h2 > a:visited,
.color-row.accent-orange-bg .section-header.modern h2 > a:visited,
.border-and-shadow.accent-orange-bg .section-header.modern h2 > a:visited,
.color-row.accent-purple-bg .section-header.modern h2 > a:visited,
.border-and-shadow.accent-purple-bg .section-header.modern h2 > a:visited,
.color-row.accent-red-bg .section-header.modern h2 > a:visited,
.border-and-shadow.accent-red-bg .section-header.modern h2 > a:visited,
.color-row.stanford-red-bg .section-header.modern h2 > a:visited,
.border-and-shadow.stanford-red-bg .section-header.modern h2 > a:visited,
.color-row.blue-dark-bg .section-header.block h2 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.block h2 > a:visited,
.color-row.grey-bg .section-header.block h2 > a:visited,
.border-and-shadow.grey-bg .section-header.block h2 > a:visited,
.color-row.grey-med-bg .section-header.block h2 > a:visited,
.border-and-shadow.grey-med-bg .section-header.block h2 > a:visited,
.color-row.grey-dark-bg .section-header.block h2 > a:visited,
.border-and-shadow.grey-dark-bg .section-header.block h2 > a:visited,
.color-row.black-bg .section-header.block h2 > a:visited,
.border-and-shadow.black-bg .section-header.block h2 > a:visited,
.color-row.blue-bg .section-header.block h2 > a:visited,
.border-and-shadow.blue-bg .section-header.block h2 > a:visited,
.color-row.blue-dark-bg .section-header.block h2 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.block h2 > a:visited,
.color-row.blue-x-dark-bg .section-header.block h2 > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header.block h2 > a:visited,
.color-row.accent-lt-green-bg .section-header.block h2 > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header.block h2 > a:visited,
.color-row.accent-green-bg .section-header.block h2 > a:visited,
.border-and-shadow.accent-green-bg .section-header.block h2 > a:visited,
.color-row.accent-orange-bg .section-header.block h2 > a:visited,
.border-and-shadow.accent-orange-bg .section-header.block h2 > a:visited,
.color-row.accent-purple-bg .section-header.block h2 > a:visited,
.border-and-shadow.accent-purple-bg .section-header.block h2 > a:visited,
.color-row.accent-red-bg .section-header.block h2 > a:visited,
.border-and-shadow.accent-red-bg .section-header.block h2 > a:visited,
.color-row.stanford-red-bg .section-header.block h2 > a:visited,
.border-and-shadow.stanford-red-bg .section-header.block h2 > a:visited,
.color-row.blue-dark-bg .section-header.modern h3 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.modern h3 > a:visited,
.color-row.grey-bg .section-header.modern h3 > a:visited,
.border-and-shadow.grey-bg .section-header.modern h3 > a:visited,
.color-row.grey-med-bg .section-header.modern h3 > a:visited,
.border-and-shadow.grey-med-bg .section-header.modern h3 > a:visited,
.color-row.grey-dark-bg .section-header.modern h3 > a:visited,
.border-and-shadow.grey-dark-bg .section-header.modern h3 > a:visited,
.color-row.black-bg .section-header.modern h3 > a:visited,
.border-and-shadow.black-bg .section-header.modern h3 > a:visited,
.color-row.blue-bg .section-header.modern h3 > a:visited,
.border-and-shadow.blue-bg .section-header.modern h3 > a:visited,
.color-row.blue-dark-bg .section-header.modern h3 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.modern h3 > a:visited,
.color-row.blue-x-dark-bg .section-header.modern h3 > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header.modern h3 > a:visited,
.color-row.accent-lt-green-bg .section-header.modern h3 > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header.modern h3 > a:visited,
.color-row.accent-green-bg .section-header.modern h3 > a:visited,
.border-and-shadow.accent-green-bg .section-header.modern h3 > a:visited,
.color-row.accent-orange-bg .section-header.modern h3 > a:visited,
.border-and-shadow.accent-orange-bg .section-header.modern h3 > a:visited,
.color-row.accent-purple-bg .section-header.modern h3 > a:visited,
.border-and-shadow.accent-purple-bg .section-header.modern h3 > a:visited,
.color-row.accent-red-bg .section-header.modern h3 > a:visited,
.border-and-shadow.accent-red-bg .section-header.modern h3 > a:visited,
.color-row.stanford-red-bg .section-header.modern h3 > a:visited,
.border-and-shadow.stanford-red-bg .section-header.modern h3 > a:visited,
.color-row.blue-dark-bg .section-header.block h3 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.block h3 > a:visited,
.color-row.grey-bg .section-header.block h3 > a:visited,
.border-and-shadow.grey-bg .section-header.block h3 > a:visited,
.color-row.grey-med-bg .section-header.block h3 > a:visited,
.border-and-shadow.grey-med-bg .section-header.block h3 > a:visited,
.color-row.grey-dark-bg .section-header.block h3 > a:visited,
.border-and-shadow.grey-dark-bg .section-header.block h3 > a:visited,
.color-row.black-bg .section-header.block h3 > a:visited,
.border-and-shadow.black-bg .section-header.block h3 > a:visited,
.color-row.blue-bg .section-header.block h3 > a:visited,
.border-and-shadow.blue-bg .section-header.block h3 > a:visited,
.color-row.blue-dark-bg .section-header.block h3 > a:visited,
.border-and-shadow.blue-dark-bg .section-header.block h3 > a:visited,
.color-row.blue-x-dark-bg .section-header.block h3 > a:visited,
.border-and-shadow.blue-x-dark-bg .section-header.block h3 > a:visited,
.color-row.accent-lt-green-bg .section-header.block h3 > a:visited,
.border-and-shadow.accent-lt-green-bg .section-header.block h3 > a:visited,
.color-row.accent-green-bg .section-header.block h3 > a:visited,
.border-and-shadow.accent-green-bg .section-header.block h3 > a:visited,
.color-row.accent-orange-bg .section-header.block h3 > a:visited,
.border-and-shadow.accent-orange-bg .section-header.block h3 > a:visited,
.color-row.accent-purple-bg .section-header.block h3 > a:visited,
.border-and-shadow.accent-purple-bg .section-header.block h3 > a:visited,
.color-row.accent-red-bg .section-header.block h3 > a:visited,
.border-and-shadow.accent-red-bg .section-header.block h3 > a:visited,
.color-row.stanford-red-bg .section-header.block h3 > a:visited,
.border-and-shadow.stanford-red-bg .section-header.block h3 > a:visited {
  color: #ffffff;
}
.color-row.blue-dark-bg .section-header.modern p,
.border-and-shadow.blue-dark-bg .section-header.modern p,
.color-row.grey-bg .section-header.modern p,
.border-and-shadow.grey-bg .section-header.modern p,
.color-row.grey-med-bg .section-header.modern p,
.border-and-shadow.grey-med-bg .section-header.modern p,
.color-row.grey-dark-bg .section-header.modern p,
.border-and-shadow.grey-dark-bg .section-header.modern p,
.color-row.black-bg .section-header.modern p,
.border-and-shadow.black-bg .section-header.modern p,
.color-row.blue-bg .section-header.modern p,
.border-and-shadow.blue-bg .section-header.modern p,
.color-row.blue-dark-bg .section-header.modern p,
.border-and-shadow.blue-dark-bg .section-header.modern p,
.color-row.blue-x-dark-bg .section-header.modern p,
.border-and-shadow.blue-x-dark-bg .section-header.modern p,
.color-row.accent-lt-green-bg .section-header.modern p,
.border-and-shadow.accent-lt-green-bg .section-header.modern p,
.color-row.accent-green-bg .section-header.modern p,
.border-and-shadow.accent-green-bg .section-header.modern p,
.color-row.accent-orange-bg .section-header.modern p,
.border-and-shadow.accent-orange-bg .section-header.modern p,
.color-row.accent-purple-bg .section-header.modern p,
.border-and-shadow.accent-purple-bg .section-header.modern p,
.color-row.accent-red-bg .section-header.modern p,
.border-and-shadow.accent-red-bg .section-header.modern p,
.color-row.stanford-red-bg .section-header.modern p,
.border-and-shadow.stanford-red-bg .section-header.modern p,
.color-row.blue-dark-bg .section-header.block p,
.border-and-shadow.blue-dark-bg .section-header.block p,
.color-row.grey-bg .section-header.block p,
.border-and-shadow.grey-bg .section-header.block p,
.color-row.grey-med-bg .section-header.block p,
.border-and-shadow.grey-med-bg .section-header.block p,
.color-row.grey-dark-bg .section-header.block p,
.border-and-shadow.grey-dark-bg .section-header.block p,
.color-row.black-bg .section-header.block p,
.border-and-shadow.black-bg .section-header.block p,
.color-row.blue-bg .section-header.block p,
.border-and-shadow.blue-bg .section-header.block p,
.color-row.blue-dark-bg .section-header.block p,
.border-and-shadow.blue-dark-bg .section-header.block p,
.color-row.blue-x-dark-bg .section-header.block p,
.border-and-shadow.blue-x-dark-bg .section-header.block p,
.color-row.accent-lt-green-bg .section-header.block p,
.border-and-shadow.accent-lt-green-bg .section-header.block p,
.color-row.accent-green-bg .section-header.block p,
.border-and-shadow.accent-green-bg .section-header.block p,
.color-row.accent-orange-bg .section-header.block p,
.border-and-shadow.accent-orange-bg .section-header.block p,
.color-row.accent-purple-bg .section-header.block p,
.border-and-shadow.accent-purple-bg .section-header.block p,
.color-row.accent-red-bg .section-header.block p,
.border-and-shadow.accent-red-bg .section-header.block p,
.color-row.stanford-red-bg .section-header.block p,
.border-and-shadow.stanford-red-bg .section-header.block p {
  color: #ffffff;
}
/************************* CSS specific to STANDARD Class **********************************/
.section-header.standard:after {
  content: " ";
  border-top: 1px solid #d8dbdc;
  border-top-width: 1px;
  border-top-width: 0.07142857142857142rem;
  width: 100%;
  border-left: 26px solid #d8dbdc;
  border-left-width: 26px;
  border-left-width: 1.8571428571428572rem;
  display: block;
  height: 4px;
  height: 0.2857142857142857rem;
  margin-top: 10px;
  margin-top: 0.7142857142857143rem;
}
.section-header.standard h1,
.section-header.standard h2 {
  font-size: 22px;
  font-size: 1.5714285714285714rem;
  font-weight: 400;
}
.section-header.standard h2 > a,
.section-header.standard h3 > a {
  color: #007c92;
}
.section-header.standard h2 > a:link,
.section-header.standard h3 > a:link,
.section-header.standard h2 > a:visited,
.section-header.standard h3 > a:visited,
.section-header.standard h2 > a:active,
.section-header.standard h3 > a:active {
  color: #007c92;
}
.section-header.standard p {
  color: #666666;
  font-style: italic;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 4px;
  margin-bottom: 0.2857142857142857rem;
}
/*overwrite colors for headings with lines under*/
/*.section-header.feature {
  h1, h2, h3 {
    background-color: @color-blue-xx-light;
  }
}

.border-and-shadow {
  .section-header.feature {
    h1, h2, h3 {
      background-color: @color-white;
    }
  }
}*/
/************************* CSS specific to FEATURE Class **********************************/
.section-header.feature {
  /* Add margin-top to the Feature header when used in the main content flow (WT-755) */
}
.panel_builder + .heading .section-header.feature {
  margin-top: 35px;
  margin-top: 2.5rem;
}
.section-header.feature h1 {
  font-size: 24px;
  font-size: 1.7142857142857142rem;
}
@media (min-width: 479px) {
  .section-header.feature h1 {
    font-size: 30px;
    font-size: 2.142857142857143rem;
  }
}
.section-header.feature h2 {
  font-size: 24px;
  font-size: 1.7142857142857142rem;
}
.section-header.feature h1,
.section-header.feature h2,
.section-header.feature h3 {
  font-family: 'Fjord One', serif;
  font-weight: 400;
}
.section-header.feature h1,
.section-header.feature h2,
.section-header.feature h3 {
  font-weight: 400;
  margin-bottom: -2px;
  margin-bottom: -0.14285714285714285rem;
}
.section-header.feature h1.black,
.section-header.feature h2.black,
.section-header.feature h3.black {
  color: #666666;
}
.section-header.feature h1.black > a,
.section-header.feature h2.black > a,
.section-header.feature h3.black > a {
  color: #666666;
}
.section-header.feature h1.black > a:link,
.section-header.feature h2.black > a:link,
.section-header.feature h3.black > a:link,
.section-header.feature h1.black > a:visited,
.section-header.feature h2.black > a:visited,
.section-header.feature h3.black > a:visited,
.section-header.feature h1.black > a:active,
.section-header.feature h2.black > a:active,
.section-header.feature h3.black > a:active {
  color: #666666;
}
.section-header.feature .heading-1-container {
  padding-left: 26px;
  padding-left: 1.8571428571428572rem;
  padding-right: 26px;
  padding-right: 1.8571428571428572rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.section-header.feature .heading-1-container h1,
.section-header.feature .heading-1-container h2,
.section-header.feature .heading-1-container h3 {
  display: inline-block;
  padding-left: 10px;
  padding-left: 0.7142857142857143rem;
  padding-right: 10px;
  padding-right: 0.7142857142857143rem;
  max-width: 80%;
  position: relative;
  width: auto;
  z-index: 2;
}
@media (max-width: 1199px) {
  .section-header.feature .heading-1-container h1,
  .section-header.feature .heading-1-container h2,
  .section-header.feature .heading-1-container h3 {
    max-width: 75%;
  }
}
.section-header.feature .heading-1-container h1:before,
.section-header.feature .heading-1-container h2:before,
.section-header.feature .heading-1-container h3:before,
.section-header.feature .heading-1-container h1:after,
.section-header.feature .heading-1-container h2:after,
.section-header.feature .heading-1-container h3:after {
  border-left: 26px solid;
  border-left: 1.8571428571428572rem solid;
  border-color: #d8dbdc;
  content: '';
  display: block;
  height: 4px;
  height: 0.2857142857142857rem;
  left: 100%;
  margin-top: -1px;
  margin-top: -0.07142857142857142rem;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: -1;
}
.section-header.feature .heading-1-container h1:after,
.section-header.feature .heading-1-container h2:after,
.section-header.feature .heading-1-container h3:after {
  left: auto;
  right: 100%;
}
.section-header.feature .heading-1-container:after {
  background: #d8dbdc;
  content: '';
  left: 0;
  height: 1px;
  height: 0.07142857142857142rem;
  margin-top: -1px;
  margin-top: -0.07142857142857142rem;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}
.section-header.feature p {
  font-size: 16px;
  font-size: 1.1428571428571428rem;
  font-family: 'Fjord One', serif;
  color: #666666;
  font-weight: 400;
  text-align: center;
  font-style: italic;
}
/************************* CSS specific to SIMPLE Class **********************************/
.section-header.simple {
  margin-bottom: 6px;
  margin-bottom: 0.42857142857142855rem;
  margin-top: 12px;
  margin-top: 0.8571428571428571rem;
}
.section-header.simple h1 {
  font-size: 22px;
  font-size: 1.5714285714285714rem;
}
.section-header.simple h2 {
  font-size: 18px;
  font-size: 1.2857142857142858rem;
}
.section-header.simple h3 {
  font-size: 14px;
  font-size: 1rem;
}
.section-header.simple h1,
.section-header.simple h2,
.section-header.simple h3 {
  padding-bottom: 6px;
  padding-bottom: 0.42857142857142855rem;
  border-bottom: 1px solid #dddddd;
  font-weight: 400;
  text-transform: uppercase;
}
.section-header.simple h1 > a,
.section-header.simple h2 > a,
.section-header.simple h3 > a {
  color: #007c92;
}
.section-header.simple h1 > a:link,
.section-header.simple h2 > a:link,
.section-header.simple h3 > a:link,
.section-header.simple h1 > a:visited,
.section-header.simple h2 > a:visited,
.section-header.simple h3 > a:visited,
.section-header.simple h1 > a:active,
.section-header.simple h2 > a:active,
.section-header.simple h3 > a:active {
  color: #007c92;
}
/************************* CSS specific to Modern Class **********************************/
.section-header.modern h1 {
  font-size: 45px;
  font-size: 3.2142857142857144rem;
  font-weight: 200;
  text-align: center;
}
.section-header.modern h1 + p {
  font-size: 24px;
  font-size: 1.7142857142857142rem;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.section-header.modern h2 {
  font-size: 36px;
  font-size: 2.5714285714285716rem;
  font-weight: 200;
  text-align: center;
}
.section-header.modern h2 + p {
  font-size: 18px;
  font-size: 1.2857142857142858rem;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.section-header.modern h3 {
  font-size: 24px;
  font-size: 1.7142857142857142rem;
  font-weight: 400;
}
.section-header.modern h3 + p {
  font-size: 16px;
  font-size: 1.1428571428571428rem;
  font-style: normal;
  color: #333333;
}
.section-header.modern h1 > a,
.section-header.modern h2 > a,
.section-header.modern h3 > a,
.section-header.modern h1 > a:link,
.section-header.modern h2 > a:link,
.section-header.modern h3 > a:link,
.section-header.modern h1 > a:visited,
.section-header.modern h2 > a:visited,
.section-header.modern h3 > a:visited {
  color: #8c1515;
}
/************************* CSS specific to BLOCK Class **********************************/
.section-header.block {
  background-color: #09425a;
  color: #ffffff;
  padding: 12px;
  padding: 0.8571428571428571rem;
  padding-top: 36px;
  padding-top: 2.5714285714285716rem;
  padding-bottom: 1px;
  padding-bottom: 0.07142857142857142rem;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767px) {
  .section-header.block {
    margin-right: 0px;
    margin-right: 0rem;
  }
}
.section-header.block h1,
.section-header.block h2,
.section-header.block h3 {
  color: #ffffff !important;
}
.section-header.block h1 > a,
.section-header.block h2 > a,
.section-header.block h3 > a {
  color: #ffffff;
}
.section-header.block h1 > a:link,
.section-header.block h2 > a:link,
.section-header.block h3 > a:link,
.section-header.block h1 > a:visited,
.section-header.block h2 > a:visited,
.section-header.block h3 > a:visited,
.section-header.block h1 > a:active,
.section-header.block h2 > a:active,
.section-header.block h3 > a:active {
  color: #ffffff;
}
.section-header.block h2 {
  font-size: 24px;
  font-size: 1.7142857142857142rem;
  font-weight: 300;
  color: #ffffff !important;
}
.section-header.block p {
  font-size: 16px;
  font-size: 1.1428571428571428rem;
  font-style: normal;
  color: #cccccc;
  text-transform: none;
}
.jump-link-layout .section-header.block {
  margin-right: 4px;
  margin-right: 0.2857142857142857rem;
}
/************************* CSS specific to H2 put in a column less than 100% **********************************/
/* Hopefully this code can be made less verbose when less-ified
   Also, it would be nice to wild card this so that we get these styles for new column sizes added in future.
   Any column width that is less than 100 should take on these styles*/
.panel-builder-25-col .section-header.standard,
.panel-builder-33-col .section-header.standard {
  margin-bottom: 16px;
  margin-bottom: 1.1428571428571428rem;
}
.panel-builder-25-col .section-header,
.panel-builder-33-col .section-header {
  margin-bottom: 12px;
  margin-bottom: 0.8571428571428571rem;
  /* Override styles coming from the news items. */
}
.panel-builder-25-col .section-header h2,
.panel-builder-33-col .section-header h2 {
  text-align: left;
  font-size: 16px;
  font-size: 1.1428571428571428rem;
  padding: 0;
  margin: 0;
}
.panel-builder-25-col .section-header h2 + p,
.panel-builder-33-col .section-header h2 + p {
  text-align: left;
  font-size: 14px;
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
.panel-builder-25-col .section-header > h2:after,
.panel-builder-33-col .section-header > h2:after {
  border-left: 0;
  border-top: 0;
  border: 0;
  color: transparent;
  border-bottom: none;
}
.panel-builder-25-col .section-header h1:after,
.panel-builder-33-col .section-header h1:after,
.panel-builder-25-col .section-header h3:after,
.panel-builder-33-col .section-header h3:after {
  border-bottom: none;
}
.background-dark .section-header.standard a:link {
  color: #6fdef9;
}
/* END uicommons-heading.less */

/* uicommons-nav-dropdown.less **/
/** LAYOUT STYLES **/
.navbar-dropdown {
  min-height: 0;
  margin-bottom: 0;
  border: none;
  /* Transition animations */
  /* Top Level */
  /* 2nd Level - Dropdown Menus */
}
.navbar-dropdown .nav {
  position: absolute;
  display: none;
}
@media (min-width: 992px) {
  .navbar-dropdown .nav {
    position: relative;
    display: block;
  }
}
.navbar-dropdown .nav-item-panel,
.navbar-dropdown .nav-item-panel .nav,
.navbar-dropdown .nav-item-panel .section,
.navbar-dropdown .nav-item-panel .nav-item,
.navbar-dropdown .nav-item-panel .menu-box {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-dropdown .nav-item {
  height: 32px;
  height: 2.2857142857142856rem;
  float: left;
}
.navbar-dropdown .nav-item.hover > .nav-item-panel,
.navbar-dropdown .nav-item.clicked > .nav-item-panel {
  display: block;
}
.navbar-dropdown .nav-item-panel {
  display: none;
  position: absolute;
  padding: 0px 25px 30px 15px;
  padding: 0rem 1.7857142857142858rem 2.142857142857143rem 1.0714285714285714rem;
  top: 34px;
  top: 2.4285714285714284rem;
  left: -16px;
  left: -1.1428571428571428rem;
  z-index: 9001;
  /* 3rd Level - Flyout Menus */
  /* 3rd Level - Flyout Menus, positioned right */
}
.navbar-dropdown .nav-item-panel:before,
.navbar-dropdown .nav-item-panel:after {
  content: " ";
  display: table;
}
.navbar-dropdown .nav-item-panel:after {
  clear: both;
}
.lt-ie8 .navbar-dropdown .nav-item-panel {
  zoom: 1;
}
@media (max-width: 991px) {
  .navbar-dropdown .nav-item-panel {
    z-index: 1;
  }
}
.navbar-dropdown .nav-item-panel section {
  position: relative;
  width: 320px;
  width: 22.857142857142858rem;
}
.navbar-dropdown .nav-item-panel section:before,
.navbar-dropdown .nav-item-panel section:after {
  content: " ";
  display: table;
}
.navbar-dropdown .nav-item-panel section:after {
  clear: both;
}
.lt-ie8 .navbar-dropdown .nav-item-panel section {
  zoom: 1;
}
.navbar-dropdown .nav-item-panel .nav {
  float: none;
}
.navbar-dropdown .nav-item-panel .nav-item {
  float: none;
}
.navbar-dropdown .nav-item-panel .nav-item.hover > .nav-item-panel,
.navbar-dropdown .nav-item-panel .nav-item.clicked > .nav-item-panel {
  display: block;
}
.navbar-dropdown .nav-item-panel .nav-item-panel {
  position: absolute;
  top: 0;
  left: 270px;
  left: 19.285714285714285rem;
}
.navbar-dropdown .nav-item-panel .nav-item.position-right .nav-item-panel .nav-item-panel {
  top: 0;
  right: 270px;
  right: 19.285714285714285rem;
}
.navbar-dropdown .nav-item-panel .back {
  display: none;
}
.navbar-dropdown .nav-item-search-panel {
  display: block;
  overflow: hidden;
  height: 58px;
  height: 4.142857142857143rem;
  right: -24px;
  right: -1.7142857142857142rem;
  width: 320px;
  width: 22.857142857142858rem;
  z-index: 9000;
  /* This z-index is required to float the menu above the CQ edit elements */
}
@media (max-width: 991px) {
  .navbar-dropdown .nav-item-search-panel {
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .navbar-dropdown .nav-item-search-panel {
    height: 0;
    width: 360px;
    width: 25.714285714285715rem;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
.navbar-dropdown .nav-item-search-panel form {
  position: absolute;
  bottom: 32px;
  bottom: 2.2857142857142856rem;
  left: 15px;
  left: 1.0714285714285714rem;
  width: 320px;
  width: 22.857142857142858rem;
  margin: 0;
  padding: 12px;
  padding: 0.8571428571428571rem;
}
.navbar-dropdown .nav-item-search-panel form .btn {
  padding: 4px 9px 4px 9px;
  padding: 0.2857142857142857rem 0.6428571428571429rem 0.2857142857142857rem 0.6428571428571429rem;
}
.no-cssremunit .navbar-local.navbar-dropdown > .nav > .nav-item > a .link-text-wrapper {
  top: auto;
}
/* END uicommons-nav-dropdown.less **/

/* uicommons-nav-tabs.less **/
/*
 * Display navigation as a Tabset component
 */
.navbar-tabs .nav-tabs > li > a {
  color: #333333;
  background-color: rgba(255, 255, 255, 0.4);
}
.navbar-tabs .nav-tabs > li.active > a,
.navbar-tabs .nav-tabs > li.selected > a {
  font-weight: bold;
  background-color: #ffffff;
}
.navbar-tabs {
  min-height: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.navbar-tabs .nav-tabs {
  padding-left: 0;
}
@media (min-width: 479px) {
  .navbar-tabs .nav-tabs {
    padding-left: 20px;
    padding-left: 1.4285714285714286rem;
  }
}
@media (min-width: 768px) {
  .navbar-tabs .nav-tabs > li > a {
    padding-left: 60px;
    padding-left: 4.285714285714286rem;
    padding-right: 60px;
    padding-right: 4.285714285714286rem;
  }
}
/* END uicommons-nav-tabs.less **/

/* uicommons-nav.less **/
.navbar-standard .navbar-nav .nav-item > a {
  background-color: transparent;
  color: #ffffff;
}
.navbar-standard .navbar-nav .nav-item > a:focus {
  outline: 0;
}
.navbar-standard .navbar-nav .nav-item > a:after {
  background-color: transparent;
}
.navbar-standard .navbar-nav .nav-item.selected > a,
.navbar-standard .navbar-nav .nav-item.open > a,
.navbar-standard .navbar-nav .nav-item > a:focus,
.navbar-standard .navbar-nav .nav-item > a:hover {
  background-color: transparent;
}
.navbar-standard .navbar-nav .nav-item.selected > a:after,
.navbar-standard .navbar-nav .nav-item.open > a:after,
.navbar-standard .navbar-nav .nav-item > a:focus:after,
.navbar-standard .navbar-nav .nav-item > a:hover:after {
  background-color: #ffffff;
}
.navbar-standard {
  min-height: 32px;
  min-height: 2.2857142857142856rem;
  border-radius: 0;
  border-bottom: none;
  background-color: #333333;
}
.navbar-standard .row {
  padding: 0px 10px;
  padding: 0rem 0.7142857142857143rem;
}
.navbar-standard .navbar-nav .nav-item > .dropdown-menu {
  background-color: #707070;
  border-color: #707070;
}
.navbar-standard .navbar-nav .nav-item > .dropdown-menu .nav-item > a {
  padding-left: 10px;
  padding-left: 0.7142857142857143rem;
  padding-right: 10px;
  padding-right: 0.7142857142857143rem;
  display: block;
}
.navbar-standard .navbar-nav .nav-item > a {
  padding: 8px 0px 0px 0px;
  padding: 0.5714285714285714rem 0rem 0rem 0rem;
  display: inline-block;
  position: relative;
}
.navbar-standard .navbar-nav .nav-item > a:after {
  content: "";
  display: block;
  height: 4px;
  height: 0.2857142857142857rem;
}
.navbar-standard .navbar-nav .nav-item .nav-item > a {
  padding: 4px 0px 4px 0px;
  padding: 0.2857142857142857rem 0rem 0.2857142857142857rem 0rem;
}
.navbar-standard .navbar-nav .nav-item .nav-item > a:after {
  display: none;
}
.navbar-standard .navbar-nav .nav-item .nav-item.selected > a {
  background-color: #333333;
}
.navbar-standard .navbar-nav .nav-item .nav-item > a:hover {
  background-color: #555555;
}
/* END uicommons-nav.less **/
