@charset "UTF-8";
/* MASTER SASS COORDINATING STYLE SHEET */
/* All Page Styles */
.clear {
  clear: both;
}

.hidden {
  display: none !important;
}

div > hr {
  clear: both;
}

.spacefix {
  text-indent: -9999em;
  color: white;
  clear: both;
}

.error_msg {
  font-weight: bold;
  color: #663311;
}

.sharing {
  padding: 1rem 0;
}

.sharing-icon {
  display: inline-block !important;
  color: white !important;
  vertical-align: middle !important;
  padding: 4px !important;
  border-radius: 4px !important;
  line-height: 1;
}
.sharing-icon svg {
  vertical-align: middle;
  fill: white;
  display: inline-block;
  height: 16px;
  width: 18px;
}
.sharing-icon b {
  font-weight: normal !important;
  font-size: 12px !important;
  font-family: "Helvetica", "Arial", sans-serif;
}

.sharing-icon.facebook {
  background: #006FE2 !important;
}

.sharing-icon.googleplus {
  background: #CE4F4F !important;
  padding-right: 6px !important;
}

.sharing-icon.twitter {
  background: #27afff !important;
}

.sharing-icon.pinterest {
  background: #CA0025 !important;
}

.sharing-icon.email {
  background: #8a8a8a !important;
}

@media (max-width: 930px) {
  /* Navigation setup for moving nav offscreen, revealed with
    hamburger toggler

    to use for mobile only, include with a @media tag
   */
  .hamburgerActive nav.primary {
    width: 290px;
    position: fixed;
    z-index: 100;
    top: 0;
    right: -290px;
    transition: right 0.6s ease;
    background: white;
    color: black;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 500px;
  }
  .hamburgerActive nav.primary div:first-child {
    overflow: scroll;
    height: 100%;
    background: white;
    position: relative;
    z-index: 10;
    padding: 12px 8px;
  }
  .hamburgerActive nav.primary ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .hamburgerActive nav.primary ul li {
    margin: 0;
    padding: 0;
  }
  .hamburgerActive nav.primary a, .hamburgerActive nav.primary a:link, .hamburgerActive nav.primary a:visited, .hamburgerActive nav.primary a:hover {
    display: inline-block;
  }
  .hamburgerActive nav.primary .hasChildren {
    position: relative;
  }
  .hamburgerActive nav.primary .hasChildren ul {
    overflow: hidden;
    transition: max-height 0.5s ease;
    max-height: 0;
  }
  .hamburgerActive nav.primary .hasChildren.open ul {
    max-height: 1000px;
  }
  .hamburgerActive nav.primary .hasChildren .toggler {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    display: block;
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 20px;
  }
  .hamburgerActive nav.primary .hasChildren.open .toggler {
    transform: rotate(45deg);
  }

  .hamburger {
    box-sizing: border-box;
    vertical-align: bottom;
    top: 0;
    z-index: 5;
    cursor: pointer;
    padding: 8px 0;
    position: absolute;
    left: -44px;
    background: white;
    height: 42px;
    width: 48px;
  }
  .hamburger span {
    position: absolute;
    top: 18px;
    left: 11px;
    width: 22px;
    height: 3px;
    background: #000;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .hamburger span:after, .hamburger span:before {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
  }
  .hamburger span:before {
    top: -8px;
  }
  .hamburger span:after {
    bottom: -8px;
  }

  .navOpen nav.primary {
    right: 0;
    box-shadow: -2px 0px 13px rgba(0, 0, 0, 0.35);
  }
  .navOpen .hamburger {
    box-shadow: -2px 0px 13px rgba(0, 0, 0, 0.35);
  }
  .navOpen .hamburger span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navOpen .hamburger span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0;
  }
  .navOpen .hamburger span:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
  }

  .bannerTop #header {
    background-color: rgba(255, 255, 255, 0.75);
  }
  .bannerTop #mhslogo {
    opacity: 1;
  }
  .bannerTop .titleHeader img {
    margin-top: 0;
    max-width: 250px;
  }
  .bannerTop .titleHeader h1 {
    height: 0;
  }
  .bannerTop .titleHeader .subtitle {
    opacity: 0;
    max-height: 0;
    padding: 0;
  }
}
.red {
  background: #b62727 !important;
  color: white;
}
.red a, .red a:link, .red a:hover, .red a:active, .red a:visited {
  color: white;
  font-weight: bold;
}

.green {
  color: white;
  background: #43814d !important;
}
.green a, .green a:link, .green a:hover, .green a:active, .green a:visited {
  color: white;
  font-weight: bold;
}

.blue {
  color: white;
  background: #0083cf !important;
}
.blue a, .blue a:link, .blue a:hover, .blue a:active, .blue a:visited {
  color: white;
  font-weight: bold;
}

.fullBreak {
  clear: both !important;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

li {
  list-style-position: outside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.masterc {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.JPcolumns .masterc {
  display: flex;
  flex-wrap: wrap;
}

.outerWrapper {
  clear: both;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f0e9;
  padding: 0 4.5% 2.25% 4.5%;
}
.outerWrapper *[class*=cnode_label_] {
  max-width: 1250px;
  margin: auto;
}
.outerWrapper *[class*=cnode_label_]:after {
  display: block;
  clear: both;
  content: "";
}

.h1block {
  padding-top: 2rem;
}
.h1block h1 {
  margin: auto;
}

.outerWrapper.h1block + .outerWrapper:not([class*=Color]) {
  padding-top: 0;
}

.columnLayout {
  display: flex;
}
.columnLayout .mainContent {
  width: 65%;
  flex-grow: 1;
  padding: 4.5% 4.5% 2.25% 4.5%;
}
.columnLayout .sidebar:not(.outerWrapper) {
  margin-left: 0;
  flex-grow: 1;
  flex-basis: 35%;
  padding: 2rem;
}

@media (max-width: 930px) {
  .columnLayout {
    display: block;
  }
  .columnLayout .mainContent,
.columnLayout .sidebar {
    width: auto;
  }
}
/*
 *	LAYOUT ELEMENTS: ALL THE CSS for the layout elements
 *
 */
.MHSmasthead {
  position: relative;
  z-index: 5;
}

.innerWrapper {
  box-sizing: border-box;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.bannerBlock {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  color: white;
}
.bannerBlock img {
  display: block;
  width: 100%;
  position: absolute;
}
.bannerBlock .titleBlock {
  background: rgba(44, 58, 75, 0.53);
  position: relative;
  padding: 2.25% 4.5%;
  box-sizing: border-box;
}
.bannerBlock .innerWrapper {
  box-sizing: border-box;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.bannerBlock h1 {
  color: white;
  font-family: "Miller Headline", "Halant";
  font-size: 5.1vw;
  letter-spacing: -0.05rem;
  line-height: 1.15;
  padding: 0;
  box-sizing: border-box;
}
.bannerBlock h1 i,
.bannerBlock h1 .subtitle {
  display: block;
  font-size: 40%;
  margin: 0;
  padding: 0;
}
.bannerBlock h1 u {
  text-decoration: none;
  font-size: 2rem;
}

.landingPage .bannerBlock .titleBlock {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.landingPage .bannerBlock img {
  position: relative;
}

@media (max-width: 930px) {
  .landingPage .bannerBlock img,
.bannerBlock img {
    top: 0;
    position: relative;
  }
  .landingPage .bannerBlock .titleBlock,
.bannerBlock .titleBlock {
    position: relative;
    padding: 0;
  }
  .landingPage .bannerBlock .titleBlock .innerWrapper,
.bannerBlock .titleBlock .innerWrapper {
    position: relative;
    padding: 2.5% 4.5%;
  }
  .landingPage .bannerBlock .titleBlock h1,
.bannerBlock .titleBlock h1 {
    font-size: 12vw;
  }
  .landingPage .bannerBlock .titleBlock h1 i,
.bannerBlock .titleBlock h1 i {
    font-size: 44%;
  }

  .landingPage .bannerBlock {
    padding-top: 0;
  }
}
@media (max-width: 750px) {
  .MHSmasthead {
    text-align: left !important;
  }
  .MHSmasthead img {
    max-width: 92% !important;
  }

  .bannerBlock .innerWrapper h1 {
    padding: 0;
  }
}
/* --- NAVIGATION --- */
.no-top-nav .top_nav,
.no-local-nav .section_nav {
  display: none !important;
}

.altSiteTitle {
  display: none;
}

nav {
  box-sizing: border-box;
  background: #f1f0e9;
  position: sticky;
  z-index: 20;
  top: 0;
}

ul.section_nav {
  margin: 30px 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  box-sizing: border-box;
}
ul.section_nav li {
  margin: 0;
  list-style-type: none;
  background: none;
}
ul.section_nav a,
ul.section_nav a:link,
ul.section_nav a:active,
ul.section_nav a:visited,
ul.section_nav a:hover {
  color: #20427d;
  display: inline-block;
  margin: 0;
  padding: 12px 15px;
  font-weight: bold;
  text-decoration: none;
}
ul.section_nav li:hover {
  background: #ffffff;
}
ul.section_nav .fullTitle {
  display: none;
}

.horizontalNav nav {
  width: auto;
  float: none;
  background: #22405d;
}
.horizontalNav .expandable {
  overflow: hidden;
  transition: height 0.5s ease;
}
.horizontalNav .navMoreTog {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  cursor: pointer;
}
.horizontalNav .navMoreTog svg {
  position: relative;
  right: 0;
  top: 0;
  transform-origin: 8px 11px;
}
.horizontalNav .navMoreTog svg path {
  fill: #ffffff;
}
.horizontalNav .navMoreTog.open svg {
  transform: rotate(180deg);
}
.horizontalNav .section_nav {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  padding: 0 15px;
  display: table;
  width: 100%;
  position: relative;
  padding-right: 40px;
}
.horizontalNav .section_nav li {
  margin: 0;
  list-style-type: none;
  display: table-cell;
  max-width: 14%;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
.horizontalNav .section_nav a,
.horizontalNav .section_nav a:link,
.horizontalNav .section_nav a:active,
.horizontalNav .section_nav a:visited,
.horizontalNav .section_nav a:hover {
  display: block;
  margin: 0;
  padding: 15px;
  color: white;
  text-decoration: none;
  line-height: 1.35;
}
.horizontalNav .section_nav a b,
.horizontalNav .section_nav a:link b,
.horizontalNav .section_nav a:active b,
.horizontalNav .section_nav a:visited b,
.horizontalNav .section_nav a:hover b {
  font-weight: bold;
  display: block;
  font-size: 20px;
  line-height: 1.5;
}
.horizontalNav .section_nav li:hover {
  background: #b62727;
}
.horizontalNav .section_nav ul {
  position: absolute;
  display: none;
}
.horizontalNav .section_nav ul li {
  display: block;
  max-width: none;
}
.horizontalNav .section_nav ul li:hover {
  background: #ffffffa8;
}
.horizontalNav .section_nav ul li:hover a:link, .horizontalNav .section_nav ul li:hover a:visited {
  color: #22405d;
}
.horizontalNav .current {
  background: #b62727;
}
.horizontalNav .singlePointNav {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  margin: 1rem 0;
  color: #8090a0;
}
.horizontalNav .singlePointNav:first-child {
  margin-top: 0;
}

.subsectionNav {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  background-color: #506171;
  position: sticky;
  top: 3rem;
  z-index: 30;
}
.subsectionNav .currentSection {
  text-align: center;
  margin: 0;
}
.subsectionNav .landingPage {
  background: url(/images/next-arrow-white.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 12px;
  font-size: 110%;
}
.subsectionNav .landingPage a:link, .subsectionNav .landingPage a:visited {
  font-weight: bold;
}
.subsectionNav li {
  display: inline-block;
  margin: 0;
}
.subsectionNav li a:link, .subsectionNav li a:visited, .subsectionNav li a:hover {
  color: white;
  padding: 0.5rem 1rem;
  display: inline-block;
}
.subsectionNav li a:hover {
  text-decoration: none;
  background: #b62727;
  color: white;
}

.hamburgerActive .altSiteTitle {
  display: block;
  font-size: 31px;
  padding: 7.5px 15px;
}
.hamburgerActive .altSiteTitle i {
  font-size: 45%;
  display: block;
}
.hamburgerActive .section_nav li {
  font-size: 100%;
}
.hamburgerActive .section_nav a,
.hamburgerActive .section_nav a:link,
.hamburgerActive .section_nav a:active,
.hamburgerActive .section_nav a:visited,
.hamburgerActive .section_nav a:hover {
  color: black;
}
.hamburgerActive .section_nav a b,
.hamburgerActive .section_nav a:link b,
.hamburgerActive .section_nav a:active b,
.hamburgerActive .section_nav a:visited b,
.hamburgerActive .section_nav a:hover b {
  font-weight: normal;
  font-size: 127%;
  display: block;
}
.hamburgerActive .section_nav li.current {
  background-color: #8a8a8a;
}
.hamburgerActive .section_nav li.current a,
.hamburgerActive .section_nav li.current a:link,
.hamburgerActive .section_nav li.current a:active,
.hamburgerActive .section_nav li.current a:visited,
.hamburgerActive .section_nav li.current a:hover {
  color: white;
}
.hamburgerActive .section_nav .current.hasChildren:after {
  color: white;
}
.hamburgerActive nav.primary {
  height: 100% !important;
}
.hamburgerActive nav.primary div:first-child {
  overflow: scroll;
  height: 100%;
  background: white;
  position: relative;
  z-index: 10;
  padding: 12px 8px 24px;
}
.hamburgerActive nav.primary .hasChildren ul {
  background: #b62727;
  color: white;
}
.hamburgerActive nav.primary .hasChildren ul a:link, .hamburgerActive nav.primary .hasChildren ul a:visited {
  color: white;
}
.hamburgerActive nav.primary .hasChildren ul .parentPage {
  display: none;
}

.hamburgerActive.sidebarNav nav .section_nav li.current_page a,
.hamburgerActive.sidebarNav nav .section_nav li.current_page a:link,
.hamburgerActive.sidebarNav nav .section_nav li.current_page a:active,
.hamburgerActive.sidebarNav nav .section_nav li.current_page a:visited,
.hamburgerActive.sidebarNav nav .section_nav li.current_page a:hover {
  color: white;
}

@media (max-width: 930px) {
  .subsectionNav {
    display: none;
  }
}
@media (max-width: 930px) {
  .horizontalNav nav {
    width: 290px;
  }
}
/**** STYLE, no layout, no IDs, FEW CLASSES (all without tag), suitable for use in TinyMCE ****/
body {
  background-color: #f1f0e9;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0;
  font-family: "Halant";
  font-weight: 400;
  font-size: 130%;
  line-height: 1.4;
}

a:link,
a:visited,
a:active {
  color: #0041B4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

/* heading unified style */
h1, h2, h3, h4, h5, h6 {
  font-family: "Halant";
  font-weight: 400;
  letter-spacing: -0.03rem;
  clear: both;
}

/* heading individ styles */
h1 {
  font-family: "Miller Headline", "Halant";
  font-size: 3.2rem;
  margin: 0 0 2rem 0;
  padding: 0;
}

h2 {
  font-size: 1.75rem;
  margin: 2.7% 0 2.7% 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #b41e11;
  /* #586c46; */
}

h2:first-child {
  margin-top: 0;
}

h2.smackMe {
  font-size: 2.25rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -0.07em;
}

h3, h4, h5, h6 {
  font-size: 120%;
  margin: 2.25% 0 0 0;
  font-family: Roboto;
  color: #b62727;
  padding-bottom: 1rem;
}

h1 + h2 {
  margin-top: 0;
}

/* main blocks UNIFIED STYLE */
p,
ul,
ol,
blockquote {
  line-height: 1.6;
  padding: 0.1em 0 0.1em 0;
  /* 1px gives margins adjacent floats something to bump */
  margin-bottom: 1em;
  clear: both;
}

p {
  max-width: 900px;
  clear: none;
}

p.centered {
  text-align: center;
}

ul {
  list-style: circle;
}

ol {
  list-style-type: decimal;
}

li {
  margin-left: 1.5em;
  margin-top: 0;
  margin-bottom: 0.25em;
  list-style-position: outside;
  font-size: 90%;
}

li strong {
  text-decoration: underline;
}

blockquote {
  margin: 0 2em 1em 35px;
  padding: 1em;
  font-family: "Halant";
  font-weight: 400;
  line-height: 1.75;
  font-size: 1.25rem;
}
blockquote cite {
  text-align: right;
  display: block;
  font-style: normal;
  font-size: 16px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

blockquote p {
  margin: 0;
  padding: 0;
}

cite {
  display: block;
  clear: none;
  font-size: 1.25rem;
  font-family: "Halant";
  margin-left: 98px;
}

hr {
  border: none;
  border-bottom: 0.1em solid #444444;
  height: 0.1em;
  margin: 2em 0 2em 0;
}

img {
  max-width: 100%;
}

iframe {
  width: 100%;
}

/* inline layout */
/* bibliographic citation style */
.q {
  font-family: "Halant";
  font-size: 110%;
  color: #333333;
  font-style: normal;
  padding: 0 0.25em 0 0.25em;
}

.q:before {
  content: "“";
}

.q:after {
  content: "”";
}

/***** SOME TRICKY FIXES ****/
div > hr {
  clear: both;
}

h2 a:link, h2 a:visited, h2 a:active {
  color: inherit;
}

h3 a:link, h3 a:visited, h3 a:active {
  color: inherit;
}

.sidebar h2 {
  text-transform: uppercase;
  font-size: 100%;
}
.sidebar h3 {
  text-transform: uppercase;
  color: black;
  font-size: 100%;
}

.sharing {
  box-sizing: border-box;
  clear: both;
  padding: 2.25%;
  text-align: center;
}
.sharing p {
  max-width: 1250px;
  margin: auto;
}

/* 


 SEE _responsive.scss FOR RESPONSIVE RULES FOR TYPOGRPAHY


 */
/* cnode layouts */
.outerWrapper.reverseColor {
  padding-top: 4.5%;
  background: #b62727;
  color: white;
}
.outerWrapper.reverseColor a, .outerWrapper.reverseColor a:link, .outerWrapper.reverseColor a:hover, .outerWrapper.reverseColor a:active, .outerWrapper.reverseColor a:visited {
  color: white;
  font-weight: bold;
}
.outerWrapper.reverseColor h1, .outerWrapper.reverseColor h2, .outerWrapper.reverseColor h3, .outerWrapper.reverseColor h4, .outerWrapper.reverseColor h5, .outerWrapper.reverseColor h6 {
  color: white;
}

.outerWrapper.darkColor {
  padding-top: 4.5%;
  background: #b62727;
  color: white;
  background: #22405d;
}
.outerWrapper.darkColor a, .outerWrapper.darkColor a:link, .outerWrapper.darkColor a:hover, .outerWrapper.darkColor a:active, .outerWrapper.darkColor a:visited {
  color: white;
  font-weight: bold;
}
.outerWrapper.darkColor h1, .outerWrapper.darkColor h2, .outerWrapper.darkColor h3, .outerWrapper.darkColor h4, .outerWrapper.darkColor h5, .outerWrapper.darkColor h6 {
  color: white;
}

.outerWrapper.lightColor {
  padding-top: 4.5%;
  background: #d6dfe4;
}
.outerWrapper.lightColor .bigLinkingP {
  background: white;
}

.wrapper {
  clear: both;
}

.wrapper.articleWidth {
  max-width: 900px;
  margin: auto;
}

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

.wrapper.fullWidth p {
  max-width: none;
}
.wrapper.fullWidth iframe {
  min-height: 49vw;
}

.outerWrapper.rhReverseColor {
  background: linear-gradient(90deg, #f1f0e9 0%, #f1f0e9 50%, #b62727 50%, #b62727 100%);
}
.outerWrapper.rhReverseColor .column + .column {
  background: #b62727;
  color: white;
}
.outerWrapper.rhReverseColor .column + .column a, .outerWrapper.rhReverseColor .column + .column a:link, .outerWrapper.rhReverseColor .column + .column a:hover, .outerWrapper.rhReverseColor .column + .column a:active, .outerWrapper.rhReverseColor .column + .column a:visited {
  color: white;
  font-weight: bold;
}
.outerWrapper.rhReverseColor .column + .column h1, .outerWrapper.rhReverseColor .column + .column h2, .outerWrapper.rhReverseColor .column + .column h3, .outerWrapper.rhReverseColor .column + .column h4, .outerWrapper.rhReverseColor .column + .column h5, .outerWrapper.rhReverseColor .column + .column h6 {
  color: white;
}

.outerWrapper.lhLightColor {
  background: linear-gradient(90deg, #d6dfe4 0%, #d6dfe4 50%, #f1f0e9 50%, #f1f0e9 100%);
}

.reverseColorTypo {
  background: #b62727;
  color: white;
}
.reverseColorTypo a, .reverseColorTypo a:link, .reverseColorTypo a:hover, .reverseColorTypo a:active, .reverseColorTypo a:visited {
  color: white;
  font-weight: bold;
}
.reverseColorTypo h1, .reverseColorTypo h2, .reverseColorTypo h3, .reverseColorTypo h4, .reverseColorTypo h5, .reverseColorTypo h6 {
  color: white;
}

.outerWrapper.column1of2 {
  float: left;
  width: 50%;
  padding-right: 0;
}
.outerWrapper.column1of2 .column1of2 {
  margin-right: 0;
  max-width: 625px;
  box-sizing: border-box;
  padding-right: 6%;
}
.outerWrapper.column1of2 .reverseColor {
  padding-top: 4.5%;
}

.outerWrapper.column1of2 + .column1of2 {
  padding-left: 0;
}
.outerWrapper.column1of2 + .column1of2 .column1of2 {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  padding-left: 6%;
}

.outerWrapper.bigColumnLeft {
  width: 65%;
  float: left;
  padding-right: 0;
}
.outerWrapper.bigColumnLeft .bigColumnLeft {
  margin-right: 0;
  padding-right: 4%;
  box-sizing: border-box;
}

.outerWrapper.sidebar {
  width: 35%;
  float: left;
  padding-left: 0;
}

.outerWrapper.sharing {
  background: #22405d;
}

@media (max-width: 1020px) {
  .outerWrapper.column1of2,
.outerWrapper.column1of2 + .column1of2 {
    float: none;
    width: 100%;
    padding: 0 4.5% 2.25% 4.5%;
  }
  .outerWrapper.column1of2 .column1of2,
.outerWrapper.column1of2 + .column1of2 .column1of2 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .outerWrapper.bigColumnLeft {
    width: 100%;
    float: none;
    padding-right: 4%;
  }

  .outerWrapper.sidebar {
    width: 100%;
    float: none;
  }
  .outerWrapper.sidebar .sidebar {
    margin-left: 0;
    max-width: none;
  }
}
@media (max-width: 930px) {
  .column.reverseColorTypo {
    padding: 4.5%;
    margin-left: -4.5%;
    width: 109%;
  }

  .outerWrapper.rhReverseColor {
    background: #f1f0e9;
  }

  .outerWrapper.lhLightColor {
    background: #d6dfe4;
  }
}
.notice {
  background: #e4e3db;
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 8px;
}

.imgAlignLeft,
.calloutLeft {
  float: left;
  margin: 0 2rem 1rem 0;
  display: block;
  box-sizing: border-box;
  width: 40%;
  background: white;
  padding: 1rem;
  line-height: 1.4;
  border-radius: 8px;
}
.imgAlignLeft strong,
.calloutLeft strong {
  display: block;
  font-weight: bold;
}

.imgAlignRight,
.calloutRight {
  float: right;
  clear: right;
  margin: 0 0 1rem 2rem;
  display: block;
  box-sizing: border-box;
  width: 40%;
  background: white;
  padding: 1rem;
  line-height: 1.4;
  border-radius: 8px;
}
.imgAlignRight strong,
.calloutRight strong {
  display: block;
  font-weight: bold;
}

.imgAlignLeft,
img.calloutLeft {
  padding: 0;
  height: auto;
  border-radius: 0;
}

.imgAlignRight,
img.calloutRight {
  padding: 0;
  border-radius: 0;
  height: auto;
}

.calloutLeft + .calloutLeft {
  position: relative;
  clear: left;
  margin-top: -1rem;
}

.calloutRight + .calloutRight {
  position: relative;
  clear: right;
  margin-top: -1rem;
}

a.featureLinkA {
  clear: both;
  display: inline-block;
  box-sizing: border-box;
  width: 29%;
  margin: 1rem 2.1666%;
  overflow: hidden;
  height: 250px;
  position: relative;
}
a.featureLinkA img.featureLink {
  display: block;
  width: 100%;
  height: auto;
}
a.featureLinkA h3 {
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  color: white;
  padding: 0.5rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.divAlignLeft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
  height: auto;
  padding-bottom: 2rem;
}

.divAlignRight {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
  height: auto;
  padding-bottom: 2rem;
}

.imgFull {
  display: block;
  margin: 2rem 0;
}

.divAlignLeft img, .divAlignRight img, .imgFull img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.divAlignLeft .caption, .divAlignRight .caption, .imgFull .caption {
  font-size: 16px;
  font-weight: 300;
  display: block;
  opacity: 0.8;
  font-family: "Roboto", sans-serif;
}

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

.imgFull iframe {
  margin: auto;
  display: block;
  width: 100%;
  height: auto;
  min-height: 34vw;
}

.boxGrid {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.boxGrid li {
  display: block;
  background: #606060;
  width: 29%;
  box-sizing: border-box;
  padding: 1rem;
  color: white;
  margin: 0 2% 4% 2%;
  vertical-align: top;
}
.boxGrid li a, .boxGrid li a:link, .boxGrid li a:hover, .boxGrid li a:active, .boxGrid li a:visited {
  color: white;
  font-weight: bold;
}

.boxLinks {
  padding: 2rem 0;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.boxLinks p {
  width: 250px;
  min-height: 250px;
  position: relative;
  display: table;
  box-sizing: border-box;
  overflow: hidden;
  background: #e4e3db;
  margin: 0 1rem 1rem 1rem;
  border-radius: 8px;
  color: black;
  line-height: 1.4;
}
.boxLinks p a:link, .boxLinks p a:visited, .boxLinks p a:hover {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  padding: 1.5rem 2rem 2rem 2rem;
}
.boxLinks p a:link strong, .boxLinks p a:visited strong, .boxLinks p a:hover strong {
  display: block;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 0.5rem;
}
.boxLinks p a:hover {
  text-decoration: none;
}
.boxLinks p img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.25;
  width: 100%;
}

.boxLinks p.green,
.boxLinks p.blue,
.boxLinks p.red {
  color: white;
}
.boxLinks p.green a:link, .boxLinks p.green a:visited, .boxLinks p.green a:hover,
.boxLinks p.blue a:link,
.boxLinks p.blue a:visited,
.boxLinks p.blue a:hover,
.boxLinks p.red a:link,
.boxLinks p.red a:visited,
.boxLinks p.red a:hover {
  color: white;
  font-weight: normal;
  text-shadow: 1px 1px 1px black;
}

.boxLink:hover {
  text-decoration: none;
}

.boxLinks.detailed div {
  font-family: "Roboto", sans-serif;
  width: 29.33%;
  margin: 0 2% 4% 2%;
  box-sizing: border-box;
  padding: 0 2% 2% 2%;
  font-size: 14px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
.boxLinks.detailed div iframe, .boxLinks.detailed div img {
  opacity: 1;
  position: relative;
  display: block;
  width: 116%;
  max-width: 116%;
  margin-left: -8%;
  margin-bottom: 2%;
}
.boxLinks.detailed div blockquote {
  padding: 1rem;
}
.boxLinks.detailed div a, .boxLinks.detailed div strong {
  display: block;
}
.boxLinks.detailed div u {
  display: none;
}

.mce-content-body .boxLinks p u {
  display: block;
  font-size: 10px;
  text-decoration: none;
}

.boxItem {
  display: inline-block;
  margin: 0 1rem 2rem 1rem;
  position: relative;
  width: 31%;
  padding: 1.5rem 2rem 2rem 2rem;
}

.galleryItem {
  display: inline-block;
  margin: 0 1.5% 2rem 1.5%;
  position: relative;
  width: 30%;
  padding: 0;
  box-sizing: border-box;
}
.galleryItem iframe {
  width: 100%;
  height: 16vw;
}

.otherLinks {
  background: #e4e3db;
  font-family: "Roboto", sans-serif;
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
  width: 35%;
  border-radius: 8px;
  padding-bottom: 8px;
}
.otherLinks h4 {
  padding: 0.5rem 1rem;
  font-size: 20px;
  text-transform: uppercase;
  color: black;
}
.otherLinks ul {
  margin: 0;
  list-style-type: none;
}
.otherLinks li {
  padding: 0;
  margin: 0;
}
.otherLinks li a:link, .otherLinks li a:visited, .otherLinks li a:hover, .otherLinks li a:active {
  display: block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  background: #d4d3d0;
}
.otherLinks li a:hover {
  text-decoration: none;
  background: #22405d;
  color: #d6dfe4;
}
.otherLinks li + li {
  margin-top: 0.25rem;
}

.reverseColor .otherLinks {
  color: #d6dfe4;
  background: none;
}
.reverseColor .otherLinks li a:link, .reverseColor .otherLinks li a:visited, .reverseColor .otherLinks li a:active {
  color: white;
  background: none;
  padding-left: 0;
  font-weight: normal;
}

.sidebar .otherLinks {
  float: none;
  margin-left: 0;
  margin-bottom: 2rem;
  width: auto;
}

.accordion .openable {
  position: relative;
}
.accordion .openable:after {
  content: " ";
  width: 21px;
  height: 21px;
  background-image: url(/images/next-arrow-crimson.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 11px;
  transform-origin: 25% 50%;
  transition: transform 0.3s ease;
}
.accordion .openable.open:after {
  transform: rotate(90deg);
}
.accordion .accordionSection {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  padding: 3rem;
  border-radius: 8px;
}

@media (max-width: 700px) {
  .imgAlignLeft,
.calloutLeft,
.imgAlignRight,
.calloutRight,
.divAlignLeft,
.divAlignRight {
    width: auto;
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .boxLinks p {
    width: 100%;
    margin: 1rem 0 2rem 0;
  }

  .otherLinks {
    float: none;
    margin: 2rem 0;
    width: auto;
  }

  .galleryItem {
    display: block;
    margin: 1rem 0;
    width: 100%;
  }
}
.sidebar h2:not(:first-child) {
  margin-top: 3rem;
}

.columnLayout .sidebar.reverseColor:not(.outerWrapper) {
  padding-top: 4.5%;
  background: #b62727;
  color: white;
}
.columnLayout .sidebar.reverseColor:not(.outerWrapper) a, .columnLayout .sidebar.reverseColor:not(.outerWrapper) a:link, .columnLayout .sidebar.reverseColor:not(.outerWrapper) a:hover, .columnLayout .sidebar.reverseColor:not(.outerWrapper) a:active, .columnLayout .sidebar.reverseColor:not(.outerWrapper) a:visited {
  color: white;
  font-weight: bold;
}
.columnLayout .sidebar.reverseColor:not(.outerWrapper) h1, .columnLayout .sidebar.reverseColor:not(.outerWrapper) h2, .columnLayout .sidebar.reverseColor:not(.outerWrapper) h3, .columnLayout .sidebar.reverseColor:not(.outerWrapper) h4, .columnLayout .sidebar.reverseColor:not(.outerWrapper) h5, .columnLayout .sidebar.reverseColor:not(.outerWrapper) h6 {
  color: white;
}
.columnLayout .sidebar.reverseColor:not(.outerWrapper) a:link, .columnLayout .sidebar.reverseColor:not(.outerWrapper) a:visited, .columnLayout .sidebar.reverseColor:not(.outerWrapper) a:active, .columnLayout .sidebar.reverseColor:not(.outerWrapper) a:hover {
  font-weight: normal;
  padding-top: 0;
}

/* --- JUNIPER TOC plugin --- */
.juniper_TOC {
  font-size: 100%;
  float: right;
  width: 25%;
  max-width: 300px;
  min-width: 150px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 22.5px;
  box-sizing: border-box;
  background: #eaeaea;
}

.juniper_TOC ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px #333333 dashed;
  padding-top: 0.5em;
}

.juniper_TOC ul li {
  margin: 0 0 0.5em 0;
}

.juniper_TOC ul li a,
.juniper_TOC ul li a:link {
  font-weight: normal;
}

.juniper_TOC_top_link {
  display: block;
  clear: both;
  font-size: 80%;
  text-align: right;
  text-transform: uppercase;
}

.juniper_TOC_top_link a,
.juniper_TOC_top_link a:link,
.juniper_TOC_top_link a:visited {
  background: #bbb;
  padding: 1px 5px 1px 5px;
  color: white;
}

.sidebar .juniper_TOC {
  width: 100%;
  max-width: none;
  float: none;
  margin-left: 0;
  margin-bottom: 2rem;
}

.JPtoc h1, .JPtoc h2, .JPtoc h3, .JPtoc h4, .JPtoc h5, .JPtoc h6 {
  clear: left;
}

@media (max-width: 1020px) {
  .sidebar .juniper_TOC {
    display: none;
  }
}
.phoneOnly {
  display: none;
}

.mobileToTop {
  margin: 1rem auto;
  font-size: 16px;
  font-family: sans-serif;
  display: none;
  text-align: center;
}
.mobileToTop a {
  display: inline-block;
  background: white;
  border-radius: 5px;
  padding: 5px 10px;
}

@media (max-width: 900px) {
  h1 {
    font-size: 3.05rem;
  }
}
@media (max-width: 750px) {
  .phoneOnly {
    display: block;
  }

  .wideOnly {
    display: none;
  }

  .mobileToTop {
    display: block;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 2.36rem;
  }

  h2:not(:first-child) {
    margin-top: 1rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .bigLinkingP {
    font-size: 1.66rem;
  }
}

/*# sourceMappingURL=2020.css.map */
